Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('exam_date_id_seq'::regclass) |
|
|
||||||||||||||
| exam_date | date | 13 | null |
|
|
|||||||||||||||
| registration_start_date | date | 13 | null |
|
|
|||||||||||||||
| registration_end_date | date | 13 | null |
|
|
|||||||||||||||
| created | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||||||||||||||
| modified | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||||||||||||||
| post_admission_end_date | date | 13 | √ | null |
|
|
||||||||||||||
| post_admission_start_date | date | 13 | √ | null |
|
|
||||||||||||||
| post_admission_enabled | bool | 1 | √ | false |
|
|
||||||||||||||
| deleted_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||
| exam_type | varchar | 50 | 'FULL'::exam_session_type |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| exam_date_pkey | Primary key | Asc | id |
| exam_date_exam_date_idx | Performance | Asc | exam_date |

