“djh”
2026-02-02 acc5bc56fcd374ee9711f81478851bc21b5552c6
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 '得分';