Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 REGISTRANT_CONSTITUENTID uniqueidentifier
 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.
 REGISTRANT_AMOUNT money   Default = 0

Foreign Key Field Type Null Notes Description
 ID uniqueidentifier   BATCHAMPROIMPORT.ID Primary Key.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 REGISTRANT_EVENTPRICEID uniqueidentifier EVENTPRICE.ID FK to EVENTPRICE

Index Name Field(s) Unique Primary Clustered
 IX_BATCHAMPROIMPORTREGISTRANT_DATEADDED DATEADDED    
 IX_BATCHAMPROIMPORTREGISTRANT_DATECHANGED DATECHANGED      
 PK_BATCHAMPROIMPORTREGISTRANT ID  

Trigger Name Description
 TR_BATCHAMPROIMPORTREGISTRANT_AUDIT_UPDATE
 TR_BATCHAMPROIMPORTREGISTRANT_AUDIT_DELETE

Entity-Relationship diagram of this table