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
/
V20240731001_change_question.sql
1
2
ALTER TABLE `train_exam`.`ex_question`
MODIFY COLUMN `answer` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '答案';