dbpatch/2024/重庆机具/sgzb_20240716.sql

11 lines
149 B
MySQL
Raw Normal View History

2024-07-15 19:36:32 +08:00
--
2024-07-16 08:53:40 +08:00
2024-07-15 19:36:32 +08:00
alter table lease_apply_info
add cost_bearing_party varchar(255) null comment '费用承担方';
2024-07-15 19:35:04 +08:00