Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
|||||
| notification_type_id | int4 | 10 | null |
|
|
||||||
| user_id | int8 | 19 | null |
|
|
||||||
| organization_id | int8 | 19 | √ | null |
|
|
|||||
| title | text | 2147483647 | null |
|
|
||||||
| body | text | 2147483647 | null |
|
|
||||||
| local_url | text | 2147483647 | null |
|
|
||||||
| created_time | timestamptz | 35,6 | null |
|
|
||||||
| is_read | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| notifications_pkey | Primary key | Asc | id |