标段工程增加省份
This commit is contained in:
parent
256b60b398
commit
971516b601
|
|
@ -6,3 +6,6 @@ alter table bm_project_lot
|
|||
|
||||
alter table bm_project_lot
|
||||
add address varchar(255) null comment '地址';
|
||||
|
||||
alter table bm_project_lot
|
||||
add province varchar(255) null comment '省份';
|
||||
Loading…
Reference in New Issue