'DB-新增字段'

This commit is contained in:
fengtianyangyang 2021-11-19 09:26:14 +08:00
parent 71fb4b2b2b
commit f2be8e6abd

View 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 '正在进行售后的商品数量 ';