metaldetectors.sql 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. Navicat MySQL Data Transfer
  3. Source Server : localhost_3306
  4. Source Server Version : 50621
  5. Source Host : localhost:3306
  6. Source Database : ngrpworking
  7. Target Server Type : MYSQL
  8. Target Server Version : 50621
  9. File Encoding : 65001
  10. Date: 2015-07-07 01:09:16
  11. */
  12. SET FOREIGN_KEY_CHECKS=0;
  13. -- ----------------------------
  14. -- Table structure for `metaldetectors`
  15. -- ----------------------------
  16. DROP TABLE IF EXISTS `metaldetectors`;
  17. CREATE TABLE `metaldetectors` (
  18. `id` int(11) NOT NULL,
  19. `posx` float(10,5) NOT NULL DEFAULT '0.00000',
  20. `posy` float(10,5) NOT NULL DEFAULT '0.00000',
  21. `posz` float(10,5) NOT NULL DEFAULT '0.00000',
  22. `rotx` float(10,5) NOT NULL DEFAULT '0.00000',
  23. `roty` float(10,5) NOT NULL DEFAULT '0.00000',
  24. `rotz` float(10,5) NOT NULL DEFAULT '0.00000',
  25. `vw` int(11) NOT NULL DEFAULT '0',
  26. `int` int(11) NOT NULL DEFAULT '0',
  27. PRIMARY KEY (`id`)
  28. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
  29. -- ----------------------------
  30. -- Records of metaldetectors
  31. -- ----------------------------
  32. INSERT INTO `metaldetectors` VALUES ('0', '1531.83105', '-1710.58459', '12.38281', '0.00000', '0.00000', '0.00000', '0', '0');
  33. INSERT INTO `metaldetectors` VALUES ('1', '1531.83105', '-1710.58459', '12.38281', '0.00000', '0.00000', '0.00000', '0', '0');
  34. INSERT INTO `metaldetectors` VALUES ('4', '1531.83105', '-1710.58459', '12.38281', '0.00000', '0.00000', '0.00000', '0', '0');
  35. INSERT INTO `metaldetectors` VALUES ('5', '1531.83105', '-1710.58459', '12.38281', '0.00000', '0.00000', '0.00000', '0', '0');