ProductAttributesOptions

The table below describes the ProductAttributesOptions table.

This is a virtual table, and is linked to the ProductAttributes table (see ProductAttributes).

None of the columns in this table are updatable.

This table contains the following foldable columns:

  • Attribute_Code
  • Is_Default
  • Label
  • Sort_Order
  • Value

This table does not contain Return Primary Key columns.

Column Name SQL Type Nullable

Attribute_Code

Primary Key
Foreign Key linked to column Attribute_Code in ProductAttributes table
SQL_VARCHAR(255) False

Is_Default

SQL_BIT True

Label

SQL_VARCHAR(1024) False

Sort_Order

SQL_INTEGER(unsigned) True

Value

SQL_VARCHAR(1024) False