This table stores member group condition element
values.
Column Descriptions:
| Name | Type | Description |
| MGPCONDELENVP_ID | BIGINT NOT NULL | The member group condition element name-value
pair ID. |
| MGPCONDELE_ID | BIGINT NOT NULL | The member group condition element ID. |
| NAME | VARCHAR (254) NOT NULL | The name-value pair name. |
| VALUE | VARCHAR (254) NOT NULL | The name-value pair value. |
| 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> | MGPCONDELENVP_ID | Primary Key |
| I0001232 | MGPCONDELE_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3591 | MGPCONDELE_ID | MGPCONDELE | MGPCONDELE_ID | Cascade |