Each row of this table indicates that a Contract is
deployed in a Store.
Column Descriptions:
| Name | Type | Description |
| CONTRACT_ID | BIGINT NOT NULL | The Contract. |
| STORE_ID | INTEGER NOT NULL | The Store. |
| 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> | CONTRACT_ID+STORE_ID | Primary Key |
| I0000784 | STORE_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_784 | STORE_ID | STORE | STORE_ID | Cascade |
| F_785 | CONTRACT_ID | CONTRACT | CONTRACT_ID | Cascade |