AppPackage


Description

Application packaging and bundling system defining how applications are grouped into packages for licensing, deployment, and marketplace presentation. Packages enable bulk application management, tiered pricing strategies, and simplified user access control across related application suites.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AppPackageId int identity 4 null

Primary key - Unique identifier for each app package association, auto-incrementing integer

PackageId int 4 null

Package identifier - Reference to the package definition for grouping and licensing

AppId int 4 null

Application reference - Reference to the application included in this package

Indexes

Constraint Name Type Sort Column(s)
PK_AppPackage Primary key Asc AppPackageId

Relationships