From 33801fd8f5031c1d0e3f2380493d4c8acc51fa3b Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Fri, 8 Nov 2024 10:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A4=90=E5=8D=95=E6=A8=A1=E6=9D=BF=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=B8=A9=E9=A6=A8=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1731031548_change_table_guide_template.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1731031548_change_table_guide_template.up.sql diff --git a/1731031548_change_table_guide_template.up.sql b/1731031548_change_table_guide_template.up.sql new file mode 100644 index 0000000..243741c --- /dev/null +++ b/1731031548_change_table_guide_template.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_guide_template` +ADD COLUMN `hint` text NULL COMMENT '温馨提示' AFTER `status`; \ No newline at end of file