|
@@ -527,7 +527,7 @@ CREATE TABLE `eb_selective_group`
|
|
|
`selective_count` int(11) NOT NULL COMMENT '选做数量',
|
|
|
`selective_index` int(11) NOT NULL COMMENT '选做分组序号',
|
|
|
`selective_part` int (11) NOT NULL COMMENT '选做题分区号',
|
|
|
- `score_policy` varchar(64) DEFAULT NULL COMMENT '合分方式',
|
|
|
+ `score_policy` varchar(64) NOT NULL COMMENT '合分方式',
|
|
|
PRIMARY KEY (`exam_id`, `subject_code`, `main_number`)
|
|
|
) ENGINE = InnoDB
|
|
|
DEFAULT CHARSET = utf8mb4 COMMENT ='选做题分组表';
|