organizer


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('organizer_id_seq'::regclass)
contact.organizer_id contact_organizer_id_fkey R
exam_language.organizer_id exam_language_organizer_id_fkey R
exam_session.organizer_id exam_session_organizer_id_fkey R
payment_config.organizer_id payment_config_organizer_id_fkey R
oid text 2147483647 null
agreement_start_date date 13 null
agreement_end_date date 13 null
contact_name text 2147483647 null
contact_email text 2147483647 null
contact_phone_number text 2147483647 null
extra text 2147483647 null
deleted_at timestamptz 35,6 null
created timestamptz 35,6 CURRENT_TIMESTAMP
modified timestamptz 35,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
organizer_pkey Primary key Asc id
organizer_oid Must be unique Asc oid

Relationships