Showing
1 changed file
with
4 additions
and
4 deletions
@@ -131,8 +131,8 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | @@ -131,8 +131,8 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | ||
131 | 131 | ||
132 | 132 | ||
133 | -- 2.7 搜索关键词 | 133 | -- 2.7 搜索关键词 |
134 | - Alter table product_keywords ADD column `product_skn` int(11) unsigned default 0; | ||
135 | - create index keywords_skn on product_keywords(`product_skn`); | 134 | +-- Alter table product_keywords ADD column `product_skn` int(11) unsigned default 0; |
135 | +-- create index keywords_skn on product_keywords(`product_skn`); | ||
136 | 136 | ||
137 | 137 | ||
138 | -- 2.8 平台商品属性值表 | 138 | -- 2.8 平台商品属性值表 |
@@ -150,9 +150,9 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | @@ -150,9 +150,9 @@ 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_special_attr product_timing | 153 | +-- product_collocation product_timing |
154 | 154 | ||
155 | - -- product_search product_brand_relation 只需要上架成功,将product_id 填充 | 155 | + -- product_brand_relation 只需要上架成功,将product_id 填充 |
156 | 156 | ||
157 | 157 | ||
158 | 158 |
-
Please register or login to post a comment