From ec284efa945b02e627e6564a49f7db9d24b355c2 Mon Sep 17 00:00:00 2001 From: mashuai Date: Fri, 25 Oct 2024 18:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E8=9E=8D=E5=90=88=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202410/机具大融合/20241025_ma_type修改字段.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 202410/机具大融合/20241025_ma_type修改字段.sql diff --git a/202410/机具大融合/20241025_ma_type修改字段.sql b/202410/机具大融合/20241025_ma_type修改字段.sql new file mode 100644 index 0000000..395fd7f --- /dev/null +++ b/202410/机具大融合/20241025_ma_type修改字段.sql @@ -0,0 +1,2 @@ +ALTER TABLE `bns_cloud_material`.`ma_type` +MODIFY COLUMN `holding_time` varchar(64) NULL DEFAULT NULL COMMENT '持荷时间' AFTER `test_load`; \ No newline at end of file