Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
The id of log |
|
startTime | INT | 10 | null |
|
|
The timestamp when the run started |
||
endTime | INT | 10 | √ | NULL |
|
|
The timestamp when the run ended |
|
lastUpdate | INT | 10 | √ | NULL |
|
|
The timestamp when the run last updated (to check for stuck processes) |
|
notes | MEDIUMTEXT | 16777215 | √ | NULL |
|
|
Additional information about the run |
|
numRecordsToProcess | INT | 10 | √ | NULL |
|
|
||
numRecordsProcessed | INT | 10 | √ | NULL |
|
|
||
numErrors | INT | 10 | √ | NULL |
|
|
||
numRemainingRecords | INT | 10 | √ | NULL |
|
|