PHP Classes

File: xoriant_ratings.sql

Recommend this page to a friend!
  Classes of Manish Khanchandani   Ratings   xoriant_ratings.sql   Download  
File: xoriant_ratings.sql
Role: Auxiliary data
Content type: text/plain
Description: Sql File
Class: Ratings
Store and retrieve ratings of products in MySQL
Author: By
Last change:
Date: 14 years ago
Size: 307 bytes
 

Contents

Class file image Download
CREATE TABLE `xoriant_ratings` ( `rating_id` int(11) NOT NULL auto_increment, `item_id` int(11) default NULL, `user_id` int(11) default NULL, `rating` tinyint(4) default NULL, `rating_ip` varchar(20) default NULL, `rating_date` datetime default NULL, PRIMARY KEY (`rating_id`) ) ENGINE=MyISAM