Each row of this table indicates that a Contract is deployed in a Store.
Column Description(s):
Column Name | Column Type | Description |
CONTRACT_ID |
BIGINT NOT NULL |
The Contract. |
STORE_ID |
INTEGER NOT NULL |
The Store. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031314850 |
CONTRACT_ID+STORE_ID |
Primary Key |
I0000784 |
STORE_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_785 |
CONTRACT_ID |
CONTRACT |
CONTRACT_ID |
Cascade |
F_784 |
STORE_ID |
STORE |
STORE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.