exam_session_location


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('exam_session_location_id_seq'::regclass)
name text 2147483647 null
other_location_info text 2147483647 null
extra_information text 2147483647 null
lang bpchar 2 null
exam_session_id int8 19 null
exam_session.id exam_session_location_exam_session_id_fkey C
created timestamptz 35,6 CURRENT_TIMESTAMP
street_address text 2147483647 null
post_office text 2147483647 null
zip text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
exam_session_location_pkey Primary key Asc id
exam_session_location_exam_session_id Performance Asc exam_session_id

Relationships