Compare commits

..

No commits in common. "cb063fa5b5f7fc3b3383c177ce2afad32efa1eaf" and "65ed89d743abe49bcb1e196d1f675f8b904b043a" have entirely different histories.

1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +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 '地址';