Compare commits

..

2 Commits

Author SHA1 Message Date
liang.chao cb063fa5b5 Merge remote-tracking branch 'origin/dev' into dev 2024-08-13 18:08:22 +08:00
liang.chao e01431e584 宁夏新增字段 2024-08-13 18:08:18 +08:00
1 changed files with 8 additions and 0 deletions

View File

@ -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 '地址';