目 录

关系图 1. 教师排名

  • 关系图

教师排名

表格 teacher_eval_stats 教师评教问卷统计结果

  • 表格说明
表名主键注释
teacher_eval_statsid教师评教问卷统计结果
  • 表格中的列
序号字段名字段类型是否可空描述引用表
1idbigint非业务主键:datetime
2add_scorefloat8附加题总分
3avg_scorefloat4平均得分
4depart_rankinteger院系排名
5publishedboolean是否发布
6questionnaire_idbigint问卷ID qos.questionnaires
7school_rankinteger全校排名
8semester_idinteger教学日历ID base.semesters
9stat_attimestamp统计时间
10teacher_idbigint教师ID base.teachers
11ticketsinteger有效票数
12total_scorefloat4总得分
13total_ticketsinteger所有样本

表格 teacher_option_stats 教师评教选项统计结果

  • 表格说明
表名主键注释
teacher_option_statsid教师评教选项统计结果
  • 表格中的列
序号字段名字段类型是否可空描述引用表
1idbigint非业务主键:datetime
2amountinteger人数
3option_idbigint选项ID qos.options
4question_stat_idbigint问题统计明细ID qos.teacher_question_stats
  • 表格的索引
索引名索引字段是否唯一
idx_ojgk4b0hl2ks2hgw2l11ktdr9question_stat_id

表格 teacher_question_stats 教师评教问题统计结果

  • 表格说明
表名主键注释
teacher_question_statsid教师评教问题统计结果
  • 表格中的列
序号字段名字段类型是否可空描述引用表
1idbigint非业务主键:datetime
2avg_scorefloat8平均得分
3eval_stat_idbigint问卷统计ID qos.teacher_eval_stats
4question_idbigint具体问题ID qos.questions
5stddevfloat8标准差
6total_scorefloat8总得分
  • 表格的索引
索引名索引字段是否唯一
idx_7lykycmfk7vttwxwqw2hpr565eval_stat_id

表格 teacher_question_type_stats 教师评教问题类别统计结果

  • 表格说明
表名主键注释
teacher_question_type_statsid教师评教问题类别统计结果
  • 表格中的列
序号字段名字段类型是否可空描述引用表
1idbigint非业务主键:datetime
2avg_scorefloat4问题类别统计平均分值
3eval_stat_idbigint问卷评教结果ID qos.teacher_eval_stats
4question_type_idbigint问题类别ID qos.question_types
5total_scorefloat4问题类别统计总分值
  • 表格的索引
索引名索引字段是否唯一
idx_9d7epkerdh0q4rrvvjrn7eptheval_stat_id

表格 teacher_remessages 教师回复

  • 表格说明
表名主键注释
teacher_remessagesid教师回复
  • 表格中的列
序号字段名字段类型是否可空描述引用表
1idbigint非业务主键:datetime
2created_attimestamp创建时间
3remessagevarchar(255)回复内容
4text_evaluation_idbigint文字评教ID qos.text_evaluations
5updated_attimestamp更新时间
6visibleboolean是否可见
  • 表格的索引
索引名索引字段是否唯一
idx_8s9ak6mlyl39u6hp8j4ysbkeltext_evaluation_id

表格 teacher_remessages_students 学生列表

  • 表格说明
表名主键注释
teacher_remessages_studentsteacher_remessage_id,student_id学生列表
  • 表格中的列
序号字段名字段类型是否可空描述引用表
1student_idbigint学籍信息实现ID base.students
2teacher_remessage_idbigint教师回复ID qos.teacher_remessages
  • 表格的索引
索引名索引字段是否唯一
idx_gavh43lg9nulgrwrywxh9o76uteacher_remessage_id