ORDITEMEXTATTR

This table will hold extended attributes of order items which is used for customization.

Column Descriptions:

NameTypeDescription
ORDITEMEXTATTR_IDBIGINT NOT NULLGenerated unique key.
ORDERITEMS_IDBIGINT NOT NULLThe order to which this attribute belongs.
NAMEVARCHAR (512) NOT NULLThe name of this attribute.
VALUEVARCHAR (4000) NOT NULLThe value of this attribute.
TYPEVARCHAR (16)The type of this attribute. This optional column is reserved for extension purpose, and it can represent data type or data usage.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0Reserved for HCL internal use.

Indexes:

NameColumn NamesType
P_0038ORDITEMEXTATTR_IDPrimary Key
I0001533NAMENon-Unique Index
I0001534ORDERITEMS_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3778ORDERITEMS_IDORDERITEMSORDERITEMS_IDCascade