REGISTRATIONWAIVER
Waiver for Registration form
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
WAIVERTEXT |
nvarchar(max) |
|
Default = '' |
Text for the Waiver |
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. |
COPYSOURCEID |
uniqueidentifier |
yes |
|
Original copy from ID |
COPYBATCHGUID |
uniqueidentifier |
yes |
|
Copy batch ID |
SEQUENCE |
int |
|
Default = 0 |
Use to determine the current version and how many versions |
ISCURRENT |
bit |
|
Default = 1 |
Is current waiver |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
EVENTID |
uniqueidentifier |
yes |
EVENT.ID
|
Event ID |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_REGISTRATIONWAIVER_DATEADDED |
DATEADDED |
|
|
yes |
IX_REGISTRATIONWAIVER_DATECHANGED |
DATECHANGED |
|
|
|
IX_REGISTRATIONWAIVER_EVENTID |
EVENTID |
|
|
|
PK_REGISTRATIONWAIVER |
ID |
yes |
yes |
|
Triggers
Referenced by