Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| 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 |
|
|
||||||
| history_id | serial | 10 | √ | nextval('api_historicalnotification_history_id_seq'::regclass) |
|
|
|||||
| history_date | timestamptz | 35,6 | null |
|
|
||||||
| history_change_reason | varchar | 100 | √ | null |
|
|
|||||
| history_type | varchar | 1 | null |
|
|
||||||
| employee_destination_id | int4 | 10 | √ | null |
|
|
|||||
| employee_origin_id | int4 | 10 | √ | null |
|
|
|||||
| history_user_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_historicalnotification_pkey | Primary key | Asc | history_id |
| api_historicalnotification_employee_destination_id_515a99d5 | Performance | Asc | employee_destination_id |
| api_historicalnotification_employee_origin_id_b724833c | Performance | Asc | employee_origin_id |
| api_historicalnotification_history_user_id_0d8edfae | Performance | Asc | history_user_id |
| api_historicalnotification_id_e1112a80 | Performance | Asc | id |