This table stores intended usages that can be
associated with member groups.
Column Descriptions:
| Name | Type | Description |
| MBRGRPTYPE_ID | INTEGER NOT NULL | Primary key, internally generated. |
| DESCRIPTION | VARCHAR (254) | Description of the member group type. |
| NAME | VARCHAR (254) NOT NULL | The type of member group. For example,
AccessGroup or CustomerGroup. |
| PROPERTIES | VARCHAR (254) | Reserved for IBM internal use. |
| 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> | MBRGRPTYPE_ID | Primary Key |
| I0000153 | NAME | Unique Index |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_449 | MBRGRPTYPE_ID | MBRGRPUSG | MBRGRPTYPE_ID | Cascade |