From 8b8f447be7fa01654dcfff4519679a882aaacc41 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Wed, 17 Jul 2024 10:31:31 +0800 Subject: [PATCH] =?UTF-8?q?sql=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2024/宁夏机具/user_20240716.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2024/宁夏机具/user_20240716.sql b/2024/宁夏机具/user_20240716.sql index e69de29..870e495 100644 --- a/2024/宁夏机具/user_20240716.sql +++ b/2024/宁夏机具/user_20240716.sql @@ -0,0 +1,3 @@ +alter table back_apply_details + add back_status int default 0 null comment '退料状态 0待退料 1已退料'; +