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.
 STARTDATE date
 ENDDATE date

Foreign Key Field Type Null Notes Description
 PLANID uniqueidentifier   STEWARDSHIPPLAN.ID FK to STEWARDSHIPPLAN
 CONSTITUENTID uniqueidentifier   CONSTITUENT.LOCALID FK to CONSTITUENT
 ROLECODEID uniqueidentifier STEWARDSHIPSTEWARDROLECODE.ID FK to STEWARDSHIPSTEWARDROLECODE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_STEWARDSHIPPLANSTEWARD_DATEADDED DATEADDED    
 IX_STEWARDSHIPPLANSTEWARD_DATECHANGED DATECHANGED      
 PK_STEWARDSHIPPLANSTEWARD ID  
 UIX_STEWARDSHIPPLANSTEWARD_PLANID_CONSTITUENTID PLANID, CONSTITUENTID    

Trigger Name Description
 TR_STEWARDSHIPPLANSTEWARD_AUDIT_UPDATE
 TR_STEWARDSHIPPLANSTEWARD_AUDIT_DELETE

Entity-Relationship diagram of this table