migrate/1735785875_table_screen_info_add_sub_title.up.sql
2025-01-02 10:49:51 +08:00

2 lines
113 B
SQL

ALTER TABLE `ufutx_screen_info`
ADD COLUMN `subtitle` varchar(191) default null comment "子标题" after `title`