MMv4 KB
 
review_vote DB table
  Last Edited - 06/2/2010 9:40am PDT
  Category Path - Developer's Guide > Database Structure
 
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

 

Powered by ModularKB