This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
ALTER TABLE `udidl_test`.`company`
ADD COLUMN `taskType` int NULL COMMENT '任务类型: 0:下载任务 1:更新任务' AFTER `id`;
ALTER TABLE `udidl_test`.`job_log`
ADD COLUMN `taskType` varchar(255) NULL COMMENT '任务类型' AFTER `lastUploadRequest`;