2024-08-13 18:08:18 +08:00
|
|
|
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
|
2024-08-26 20:51:10 +08:00
|
|
|
add address varchar(255) null comment '地址';
|
|
|
|
|
|
|
|
|
|
alter table bm_project_lot
|
2024-08-27 09:26:52 +08:00
|
|
|
add province varchar(255) null comment '省份';
|
|
|
|
|
|
|
|
|
|
alter table bm_project_lot
|
|
|
|
|
add details_address varchar(255) null comment '省份后地址';
|