java-mall/sql/shop/dev/202506013_3_dml.sql

3 lines
197 B
SQL

alter table shop_base_product_type add column `store_id` int unsigned NOT NULL DEFAULT '0' COMMENT '店铺编号';
alter table shop_base_product_type add index `store_id` (`store_id`) USING BTREE;