WebSphere Commerce 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 Description(s):
Column NameColumn TypeDescription
MBRGRP_ID BIGINT NOT NULL This column defines the member group that a user belongs to. The values that are valid are defined in the MBRGRP table.
USERS_ID BIGINT NOT NULL This column defines an administrative user in the USERS table.
OWNER_ID BIGINT NOT NULL This column defines the resource owner ID. A value of 0 indicates that the user belongs to the MBRGRP_ID for all owners.
FIELD1 VARCHAR(254) Reserved for IBM internal use.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031152900 USERS_ID+MBRGRP_ID+OWNER_ID Primary Key
I0000432 MBRGRP_ID Non-Unique Index
I0000433 OWNER_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_20 MBRGRP_ID MBRGRP MBRGRP_ID Cascade
F_19 OWNER_ID MEMBER MEMBER_ID Cascade
F_21 USERS_ID USERS USERS_ID Cascade

Feedback