AgencyApps


Description

Agency application assignments that track which application modules are enabled for specific agencies. This junction table manages the many-to-many relationship between agencies and available applications.

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
Apps.pkAppID FK_AgencyApps_AppID R

Application reference - Reference to the application module (foreign key to Apps.pkAppID)

fkAgencyID int 4 null
Agency.AgencyID FK_AgencyApps_Agency R

Agency reference - Reference to the agency (foreign key to Agency.AgencyID)

Indexes

Constraint Name Type Sort Column(s)
PK_AgencyApps Primary key Asc pkAppAgencyID

Relationships