Compare commits

..

No commits in common. "17f36390abf26c2e79e6e10700485b0819733c15" and "733f9d59bc5a92683d2975571c18d53103f36323" have entirely different histories.

1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
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 '省份后地址';