Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| __id | int8 | 19 | √ | null |
|
|
||||
| __cf | bool | 1 | true |
|
|
|||||
| __start | timestamptz | 35,6 | null |
|
|
|||||
| __source | varchar | 63 | null |
|
|
|||||
| __origin | varchar | 63 | ''::character varying |
|
|
|||||
| id | uuid | 2147483647 | √ | null |
|
|
||||
| seen | bool | 1 | √ | null |
|
|
||||
| text | varchar | 1 | √ | null |
|
|
||||
| recipient_id | uuid | 2147483647 | √ | null |
|
|
||||
| event_config_name | varchar | 22 | √ | null |
|
|
||||
| lang | varchar | 2 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| notify_data__t_pkey | Primary key | Asc | __id |
| notify_data__t___origin_idx | Performance | Asc | __origin |
| notify_data__t___source_idx | Performance | Asc | __source |
| notify_data__t___start_idx | Performance | Asc | __start |
| notify_data__t_event_config_name_idx | Performance | Asc | event_config_name |
| notify_data__t_id_idx | Performance | Asc | id |
| notify_data__t_lang_idx | Performance | Asc | lang |
| notify_data__t_recipient_id_idx | Performance | Asc | recipient_id |
| notify_data__t_seen_idx | Performance | Asc | seen |
| notify_data__t_text_idx | Performance | Asc | text |
