|
@@ -235,7 +235,7 @@ CREATE TABLE `assessment_plan_answer_result` (
|
|
|
`enabled_mark` INT DEFAULT NULL,
|
|
`enabled_mark` INT DEFAULT NULL,
|
|
|
`student_user_id` BIGINT DEFAULT NULL COMMENT '学生id',
|
|
`student_user_id` BIGINT DEFAULT NULL COMMENT '学生id',
|
|
|
`question_id` BIGINT DEFAULT NULL COMMENT '选项id(assessment_plan_question[category=2的id])',
|
|
`question_id` BIGINT DEFAULT NULL COMMENT '选项id(assessment_plan_question[category=2的id])',
|
|
|
- `answer_id` BIGINT DEFAULT NULL COMMENT '选项id(assessment_plan_question[category=3的id])',
|
|
|
|
|
|
|
+ `answer_id` varchar(40) DEFAULT NULL COMMENT '选项id(assessment_plan_question[category=3的id])',
|
|
|
`assessment_template_plan_id` BIGINT DEFAULT NULL COMMENT '考核计划id(assessment_template_plan)',
|
|
`assessment_template_plan_id` BIGINT DEFAULT NULL COMMENT '考核计划id(assessment_template_plan)',
|
|
|
PRIMARY KEY (`id`) USING BTREE
|
|
PRIMARY KEY (`id`) USING BTREE
|
|
|
) ENGINE=INNODB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='考核答题结果';
|
|
) ENGINE=INNODB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='考核答题结果';
|