Primary Key Field Type
 ID uniqueidentifier

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) CONVERT(bigint, TS) Numeric representation of the timestamp.
 COPYSOURCEID uniqueidentifier Original copy from ID
 COPYBATCHGUID uniqueidentifier 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 Key Field Type Null Notes Description
 EVENTID uniqueidentifier EVENT.ID Event ID
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_REGISTRATIONWAIVER_DATEADDED DATEADDED    
 IX_REGISTRATIONWAIVER_DATECHANGED DATECHANGED      
 IX_REGISTRATIONWAIVER_EVENTID EVENTID      
 PK_REGISTRATIONWAIVER ID  

Trigger Name Description
 TR_REGISTRATIONWAIVER_AUDIT_UPDATE
 TR_REGISTRATIONWAIVER_AUDIT_DELETE

Referenced by Field
 REGISTRANTEXTENSION WAIVERID

Entity-Relationship diagram of this table