Compare commits
2 Commits
65ed89d743
...
cb063fa5b5
| Author | SHA1 | Date |
|---|---|---|
|
|
cb063fa5b5 | |
|
|
e01431e584 |
|
|
@ -0,0 +1,8 @@
|
|||
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 '地址';
|
||||
Loading…
Reference in New Issue