Guest User

Untitled

a guest
Jan 17th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.25 KB | None | 0 0
  1. CREATE TABLE IF NOT EXISTS `bots` (
  2.   `bits` text NOT NULL,
  3.   `username` text NOT NULL,
  4.   `ip` text NOT NULL,
  5.   `hwid` int(11) NOT NULL,
  6.   `os` text NOT NULL,
  7.   `time` int(15) NOT NULL,
  8.   `mod` int(11) NOT NULL
  9. ) ENGINE=MyISAM DEFAULT CHARSET=cp1251;
Add Comment
Please, Sign In to add comment