dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
部分功能调整
heheng
2025-06-27
bd605ac1e79b73db3b501f323d6f4a10c0f27dd5
[multi_system.git]
/
multi-admin
/
src
/
main
/
resources
/
db
/
migration
/
V20240802001_change_student_answer.sql
1
2
3
4
5
ALTER TABLE `train_exam`.`ex_student_answer`
MODIFY COLUMN `answer` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '答案';
ALTER TABLE `train_exam`.`ex_exercise_answer`
MODIFY COLUMN `answer` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '答案';