From e9c18935c501930ed8973cd4d827e37b448bc466 Mon Sep 17 00:00:00 2001 From: fengtianyangyang Date: Mon, 22 Nov 2021 15:29:27 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BF=AE=E6=94=B9DBsql=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=AD=97=E6=AE=B5'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DB/version4.2.2to4.2.4.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB/version4.2.2to4.2.4.sql b/DB/version4.2.2to4.2.4.sql index 3884ad6e..a0494786 100644 --- a/DB/version4.2.2to4.2.4.sql +++ b/DB/version4.2.2to4.2.4.sql @@ -1,4 +1,4 @@ /** 新增已退货数量 **/ 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 '正在进行售后的商品数量 '; -ALTER TABLE li_order_item ADD is_goods_number varchar(255) COMMENT '标识是否被4.2.4版本处理过的订单'; \ No newline at end of file +ALTER TABLE li_order_item ADD identification_status varchar(255) COMMENT '标识是否被4.2.4版本处理过的订单'; \ No newline at end of file