Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fkDischargeTypeID | Unknown | 0 | null |
|
|
Discharge type reference - Links to the discharge type |
|||||
| pkDiscDisTypeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each discipline-type-program assignment |
||||
| fkDisciplineID | int | 4 | √ | null |
|
|
Discipline reference - Links to Discipline table |
||||
| fkDPID | int | 4 | √ | null |
|
|
Discipline type program reference - Links to discipline type in program type configuration |
||||
| fkProgramTypeID | Unknown | 0 | null |
|
|
Program type reference - Links to the program type |
|||||
| IsDefault | Unknown | 0 | null |
|
|
Default flag - Boolean indicating if this is the default discharge type for the discipline-program combination |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_DiscInDisTypeInProgType | Primary key | Asc | pkDiscDisTypeID |
