This table contains the custom member attributes
available to be assigned to users and organizations.
Column Descriptions:
| Name | 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 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | MBRATTR_ID | Primary Key |
| I0000151 | NAME | Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_438 | ATTRTYPE_ID | ATTRTYPE | ATTRTYPE_ID | Cascade |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_442 | MBRATTR_ID | MBRATTRVAL | MBRATTR_ID | Cascade |