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 `bns_cloud_material`.`purchase_check_details`
ADD COLUMN `warn_documents` varchar(255) NULL COMMENT '质保材料(app用)' AFTER `fix_code`,
ADD COLUMN `reason` varchar(255) NULL COMMENT '原因(app用)' AFTER `warn_documents`;