标段工程增加省份后地址字段

This commit is contained in:
liang.chao 2024-08-27 09:26:52 +08:00
parent ac17681b16
commit 88443ec652
1 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,7 @@ alter table bm_project_lot
add address varchar(255) null comment '地址';
alter table bm_project_lot
add province varchar(255) null comment '省份';
add province varchar(255) null comment '省份';
alter table bm_project_lot
add details_address varchar(255) null comment '省份后地址';