Reserved for IBM internal use.
Column Descriptions:
Name | Type | Description |
FLOWADMIN_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
FLOW_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
STOREENT_ID | INTEGER NOT NULL | Reserved for IBM internal use. |
ORGENTITY_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
OPTCOUNTER | SMALLINT | 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> | FLOWADMIN_ID | Primary Key |
I0000104 | FLOW_ID+ORGENTITY_ID | Unique Index |
I0000573 | ORGENTITY_ID | Non-Unique Index |
I0000574 | STOREENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_325 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
F_326 | ORGENTITY_ID | ORGENTITY | ORGENTITY_ID | Cascade |
F_327 | FLOW_ID | FLOW | FLOW_ID | Cascade |