GROUPMEMBERROLE (3.0)

Role information for a group member

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

GROUPMEMBERID

uniqueidentifier

false

The ID of the group member

GROUPMEMBERROLECODEID

uniqueidentifier

false

The ID of the group member role code

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

STARTDATE

date

true

The start date of the member's role

ENDDATE

date

true

The end date of the member's role

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_GROUPMEMBERROLE_DATEADDED

DATEADDED

False

False

True

IX_GROUPMEMBERROLE_DATECHANGED

DATECHANGED

False

False

False

IX_GROUPMEMBERROLE_GROUPMEMBERID

GROUPMEMBERID

False

False

False

PK_GROUPMEMBERROLE

ID

True

True

False

Triggers
Trigger Name Description

TR_GROUPMEMBERROLE_AUDIT_UPDATE

TR_GROUPMEMBERROLE_AUDIT_DELETE