Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('notifications_surgealert_id_seq'::regclass) |
|
|
||||||
atype | int4 | 10 | null |
|
|
|||||||
category | int4 | 10 | null |
|
|
|||||||
operation | varchar | 100 | null |
|
|
|||||||
message | text | 2147483647 | null |
|
|
|||||||
deployment_needed | bool | 1 | null |
|
|
|||||||
is_private | bool | 1 | null |
|
|
|||||||
created_at | timestamptz | 35,6 | null |
|
|
|||||||
event_id | int4 | 10 | √ | null |
|
|
||||||
message_ar | text | 2147483647 | √ | null |
|
|
||||||
message_en | text | 2147483647 | √ | null |
|
|
||||||
message_es | text | 2147483647 | √ | null |
|
|
||||||
message_fr | text | 2147483647 | √ | null |
|
|
||||||
operation_ar | varchar | 100 | √ | null |
|
|
||||||
operation_en | varchar | 100 | √ | null |
|
|
||||||
operation_es | varchar | 100 | √ | null |
|
|
||||||
operation_fr | varchar | 100 | √ | null |
|
|
||||||
closes | timestamptz | 35,6 | √ | null |
|
|
||||||
end | timestamptz | 35,6 | √ | null |
|
|
||||||
molnix_id | int4 | 10 | √ | null |
|
|
||||||
opens | timestamptz | 35,6 | √ | null |
|
|
||||||
start | timestamptz | 35,6 | √ | null |
|
|
||||||
country_id | int4 | 10 | √ | null |
|
|
||||||
translation_module_original_language | varchar | 2 | null |
|
|
|||||||
translation_module_skip_auto_translation | bool | 1 | null |
|
|
|||||||
molnix_status | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
notifications_surgealert_pkey | Primary key | Asc | id |
notifications_surgealert_country_id_75cbcde5 | Performance | Asc | country_id |
notifications_surgealert_event_id_9120f436 | Performance | Asc | event_id |