Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkAddonAgencyID | int identity | 4 | √ | null |
|
|
Primary key - AgencyAddons unique identifier for each record |
||||
| fkAddonID | int | 4 | null |
|
|
Add-on reference - Reference to the add-on module (foreign key to Addons.pkAddonID) |
|||||
| fkAgencyID | int | 4 | null |
|
|
Agency reference - Reference to the agency (foreign key to Agency.AgencyID) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_AgencyAddon | Primary key | Asc | pkAddonAgencyID |