Primary Key Field Type
 ID uniqueidentifier

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) CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Key Field Type Null Notes Description
 REVENUEID uniqueidentifier   FINANCIALTRANSACTION.ID The revenue commitment that was revalued.
 COMMITMENTREVALUATIONID uniqueidentifier   COMMITMENTREVALUATION.ID The record of the commitment revaluation.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_REVENUECOMMITMENTREVALUATION_COMMITMENTREVALUATIONID COMMITMENTREVALUATIONID      
 IX_REVENUECOMMITMENTREVALUATION_DATEADDED DATEADDED    
 IX_REVENUECOMMITMENTREVALUATION_DATECHANGED DATECHANGED      
 PK_REVENUECOMMITMENTREVALUATION ID  
 UIX_REVENUECOMMITMENTREVALUATION_REVENUEID_COMMITMENTREVALUATIONID REVENUEID, COMMITMENTREVALUATIONID    

Trigger Name Description
 TR_REVENUECOMMITMENTREVALUATION_AUDIT_UPDATE
 TR_REVENUECOMMITMENTREVALUATION_AUDIT_DELETE

Entity-Relationship diagram of this table