aidmt-ms/sql/construction_issue_feedback...

7 lines
460 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

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复核不通过';