yin 9 月之前
父节点
当前提交
e97ae1014c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/mysql/init/stmms_ft.sql

+ 1 - 1
install/mysql/init/stmms_ft.sql

@@ -557,7 +557,7 @@ CREATE TABLE `eb_selective_student`
     `muti_selective` tinyint(1)  NOT NULL COMMENT '是否多选做',
     `less_selective` tinyint(1)  NOT NULL COMMENT '是否少选做',
     `not_selective`  tinyint(1)  NOT NULL COMMENT '是否未选做',
-    PRIMARY KEY (`student_id`)
+    PRIMARY KEY (`student_id`),
     KEY `index1` (`exam_id`, `subject_code`)
 ) ENGINE = InnoDB
   DEFAULT CHARSET = utf8mb4 COMMENT ='选做题考生状态表';