Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| notification_id | bigserial | 19 | √ | nextval('user_notification_notification_id_seq'::regclass) |
|
|
|||||
| notification_object_id | varchar | 2147483647 | null |
|
|
||||||
| object_type | varchar | 32 | null |
|
|
||||||
| action_owner_user_id | varchar | 64 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_notification_pkey | Primary key | Asc | notification_id |