Skip to content

Commit

Permalink
'DB-新增字段'
Browse files Browse the repository at this point in the history
  • Loading branch information
fengtianyangyang committed Nov 19, 2021
1 parent 71fb4b2 commit f2be8e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DB/version4.2.2to4.2.4.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/** 新增已退货数量 **/
ALTER TABLE li_order_item ADD return_goods_number int DEFAULT 0 COMMENT '已退货数量 ';
ALTER TABLE li_order_item ADD is_goods_number int DEFAULT 0 COMMENT '正在进行售后的商品数量 ';

0 comments on commit f2be8e6

Please sign in to comment.