...
|
...
|
@@ -107,9 +107,9 @@ Alter table product_shop_relation add primary key(product_skn, shop_id); |
|
|
|
|
|
|
|
|
|
|
|
-- 2.4 舒适度等扩展信息
|
|
|
Alter table product_special_attr add column `product_skn` int(11) unsigned DEFAULT '0';
|
|
|
create index special_attr_skn on product_special_attr(`product_skn`);
|
|
|
-- 2.4 舒适度等扩展信息(改为查询商品基础规则,此表不再使用)
|
|
|
-- Alter table product_special_attr add column `product_skn` int(11) unsigned DEFAULT '0';
|
|
|
-- create index special_attr_skn on product_special_attr(`product_skn`);
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|