ALTER TABLE `ufutx_screen_info` ADD COLUMN `start_time` timestamp null default null comment "开始时间" AFTER `status`, ADD COLUMN `end_time` timestamp null default null comment "结束时间" AFTER `status`;