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

Table product_descriptions

Description

Stores information about products that can be translated into multiple languages.

Table Details

Columns

FieldTypeDescription
idint(10) unsignedA unique, auto incremented value, to identify each products description record.
product_idint(10) unsignedCross-reference link to the products table.
language_idint(10) unsignedCross-reference link to the languages table.
product_namevarchar(255)The name of the product.
product_summaryvarchar(255)A summary of the product.
product_descriptiontextA description of the product.
product_urlvarchar(255)The language specific URL of the product (e.g. the product page on the manufacturers web site).
meta_keywordstextThe lists of all the keywords for searching.
meta_descriptiontextThe lists of all the descriptions for searching.
thumb_imagevarchar(255)The path and filename of the product thumb image.
full_imagevarchar(255)The path and filename of the product full image.

Indexes

FieldType
idPRIMARY