This table shows the relationship between an auction and a store.
Column Name | Column Type | Column Description |
---|---|---|
AUCT_ID | BIGINT NOT NULL |
The Auction ID. |
ITEMPAGE | VARCHAR (254) NULL |
The item page used to display the product. |
STORE_ID | INTEGER NOT NULL |
The ID of the store conducting the auction. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034840280 | STORE_ID, AUCT_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_92 | AUCT_ID | AUCTION | AUCT_ID | Cascade |
F_93 | STORE_ID | STORE | STORE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|