Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Manish Khanchandani | > | Ratings | > | xoriant_ratings.sql | > | Download | ||
|
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 |