REGISTRANTTRAVEL
Travel information for an event registrant.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| DEPARTURETIME |
UDT_HOURMINUTE |
|
Default = '' |
The registrants travel departure time. |
| DEPARTUREDATE |
datetime |
yes |
|
The registrants travel departure date. |
| DEPARTURENUMBER |
nvarchar(25) |
|
Default = '' |
The number of the scheduled departure travel mode (ie flight number) |
| ARRIVALTIME |
UDT_HOURMINUTE |
|
Default = '' |
The registrants travel arrival time. |
| ARRIVALDATE |
datetime |
yes |
|
The registrants travel arrival date. |
| ARRIVALNUMBER |
nvarchar(25) |
|
Default = '' |
The number of the scheduled arrival travel mode (ie flight number) |
| 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) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_REGISTRANTTRAVEL_DATEADDED |
DATEADDED |
|
|
yes |
| IX_REGISTRANTTRAVEL_DATECHANGED |
DATECHANGED |
|
|
|
| PK_REGISTRANTTRAVEL |
ID |
yes |
yes |
|
| UIX_REGISTRANTTRAVEL_REGISTRANTCONSTITUENTID_MAINEVENTID |
REGISTRANTCONSTITUENTID, MAINEVENTID |
yes |
|
|
Triggers