Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 MATCHFACTOR decimal(5, 2)   Default = 0
 STARTDATE datetime
 ENDDATE datetime
 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.
 PREVENTRECOGNITIONSDEFAULTING bit   Default = 0 Used when a houshold's recognition settings causes a recognition default between two constituents but the user wants to prevent the defaulting.

Foreign Key Field Type Null Notes Description
 SOURCECONSTITUENTID uniqueidentifier   CONSTITUENT.LOCALID FK to CONSTITUENT
 RECIPIENTCONSTITUENTID uniqueidentifier   CONSTITUENT.LOCALID FK to CONSTITUENT
 REVENUERECOGNITIONTYPECODEID uniqueidentifier REVENUERECOGNITIONTYPECODE.ID FK to REVENUERECOGNITIONTYPECODE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_REVENUERECOGNITIONDEFAULT_DATEADDED DATEADDED    
 IX_REVENUERECOGNITIONDEFAULT_DATECHANGED DATECHANGED      
 PK_REVENUERECOGNITIONDEFAULT ID  
 UIX_REVENUERECOGNITIONDEFAULT_SOURCECONSTITUENTID_RECIPIENTCONSTITUENTID SOURCECONSTITUENTID, RECIPIENTCONSTITUENTID    

Trigger Name Description
 TR_REVENUERECOGNITIONDEFAULT_AUDIT_UPDATE
 TR_REVENUERECOGNITIONDEFAULT_AUDIT_DELETE

Entity-Relationship diagram of this table