Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||
owningUserId | INT | 10 | null |
|
|
|||
name | VARCHAR | 255 | null |
|
|
|||
notes | MEDIUMTEXT | 16777215 | √ | NULL |
|
|
||
startTime | INT | 10 | null |
|
|
|||
endTime | INT | 10 | √ | NULL |
|
|
||
isRunning | TINYINT | 3 | √ | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
background_process_s_pk | Primary key | Asc | id |
owningUserId | Performance | Asc | owningUserId |
PRIMARY | Must be unique | Asc | id |