@@ -10,6 +10,7 @@ UPDATE eb_exam_student set inspected=1,subjective_status='MARKED' where subjecti
ALTER TABLE eb_exam_subject ADD COLUMN `inspect_round` int(11) NOT NULL DEFAULT 1 COMMENT '复核轮数';
ALTER TABLE eb_inspect_history ADD COLUMN `inspect_round` int(11) NOT NULL COMMENT '复核轮数';
+ALTER TABLE eb_exam_subject ADD COLUMN `selective` tinyint(1) NOT NULL COMMENT '选做题科目';
-- 更新数据
UPDATE eb_inspect_history