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

Table product_review_descriptions

Description

Contains all the text of product's reviews.

Table Details

Columns

FieldTypeDescription
idint(10) unsignedA unique, auto incremented value, to identify each product_review_descriptions record.
product_review_idint(11)Cross-reference link to the product_reviews table.
language_idint(11)Cross-reference link to the language table.
texttextThe text of the review.

Indexes

FieldType
idPRIMARY