目 录

| 表名 | 主键 | 注释 |
|---|---|---|
| teacher_eval_stats | id | 教师评教问卷统计结果 |
| 序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
|---|---|---|---|---|---|
| 1 | id | bigint | 否 | 非业务主键:datetime | |
| 2 | add_score | float8 | 否 | 附加题总分 | |
| 3 | avg_score | float4 | 否 | 平均得分 | |
| 4 | depart_rank | integer | 否 | 院系排名 | |
| 5 | published | boolean | 否 | 是否发布 | |
| 6 | questionnaire_id | bigint | 否 | 问卷ID | qos.questionnaires |
| 7 | school_rank | integer | 否 | 全校排名 | |
| 8 | semester_id | integer | 否 | 教学日历ID | base.semesters |
| 9 | stat_at | timestamp | 否 | 统计时间 | |
| 10 | teacher_id | bigint | 否 | 教师ID | base.teachers |
| 11 | tickets | integer | 否 | 有效票数 | |
| 12 | total_score | float4 | 否 | 总得分 | |
| 13 | total_tickets | integer | 否 | 所有样本 |
| 表名 | 主键 | 注释 |
|---|---|---|
| teacher_option_stats | id | 教师评教选项统计结果 |
| 序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
|---|---|---|---|---|---|
| 1 | id | bigint | 否 | 非业务主键:datetime | |
| 2 | amount | integer | 否 | 人数 | |
| 3 | option_id | bigint | 否 | 选项ID | qos.options |
| 4 | question_stat_id | bigint | 否 | 问题统计明细ID | qos.teacher_question_stats |
| 索引名 | 索引字段 | 是否唯一 |
|---|---|---|
| idx_ojgk4b0hl2ks2hgw2l11ktdr9 | question_stat_id | 否 |
| 表名 | 主键 | 注释 |
|---|---|---|
| teacher_question_stats | id | 教师评教问题统计结果 |
| 序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
|---|---|---|---|---|---|
| 1 | id | bigint | 否 | 非业务主键:datetime | |
| 2 | avg_score | float8 | 否 | 平均得分 | |
| 3 | eval_stat_id | bigint | 否 | 问卷统计ID | qos.teacher_eval_stats |
| 4 | question_id | bigint | 否 | 具体问题ID | qos.questions |
| 5 | stddev | float8 | 否 | 标准差 | |
| 6 | total_score | float8 | 否 | 总得分 |
| 索引名 | 索引字段 | 是否唯一 |
|---|---|---|
| idx_7lykycmfk7vttwxwqw2hpr565 | eval_stat_id | 否 |
| 表名 | 主键 | 注释 |
|---|---|---|
| teacher_question_type_stats | id | 教师评教问题类别统计结果 |
| 序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
|---|---|---|---|---|---|
| 1 | id | bigint | 否 | 非业务主键:datetime | |
| 2 | avg_score | float4 | 否 | 问题类别统计平均分值 | |
| 3 | eval_stat_id | bigint | 否 | 问卷评教结果ID | qos.teacher_eval_stats |
| 4 | question_type_id | bigint | 否 | 问题类别ID | qos.question_types |
| 5 | total_score | float4 | 否 | 问题类别统计总分值 |
| 索引名 | 索引字段 | 是否唯一 |
|---|---|---|
| idx_9d7epkerdh0q4rrvvjrn7epth | eval_stat_id | 否 |
| 表名 | 主键 | 注释 |
|---|---|---|
| teacher_remessages | id | 教师回复 |
| 序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
|---|---|---|---|---|---|
| 1 | id | bigint | 否 | 非业务主键:datetime | |
| 2 | created_at | timestamp | 否 | 创建时间 | |
| 3 | remessage | varchar(255) | 否 | 回复内容 | |
| 4 | text_evaluation_id | bigint | 否 | 文字评教ID | qos.text_evaluations |
| 5 | updated_at | timestamp | 否 | 更新时间 | |
| 6 | visible | boolean | 否 | 是否可见 |
| 索引名 | 索引字段 | 是否唯一 |
|---|---|---|
| idx_8s9ak6mlyl39u6hp8j4ysbkel | text_evaluation_id | 否 |
| 表名 | 主键 | 注释 |
|---|---|---|
| teacher_remessages_students | teacher_remessage_id,student_id | 学生列表 |
| 序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
|---|---|---|---|---|---|
| 1 | student_id | bigint | 否 | 学籍信息实现ID | base.students |
| 2 | teacher_remessage_id | bigint | 否 | 教师回复ID | qos.teacher_remessages |
| 索引名 | 索引字段 | 是否唯一 |
|---|---|---|
| idx_gavh43lg9nulgrwrywxh9o76u | teacher_remessage_id | 否 |