Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('registration_id_seq'::regclass) |
|
|
|||||||||||
state | registration_state | 2147483647 | null |
|
|
||||||||||||
created | timestamp | 29,6 | √ | now() |
|
|
|||||||||||
exam_session_id | int8 | 19 | null |
|
|
||||||||||||
participant_id | int8 | 19 | null |
|
|
||||||||||||
retry | bool | 1 | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
registration_pkey | Primary key | Asc | id |
one_participation_per_session_idx | Must be unique | Asc/Asc | exam_session_id + participant_id |