Appearance
ALTER TABLE `upload_task_file` ADD COLUMN `real_file_path` varchar(2048) NULL COMMENT '实际文件路径' AFTER `file_path`;