Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DATE date  
 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
 REVENUEID uniqueidentifier   FINANCIALTRANSACTION.ID FK to REVENUE
 REASONCODEID uniqueidentifier WRITEOFFREASONCODE.ID FK to WRITEOFFREASONCODE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_RECURRINGGIFTWRITEOFF_DATEADDED DATEADDED    
 IX_RECURRINGGIFTWRITEOFF_DATECHANGED DATECHANGED      
 IX_RECURRINGGIFTWRITEOFF_REASONCODEID REASONCODEID      
 IX_RECURRINGGIFTWRITEOFF_REVENUEID REVENUEID      
 PK_RECURRINGGIFTWRITEOFF ID  

Trigger Name Description
 TR_RECURRINGGIFTWRITEOFF_AUDIT_UPDATE
 TR_RECURRINGGIFTWRITEOFF_AUDIT_DELETE

Referenced by Field
 RECURRINGGIFTINSTALLMENTWRITEOFF WRITEOFFID

Entity-Relationship diagram of this table