Fields
Field |
Field Type |
Null |
Notes |
Description |
PAGETYPE
|
int
|
false
|
|
Page type
|
PARTICIPANTID
|
uniqueidentifier
|
false
|
|
Participant ID
|
CUSTOMIDENTIFIER
|
nvarchar(100)
|
false
|
|
User-definable custom identifier.
|
SEQUENCEID
|
int
|
false
|
|
Identity column used to increment the default lookupid.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
LOOKUPID
|
nvarchar(100) (Computed)
|
true
|
|
|