Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
CmdId | INT | 10 | √ | null |
|
|
||||
ProbeId | INT | 10 | 0 |
|
|
|||||
Command | INT | 10 | 0 |
|
|
|||||
Parameters | LONGTEXT | 2147483647 | null |
|
|
|||||
Status | INT | 10 | 0 |
|
|
|||||
Output | LONGTEXT | 2147483647 | null |
|
|
|||||
FastTalk | TINYINT | 3 | 0 |
|
|
|||||
DateUpdated | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | CmdId |
DateUpdated | Performance | Asc | DateUpdated |
FastTalk | Performance | Asc | FastTalk |
ProbeId | Performance | Asc | ProbeId |
Status | Performance | Asc | Status |