From 164bf97c3944f62b1174d4fa8db45fe1c21bc6ff Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 2 Jan 2025 10:49:51 +0800 Subject: [PATCH] add scrren info subtitle --- 1735785875_table_screen_info_add_sub_title.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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