This table associates accounts with the groups and privileges of which they are members.

Column

Data Type

Constraint

account_name

WVARCHAR(254)

NOT NULL

The name of an account that has a group or privilege association.

sequence_num

INTEGER

NOT NULL

An index number used to define the order of groups. This is required by the SQL Repository for array properties.

group_name

WVARCHAR(254)

NOT NULL

The name of the group of which the account is a member.