Guest User

Untitled

a guest
Jan 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. /*
  2. Navicat MySQL Data Transfer
  3.  
  4. Source Server : VIPMTRELOOAD
  5. Source Server Version : 50092
  6. Source Host : root1.xzanderx.de:3306
  7. Source Database : player
  8.  
  9. Target Server Type : MYSQL
  10. Target Server Version : 50092
  11. File Encoding : 65001
  12.  
  13. Date: 2011-10-07 17:13:06
  14. */
  15.  
  16. SET FOREIGN_KEY_CHECKS=0;
  17.  
  18. -- ----------------------------
  19. -- Table structure for `affect`
  20. -- ----------------------------
  21. DROP TABLE IF EXISTS `affect`;
  22. CREATE TABLE `affect` (
  23. `dwPID` int(10) unsigned NOT NULL default '0',
  24. `bType` smallint(5) unsigned NOT NULL default '0',
  25. `bApplyOn` tinyint(4) unsigned NOT NULL default '0',
  26. `lApplyValue` int(11) NOT NULL default '0',
  27. `dwFlag` int(10) unsigned NOT NULL default '0',
  28. `lDuration` int(11) NOT NULL default '0',
  29. `lSPCost` int(11) NOT NULL default '0',
  30. PRIMARY KEY (`dwPID`,`bType`,`bApplyOn`,`lApplyValue`)
  31. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  32.  
  33. -- ----------------------------
  34. -- Records of affect
  35. -- ----------------------------
  36. INSERT INTO `affect` VALUES ('74', '512', '0', '0', '0', '536868831', '0');
Add Comment
Please, Sign In to add comment