diff --git a/1735785875_table_screen_info_add_sub_title.up.sql b/1735785875_table_screen_info_add_sub_title.up.sql new file mode 100644 index 0000000..bdafe1c --- /dev/null +++ b/1735785875_table_screen_info_add_sub_title.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_screen_info` +ADD COLUMN `sub_title` varchar(191) default null comment "子标题" after `title` \ No newline at end of file