Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
schedule_id | CHAR | 32 |
|
|
||||
task_id | CHAR | 32 |
|
|
||||
active | BIT | 1 | 0 |
|
|
|||
title | VARCHAR | 255 | √ | null |
|
|
||
description | VARCHAR | 4096 | √ | null |
|
|
||
parameters | TEXT | 65535 | √ | null |
|
|
||
priority | enum('low', 'normal', 'high') | 6 | normal |
|
|
|||
type | enum('periodic', 'once') | 8 | periodic |
|
|
|||
minute | TINYINT | 3 | √ | null |
|
|
||
hour | TINYINT | 3 | √ | null |
|
|
Diagram producer might be missing
No diagrams were produced please see application output for any errors