Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_notification_id_seq'::regclass) |
|
|
|||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| icon | varchar | 255 | √ | null |
|
|
|||||
| title | varchar | 255 | √ | null |
|
|
|||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| link | varchar | 255 | √ | null |
|
|
|||||
| is_read | bool | 1 | null |
|
|
||||||
| type | varchar | 255 | √ | null |
|
|
|||||
| module | varchar | 255 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| employee_destination_id | int4 | 10 | √ | null |
|
|
|||||
| employee_origin_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_notification_pkey | Primary key | Asc | id |
| api_notification_employee_destination_id_f08a8359 | Performance | Asc | employee_destination_id |
| api_notification_employee_origin_id_abe0fbb3 | Performance | Asc | employee_origin_id |