Authored by mali

alter table yh_shops.product add column source_flag smallint default '0' COMMEN…

…T '新平台发布的商品为1 原来则为0';
@@ -87,8 +87,8 @@ create table product_shop_relation( @@ -87,8 +87,8 @@ create table product_shop_relation(
87 ); 87 );
88 Alter table product_shop_relation add primary key(product_skn, shop_id); 88 Alter table product_shop_relation add primary key(product_skn, shop_id);
89 89
90 -  
91 - 90 +-- 标识商品是否是新平台的商品
  91 +alter table yh_shops.product add column source_flag smallint default '0' COMMENT '新平台发布的商品为1 原来则为0';
92 92
93 93
94 94