Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('registration_exam_content_module_id_seq'::regclass) |
|
|
|||||
| module_id | int8 | 19 | null |
|
|
||||||
| participant_id | int8 | 19 | null |
|
|
||||||
| registration_id | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| registration_exam_content_module_pkey | Primary key | Asc | id |
| module_only_once_for_single_registration_constraint | Must be unique | Asc/Asc/Asc | module_id + participant_id + registration_id |

