From 41c7e0ebcdaa27eef33c86f2c455bee0df9a38d3 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期四, 07 十一月 2024 10:50:59 +0800 Subject: [PATCH] change captcha --- exam-admin/src/main/resources/db/migration/V20240603003_question.sql | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/exam-admin/src/main/resources/db/migration/V20240603003_question.sql b/exam-admin/src/main/resources/db/migration/V20240603003_question.sql index d8fc3ab..39b82f9 100644 --- a/exam-admin/src/main/resources/db/migration/V20240603003_question.sql +++ b/exam-admin/src/main/resources/db/migration/V20240603003_question.sql @@ -1,7 +1,6 @@ -- ---------------------------- -- 考题表 -- ---------------------------- -drop table if exists `train_exam`.`ex_question`; CREATE TABLE `train_exam`.`ex_question` ( `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '主键' , `question_type` tinyint NOT NULL DEFAULT 1 COMMENT '考题类型(1单选题,2多选题,3判断题 默认1)', -- Gitblit v1.9.2