Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_regionpreparednesssnippet_id_seq'::regclass) |
|
|
||||
title | varchar | 255 | null |
|
|
|||||
snippet | text | 2147483647 | √ | null |
|
|
||||
snippet_en | text | 2147483647 | √ | null |
|
|
||||
snippet_es | text | 2147483647 | √ | null |
|
|
||||
snippet_fr | text | 2147483647 | √ | null |
|
|
||||
snippet_ar | text | 2147483647 | √ | null |
|
|
||||
position | int4 | 10 | null |
|
|
|||||
region_id | int4 | 10 | null |
|
|
|||||
title_ar | varchar | 255 | √ | null |
|
|
||||
title_en | varchar | 255 | √ | null |
|
|
||||
title_es | varchar | 255 | √ | null |
|
|
||||
title_fr | varchar | 255 | √ | null |
|
|
||||
translation_module_original_language | varchar | 2 | null |
|
|
|||||
translation_module_skip_auto_translation | bool | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_regionpreparednesssnippet_pkey | Primary key | Asc | id |
api_regionpreparednesssnippet_region_id_c7e22b4b | Performance | Asc | region_id |