dashboard
repositories
filestore
activity
search
login
main
/
train_exam
教育考试系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改
“djh”
4 days ago
3dfe99a609b364d84d6a8ee46768345923318ad9
[train_exam.git]
/
exam-admin
/
src
/
main
/
resources
/
db
/
migration
/
V20240801003_change_student_answer.sql
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 '得分';