Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
WebExtensionId | INT | 10 | √ | null |
|
|
The auto incrementing identifier of the Web Extension |
|||||
ExtensionSolutionId | INT | 10 | √ | null |
|
|
Maps back to the ExtensionSolution table and indicates this Web Extension is a part of that solution |
|||||
ExtensionStatusId | INT | 10 | 0 |
|
|
Maps back to the ExtensionStatus table and indicates what status this extension is in |
||||||
WebExtensionGuid | CHAR | 36 | null |
|
|
The GUID of this Web Extension |
||||||
WebExtensionName | VARCHAR | 100 | null |
|
|
The name of this Web Extension |
||||||
Author | VARCHAR | 100 | null |
|
|
The author of this Web Extension |
||||||
Description | VARCHAR | 500 | null |
|
|
The full description of this Web Extension |
||||||
Version | VARCHAR | 20 | null |
|
|
The version of this Web Extension |
||||||
FileUrl | VARCHAR | 500 | null |
|
|
The URL to download the Web Extension as a zip file with all its contents descripbing the Web Extension |
||||||
Filename | VARCHAR | 200 | null |
|
|
The filename of the file sent as a zip file upon installing into the system |