dashboard
repositories
filestore
activity
search
login
dongjh
/
train_exam
forked from
train_exam
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
update
kongzy
2024-10-30
a39e023677a9c5c68ba3b6577f0d7da24b9dc65e
[~dongjh/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 '答案';