Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkProgramAddonID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each program-addon association |
|
| fkProgramID | int | 4 | √ | null |
|
|
Program reference - Links to the healthcare program that uses this addon |
|
| fkAddonID | int | 4 | √ | null |
|
|
Addon reference - Links to the addon or feature being associated with the program |
|
| orderBy | int | 4 | √ | null |
|
|
Display order - Numeric order for displaying or processing addons within the program |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ProgramAddons | Primary key | Asc | pkProgramAddonID |
