Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkAppAgencyID | int identity | 4 | √ | null |
|
|
Primary key - AgencyApps unique identifier for each record |
||||
| fkAppID | int | 4 | null |
|
|
Application reference - Reference to the application module (foreign key to Apps.pkAppID) |
|||||
| fkAgencyID | int | 4 | null |
|
|
Agency reference - Reference to the agency (foreign key to Agency.AgencyID) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_AgencyApps | Primary key | Asc | pkAppAgencyID |