This table contains locale specific information for the entries in the MBRGRP table.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (4000) NULL |
Description of the member group. |
DISPLAYNAME | VARCHAR (254) NOT NULL |
The name of the member group for display purposes. |
LANGUAGE_ID | INTEGER NOT NULL |
The language ID. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
MBRGRP_ID | BIGINT NOT NULL |
The member group ID. Foreign key to the MBRGRP table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034958770 | MBRGRP_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_1030 | MBRGRP_ID | MBRGRP | MBRGRP_ID | Cascade |
F_1031 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|