From 5a46893c7105a797f2f5f5665e12c845ec6d1c13 Mon Sep 17 00:00:00 2001 From: Jenkins User Date: Thu, 26 Apr 2012 14:08:39 +0000 Subject: [PATCH] db-schema dump: snapshot Thu Apr 26 16:08:40 +0200 2012 --- schema/dump.db | 1058 +----------------------------------------------- 1 file changed, 2 insertions(+), 1056 deletions(-) diff --git a/schema/dump.db b/schema/dump.db index f35fb5ec..4a338d25 100644 --- a/schema/dump.db +++ b/schema/dump.db @@ -1999,7 +1999,7 @@ CREATE TABLE `db_schema` ( `applied_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `rev_idx` (`revision`,`node`) -) ENGINE=InnoDB AUTO_INCREMENT=102 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -4299,1060 +4299,6 @@ CREATE TABLE `statistics` ( /*!50100 PARTITION BY RANGE (FLOOR(`timestamp`)) (PARTITION pmax VALUES LESS THAN MAXVALUE ENGINE = InnoDB) */; /*!40101 SET character_set_client = @saved_cs_client */; - --- --- Current Database: `syslog` --- - -/*!40000 DROP DATABASE IF EXISTS `syslog`*/; - -CREATE DATABASE /*!32312 IF NOT EXISTS*/ `syslog` /*!40100 DEFAULT CHARACTER SET utf8 */; - -USE `syslog`; - --- --- Table structure for table `SystemEvents` --- - -DROP TABLE IF EXISTS `SystemEvents`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `SystemEvents` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MRG_MyISAM DEFAULT CHARSET=utf8 INSERT_METHOD=FIRST UNION=(`se1`,`se2`,`se3`,`se4`,`se5`,`se6`,`se7`,`se8`,`se9`,`se10`,`se11`,`se12`,`se13`,`se14`,`se15`,`se16`,`se17`,`se18`,`se19`,`se20`,`se21`,`se22`,`se23`,`se24`,`se25`,`se26`,`se27`,`se28`); -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se1` --- - -DROP TABLE IF EXISTS `se1`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se1` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se10` --- - -DROP TABLE IF EXISTS `se10`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se10` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se11` --- - -DROP TABLE IF EXISTS `se11`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se11` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se12` --- - -DROP TABLE IF EXISTS `se12`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se12` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se13` --- - -DROP TABLE IF EXISTS `se13`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se13` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se14` --- - -DROP TABLE IF EXISTS `se14`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se14` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se15` --- - -DROP TABLE IF EXISTS `se15`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se15` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se16` --- - -DROP TABLE IF EXISTS `se16`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se16` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se17` --- - -DROP TABLE IF EXISTS `se17`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se17` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se18` --- - -DROP TABLE IF EXISTS `se18`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se18` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se19` --- - -DROP TABLE IF EXISTS `se19`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se19` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se2` --- - -DROP TABLE IF EXISTS `se2`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se2` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se20` --- - -DROP TABLE IF EXISTS `se20`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se20` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se21` --- - -DROP TABLE IF EXISTS `se21`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se21` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se22` --- - -DROP TABLE IF EXISTS `se22`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se22` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se23` --- - -DROP TABLE IF EXISTS `se23`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se23` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se24` --- - -DROP TABLE IF EXISTS `se24`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se24` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se25` --- - -DROP TABLE IF EXISTS `se25`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se25` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se26` --- - -DROP TABLE IF EXISTS `se26`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se26` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se27` --- - -DROP TABLE IF EXISTS `se27`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se27` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se28` --- - -DROP TABLE IF EXISTS `se28`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se28` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se3` --- - -DROP TABLE IF EXISTS `se3`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se3` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se4` --- - -DROP TABLE IF EXISTS `se4`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se4` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se5` --- - -DROP TABLE IF EXISTS `se5`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se5` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se6` --- - -DROP TABLE IF EXISTS `se6`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se6` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se7` --- - -DROP TABLE IF EXISTS `se7`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se7` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se8` --- - -DROP TABLE IF EXISTS `se8`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se8` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `se9` --- - -DROP TABLE IF EXISTS `se9`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `se9` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CustomerID` bigint(20) DEFAULT NULL, - `ReceivedAt` datetime DEFAULT NULL, - `DeviceReportedTime` datetime DEFAULT NULL, - `Facility` smallint(6) DEFAULT NULL, - `Priority` smallint(6) DEFAULT NULL, - `FromHost` varchar(60) DEFAULT NULL, - `Message` text, - `NTSeverity` int(11) DEFAULT NULL, - `Importance` int(11) DEFAULT NULL, - `EventSource` varchar(60) DEFAULT NULL, - `EventUser` varchar(60) DEFAULT NULL, - `EventCategory` int(11) DEFAULT NULL, - `EventID` int(11) DEFAULT NULL, - `EventBinaryData` text, - `MaxAvailable` int(11) DEFAULT NULL, - `CurrUsage` int(11) DEFAULT NULL, - `MinUsage` int(11) DEFAULT NULL, - `MaxUsage` int(11) DEFAULT NULL, - `InfoUnitID` int(11) DEFAULT NULL, - `SysLogTag` varchar(60) DEFAULT NULL, - `EventLogType` varchar(60) DEFAULT NULL, - `GenericFileName` varchar(60) DEFAULT NULL, - `SystemID` int(11) DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; @@ -5363,4 +4309,4 @@ CREATE TABLE `se9` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2012-04-26 14:28:00 +-- Dump completed on 2012-04-26 16:08:26