Each row of this table indicates that a Contract is deployed in a
Store.
Column Name |
Column Type |
Column Description |
CONTRACT_ID |
BIGINT
NOT NULL |
The Contract. |
STORE_ID |
INTEGER
NOT NULL |
The Store. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416035113540 |
CONTRACT_ID, STORE_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_784 |
STORE_ID |
STORE |
STORE_ID |
Cascade |
F_785 |
CONTRACT_ID |
CONTRACT |
CONTRACT_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
