Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DATEFROM date The date of the member's entry into the group
 DATETO date The date of the member's exit from 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.
 COMMENTS nvarchar(300)   Default = '' The explanation of the group membership or reason for the member's exit from the group

Foreign Key Field Type Null Notes Description
 GROUPMEMBERID uniqueidentifier   GROUPMEMBER.ID The ID of the group member
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_GROUPMEMBERDATERANGE_DATEADDED DATEADDED    
 IX_GROUPMEMBERDATERANGE_DATECHANGED DATECHANGED      
 IX_GROUPMEMBERDATERANGE_GROUPMEMBERID GROUPMEMBERID      
 PK_GROUPMEMBERDATERANGE ID  

Trigger Name Description
 TR_GROUPMEMBERDATERANGE_AUDIT_UPDATE
 TR_GROUPMEMBERDATERANGE_AUDIT_DELETE
 TR_GROUPMEMBERDATERANGE_UPDATE_HOUSEHOLD_UPDATE

Entity-Relationship diagram of this table