Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('exam_session_translation_id_seq'::regclass) |
|
|
|||||
street_address | text | 2147483647 | null |
|
|
||||||
city | text | 2147483647 | null |
|
|
||||||
other_location_info | text | 2147483647 | null |
|
|
||||||
language_code | bpchar | 2 | null |
|
|
||||||
exam_session_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
exam_session_translation_pkey | Primary key | Asc | id |