Authored by mali

舒适度等扩展信息(改为查询商品基础规则,此表不再使用)

@@ -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