This table stores the conditions for an implicit
member group.
Column Descriptions:
Name | Type | Description |
MBRGRP_ID | BIGINT NOT NULL | Foreign key to the MBRGRP table |
CONDITIONS | CLOB (1048576) | Criteria which define what members qualify to be
members of this memberGroup. |
FIELD1 | VARCHAR (254) | Customizable |
FIELD2 | VARCHAR (254) | Customizable |
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> | MBRGRP_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_445 | MBRGRP_ID | MBRGRP | MBRGRP_ID | Cascade |