This table stores locale sensitive information for an auction. The table is updated when an auction is created or changed.
Column Name | Column Type | Column Description |
---|---|---|
AUCT_ID | BIGINT NOT NULL |
The Auction ID. |
AULDESC | VARCHAR (2048) NULL |
The long description. |
AUSDESC | VARCHAR (254) NULL |
Short description that gets updated when an auction is created or modified. |
LANGUAGE_ID | INTEGER NOT NULL |
The Language ID. For a list of language components, see the LANGUAGE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034839230 | AUCT_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_78 | AUCT_ID | AUCTION | AUCT_ID | Cascade |
F_79 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|