Database Table: INVADJDESC

Each row of this table contains language-dependent information about an InventoryAdjustmentCode.

Column Name Column Type Column Description
DESCRIPTION VARCHAR (254)
NULL
A description of the InventoryAdjustmentCode, suitable for display in a user interface that manages InventoryAdjustments or InventoryAdjustmentCodes.
INVADJCODE_ID BIGINT
NOT NULL
The InventoryAdjustmentCode.
LANGUAGE_ID INTEGER
NOT NULL
The language for this information. For a list of language components, see the LANGUAGE table.
LASTUPDATE TIMESTAMP
NULL
The time this information was most recently updated.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034946540 INVADJCODE_ID, LANGUAGE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_389 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_390 INVADJCODE_ID INVADJCODE INVADJCODE_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable