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

2 lines
114 B
SQL

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