|
@@ -962,43 +962,9 @@ CREATE TABLE `s_basic_subject_teacher_class`
|
|
|
KEY `index1` (`exam_id`, `subject_code`)
|
|
|
) ENGINE = InnoDB
|
|
|
DEFAULT CHARSET = utf8mb4 COMMENT ='任课老师班级统计表';
|
|
|
-
|
|
|
-
|
|
|
-# Dump of table s_range_subject
|
|
|
-# ------------------------------------------------------------
|
|
|
-
|
|
|
-DROP TABLE IF EXISTS `s_range_subject`;
|
|
|
-CREATE TABLE `s_range_subject`
|
|
|
-(
|
|
|
- `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
|
|
|
- `exam_id` int(11) DEFAULT NULL COMMENT '考试ID',
|
|
|
- `subject_code` varchar(32) DEFAULT NULL COMMENT '科目代码',
|
|
|
- `subject_name` varchar(32) DEFAULT NULL COMMENT '科目名称',
|
|
|
- `subject_level` varchar(64) DEFAULT NULL COMMENT '科目层次',
|
|
|
- `totalCount` int(11) DEFAULT NULL COMMENT '总人数',
|
|
|
- `count0_49` int(11) DEFAULT NULL COMMENT '0-49',
|
|
|
- `count50_59` int(11) DEFAULT NULL COMMENT '50-59',
|
|
|
- `count60_69` int(11) DEFAULT NULL COMMENT '60-69',
|
|
|
- `count70_79` int(11) DEFAULT NULL COMMENT '70-79',
|
|
|
- `count80_89` int(11) DEFAULT NULL COMMENT '80-89',
|
|
|
- `count90_100` int(11) DEFAULT NULL COMMENT '90-100',
|
|
|
- `lt60` int(11) DEFAULT NULL COMMENT '<60',
|
|
|
- `mte60` int(11) DEFAULT NULL COMMENT '>=60',
|
|
|
- `percent0_49` double NOT NULL COMMENT '0-49占比',
|
|
|
- `percent50_59` double NOT NULL COMMENT '50-59占比',
|
|
|
- `percent60_69` double NOT NULL COMMENT '60-69占比',
|
|
|
- `percent70_79` double NOT NULL COMMENT '70-79占比',
|
|
|
- `percent80_89` double NOT NULL COMMENT '80-89占比',
|
|
|
- `percent90_100` double NOT NULL COMMENT '90-100占比',
|
|
|
- `percent_lt60` double NOT NULL COMMENT '<60占比',
|
|
|
- `percent_mte60` double NOT NULL COMMENT '>=60占比',
|
|
|
- PRIMARY KEY (`id`),
|
|
|
- KEY `index1` (`exam_id`, `subject_code`)
|
|
|
-) ENGINE = InnoDB
|
|
|
- DEFAULT CHARSET = utf8mb4 COMMENT ='分段统计表';
|
|
|
|
|
|
|
|
|
-# Dump of table b_school
|
|
|
+# Dump of table eb_import_query
|
|
|
# ------------------------------------------------------------
|
|
|
|
|
|
DROP TABLE IF EXISTS `eb_import_query`;
|