AppAddons


Description

Application add-on associations that define which add-on modules are available for specific applications, enabling modular functionality expansion.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
fkAppID int 4 null
Apps.pkAppID FK_AppAddons_Apps R

Application reference - Reference to the application (foreign key to Apps.pkAppID)

fkAddonID int 4 null
Addons.pkAddonID FK_AppAddons_Addon R

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

Relationships