REGISTRANTREGISTRATIONMAP

Contains information pertaining to the link between registrants and registrant registration fees.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
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

Foreign Key Field Type Null Notes Description
REGISTRANTREGISTRATIONID uniqueidentifier REGISTRANTREGISTRATION.ID FK to REGISTRANTREGISTRATION
REGISTRANTID uniqueidentifier REGISTRANT.ID FK to REGISTRANT
REGISTRANTPACKAGEID uniqueidentifier yes REGISTRANTPACKAGE.ID FK to REGISTRANTPACKAGE
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_REGISTRANTREGISTRATIONMAP_DATEADDED DATEADDED yes
IX_REGISTRANTREGISTRATIONMAP_DATECHANGED DATECHANGED
IX_REGISTRANTREGISTRATIONMAP_ID ID
IX_REGISTRANTREGISTRATIONMAP_REGISTRANTPACKAGEID REGISTRANTPACKAGEID
IX_REGISTRANTREGISTRATIONMAP_REGISTRANTREGISTRATIONID REGISTRANTREGISTRATIONID
PK_REGISTRANTREGISTRATIONMAP ID yes yes
UC_REGISTRANTREGISTRATIONMAP_REGISTRANTID REGISTRANTID yes

Triggers

Trigger Name Description
TR_REGISTRANTREGISTRATIONMAP_AUDIT_UPDATE
TR_REGISTRANTREGISTRATIONMAP_AUDIT_DELETE

Referenced by

Referenced by Field
REGISTRANTPREFERENCEMAP REGISTRANTREGISTRATIONMAPID