Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AgencyID | int | 4 | √ | null |
|
|
Agency reference - Reference to the agency (foreign key to Agency.AgencyID) |
||||
| ProgramID | int | 4 | √ | null |
|
|
Program type reference - Reference to the program type (foreign key to ProgramType.ProgramID) |
||||
| AgencyProgramID | int identity | 4 | √ | null |
|
|
Reference identifier - Foreign key reference to related entity or lookup table |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__AgencyProgramTyp__0E44098D | Primary key | Asc | AgencyProgramID |