heheng
2025-12-09 e38612bd0c14b89f393a18ebcee0bc5028f8889d
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 '答案';