Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. -- MySQL dump 10.13 Distrib 5.5.11, for Linux (i686)
  2. --
  3. -- Host: localhost Database: bloodhound_logs
  4. -- ------------------------------------------------------
  5. -- Server version 5.5.11
  6.  
  7. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  8. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  9. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  10. /*!40101 SET NAMES utf8 */;
  11. /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
  12. /*!40103 SET TIME_ZONE='+00:00' */;
  13. /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
  14. /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
  15. /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
  16. /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
  17.  
  18. --
  19. -- Table structure for table `Action`
  20. --
  21.  
  22. DROP TABLE IF EXISTS `Action`;
  23. /*!40101 SET @saved_cs_client = @@character_set_client */;
  24. /*!40101 SET character_set_client = utf8 */;
  25. CREATE TABLE `Action` (
  26. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  27. `set` tinyint(3) unsigned DEFAULT NULL,
  28. `from_id` int(11) unsigned DEFAULT NULL,
  29. `from_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  30. `from_shortname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  31. `to_id` int(11) unsigned DEFAULT NULL,
  32. `to_type` int(11) unsigned DEFAULT NULL,
  33. `to_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  34. `event_id` tinyint(3) unsigned DEFAULT NULL,
  35. `event_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  36. `action_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  37. `time` int(11) unsigned DEFAULT NULL,
  38. PRIMARY KEY (`id`)
  39. ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
  40. /*!40101 SET character_set_client = @saved_cs_client */;
  41.  
  42. --
  43. -- Dumping data for table `Action`
  44. --
  45.  
  46. LOCK TABLES `Action` WRITE;
  47. /*!40000 ALTER TABLE `Action` DISABLE KEYS */;
  48. INSERT INTO `Action` VALUES (7,0,999,'test user','t user',9001,9001,'test company',69,'fuckballs','Checkin',1303169522),(8,0,999,'test user','t user',9001,9001,'test company',69,'fuckballs','Checkin',1303169522),(9,0,999,'test user','t user',9001,9001,'test company',69,'fuckballs','Checkin',1303169522),(11,0,999,'test user','t user',9001,9001,'test company',69,'fuckballs','Checkin',1303342322);
  49. /*!40000 ALTER TABLE `Action` ENABLE KEYS */;
  50. UNLOCK TABLES;
  51.  
  52. --
  53. -- Table structure for table `Action_Checkin`
  54. --
  55.  
  56. DROP TABLE IF EXISTS `Action_Checkin`;
  57. /*!40101 SET @saved_cs_client = @@character_set_client */;
  58. /*!40101 SET character_set_client = utf8 */;
  59. CREATE TABLE `Action_Checkin` (
  60. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  61. `Action_id` tinyint(3) unsigned DEFAULT NULL,
  62. `Checkin_id` tinyint(3) unsigned DEFAULT NULL,
  63. PRIMARY KEY (`id`),
  64. UNIQUE KEY `UQ_1d970910e7d693efc984729b4ebbb30331a57f49` (`Action_id`,`Checkin_id`)
  65. ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
  66. /*!40101 SET character_set_client = @saved_cs_client */;
  67.  
  68. --
  69. -- Dumping data for table `Action_Checkin`
  70. --
  71.  
  72. LOCK TABLES `Action_Checkin` WRITE;
  73. /*!40000 ALTER TABLE `Action_Checkin` DISABLE KEYS */;
  74. INSERT INTO `Action_Checkin` VALUES (7,7,7),(8,8,8),(9,9,9),(10,10,10),(11,11,11);
  75. /*!40000 ALTER TABLE `Action_Checkin` ENABLE KEYS */;
  76. UNLOCK TABLES;
  77.  
  78. --
  79. -- Table structure for table `Checkin`
  80. --
  81.  
  82. DROP TABLE IF EXISTS `Checkin`;
  83. /*!40101 SET @saved_cs_client = @@character_set_client */;
  84. /*!40101 SET character_set_client = utf8 */;
  85. CREATE TABLE `Checkin` (
  86. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  87. `set` tinyint(3) unsigned DEFAULT NULL,
  88. `from_id` int(11) unsigned DEFAULT NULL,
  89. `from_shortname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  90. `to_id` int(11) unsigned DEFAULT NULL,
  91. `to_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  92. `to_type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  93. `event_id` tinyint(3) unsigned DEFAULT NULL,
  94. `event_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  95. `time` int(11) unsigned DEFAULT NULL,
  96. PRIMARY KEY (`id`)
  97. ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
  98. /*!40101 SET character_set_client = @saved_cs_client */;
  99.  
  100. --
  101. -- Dumping data for table `Checkin`
  102. --
  103.  
  104. LOCK TABLES `Checkin` WRITE;
  105. /*!40000 ALTER TABLE `Checkin` DISABLE KEYS */;
  106. INSERT INTO `Checkin` VALUES (7,0,999,'t user',9001,'test company','company',69,'fuckballs',1303169522),(8,0,999,'t user',9001,'test company','company',69,'fuckballs',1303169522),(9,0,999,'t user',9001,'test company','company',69,'fuckballs',1303170000),(11,0,999,'t user',9001,'test company','company',69,'fuckballs',1303342322);
  107. /*!40000 ALTER TABLE `Checkin` ENABLE KEYS */;
  108. UNLOCK TABLES;
  109. /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
  110.  
  111. /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
  112. /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
  113. /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
  114. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  115. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  116. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  117. /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
  118.  
  119. -- Dump completed on 2011-04-21 17:22:37
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement