Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('member_notifications_id_seq'::regclass) |
|
|
|||||
| notification_id | int4 | 10 | null |
|
|
||||||
| member_id | int4 | 10 | null |
|
|
||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| opened | bool | 1 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| member_notifications_pkey | Primary key | Asc | id |

