Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 ISTRIBUTEANONYMOUS bit   Default = 0 I would like to donation to remain anomymous
 MESSAGETOACKNOWLEDGEE nvarchar(1000)   Default = '' Message to aknowledgee
 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.
 ACKNOWLEDGEEFIRSTNAME nvarchar(200)   Default = '' Acknowledgee First Name
 ACKNOWLEDGEELASTNAME nvarchar(200)   Default = '' Acknowledgee Last Name
 ACKNOWLEDGEEEMAILADDRESS UDT_EMAILADDRESS   Default = '' Acknowledgee Email Address
 TRIBUTEEFIRSTNAME nvarchar(200)   Default = '' Tributee First Name
 TRIBUTEELASTNAME nvarchar(200)   Default = '' Tributee Last Name
 TRIBUTEECITY nvarchar(100)   Default = '' Tributee City
 TRIBUTEEPOSTCODE nvarchar(24)   Default = '' Tributee Post Code
 TRIBUTEEADDRESSBLOCK nvarchar(300)   Default = '' Tributee Address Block
 TRIBUTEEEMAILADDRESS UDT_EMAILADDRESS   Default = '' Tributee Email Address

Foreign Key Field Type Null Notes Description
 TRIBUTEID uniqueidentifier   TRIBUTE.LOCALID Foreign Key to TRIBUTE table
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 FROMCONSTITUENTID uniqueidentifier CONSTITUENT.LOCALID Foreign Key to CONSTITUENT table
 TRIBUTEESTATEID uniqueidentifier STATE.LOCALID State name for the Contact Tributee
 TRIBUTEECOUNTRYID uniqueidentifier COUNTRY.LOCALID Country name for the Contact Tributee

Index Name Field(s) Unique Primary Clustered
 IX_TRIBUTEEXTENSION_DATEADDED DATEADDED    
 IX_TRIBUTEEXTENSION_DATECHANGED DATECHANGED      
 IX_TRIBUTEEXTENSION_FROMCONSTITUENTID FROMCONSTITUENTID      
 PK_TRIBUTEEXTENSION ID  
 UIX_TRIBUTEEXTENSION_TRIBUTEID TRIBUTEID    

Trigger Name Description
 TR_TRIBUTEEXTENSION_AUDIT_UPDATE
 TR_TRIBUTEEXTENSION_AUDIT_DELETE

Entity-Relationship diagram of this table