目 录
表名 | 主键 | 注释 |
---|---|---|
depart_eval_stats | id | 开课院系评教问卷统计结果 |
序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
---|---|---|---|---|---|
1 | id | bigint | 否 | 非业务主键:datetime | |
2 | add_score | float8 | 否 | 附加题总分 | |
3 | avg_score | float4 | 否 | 平均得分 | |
4 | department_id | integer | 否 | 开课院系ID | base.departments |
5 | published | boolean | 否 | 是否发布 | |
6 | questionnaire_id | bigint | 否 | 问卷ID | qos.questionnaires |
7 | semester_id | integer | 否 | 教学日历ID | base.semesters |
8 | stat_at | timestamp | 否 | 统计时间 | |
9 | tickets | integer | 否 | 有效票数 | |
10 | total_score | float4 | 否 | 总得分 | |
11 | total_tickets | integer | 否 | 所有样本 |
表名 | 主键 | 注释 |
---|---|---|
depart_option_stats | id | 开课院系评教选项统计结果 |
序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
---|---|---|---|---|---|
1 | id | bigint | 否 | 非业务主键:datetime | |
2 | amount | integer | 否 | 人数 | |
3 | option_id | bigint | 否 | 选项ID | qos.options |
4 | question_stat_id | bigint | 否 | 问题统计明细ID | qos.depart_question_stats |
索引名 | 索引字段 | 是否唯一 |
---|---|---|
idx_oglqawgw140uo18apeo7854pu | question_stat_id | 否 |
表名 | 主键 | 注释 |
---|---|---|
depart_question_stats | id | 开课院系评教问题统计结果 |
序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
---|---|---|---|---|---|
1 | id | bigint | 否 | 非业务主键:datetime | |
2 | avg_score | float8 | 否 | 平均得分 | |
3 | eval_stat_id | bigint | 否 | 问卷统计ID | qos.depart_eval_stats |
4 | question_id | bigint | 否 | 具体问题ID | qos.questions |
5 | stddev | float8 | 否 | 标准差 | |
6 | total_score | float8 | 否 | 总得分 |
索引名 | 索引字段 | 是否唯一 |
---|---|---|
idx_obashn99dymi92mf91b4nmvmg | eval_stat_id | 否 |
表名 | 主键 | 注释 |
---|---|---|
depart_question_type_stats | id | 开课院系评教问题类别统计结果 |
序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
---|---|---|---|---|---|
1 | id | bigint | 否 | 非业务主键:datetime | |
2 | avg_score | float4 | 否 | 问题类别统计平均分值 | |
3 | eval_stat_id | bigint | 否 | 问卷评教结果ID | qos.depart_eval_stats |
4 | question_type_id | bigint | 否 | 问题类别ID | qos.question_types |
5 | total_score | float4 | 否 | 问题类别统计总分值 |
索引名 | 索引字段 | 是否唯一 |
---|---|---|
idx_4mcmjt66f8q52ctg2c4p0as89 | eval_stat_id | 否 |