From e01431e584f42088f71b901ddcf264f95c95d2b9 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Tue, 13 Aug 2024 18:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=81=E5=A4=8F=E6=96=B0=E5=A2=9E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202408/宁夏机具/bm_project_lot_20240813.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 202408/宁夏机具/bm_project_lot_20240813.sql diff --git a/202408/宁夏机具/bm_project_lot_20240813.sql b/202408/宁夏机具/bm_project_lot_20240813.sql new file mode 100644 index 0000000..7774075 --- /dev/null +++ b/202408/宁夏机具/bm_project_lot_20240813.sql @@ -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 '地址'; \ No newline at end of file