标段工程增加省份后地址字段
This commit is contained in:
parent
ac17681b16
commit
88443ec652
|
|
@ -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 '省份后地址';
|
||||
Loading…
Reference in New Issue