Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| daily_operation_log_id | VARCHAR | 36 | null |
|
|
||||||
| offset_minutes | INT | 10 | null |
|
|
||||||
| notify_email | BIT | 1 | 1 |
|
|
||||||
| notify_in_app | BIT | 1 | 0 |
|
|
||||||
| include_assigned_to | BIT | 1 | 1 |
|
|
||||||
| include_creator | BIT | 1 | 1 |
|
|
||||||
| extra_user_ids | JSON | 1073741824 | √ | null |
|
|
|||||
| extra_emails | JSON | 1073741824 | √ | null |
|
|
|||||
| role_ids | JSON | 1073741824 | √ | null |
|
|
|||||
| created_at | DATETIME | 26 | CURRENT_TIMESTAMP(6) |
|
|
||||||
| updated_at | DATETIME | 26 | √ | null |
|
|
|||||
| created_by | VARCHAR | 255 | √ | null |
|
|
|||||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_dolr_parent | Performance | Asc | daily_operation_log_id |