From 5bc66f5b1d30292a42940a795470c15ea950b59b Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Mon, 15 Jul 2024 17:23:30 +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 --- 202407/重庆机具/sgzb_20240716.sql | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/202407/重庆机具/sgzb_20240716.sql b/202407/重庆机具/sgzb_20240716.sql index c034a72..9acaeb4 100644 --- a/202407/重庆机具/sgzb_20240716.sql +++ b/202407/重庆机具/sgzb_20240716.sql @@ -1,5 +1,10 @@ ---任务: +--任务:添加 费用承担方 字段 --详情: +alter table lease_apply_info + add cost_bearing_party varchar(255) null comment '费用承担方'; + + +