From c1de9e832c85a66ccee6c60aa8f96800cc7918a1 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 15 Jul 2024 19:36:32 +0800 Subject: [PATCH] readme.docx --- 2024/重庆机具/sgzb_20240716.sql | 7 ++++++- 202407/重庆机具/sgzb_20240716.sql | 10 ---------- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 202407/重庆机具/sgzb_20240716.sql diff --git a/2024/重庆机具/sgzb_20240716.sql b/2024/重庆机具/sgzb_20240716.sql index c034a72..9acaeb4 100644 --- a/2024/重庆机具/sgzb_20240716.sql +++ b/2024/重庆机具/sgzb_20240716.sql @@ -1,5 +1,10 @@ ---任务: +--任务:添加 费用承担方 字段 --详情: +alter table lease_apply_info + add cost_bearing_party varchar(255) null comment '费用承担方'; + + + diff --git a/202407/重庆机具/sgzb_20240716.sql b/202407/重庆机具/sgzb_20240716.sql deleted file mode 100644 index 9acaeb4..0000000 --- a/202407/重庆机具/sgzb_20240716.sql +++ /dev/null @@ -1,10 +0,0 @@ ---任务:添加 费用承担方 字段 ---详情: -alter table lease_apply_info - add cost_bearing_party varchar(255) null comment '费用承担方'; - - - - - -