This table stores information about the trading to attachment
relationship for a TradingAgreement.
Column Name |
Column Type |
Column Description |
ATTACHMENT_ID |
BIGINT
NOT NULL |
Attachment ID. |
TRADING_ID |
BIGINT
NOT NULL |
TradingAgreement ID. |
Indexes:
Index Name |
Indexed Column Names |
Index Type |
SQL030416035137010 |
TRADING_ID, ATTACHMENT_ID |
Primary Key |
Constraints:
Constraint Name |
Column Names |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
F_867 |
TRADING_ID |
TRADING |
TRADING_ID |
Cascade |
F_868 |
ATTACHMENT_ID |
ATTACHMENT |
ATTACHMENT_ID |
Cascade |
Referenced By:
Constraint Name |
Referenced Column Name |
Foreign Table Name |
Foreign Column Names |
Constraint Type |
Not Applicable |
