“djh”
5 天以前 9ef02505c6f0bcd87470dc3e9b98a27cea0a8155
1
2
3
ALTER TABLE `train_exam`.`ex_student_answer`
MODIFY COLUMN `passed` tinyint NULL DEFAULT NULL COMMENT '是否正确(0错误,1正确,2待批改)',
ADD COLUMN `score` int NULL COMMENT '得分';