Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('section_score_id_seq'::regclass) |
|
|
|||||
evaluator | text | 2147483647 | null |
|
|
||||||
accepted | bool | 1 | √ | null |
|
|
|||||
section_id | int8 | 19 | null |
|
|
||||||
participant_id | int8 | 19 | null |
|
|
||||||
exam_session_id | int8 | 19 | √ | null |
|
|
|||||
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 |