Compare commits
2 Commits
9ce5e2f05a
...
ac17681b16
| Author | SHA1 | Date |
|---|---|---|
|
|
ac17681b16 | |
|
|
971516b601 |
|
|
@ -5,4 +5,7 @@ alter table bm_project_lot
|
|||
add latitude varchar(255) null comment '纬度';
|
||||
|
||||
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 '省份';
|
||||
Loading…
Reference in New Issue