CREATE TABLE `phpbb_reputations` ( `rep_id` mediumint(8) NOT NULL auto_increment, `rep_from` mediumint(8) NOT NULL, `rep_to` mediumint(8) NOT NULL, `rep_time` int(11) NOT NULL, `rep_post_id` mediumint(8) NOT NULL, `rep_point` int(11) NOT NULL, `rep_comment` mediumtext NOT NULL, `bbcode_uid` varchar...