PX_PROMOCD

This table contains promotion and promotion code relation information.

Column Descriptions:

NameTypeDescription
PX_PROMOCD_IDBIGINT NOT NULLPrimary key of the table.
PX_PROMOTION_IDINTEGER NOT NULLForeign key to the PX_PROMOTION table.
CODEVARCHAR (128)The promotion code for this promotion.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.
UP_CODEVARCHAR (128)The equivalent value of the CODE column in upper case characters. This column is used only for DB2 (LUW) database-types to enhance performance of text-based searches issued from Management Center.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>PX_PROMOCD_IDPrimary Key
I0001165PX_PROMOTION_ID+CODEUnique Index
I0001166CODENon-Unique Index
IPF00016UP_CODENon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3538PX_PROMOTION_IDPX_PROMOTIONPX_PROMOTION_IDCascade