Compare commits

..

2 Commits

Author SHA1 Message Date
liang.chao ac17681b16 Merge remote-tracking branch 'origin/dev' into dev 2024-08-26 20:51:25 +08:00
liang.chao 971516b601 标段工程增加省份 2024-08-26 20:51:10 +08:00
1 changed files with 4 additions and 1 deletions

View File

@ -5,4 +5,7 @@ alter table bm_project_lot
add latitude varchar(255) null comment '纬度'; add latitude varchar(255) null comment '纬度';
alter table bm_project_lot alter table bm_project_lot
add address varchar(255) null comment '地址'; add address varchar(255) null comment '地址';
alter table bm_project_lot
add province varchar(255) null comment '省份';