Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PayCaseID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each payment source-case association |
||||
| fkCaseID | int | 4 | √ | null |
|
|
Case reference - Links to PatientAdministration table for the patient case |
||||
| fkSourceID | varchar | 30 | √ | null |
|
|
Source reference - Links to payment source responsible for this case |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__PaysourceInCase__54431BD8 | Primary key | Asc | PayCaseID |
| PaysourceInCase_fkcaseid | Performance | Asc | fkCaseID |
