java-mall/sql/shop/dev/20250902_dml.sql

3 lines
205 B
SQL

alter table shop_base_product_type drop INDEX type_is_draft;
alter table shop_base_product_type drop INDEX type_spec_ids;
alter table shop_base_product_type drop INDEX idx_shop_base_product_type_type_name;