Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. CREATE TABLE IF NOT EXISTS `items` (
  2. `id` int(255) NOT NULL,
  3. `name` varchar(255) NOT NULL,
  4. `desc` varchar(255) NOT NULL
  5. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Add Comment
Please, Sign In to add comment