dashboard
repositories
filestore
activity
search
login
main
/
train_exam
教育考试系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改题目标题字数
“djh”
4 hours ago
06e68422574d47589aa51f2cc035930c456a7856
[train_exam.git]
/
exam-admin
/
src
/
main
/
resources
/
db
/
migration
/
V20240801001_change_paper_student.sql
1
2
ALTER TABLE `train_exam`.`ex_paper_student`
ADD COLUMN `state` tinyint NOT NULL DEFAULT 0 COMMENT '状态:0待考试,1待批阅 2批阅完成';