ting.yin 2 年之前
父節點
當前提交
634c1b3371
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stmms-web/src/main/webapp/sql/stmms_ft.sql

+ 1 - 1
stmms-web/src/main/webapp/sql/stmms_ft.sql

@@ -1049,7 +1049,7 @@ DROP TABLE IF EXISTS `eb_answer_card`;
 CREATE TABLE `eb_answer_card` 
 CREATE TABLE `eb_answer_card` 
 (
 (
     `exam_id`			int(11)     NOT NULL COMMENT '考试ID',
     `exam_id`			int(11)     NOT NULL COMMENT '考试ID',
-    `subject_code`		varchar(32) NOT NULL COMMENT '科目代码',
+    `subject_code`		varchar(32) DEFAULT NULL COMMENT '科目代码',
     `number`			int(11)     NOT NULL COMMENT '序号',
     `number`			int(11)     NOT NULL COMMENT '序号',
   	`need_adapte`		tinyint(1)  DEFAULT NULL COMMENT '强制适配',
   	`need_adapte`		tinyint(1)  DEFAULT NULL COMMENT '强制适配',
   	`paper_count`		int(11) 	DEFAULT NULL COMMENT '试卷数量',
   	`paper_count`		int(11) 	DEFAULT NULL COMMENT '试卷数量',