examiner_exam_event


Columns

Column Type Size Nulls Auto Default Children Parents Comments
examiner_exam_event_id int8 19 null
enrollment_appointment.examiner_exam_event_id fk_enrollment_appointment_examiner_exam_event_id R
version int4 10 0
created_by text 2147483647 null
modified_by text 2147483647 null
deleted_by text 2147483647 null
created_at timestamptz 35,6 now()
modified_at timestamptz 35,6 now()
deleted_at timestamptz 35,6 null
date date 13 null
language varchar 10 null
exam_language.name fk_examiner_exam_event_language R
examiner_id int8 19 null
examiner.examiner_id fk_examiner_exam_event_examiner_id R
is_hidden bool 1 null
registration_closes timestamptz 35,6 null
max_participants int4 10 null
municipality_id int8 19 null
municipality.municipality_id fk_examiner_exam_event_municipality_id R
location text 2147483647 null
exam_time text 2147483647 null
other_information text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
examiner_exam_event_pkey Primary key Asc examiner_exam_event_id

Relationships