Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TransInvoiceID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each transaction-invoice link |
||||
| fkTransID | int | 4 | √ | null |
|
|
Transaction reference - Links to ClaimTransaction table for the associated transaction |
||||
| fkInvoiceID | int | 4 | √ | null |
|
|
Invoice reference - Links to Invoice table for the associated invoice |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ClaimTransInvoic__07639882 | Primary key | Asc | TransInvoiceID |
