sql修改
This commit is contained in:
parent
552f30b37f
commit
5bc66f5b1d
|
|
@ -1,5 +1,10 @@
|
|||
--任务:
|
||||
--任务:添加 费用承担方 字段
|
||||
--详情:
|
||||
alter table lease_apply_info
|
||||
add cost_bearing_party varchar(255) null comment '费用承担方';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue