heheng
2026-02-10 0e17b5575d653f6e10a1d312e8b0d23efc1bb35d
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 '得分';