重庆sql
This commit is contained in:
parent
920028603f
commit
6d8a3bbe5d
|
|
@ -6,3 +6,7 @@ alter table bm_agreement_info
|
||||||
alter table slt_agreement_info
|
alter table slt_agreement_info
|
||||||
add trim_day int null comment '调整天数';
|
add trim_day int null comment '调整天数';
|
||||||
|
|
||||||
|
-- 费用承担方
|
||||||
|
alter table lease_apply_info
|
||||||
|
add cost_bearing_party varchar(255) null comment '费用承担方';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue