diff --git a/202408/宁夏机具/bm_project_lot_20240813.sql b/202408/宁夏机具/bm_project_lot_20240813.sql index a2a8539..3c35e7b 100644 --- a/202408/宁夏机具/bm_project_lot_20240813.sql +++ b/202408/宁夏机具/bm_project_lot_20240813.sql @@ -8,4 +8,7 @@ alter table bm_project_lot add address varchar(255) null comment '地址'; alter table bm_project_lot - add province varchar(255) null comment '省份'; \ No newline at end of file + add province varchar(255) null comment '省份'; + +alter table bm_project_lot + add details_address varchar(255) null comment '省份后地址'; \ No newline at end of file