dev_caojiahao/DB/version4.2.3to4.2.4.sql

2 lines
118 B
MySQL
Raw Normal View History

2021-11-19 09:26:14 +08:00
/** 新增已退货数量 **/
2021-11-30 15:28:12 +08:00
ALTER TABLE li_order_item ADD return_goods_number int DEFAULT 0 COMMENT '退货数量 ';