Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('exam_session_contact_id_seq'::regclass) |
|
|
|||||
| exam_session_id | bigserial | 19 | √ | nextval('exam_session_contact_exam_session_id_seq'::regclass) |
|
|
|||||
| contact_id | bigserial | 19 | √ | nextval('exam_session_contact_contact_id_seq'::regclass) |
|
|
|||||
| created | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| deleted_at | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| exam_session_contact_pkey | Primary key | Asc | id |
| exam_session_contact_exam_session_id_contact_id_key | Must be unique | Asc/Asc | exam_session_id + contact_id |

