migrate/1735785875_table_screen_info_add_sub_title.up.sql

2 lines
114 B
MySQL
Raw Normal View History

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