Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 ISPRIMARY bit   Default = 0 Indicates whether or not the group member is the primary contact for the group.
 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
 GROUPID uniqueidentifier   CONSTITUENT.LOCALID The ID of the constituent group record
 MEMBERID uniqueidentifier   CONSTITUENT.LOCALID The ID of the constituent member record
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_GROUPMEMBER_DATEADDED DATEADDED    
 IX_GROUPMEMBER_DATECHANGED DATECHANGED      
 IX_GROUPMEMBER_GROUPID GROUPID      
 IX_GROUPMEMBER_MEMBERID MEMBERID      
 PK_GROUPMEMBER ID  

Trigger Name Description
 TR_GROUPMEMBER_T2BUPDATE
 TR_GROUPMEMBER_AUDIT_UPDATE
 TR_GROUPMEMBER_AUDIT_DELETE
 TR_GROUPMEMBER_UPDATEISCONSTITUENT
 TR_GROUPMEMBER_INSERT_HOUSEHOLD_UPDATE
 TR_GROUPMEMBER_DELETE_HOUSEHOLD_UPDATE

Referenced by Field
 GROUPMEMBERDATERANGE GROUPMEMBERID
 GROUPMEMBERROLE GROUPMEMBERID

Entity-Relationship diagram of this table