This table allows a member group to be associated
with multiple member group types (or multiple intended usages).
Column Descriptions:
| Name | Type | Description |
| MBRGRPTYPE_ID | INTEGER NOT NULL | Foreign key to the MBRGRPTYPE table. |
| MBRGRP_ID | BIGINT NOT NULL | Foreign key to the MBRGRP table for this member
group. This column can be used for the
MCSGNBR column in the
MCUSTINFO table. |
| FIELD1 | VARCHAR (254) | Reserved for HCL internal use. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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+MBRGRP_ID | Primary Key |
| I0000616 | MBRGRP_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_448 | MBRGRP_ID | MBRGRP | MBRGRP_ID | Cascade |
| F_449 | MBRGRPTYPE_ID | MBRGRPTYPE | MBRGRPTYPE_ID | Cascade |