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 |