Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TransCheckID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each transaction-check link |
||||
| fkTransID | int | 4 | √ | null |
|
|
Transaction reference - Links to ClaimTransaction table for the associated transaction |
||||
| fkCheckID | int | 4 | √ | null |
|
|
Check reference - Links to checkLog table for the payment check |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ClaimTransCheck__0B342966 | Primary key | Asc | TransCheckID |
| IX_CheckID | Performance | Asc | fkCheckID |
| IX_TransID | Performance | Asc | fkTransID |
