Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('api_event_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
name | varchar | 256 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
summary | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
num_affected | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
ifrc_severity_level | int4 | 10 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
glide | varchar | 18 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
disaster_start_date | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
created_at | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
auto_generated | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
dtype_id | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
auto_generated_source | varchar | 50 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
is_featured | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
updated_at | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
hide_attached_field_reports | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
num_dead | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
num_displaced | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
num_injured | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
num_missing | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
previous_update | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
is_featured_region | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
slug | varchar | 50 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
parent_event_id | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
tab_one_title | varchar | 50 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
tab_three_title | varchar | 50 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
tab_two_title | varchar | 50 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
name_ar | varchar | 256 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
name_en | varchar | 256 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
name_es | varchar | 256 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
name_fr | varchar | 256 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
hide_field_report_map | bool | 1 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
visibility | int4 | 10 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||
emergency_response_contact_email | varchar | 255 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
image | varchar | 100 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
summary_ar | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
summary_en | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
summary_es | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||||
summary_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_event_pkey | Primary key | Asc | id |
api_event_dtype_id_af630553 | Performance | Asc | dtype_id |
api_event_parent_event_id_69348215 | Performance | Asc | parent_event_id |
api_event_slug_ca5f12b7_like | Performance | Asc | slug |
api_event_slug_key | Must be unique | Asc | slug |