Compare commits
2 Commits
733f9d59bc
...
17f36390ab
| Author | SHA1 | Date |
|---|---|---|
|
|
17f36390ab | |
|
|
e2c3a45180 |
|
|
@ -0,0 +1,14 @@
|
||||||
|
alter table bm_project_lot
|
||||||
|
add longitude varchar(255) null comment '经度';
|
||||||
|
|
||||||
|
alter table bm_project_lot
|
||||||
|
add latitude varchar(255) null comment '纬度';
|
||||||
|
|
||||||
|
alter table bm_project_lot
|
||||||
|
add address varchar(255) null comment '地址';
|
||||||
|
|
||||||
|
alter table bm_project_lot
|
||||||
|
add province varchar(255) null comment '省份';
|
||||||
|
|
||||||
|
alter table bm_project_lot
|
||||||
|
add details_address varchar(255) null comment '省份后地址';
|
||||||
Loading…
Reference in New Issue