Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_eventlink_id_seq'::regclass) |
|
|
||||
title | varchar | 200 | null |
|
|
|||||
title_en | varchar | 200 | √ | null |
|
|
||||
title_es | varchar | 200 | √ | null |
|
|
||||
title_fr | varchar | 200 | √ | null |
|
|
||||
title_ar | varchar | 200 | √ | null |
|
|
||||
description | text | 2147483647 | null |
|
|
|||||
description_en | text | 2147483647 | √ | null |
|
|
||||
description_es | text | 2147483647 | √ | null |
|
|
||||
description_fr | text | 2147483647 | √ | null |
|
|
||||
description_ar | text | 2147483647 | √ | null |
|
|
||||
url | varchar | 200 | null |
|
|
|||||
event_id | int4 | 10 | null |
|
|
|||||
translation_module_original_language | varchar | 2 | null |
|
|
|||||
translation_module_skip_auto_translation | bool | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_eventlink_pkey | Primary key | Asc | id |
api_eventlink_event_id_bf92a77e | Performance | Asc | event_id |