Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| notification_id | serial | 10 | √ | nextval('oc_notifications_notification_id_seq'::regclass) |
|
|
||
| app | varchar | 32 | null |
|
|
|||
| user | varchar | 64 | null |
|
|
|||
| timestamp | int4 | 10 | 0 |
|
|
|||
| object_type | varchar | 64 | null |
|
|
|||
| object_id | varchar | 64 | null |
|
|
|||
| subject | varchar | 64 | null |
|
|
|||
| subject_parameters | text | 2147483647 | √ | null |
|
|
||
| message | varchar | 64 | √ | NULL::character varying |
|
|
||
| message_parameters | text | 2147483647 | √ | null |
|
|
||
| link | varchar | 4000 | √ | NULL::character varying |
|
|
||
| icon | varchar | 4000 | √ | NULL::character varying |
|
|
||
| actions | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_notifications_pkey | Primary key | Asc | notification_id |
| oc_notifications_app | Performance | Asc | app |
| oc_notifications_object | Performance | Asc/Asc | object_type + object_id |
| oc_notifications_timestamp | Performance | Asc | timestamp |
| oc_notifications_user | Performance | Asc | user |