section_score


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('section_score_id_seq'::regclass)
module_score.section_score_id module_score_section_score_id_fkey R
evaluator text 2147483647 null
accepted bool 1 null
section_id int8 19 null
section.id section_score_section_id_fkey R
participant_id int8 19 null
participant.id section_score_participant_id_fkey R
exam_session_id int8 19 null
exam_session.id section_score_exam_session_id_fkey R
created timestamp 29,6 now()
updated timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
section_score_pkey Primary key Asc id
section_once_per_exam_session Must be unique Asc/Asc/Asc section_id + exam_session_id + participant_id

Relationships