...
|
...
|
@@ -128,10 +128,13 @@ alter table yh_shops.product add column source_flag enum('0', '1') default '0' |
|
|
|
|
|
|
|
|
|
|
|
-- yh_shops
|
|
|
ALTER TABLE yh_shops.product_standard_relation ADD COLUMN product_skn INT(11) UNSIGNED;
|
|
|
|
|
|
ALTER TABLE yh_shops.`product_collocation` ADD COLUMN product_skn INT(11) UNSIGNED ;
|
|
|
|
|
|
|
|
|
|
|
|
-- erp_product
|
|
|
-- 产品参数
|
|
|
CREATE TABLE `product_attribute` (
|
|
|
`attribute_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
...
|
...
|
|