%PDF- %PDF-
Direktori : /proc/985914/root/backups/db_backups/mysql/db.old/stats/ |
Current File : //proc/985914/root/backups/db_backups/mysql/db.old/stats/matomo_log_conversion.sql |
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: stats -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-0ubuntu0.22.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `matomo_log_conversion` -- DROP TABLE IF EXISTS `matomo_log_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `matomo_log_conversion` ( `idvisit` bigint(10) unsigned NOT NULL, `idsite` int(10) unsigned NOT NULL, `idvisitor` binary(8) NOT NULL, `server_time` datetime /* mariadb-5.3 */ NOT NULL, `idaction_url` int(10) unsigned DEFAULT NULL, `idlink_va` bigint(10) unsigned DEFAULT NULL, `idgoal` int(10) NOT NULL, `buster` int(10) unsigned NOT NULL, `idorder` varchar(100) DEFAULT NULL, `items` smallint(5) unsigned DEFAULT NULL, `url` varchar(4096) DEFAULT NULL, `visitor_returning` tinyint(1) DEFAULT NULL, `visitor_count_visits` int(11) unsigned NOT NULL DEFAULT 0, `referer_keyword` varchar(255) DEFAULT NULL, `referer_name` varchar(255) DEFAULT NULL, `referer_type` tinyint(1) unsigned DEFAULT NULL, `config_device_brand` varchar(100) DEFAULT NULL, `config_device_model` varchar(100) DEFAULT NULL, `config_device_type` tinyint(100) DEFAULT NULL, `location_city` varchar(255) DEFAULT NULL, `location_country` char(3) DEFAULT NULL, `location_latitude` decimal(9,6) DEFAULT NULL, `location_longitude` decimal(9,6) DEFAULT NULL, `location_region` char(3) DEFAULT NULL, `revenue` float DEFAULT NULL, `revenue_discount` float DEFAULT NULL, `revenue_shipping` float DEFAULT NULL, `revenue_subtotal` float DEFAULT NULL, `revenue_tax` float DEFAULT NULL, `custom_var_k1` varchar(200) DEFAULT NULL, `custom_var_v1` varchar(200) DEFAULT NULL, `custom_var_k2` varchar(200) DEFAULT NULL, `custom_var_v2` varchar(200) DEFAULT NULL, `custom_var_k3` varchar(200) DEFAULT NULL, `custom_var_v3` varchar(200) DEFAULT NULL, `custom_var_k4` varchar(200) DEFAULT NULL, `custom_var_v4` varchar(200) DEFAULT NULL, `custom_var_k5` varchar(200) DEFAULT NULL, `custom_var_v5` varchar(200) DEFAULT NULL, `custom_dimension_1` varchar(255) DEFAULT NULL, `custom_dimension_2` varchar(255) DEFAULT NULL, `custom_dimension_3` varchar(255) DEFAULT NULL, `custom_dimension_4` varchar(255) DEFAULT NULL, `custom_dimension_5` varchar(255) DEFAULT NULL, `visitor_seconds_since_first` int(11) unsigned DEFAULT NULL, `visitor_seconds_since_order` int(11) unsigned DEFAULT NULL, `config_browser_name` varchar(40) DEFAULT NULL, `config_client_type` tinyint(1) DEFAULT NULL, PRIMARY KEY (`idvisit`,`idgoal`,`buster`), UNIQUE KEY `unique_idsite_idorder` (`idsite`,`idorder`), KEY `index_idsite_datetime` (`idsite`,`server_time`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `matomo_log_conversion` -- LOCK TABLES `matomo_log_conversion` WRITE; /*!40000 ALTER TABLE `matomo_log_conversion` DISABLE KEYS */; /*!40000 ALTER TABLE `matomo_log_conversion` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-08-29 4:12:05