This article outlines the database structure for the MMv4 review_rank database table.
- review_id
Referenced with the review.id in which this review vote is associated with.
int(10) | unsigned | indexed
- helpful
Whether this review was helpful to the customer.
int(10) | unsigned | indexed
- unhelpful
Whether this review was not helpful to the customer.
int(10) | unsigned | indexed
|