This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 施工问题反馈表增加复核附件字段(复核不合格转存时可带附件)
ALTER TABLE `cons_issue_fb`
ADD COLUMN `attachment_urls` varchar(2000) DEFAULT NULL COMMENT '复核时上传的附件URL,多个逗号分隔' AFTER `problem_photo_url`;