|
@@ -540,6 +540,7 @@ CREATE TABLE IF NOT EXISTS `paper` (
|
|
`first_collect_size` INT NULL COMMENT '首次采集原图大小(KB)',
|
|
`first_collect_size` INT NULL COMMENT '首次采集原图大小(KB)',
|
|
`size_abnormal` BIT(1) NULL DEFAULT 0 COMMENT '大小是否异常(1:异常)',
|
|
`size_abnormal` BIT(1) NULL DEFAULT 0 COMMENT '大小是否异常(1:异常)',
|
|
PRIMARY KEY (`id`) USING BTREE,
|
|
PRIMARY KEY (`id`) USING BTREE,
|
|
|
|
+ UNIQUE KEY `uq_idx` (`work_id`,`subject`,`exam_number`,`is_test`),
|
|
INDEX `idx_paper_exam_number`(`exam_number`) USING BTREE,
|
|
INDEX `idx_paper_exam_number`(`exam_number`) USING BTREE,
|
|
INDEX `idx_union_1`(`batch_no`) USING BTREE,
|
|
INDEX `idx_union_1`(`batch_no`) USING BTREE,
|
|
INDEX `idx_union_4`(`is_shift`, `is_shift_score`) USING BTREE,
|
|
INDEX `idx_union_4`(`is_shift`, `is_shift_score`) USING BTREE,
|