重庆sql

This commit is contained in:
liang.chao 2024-08-06 18:30:09 +08:00
parent 920028603f
commit 6d8a3bbe5d
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ alter table bm_agreement_info
alter table slt_agreement_info
add trim_day int null comment '调整天数';
-- 费用承担方
alter table lease_apply_info
add cost_bearing_party varchar(255) null comment '费用承担方';