Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SPID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each site-program association |
||||
| siteid | int | 4 | √ | null |
|
|
Site reference - Links to AgencySite table for the service delivery site |
||||
| ProgramID | int | 4 | √ | null |
|
|
Program reference - Links to program type that operates at this site |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__SiteInProgramTyp__10F65906 | Primary key | Asc | SPID |
