Field |
Field Type |
Null |
Notes |
Description |
SOURCELOOKUPID |
nvarchar(100) |
|
Default = '' |
The lookup id for the constituent that was the source of the merge operation. |
TARGETLOOKUPID |
nvarchar(100) |
|
Default = '' |
The lookup id for the constituent that was the target of the merge operation. |
SOURCEID |
uniqueidentifier |
|
|
The system id for the constituent that was the source of the merge operation. |
TARGETID |
uniqueidentifier |
|
|
The system id for the constituent that was the target of the merge operation. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |