Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('notification_id_seq'::regclass) |
|
|
|||||
| user_id | int4 | 10 | null |
|
|
||||||
| request_id | int4 | 10 | √ | null |
|
|
|||||
| message | text | 2147483647 | null |
|
|
||||||
| create_timestamp | timestamp | 29,6 | now() |
|
|
||||||
| action_timestamp | timestamp | 29,6 | √ | null |
|
|
|||||
| status | int2 | 5 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| notification_pk | Primary key | Asc | id |

