Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
ExtensionSolutionId | INT | 10 | √ | null |
|
|
The auto incrementing identifier of the Extension Solution |
|||
SolutionGuid | CHAR | 36 | null |
|
|
The GUID for the solution as defined by the Solution Center |
||||
SolutionName | VARCHAR | 200 | null |
|
|
The name of the solution as defined by the Solution Center |
||||
IsInstalled | BIT | 1 | b'0' |
|
|
Whether the extension solution is installed on the system |
||||
IsIgnored | BIT | 1 | b'0' |
|
|
Whether to ignore the solution. |
||||
InstalledVersion | VARCHAR | 32 | √ | null |
|
|
The version of this solution installed on the system as defined by the Solution Center |
|||
LatestVersion | VARCHAR | 32 | null |
|
|
The latest version of this solution as defined by the Solution Center |
||||
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 occured for this record |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | ExtensionSolutionId |
SolutionGuid | Must be unique | Asc | SolutionGuid |