From c921447c919b2cd34f372ce92e4594a20abf687a Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Wed, 25 Sep 2024 15:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BA=86=E6=96=B0=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E8=A1=A8=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202409/重庆机具/20240924重庆新需求表字段修改.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/202409/重庆机具/20240924重庆新需求表字段修改.sql b/202409/重庆机具/20240924重庆新需求表字段修改.sql index ee287b5..eaced84 100644 --- a/202409/重庆机具/20240924重庆新需求表字段修改.sql +++ b/202409/重庆机具/20240924重庆新需求表字段修改.sql @@ -8,3 +8,8 @@ alter table bm_agreement_info -- 费用指标 alter table bm_project_lot add cost_indicators decimal(10, 2) null comment '费用指标'; + +-- 退料接收时间 +alter table back_apply_details + add back_receive_time datetime null comment '退料接收时间'; +