Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| MappingId | Unknown | 0 | null |
|
|
Primary key - idmap unique identifier for each mapping record |
||
| MappingType | Unknown | 0 | null |
|
|
Mapping type - Type of identifier mapping (Client, Provider, etc.) |
||
| pkid | int identity | 4 | √ | null |
|
|
Data field - pkid information for idmap business operations |
|
| oldid | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for idmap records |
|
| newid | int | 4 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for idmap records |
|
| SourceId | Unknown | 0 | null |
|
|
Source identifier - Identifier from the source system |
||
| SourceSystem | Unknown | 0 | null |
|
|
Source system - Name of the source system providing the identifier |
||
| TargetId | Unknown | 0 | null |
|
|
Target identifier - Mapped identifier in the target system |
||
| TargetSystem | Unknown | 0 | null |
|
|
Target system - Name of the target system receiving the identifier |
||
| type | int | 4 | √ | null |
|
|
Type classification - Category or classification type for idmap records |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_idmap | Primary key | Asc | pkid |