Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. CREATE TABLE `clan_sostav` (
  2. `id` int(11) NOT NULL auto_increment,
  3. `login` varchar(255) NOT NULL,
  4. `clan` varchar(255) NOT NULL,
  5. `lvl` varchar(255) NOT NULL,
  6. `pro` varchar(255) NOT NULL,
  7. `pvpr` varchar(255) NOT NULL,
  8. `pver` varchar(255) NOT NULL,
  9. `gender` varchar(255) NOT NULL,
  10. `cloc` varchar(255) NOT NULL,
  11. `city` varchar(255) NOT NULL,
  12. `place` int(1) NOT NULL,
  13. `server` int(1) NOT NULL,
  14. `location` varchar(255) NOT NULL,
  15. `prelocation` varchar(255) NOT NULL,
  16. `time` int(15) NOT NULL,
  17. PRIMARY KEY (`id`)
  18. ) ENGINE=MyISAM AUTO_INCREMENT1 DEFAULT CHARSET=cp1251;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement