Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each transaction history record |
|
| FieldName | nvarchar | 510 | √ | null |
|
|
Field name - Name of the field that was changed |
|
| ValueBefore | nvarchar | 1000 | √ | null |
|
|
Previous value - Value of the field before the change |
|
| ValueAfter | nvarchar | 1000 | √ | null |
|
|
New value - Value of the field after the change |
|
| DateArchived | datetime | 16,3 | √ | null |
|
|
Archive date - Date when the change was recorded |
|
| TransactionId | int | 4 | √ | null |
|
|
Transaction reference - Links to ClaimTransaction table for the modified transaction |
|
| ArchivedBy | int | 4 | √ | null |
|
|
Archived by user - UserID of the person who made the change |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ClaimTra__3214EC271DB09C19 | Primary key | Asc | ID |
