Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
WebExtensionHelperCommandId | INT | 10 | √ | null |
|
|
The auto incrementing identifier of the Web Extension Helper Command |
|||
ServerId | INT | 10 | null |
|
|
The Server Id for the command |
||||
CommandTypeId | INT | 10 | null |
|
|
The Command Type Id |
||||
WebExtensionZip | BLOB | 65535 | null |
|
|
The Web Extension Zip file |
||||
WebExtensionGuid | CHAR | 36 | null |
|
|
The Web Extension Guid |
||||
Parameters | MEDIUMTEXT | 16777215 | √ | null |
|
|
The parameter for the command that was sent |
|||
CreatedBy | VARCHAR | 100 | null |
|
|
The user that first added this item to the system |
||||
CreateDate | DATETIME | 19 | null |
|
|
The DateTime that the user first added this item to the system |
||||
UpdatedBy | VARCHAR | 100 | null |
|
|
The user that last updated this item in the system |
||||
UpdateDate | DATETIME | 19 | null |
|
|
The DateTime that the last update occurred for this record |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | WebExtensionHelperCommandId |