This table contains an attribute definition dictionary for members.
Column Description(s):
Column Name | Column Type | Description |
MBRATTR_ID |
BIGINT NOT NULL |
Primary key of this MBRATTR table. |
ATTRTYPE_ID |
CHAR(16) NOT NULL |
Type of the member attribute. Foreign key to the ATTRTYPE table. |
NAME |
VARCHAR(254) NOT NULL |
Name of the member attribute. |
DESCRIPTION |
VARCHAR(254) |
Description of the member attribute. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000151 |
NAME |
Unique Index |
SQL050212031238010 |
MBRATTR_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_438 |
ATTRTYPE_ID |
ATTRTYPE |
ATTRTYPE_ID |
Cascade |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_442 |
MBRATTR_ID |
MBRATTRVAL |
MBRATTR_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.