Showing
1 changed file
with
4 additions
and
1 deletions
@@ -128,10 +128,13 @@ alter table yh_shops.product add column source_flag enum('0', '1') default '0' | @@ -128,10 +128,13 @@ alter table yh_shops.product add column source_flag enum('0', '1') default '0' | ||
128 | 128 | ||
129 | 129 | ||
130 | 130 | ||
131 | +-- yh_shops | ||
132 | +ALTER TABLE yh_shops.product_standard_relation ADD COLUMN product_skn INT(11) UNSIGNED; | ||
131 | 133 | ||
134 | +ALTER TABLE yh_shops.`product_collocation` ADD COLUMN product_skn INT(11) UNSIGNED ; | ||
132 | 135 | ||
133 | 136 | ||
134 | - | 137 | +-- erp_product |
135 | -- 产品参数 | 138 | -- 产品参数 |
136 | CREATE TABLE `product_attribute` ( | 139 | CREATE TABLE `product_attribute` ( |
137 | `attribute_id` int(11) unsigned NOT NULL AUTO_INCREMENT, | 140 | `attribute_id` int(11) unsigned NOT NULL AUTO_INCREMENT, |
-
Please register or login to post a comment