| 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 | ![]() |
![]() |
| Referenced by | Field |
|---|---|
GROUPMEMBERDATERANGE |
GROUPMEMBERID |
GROUPMEMBERROLE |
GROUPMEMBERID |

ID
ISPRIMARY
TSLONG
GROUPID
IX_GROUPMEMBER_DATEADDED
IX_GROUPMEMBER_DATECHANGED