From 971516b6017e66405cc1fff1e613ad4cf23c0f16 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Mon, 26 Aug 2024 20:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E6=AE=B5=E5=B7=A5=E7=A8=8B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=9C=81=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202408/宁夏机具/bm_project_lot_20240813.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/202408/宁夏机具/bm_project_lot_20240813.sql b/202408/宁夏机具/bm_project_lot_20240813.sql index 7774075..a2a8539 100644 --- a/202408/宁夏机具/bm_project_lot_20240813.sql +++ b/202408/宁夏机具/bm_project_lot_20240813.sql @@ -5,4 +5,7 @@ alter table bm_project_lot add latitude varchar(255) null comment '纬度'; alter table bm_project_lot - add address varchar(255) null comment '地址'; \ No newline at end of file + add address varchar(255) null comment '地址'; + +alter table bm_project_lot + add province varchar(255) null comment '省份'; \ No newline at end of file