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.
-- ----------------------------
-- 施工问题反馈表 status 扩展为:0待处理 1待复核 2复核通过 3复核不通过
-- 0待处理:新问题或复核不通过待重新整改;1待复核:施工单位已提交整改;2复核通过;3复核不通过:需重新整改
ALTER TABLE `cons_issue_fb`
MODIFY COLUMN `status` char(1) DEFAULT '0' COMMENT '状态:0待处理 1待复核 2复核通过 3复核不通过';