Skip to content

Commit

Permalink
规格值字段新增
Browse files Browse the repository at this point in the history
  • Loading branch information
chopper711 committed Jun 29, 2021
1 parent 39e851e commit 5e54b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-sql/version4.0to4.1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ALTER TABLE li_goods DROP COLUMN freight_payer;
/**添加商品类型**/
ALTER TABLE li_goods ADD goods_type VARCHAR ( 32 );
ALTER TABLE li_goods_sku ADD goods_type VARCHAR ( 32 );
ALTER TABLE li_specification ADD spec_value text;
UPDATE li_goods SET goods_type = "PHYSICAL_GOODS";
UPDATE li_goods_sku SET goods_type = "PHYSICAL_GOODS";
/**增加优惠券有效期类型**/
Expand Down

0 comments on commit 5e54b2f

Please sign in to comment.