This table contains locale specific information for
the entries in the MBRGRP table.
Column Descriptions:
| Name | Type | Description |
| MBRGRP_ID | BIGINT NOT NULL | The Member Group ID. Foreign key to the MBRGRP
table. |
| LANGUAGE_ID | INTEGER NOT NULL | The Language ID. Foreign key to the LANGUAGE
table. For a list of language components, see the LANGUAGE
table. |
| DISPLAYNAME | VARCHAR (254) NOT NULL | The name of the member group for display
purposes. |
| DESCRIPTION | VARCHAR (4000) | Description of the member group. |
| 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> | MBRGRP_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_1030 | MBRGRP_ID | MBRGRP | MBRGRP_ID | Cascade |
| F_1031 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |