Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 EVENTNAME nvarchar(255)   Default = '' Name of event at time of refund.
 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.

Foreign Key Field Type Null Notes Description
 ID uniqueidentifier   FINANCIALTRANSACTIONLINEITEM.ID Primary Key.
 REGISTRANTID uniqueidentifier REGISTRANT.ID FK to REGISTRANT
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_CREDITITEMEVENTREGISTRATION_DATEADDED DATEADDED    
 IX_CREDITITEMEVENTREGISTRATION_DATECHANGED DATECHANGED      
 PK_CREDITITEMEVENTREGISTRATION ID  

Trigger Name Description
 TR_CREDITITEMEVENTREGISTRATION_AUDIT_UPDATE
 TR_CREDITITEMEVENTREGISTRATION_AUDIT_DELETE

Entity-Relationship diagram of this table