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;