'DB-新增字段'
This commit is contained in:
parent
71fb4b2b2b
commit
f2be8e6abd
3
DB/version4.2.2to4.2.4.sql
Normal file
3
DB/version4.2.2to4.2.4.sql
Normal file
@ -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 '正在进行售后的商品数量 ';
|
Loading…
x
Reference in New Issue
Block a user