This table contains Store information for a Contract. The data is
used to persist XML data needed by a contract to create a Store.
Column Name |
Column Type |
Column Description |
CONTRACT_ID |
BIGINT
NOT NULL |
Unique identifier for a Contract. |
STOREXML |
CLOB (1000000)
NOT NULL |
The XML definition of the Store to be created. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416034910350 |
CONTRACT_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_912 |
CONTRACT_ID |
CONTRACT |
CONTRACT_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
