dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
批次新增学员查询条件,新增题目导入接口
“djh”
2024-11-11
8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2
[multi_system.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 '答案';