Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
| account_id | INT UNSIGNED | 10 | null |
|
|
||||||
| reminder_id | INT UNSIGNED | 10 | null |
|
|
||||||
| user_id | INT UNSIGNED | 10 | null |
|
|
||||||
| planned_date | DATE | 10 | null |
|
|
||||||
| nature | VARCHAR | 255 | reminder |
|
|
||||||
| notification_number_days_before | INT | 10 | √ | null |
|
|
|||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| reminder_outbox_account_id_foreign | Performance | Asc | account_id |
| reminder_outbox_reminder_id_foreign | Performance | Asc | reminder_id |
| reminder_outbox_user_id_foreign | Performance | Asc | user_id |



