Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| AssociationId | Unknown | 0 | null |
|
|
Primary key - ProgramAddons unique identifier for each program-addon association |
||
| EffectiveDate | Unknown | 0 | null |
|
|
Effective date - Date when this association becomes active |
||
| fkProgramID | int | 4 | √ | null |
|
|
Program reference - Reference to the program type |
|
| fkAddonID | int | 4 | √ | null |
|
|
Add-on reference - Reference to the add-on module |
|
| IsRequired | Unknown | 0 | null |
|
|
Required flag - Whether this add-on is required for this program |
||
| pkProgramAddonID | int identity | 4 | √ | null |
|
|
Primary key - ProgramAddons unique identifier for each record |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ProgramAddons | Primary key | Asc | pkProgramAddonID |