Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fkAppID | int | 4 | null |
|
|
Application reference - Reference to the application (foreign key to Apps.pkAppID) |
|||||
| fkAddonID | int | 4 | null |
|
|
Add-on reference - Reference to the add-on module (foreign key to Addons.pkAddonID) |
|||||
| IsRequired | Unknown | 0 | null |
|
|
Required flag - Whether this add-on is required for the application to function |
|||||
| LoadOrder | Unknown | 0 | null |
|
|
Load order - Order in which add-ons should be loaded for this application |
|||||
| pkAppAddonID | int identity | 4 | √ | null |
|
|
Primary key - AppAddons unique identifier for each record |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_AppAddons | Primary key | Asc | pkAppAddonID |