AgencySubTab


Description

Agency sub-tab configurations that define which user interface sub-tabs and navigation elements are available to specific agencies.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ASTID int identity 4 null

Reference identifier - Foreign key reference to related entity or lookup table

AgencyID int 4 null
Agency.AgencyID FK__AgencySub__Agenc__18EBB532 C

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

SubTabID int 4 null
Subtab.SubTabID FK_AgencySubTab_Subtab C

Sub-tab reference - Reference to the sub-tab configuration (foreign key to Subtab.SubTabID)

Indexes

Constraint Name Type Sort Column(s)
PK__AgencySubTab__17F790F9 Primary key Asc ASTID

Relationships