Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| notification_id | INT | 10 | null |
|
|
||||||
| type | enum('IN_APP', 'EMAIL', 'PUSH') | 6 | null |
|
|
||||||
| created_at | DATETIME | 23 | CURRENT_TIMESTAMP(3) |
|
|
||||||
| updated_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| notification_channels_notification_id_fkey | Performance | Asc | notification_id |

