Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 USEAPPRAISALTHRESHOLD bit   Default = 0 Indicates whether or not to use the appraisal threshold.
 APPRAISALTHRESHOLD money   Default = 0 Require an appraisal for gifts-in-kind that exceed this amount.
 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
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_GIFTINKINDAPPRAISALSETTINGS_DATEADDED DATEADDED    
 IX_GIFTINKINDAPPRAISALSETTINGS_DATECHANGED DATECHANGED      
 PK_GIFTINKINDAPPRAISALSETTINGS ID  

Trigger Name Description
 TR_GIFTINKINDAPPRAISALSETTINGS_AUDIT_UPDATE
 TR_GIFTINKINDAPPRAISALSETTINGS_AUDIT_DELETE
 TR_GIFTINKINDAPPRAISALSETTINGS_ENSUREONEROW_DELETE
 TR_GIFTINKINDAPPRAISALSETTINGS_ENSUREONEROW_INSERT