8 lines
241 B
MySQL
8 lines
241 B
MySQL
|
|
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 '地址';
|