REGISTRANTTRAVEL (4.0SP20)

Travel information for an event registrant.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

REGISTRANTCONSTITUENTID

uniqueidentifier

false

FK to CONSTITUENT

MAINEVENTID

uniqueidentifier

false

FK to EVENT

REGISTRANTDEPARTURETRAVELTYPECODEID

uniqueidentifier

true

FK to EVENTREGISTRANTTRAVELTYPECODE

REGISTRANTDEPARTURETRAVELNAMECODEID

uniqueidentifier

true

FK to EVENTREGISTRANTTRAVELNAMECODE

REGISTRANTARRIVALTRAVELTYPECODEID

uniqueidentifier

true

FK to EVENTREGISTRANTTRAVELTYPECODE

REGISTRANTARRIVALTRAVELNAMECODEID

uniqueidentifier

true

FK to EVENTREGISTRANTTRAVELNAMECODE

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DEPARTURETIME

UDT_HOURMINUTE

false

''

The registrants travel departure time.

DEPARTUREDATE

datetime

true

The registrants travel departure date.

DEPARTURENUMBER

nvarchar(25)

false

''

The number of the scheduled departure travel mode (ie flight number)

ARRIVALTIME

UDT_HOURMINUTE

false

''

The registrants travel arrival time.

ARRIVALDATE

datetime

true

The registrants travel arrival date.

ARRIVALNUMBER

nvarchar(25)

false

''

The number of the scheduled arrival travel mode (ie flight number)

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_REGISTRANTTRAVEL_DATEADDED

DATEADDED

False

False

True

IX_REGISTRANTTRAVEL_DATECHANGED

DATECHANGED

False

False

False

PK_REGISTRANTTRAVEL

ID

True

True

False

UIX_REGISTRANTTRAVEL_REGISTRANTCONSTITUENTID_MAINEVENTID

REGISTRANTCONSTITUENTID

MAINEVENTID

True

False

False

Triggers
Trigger Name Description

TR_REGISTRANTTRAVEL_AUDIT_UPDATE

TR_REGISTRANTTRAVEL_AUDIT_DELETE