shopprices.sql 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. Navicat MySQL Data Transfer
  3. Source Server : localhost
  4. Source Server Version : 50528
  5. Source Host : localhost:3306
  6. Source Database : test
  7. Target Server Type : MYSQL
  8. Target Server Version : 50528
  9. File Encoding : 65001
  10. Date: 2013-06-02 17:57:21
  11. */
  12. SET FOREIGN_KEY_CHECKS=0;
  13. -- ----------------------------
  14. -- Table structure for `shopprices`
  15. -- ----------------------------
  16. DROP TABLE IF EXISTS `shopprices`;
  17. CREATE TABLE `shopprices` (
  18. `Price0` int(11) NOT NULL DEFAULT '0',
  19. `Price1` int(11) NOT NULL DEFAULT '0',
  20. `Price2` int(11) NOT NULL DEFAULT '0',
  21. `Price3` int(11) NOT NULL DEFAULT '0',
  22. `Price4` int(11) NOT NULL DEFAULT '0',
  23. `Price5` int(11) NOT NULL DEFAULT '0',
  24. `Price6` int(11) NOT NULL DEFAULT '0',
  25. `Price7` int(11) NOT NULL DEFAULT '0',
  26. `Price8` int(11) NOT NULL DEFAULT '0',
  27. `Price9` int(11) NOT NULL DEFAULT '0',
  28. `Price10` int(11) NOT NULL DEFAULT '0',
  29. `Price11` int(11) NOT NULL DEFAULT '0',
  30. `Price12` int(11) NOT NULL DEFAULT '0',
  31. `Price13` int(11) NOT NULL DEFAULT '0',
  32. `Price14` int(11) NOT NULL DEFAULT '0',
  33. `Price15` int(11) NOT NULL DEFAULT '0',
  34. `Price16` int(11) NOT NULL DEFAULT '0',
  35. `Price17` int(11) NOT NULL DEFAULT '0',
  36. `Price18` int(11) NOT NULL DEFAULT '0',
  37. `Price19` int(11) NOT NULL DEFAULT '0',
  38. `Price20` int(11) NOT NULL DEFAULT '0',
  39. `Price21` int(11) NOT NULL DEFAULT '0',
  40. `Price22` int(11) NOT NULL DEFAULT '0',
  41. PRIMARY KEY (`Price0`)
  42. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  43. -- ----------------------------
  44. -- Records of shopprices
  45. -- ----------------------------