Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DEFAULTAPPLICATIONTYPECODE tinyint   Default = 0 The default action that will be taken when a pledge is overpaid.
 DEFAULTAPPLICATIONTYPE nvarchar(16) (Computed) CASE [DEFAULTAPPLICATIONTYPECODE] WHEN 0 THEN N'Pledge balance' WHEN 1 THEN N'Next installment' END Provides a translation for the 'DEFAULTAPPLICATIONTYPECODE' field.
 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_PLEDGEOVERPAYMENTOPTIONS_DATEADDED DATEADDED    
 IX_PLEDGEOVERPAYMENTOPTIONS_DATECHANGED DATECHANGED      
 PK_PLEDGEOVERPAYMENTOPTIONS ID  

Trigger Name Description
 TR_PLEDGEOVERPAYMENTOPTIONS_AUDIT_UPDATE
 TR_PLEDGEOVERPAYMENTOPTIONS_AUDIT_DELETE