Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # --------------------------------------------------------
  2. # Host: 127.0.0.1
  3. # Server version: 5.5.8
  4. # Server OS: Win64
  5. # HeidiSQL version: 6.0.0.3907
  6. # Date/time: 2011-07-10 02:41:26
  7. # --------------------------------------------------------
  8.  
  9. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  10. /*!40101 SET NAMES utf8 */;
  11. /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
  12. /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
  13.  
  14. # Dumping structure for table la2_game.mods_buffer_skills
  15. CREATE TABLE IF NOT EXISTS `mods_buffer_skills` (
  16. `id` int(10) unsigned NOT NULL DEFAULT '0',
  17. `level` int(10) unsigned NOT NULL DEFAULT '0',
  18. `skill_group` varchar(20) NOT NULL DEFAULT 'default',
  19. `adena` int(11) NOT NULL DEFAULT '0'
  20. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  21.  
  22. # Data exporting was unselected.
  23. /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
  24. /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
  25. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement