Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_countrysnippet_id_seq'::regclass) |
|
|
||||
snippet | text | 2147483647 | √ | null |
|
|
||||
image | varchar | 100 | √ | null |
|
|
||||
visibility | int4 | 10 | null |
|
|
|||||
country_id | int4 | 10 | null |
|
|
|||||
position | int4 | 10 | null |
|
|
|||||
snippet_ar | text | 2147483647 | √ | null |
|
|
||||
snippet_en | text | 2147483647 | √ | null |
|
|
||||
snippet_es | text | 2147483647 | √ | null |
|
|
||||
snippet_fr | text | 2147483647 | √ | null |
|
|
||||
translation_module_original_language | varchar | 2 | null |
|
|
|||||
translation_module_skip_auto_translation | bool | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
api_countrysnippet_pkey | Primary key | Asc | id |
api_countrysnippet_country_id_17235975 | Performance | Asc | country_id |