From e899750c440d985e79962971952e7102262a807f Mon Sep 17 00:00:00 2001 From: yuezhihang Date: Mon, 18 Jul 2022 13:59:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=96=99=E4=B8=AD=E5=BF=83=E8=A1=A8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/sql/20220718_表修改.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/sql/20220718_表修改.sql diff --git a/doc/sql/20220718_表修改.sql b/doc/sql/20220718_表修改.sql new file mode 100644 index 00000000..ab65d5f2 --- /dev/null +++ b/doc/sql/20220718_表修改.sql @@ -0,0 +1,3 @@ +//资料中心 附件表字段扩容 +ALTER TABLE `foton_slrs`.`file_material` +MODIFY COLUMN `attach_file_id` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL AFTER `data_explain`; \ No newline at end of file