migrate/1735785875_table_screen_info_add_sub_title.up.sql

2 lines
113 B
MySQL
Raw Normal View History

2025-01-02 10:46:57 +08:00
ALTER TABLE `ufutx_screen_info`
2025-01-02 10:49:51 +08:00
ADD COLUMN `subtitle` varchar(191) default null comment "子标题" after `title`