2 lines
114 B
MySQL
2 lines
114 B
MySQL
|
ALTER TABLE `ufutx_screen_info`
|
||
|
ADD COLUMN `sub_title` varchar(191) default null comment "子标题" after `title`
|