Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 TRIBUTETEXT nvarchar(255)   Default = ''
 ISACTIVE bit   Default = 1 Indicates whether or not the tribute is active.
 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
 TRIBUTETYPECODEID uniqueidentifier   TRIBUTETYPECODE.LOCALID The tribute type for this tribute.
 TRIBUTEEID uniqueidentifier CONSTITUENT.LOCALID Foreign key to the Constituent table.
 DESIGNATIONID uniqueidentifier DESIGNATION.ID The default designation for the tribute.
 NAMEFORMATFUNCTIONID uniqueidentifier NAMEFORMATFUNCTION.ID FK to NAMEFORMATFUNCTION
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_TRIBUTE_DATEADDED DATEADDED    
 IX_TRIBUTE_DATECHANGED DATECHANGED      
 IX_TRIBUTE_TRIBUTEEID TRIBUTEEID      
 IX_TRIBUTE_TRIBUTETEXT TRIBUTETEXT      
 IX_TRIBUTE_TRIBUTETYPECODEID TRIBUTETYPECODEID      
 PK_TRIBUTE ID  

Trigger Name Description
 TR_TRIBUTE_DELETE_BBNCTRIBUTEIDMAP
 TR_TRIBUTE_INSERT_BBNCTRIBUTEIDMAP
 TR_TRIBUTE_AUDIT_ETLDELETEDID
 TR_TRIBUTE_AUDIT_UPDATE
 TR_TRIBUTE_AUDIT_DELETE

Referenced by Field
 BATCHBBNCDONATION TRIBUTEID
 BATCHMEMBERSHIPDUES TRIBUTEID
 BATCHREVENUELETTER TRIBUTEID
 BATCHREVENUETRIBUTE TRIBUTEID
 NETCOMMUNITYMAPPINGRULE DEFAULTTRIBUTEID
 REVENUETRIBUTE TRIBUTEID
 TRIBUTEACKNOWLEDGEE TRIBUTEID
 TRIBUTEEXTENSION TRIBUTEID
 TRIBUTESITE TRIBUTEID

Entity-Relationship diagram of this table