Error: Failed to load processor TOC
No macro or processor named 'TOC' found

Table product_attributes

Description

Stores information about product attributes/properties and their values.

Table Details

Columns

FieldTypeDescription
idint(10) unsignedA unique, auto incremented value, to identify each product attribute record.
product_idint(10) unsignedCross-reference link to the products table.
attribute_namechar(255)The name of the attribute.
attribute_valuechar(255)The value of the attribute.

Indexes

FieldType
idPRIMARY