Table product_review_descriptions
Description
Contains all the text of product's reviews.
Table Details
Columns
| Field | Type | Description |
| id | int(10) unsigned | A unique, auto incremented value, to identify each product_review_descriptions record. |
| product_review_id | int(11) | Cross-reference link to the product_reviews table. |
| language_id | int(11) | Cross-reference link to the language table. |
| text | text | The text of the review. |
Indexes
| Field | Type |
| id | PRIMARY |
