ALTER TABLE `fd_fusion`.`t_scene_down_log` ADD COLUMN `type` varchar(255) NULL DEFAULT 'scene' AFTER `update_time`; ALTER TABLE `fd_fusion`.`t_case_files` ADD COLUMN `num` varchar(255) NULL AFTER `tabulation_id`;