Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| sourceTypeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each source type |
||||
| sourceTypeDesc | varchar | 50 | √ | null |
|
|
Source type description - Descriptive name of the source type (e.g., ‘Hospital’, ‘Physician’, ‘Self-Referral’, ‘School District’) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_SourceType | Primary key | Asc | sourceTypeID |
