Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.33 KB | None | 0 0
  1. cryptich_xbtit_ratings | CREATE TABLE `cryptich_xbtit_ratings` (
  2.   `infohash` char(40) NOT NULL DEFAULT '',
  3.   `userid` int(10) unsigned NOT NULL DEFAULT '1',
  4.   `rating` tinyint(3) unsigned NOT NULL DEFAULT '0',
  5.   `added` int(10) unsigned NOT NULL DEFAULT '0',
  6.   KEY `infohash` (`infohash`)
  7. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement