This table contains locale specific information for the entries in the MBRGRP table.
Column Descriptions
Column Name
| Column 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
| Reserved for IBM internal use.
|