contact


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('contact_id_seq'::regclass)
exam_session_contact.contact_id exam_session_contact_contact_id_fkey C
organizer_id bigserial 19 nextval('contact_organizer_id_seq'::regclass)
organizer.id contact_organizer_id_fkey R
name text 2147483647 null
email text 2147483647 null
phone_number 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)
contact_pkey Primary key Asc id

Relationships