Advertisement
MorT530

Untitled

Dec 10th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. CREATE TABLE IF NOT EXISTS `lastlogin` (
  2. `ipadress` text,
  3. `serial` text,
  4. `account` text,
  5. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement