Database Table: ACCMBRGRP

This table is used to assign an administrative user to various access groups for a particular store owner. This table is deprecated and is provided for backward compatibility only.

Column Name Column Type Column Description
FIELD1 VARCHAR (254)
NULL
Reserved for IBM internal use.
MBRGRP_ID BIGINT
NOT NULL
This defines the member group that a user belongs to. The valid values are defined in the MBRGRP table.
OWNER_ID BIGINT
NOT NULL
This defines the resource owner ID. A value of 0 indicates that the user belongs to the MBRGRP_ID for all owners.
USERS_ID BIGINT
NOT NULL
This defines an administrative user in the USERS table.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034826980 USERS_ID, MBRGRP_ID, OWNER_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_19 OWNER_ID MEMBER MEMBER_ID Cascade
F_20 MBRGRP_ID MBRGRP MBRGRP_ID Cascade
F_21 USERS_ID USERS USERS_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable