MBRGRPDESC

This table contains locale specific information for the entries in the MBRGRP table.

Column Descriptions:

NameTypeDescription
MBRGRP_IDBIGINT NOT NULLThe Member Group ID. Foreign key to the MBRGRP table.
LANGUAGE_IDINTEGER NOT NULLThe Language ID. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table.
DISPLAYNAMEVARCHAR (254) NOT NULLThe name of the member group for display purposes.
DESCRIPTIONVARCHAR (4000)Description of the member group.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>MBRGRP_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1030MBRGRP_IDMBRGRPMBRGRP_IDCascade
F_1031LANGUAGE_IDLANGUAGELANGUAGE_IDCascade