Showing
1 changed file
with
3 additions
and
3 deletions
@@ -95,8 +95,8 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | @@ -95,8 +95,8 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | ||
95 | 95 | ||
96 | 96 | ||
97 | -- 2.2 搭配信息 | 97 | -- 2.2 搭配信息 |
98 | - Alter table product_collocation add column `product_skn` int(11) unsigned DEFAULT '0'; | ||
99 | - create index collocation_skn on product_collocation(product_skn); | 98 | +-- Alter table product_collocation add column `product_skn` int(11) unsigned DEFAULT '0'; |
99 | +-- create index collocation_skn on product_collocation(product_skn); | ||
100 | 100 | ||
101 | -- 2.3 商品封面 | 101 | -- 2.3 商品封面 |
102 | Alter table goods_images add column `product_skc` int(11) unsigned DEFAULT '0'; | 102 | Alter table goods_images add column `product_skc` int(11) unsigned DEFAULT '0'; |
@@ -150,7 +150,7 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | @@ -150,7 +150,7 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | ||
150 | -- 3 数据需要特殊割接 | 150 | -- 3 数据需要特殊割接 |
151 | 151 | ||
152 | -- 3.1 上架的时候同步插入product_id 数据割接 老数据需要通过product_id 查询product_skn 插入数据库 | 152 | -- 3.1 上架的时候同步插入product_id 数据割接 老数据需要通过product_id 查询product_skn 插入数据库 |
153 | --- product_collocation product_timing | 153 | +-- product_timing |
154 | 154 | ||
155 | -- product_brand_relation 只需要上架成功,将product_id 填充 | 155 | -- product_brand_relation 只需要上架成功,将product_id 填充 |
156 | 156 |
-
Please register or login to post a comment