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