Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | 0 |
|
|
|||
| user_id | BIGINT | 19 | √ | null |
|
|
||
| root_task_id | BIGINT | 19 | √ | null |
|
|
||
| current_task_id | BIGINT | 19 | √ | null |
|
|
||
| state | SMALLINT | 5 | √ | null |
|
|
||
| total_number_of_tasks | INT | 10 | √ | null |
|
|
||
| percentage | SMALLINT | 5 | √ | null |
|
|
||
| title | VARCHAR | 255 | √ | null |
|
|
||
| description | VARCHAR | 255 | √ | null |
|
|
||
| last_heartbeat | INT | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| i1_idx | Performance | Asc | user_id |
Diagram producer might be missing
No diagrams were produced please see application output for any errors