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