舒适度等扩展信息(改为查询商品基础规则,此表不再使用)
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -107,9 +107,9 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | @@ -107,9 +107,9 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); | ||
107 | 107 | ||
108 | 108 | ||
109 | 109 | ||
110 | --- 2.4 舒适度等扩展信息 | ||
111 | - Alter table product_special_attr add column `product_skn` int(11) unsigned DEFAULT '0'; | ||
112 | - create index special_attr_skn on product_special_attr(`product_skn`); | 110 | +-- 2.4 舒适度等扩展信息(改为查询商品基础规则,此表不再使用) |
111 | +-- Alter table product_special_attr add column `product_skn` int(11) unsigned DEFAULT '0'; | ||
112 | +-- create index special_attr_skn on product_special_attr(`product_skn`); | ||
113 | 113 | ||
114 | 114 | ||
115 | 115 |
-
Please register or login to post a comment