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 Name | Column Type | Description |
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 Name | Indexed Column Names | Index 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 Name | Column Name(s) | Foreign Table Name | Foreign 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 |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.