-- MariaDB dump 10.19 Distrib 10.6.11-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: func_test_at -- ------------------------------------------------------ -- Server version 10.6.11-MariaDB /*!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 `backend_layout` -- DROP TABLE IF EXISTS `backend_layout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backend_layout` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `title` varchar(255) NOT NULL DEFAULT '', `config` text NOT NULL, `icon` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backend_layout` -- LOCK TABLES `backend_layout` WRITE; /*!40000 ALTER TABLE `backend_layout` DISABLE KEYS */; /*!40000 ALTER TABLE `backend_layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `be_dashboards` -- DROP TABLE IF EXISTS `be_dashboards`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `be_dashboards` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `identifier` varchar(120) NOT NULL DEFAULT '', `title` varchar(120) NOT NULL DEFAULT '', `widgets` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `be_dashboards` -- LOCK TABLES `be_dashboards` WRITE; /*!40000 ALTER TABLE `be_dashboards` DISABLE KEYS */; INSERT INTO `be_dashboards` VALUES (1,0,1676910164,1676910164,1,0,0,0,0,'5a1e4c7c7e59315eeeaae0a9854999e6ebc202e4','My dashboard','{\"846988ee0d7e05f15834aede9c4d9eb592bd927f\":{\"identifier\":\"t3information\"},\"d31ab551656dcdb6e1f8ea139863b7ad4849910b\":{\"identifier\":\"docGettingStarted\"}}'); /*!40000 ALTER TABLE `be_dashboards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `be_groups` -- DROP TABLE IF EXISTS `be_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `be_groups` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `title` varchar(50) NOT NULL DEFAULT '', `non_exclude_fields` text DEFAULT NULL, `explicit_allowdeny` text DEFAULT NULL, `allowed_languages` varchar(255) NOT NULL DEFAULT '', `custom_options` text DEFAULT NULL, `db_mountpoints` text DEFAULT NULL, `pagetypes_select` text DEFAULT NULL, `tables_select` text DEFAULT NULL, `tables_modify` text DEFAULT NULL, `groupMods` text DEFAULT NULL, `availableWidgets` text DEFAULT NULL, `mfa_providers` text DEFAULT NULL, `file_mountpoints` text DEFAULT NULL, `file_permissions` text DEFAULT NULL, `TSconfig` text DEFAULT NULL, `subgroup` text DEFAULT NULL, `workspace_perms` smallint(6) NOT NULL DEFAULT 1, `category_perms` longtext DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `be_groups` -- LOCK TABLES `be_groups` WRITE; /*!40000 ALTER TABLE `be_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `be_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `be_sessions` -- DROP TABLE IF EXISTS `be_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `be_sessions` ( `ses_id` varchar(190) NOT NULL DEFAULT '', `ses_iplock` varchar(39) NOT NULL DEFAULT '', `ses_userid` int(10) unsigned NOT NULL DEFAULT 0, `ses_tstamp` int(10) unsigned NOT NULL DEFAULT 0, `ses_data` longblob DEFAULT NULL, PRIMARY KEY (`ses_id`), KEY `ses_tstamp` (`ses_tstamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `be_sessions` -- LOCK TABLES `be_sessions` WRITE; /*!40000 ALTER TABLE `be_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `be_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `be_users` -- DROP TABLE IF EXISTS `be_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `be_users` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `disable` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `username` varchar(50) NOT NULL DEFAULT '', `avatar` int(10) unsigned NOT NULL DEFAULT 0, `password` varchar(100) NOT NULL DEFAULT '', `admin` smallint(5) unsigned NOT NULL DEFAULT 0, `usergroup` text DEFAULT NULL, `lang` varchar(10) NOT NULL DEFAULT 'default', `email` varchar(255) NOT NULL DEFAULT '', `db_mountpoints` text DEFAULT NULL, `options` smallint(5) unsigned NOT NULL DEFAULT 0, `realName` varchar(80) NOT NULL DEFAULT '', `userMods` text DEFAULT NULL, `allowed_languages` varchar(255) NOT NULL DEFAULT '', `uc` mediumblob DEFAULT NULL, `file_mountpoints` text DEFAULT NULL, `file_permissions` text DEFAULT NULL, `workspace_perms` smallint(6) NOT NULL DEFAULT 1, `TSconfig` text DEFAULT NULL, `lastlogin` int(10) unsigned NOT NULL DEFAULT 0, `workspace_id` int(11) NOT NULL DEFAULT 0, `mfa` mediumblob DEFAULT NULL, `category_perms` longtext DEFAULT NULL, `password_reset_token` varchar(100) NOT NULL DEFAULT '', `tx_news_categorymounts` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`uid`), KEY `username` (`username`), KEY `parent` (`pid`,`deleted`,`disable`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `be_users` -- LOCK TABLES `be_users` WRITE; /*!40000 ALTER TABLE `be_users` DISABLE KEYS */; INSERT INTO `be_users` VALUES (1,0,1676910156,1676910156,0,0,0,0,0,NULL,'admin',0,'$2y$12$rt1Fgda6QerLQID4Rq/G9ezi1kio92fDLj2OIVXDEiY1tLA7z3fom',1,NULL,'default','',NULL,0,'',NULL,'','a:11:{s:14:\"interfaceSetup\";s:0:\"\";s:10:\"moduleData\";a:6:{s:28:\"dashboard/current_dashboard/\";s:40:\"5a1e4c7c7e59315eeeaae0a9854999e6ebc202e4\";s:10:\"web_layout\";a:3:{s:8:\"function\";s:1:\"1\";s:8:\"language\";s:1:\"0\";s:19:\"constant_editor_cat\";N;}s:57:\"TYPO3\\CMS\\Backend\\Utility\\BackendUtility::getUpdateSignal\";a:0:{}s:10:\"FormEngine\";a:2:{i:0;a:1:{s:32:\"86205c5935270b8ee413592ec1b62292\";a:4:{i:0;s:8:\"NEW SITE\";i:1;a:5:{s:4:\"edit\";a:1:{s:12:\"sys_template\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:35:\"&edit%5Bsys_template%5D%5B1%5D=edit\";i:3;a:5:{s:5:\"table\";s:12:\"sys_template\";s:3:\"uid\";i:1;s:3:\"pid\";i:1;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}}}i:1;s:32:\"86205c5935270b8ee413592ec1b62292\";}s:16:\"opendocs::recent\";a:1:{s:32:\"696addfecc296b326ff6e9f04c7ff3e1\";a:4:{i:0;s:11:\"example.com\";i:1;a:5:{s:4:\"edit\";a:1:{s:5:\"pages\";a:1:{i:1;s:4:\"edit\";}}s:7:\"defVals\";N;s:12:\"overrideVals\";N;s:11:\"columnsOnly\";N;s:6:\"noView\";N;}i:2;s:28:\"&edit%5Bpages%5D%5B1%5D=edit\";i:3;a:5:{s:5:\"table\";s:5:\"pages\";s:3:\"uid\";i:1;s:3:\"pid\";i:0;s:3:\"cmd\";s:4:\"edit\";s:12:\"deleteAccess\";b:1;}}}s:6:\"web_ts\";a:3:{s:8:\"function\";s:85:\"TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateInformationModuleFunctionController\";s:8:\"language\";N;s:19:\"constant_editor_cat\";s:14:\"frontend login\";}}s:14:\"emailMeAtLogin\";i:0;s:8:\"titleLen\";i:50;s:8:\"edit_RTE\";s:1:\"1\";s:20:\"edit_docModuleUpload\";s:1:\"1\";s:25:\"resizeTextareas_MaxHeight\";i:500;s:4:\"lang\";s:7:\"default\";s:19:\"firstLoginTimeStamp\";i:1676910163;s:15:\"moduleSessionID\";a:6:{s:28:\"dashboard/current_dashboard/\";s:40:\"86aac5d2aeff6d1172f84c56eaa697d1ab039f33\";s:10:\"web_layout\";s:40:\"86aac5d2aeff6d1172f84c56eaa697d1ab039f33\";s:57:\"TYPO3\\CMS\\Backend\\Utility\\BackendUtility::getUpdateSignal\";s:40:\"86aac5d2aeff6d1172f84c56eaa697d1ab039f33\";s:10:\"FormEngine\";s:40:\"86aac5d2aeff6d1172f84c56eaa697d1ab039f33\";s:16:\"opendocs::recent\";s:40:\"86aac5d2aeff6d1172f84c56eaa697d1ab039f33\";s:6:\"web_ts\";s:40:\"86aac5d2aeff6d1172f84c56eaa697d1ab039f33\";}s:17:\"BackendComponents\";a:1:{s:6:\"States\";a:1:{s:8:\"Pagetree\";a:1:{s:9:\"stateHash\";a:1:{s:3:\"0_0\";s:1:\"1\";}}}}}',NULL,NULL,1,NULL,1676910163,0,NULL,NULL,'',''); /*!40000 ALTER TABLE `be_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_adminpanel_requestcache` -- DROP TABLE IF EXISTS `cache_adminpanel_requestcache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_adminpanel_requestcache` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `identifier` varchar(250) NOT NULL DEFAULT '', `expires` int(10) unsigned NOT NULL DEFAULT 0, `content` longblob DEFAULT NULL, PRIMARY KEY (`id`), KEY `cache_id` (`identifier`(180),`expires`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_adminpanel_requestcache` -- LOCK TABLES `cache_adminpanel_requestcache` WRITE; /*!40000 ALTER TABLE `cache_adminpanel_requestcache` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_adminpanel_requestcache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_adminpanel_requestcache_tags` -- DROP TABLE IF EXISTS `cache_adminpanel_requestcache_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_adminpanel_requestcache_tags` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `identifier` varchar(250) NOT NULL DEFAULT '', `tag` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `cache_id` (`identifier`(191)), KEY `cache_tag` (`tag`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_adminpanel_requestcache_tags` -- LOCK TABLES `cache_adminpanel_requestcache_tags` WRITE; /*!40000 ALTER TABLE `cache_adminpanel_requestcache_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_adminpanel_requestcache_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_imagesizes` -- DROP TABLE IF EXISTS `cache_imagesizes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_imagesizes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `identifier` varchar(250) NOT NULL DEFAULT '', `expires` int(10) unsigned NOT NULL DEFAULT 0, `content` longblob DEFAULT NULL, PRIMARY KEY (`id`), KEY `cache_id` (`identifier`(180),`expires`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_imagesizes` -- LOCK TABLES `cache_imagesizes` WRITE; /*!40000 ALTER TABLE `cache_imagesizes` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_imagesizes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_imagesizes_tags` -- DROP TABLE IF EXISTS `cache_imagesizes_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_imagesizes_tags` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `identifier` varchar(250) NOT NULL DEFAULT '', `tag` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `cache_id` (`identifier`(191)), KEY `cache_tag` (`tag`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_imagesizes_tags` -- LOCK TABLES `cache_imagesizes_tags` WRITE; /*!40000 ALTER TABLE `cache_imagesizes_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_imagesizes_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_news_category` -- DROP TABLE IF EXISTS `cache_news_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_news_category` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `identifier` varchar(250) NOT NULL DEFAULT '', `expires` int(10) unsigned NOT NULL DEFAULT 0, `content` longblob DEFAULT NULL, PRIMARY KEY (`id`), KEY `cache_id` (`identifier`(180),`expires`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_news_category` -- LOCK TABLES `cache_news_category` WRITE; /*!40000 ALTER TABLE `cache_news_category` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_news_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_news_category_tags` -- DROP TABLE IF EXISTS `cache_news_category_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_news_category_tags` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `identifier` varchar(250) NOT NULL DEFAULT '', `tag` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `cache_id` (`identifier`(191)), KEY `cache_tag` (`tag`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_news_category_tags` -- LOCK TABLES `cache_news_category_tags` WRITE; /*!40000 ALTER TABLE `cache_news_category_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_news_category_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_treelist` -- DROP TABLE IF EXISTS `cache_treelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_treelist` ( `md5hash` varchar(32) NOT NULL DEFAULT '', `pid` int(11) NOT NULL DEFAULT 0, `treelist` mediumtext DEFAULT NULL, `tstamp` int(11) NOT NULL DEFAULT 0, `expires` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`md5hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_treelist` -- LOCK TABLES `cache_treelist` WRITE; /*!40000 ALTER TABLE `cache_treelist` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_treelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fe_groups` -- DROP TABLE IF EXISTS `fe_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `fe_groups` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `tx_extbase_type` varchar(255) NOT NULL DEFAULT '0', `title` varchar(50) NOT NULL DEFAULT '', `subgroup` tinytext DEFAULT NULL, `TSconfig` text DEFAULT NULL, `felogin_redirectPid` tinytext DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fe_groups` -- LOCK TABLES `fe_groups` WRITE; /*!40000 ALTER TABLE `fe_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `fe_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fe_sessions` -- DROP TABLE IF EXISTS `fe_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `fe_sessions` ( `ses_id` varchar(190) NOT NULL DEFAULT '', `ses_iplock` varchar(39) NOT NULL DEFAULT '', `ses_userid` int(10) unsigned NOT NULL DEFAULT 0, `ses_tstamp` int(10) unsigned NOT NULL DEFAULT 0, `ses_data` mediumblob DEFAULT NULL, `ses_permanent` smallint(5) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`ses_id`), KEY `ses_tstamp` (`ses_tstamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fe_sessions` -- LOCK TABLES `fe_sessions` WRITE; /*!40000 ALTER TABLE `fe_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `fe_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fe_users` -- DROP TABLE IF EXISTS `fe_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `fe_users` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `disable` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `tx_extbase_type` varchar(255) NOT NULL DEFAULT '0', `username` varchar(255) NOT NULL DEFAULT '', `password` varchar(100) NOT NULL DEFAULT '', `usergroup` text DEFAULT NULL, `name` varchar(160) NOT NULL DEFAULT '', `first_name` varchar(50) NOT NULL DEFAULT '', `middle_name` varchar(50) NOT NULL DEFAULT '', `last_name` varchar(50) NOT NULL DEFAULT '', `address` varchar(255) NOT NULL DEFAULT '', `telephone` varchar(30) NOT NULL DEFAULT '', `fax` varchar(30) NOT NULL DEFAULT '', `email` varchar(255) NOT NULL DEFAULT '', `uc` blob DEFAULT NULL, `title` varchar(40) NOT NULL DEFAULT '', `zip` varchar(10) NOT NULL DEFAULT '', `city` varchar(50) NOT NULL DEFAULT '', `country` varchar(40) NOT NULL DEFAULT '', `www` varchar(80) NOT NULL DEFAULT '', `company` varchar(80) NOT NULL DEFAULT '', `image` tinytext DEFAULT NULL, `TSconfig` text DEFAULT NULL, `lastlogin` int(10) unsigned NOT NULL DEFAULT 0, `is_online` int(10) unsigned NOT NULL DEFAULT 0, `mfa` mediumblob DEFAULT NULL, `felogin_redirectPid` tinytext DEFAULT NULL, `felogin_forgotHash` varchar(80) DEFAULT '', PRIMARY KEY (`uid`), KEY `parent` (`pid`,`username`(100)), KEY `username` (`username`(100)), KEY `is_online` (`is_online`), KEY `felogin_forgotHash` (`felogin_forgotHash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fe_users` -- LOCK TABLES `fe_users` WRITE; /*!40000 ALTER TABLE `fe_users` DISABLE KEYS */; /*!40000 ALTER TABLE `fe_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_config` -- DROP TABLE IF EXISTS `index_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_config` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `set_id` int(11) NOT NULL DEFAULT 0, `session_data` mediumtext DEFAULT NULL, `title` varchar(255) NOT NULL DEFAULT '', `type` varchar(30) NOT NULL DEFAULT '', `depth` int(10) unsigned NOT NULL DEFAULT 0, `table2index` varchar(255) NOT NULL DEFAULT '', `alternative_source_pid` int(10) unsigned NOT NULL DEFAULT 0, `get_params` varchar(255) NOT NULL DEFAULT '', `fieldlist` varchar(255) NOT NULL DEFAULT '', `externalUrl` varchar(255) NOT NULL DEFAULT '', `indexcfgs` text DEFAULT NULL, `filepath` varchar(255) NOT NULL DEFAULT '', `extensions` varchar(255) NOT NULL DEFAULT '', `timer_next_indexing` int(11) NOT NULL DEFAULT 0, `timer_frequency` int(11) NOT NULL DEFAULT 0, `timer_offset` int(11) NOT NULL DEFAULT 0, `url_deny` text DEFAULT NULL, `recordsbatch` int(11) NOT NULL DEFAULT 0, `records_indexonchange` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`hidden`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_config` -- LOCK TABLES `index_config` WRITE; /*!40000 ALTER TABLE `index_config` DISABLE KEYS */; /*!40000 ALTER TABLE `index_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_debug` -- DROP TABLE IF EXISTS `index_debug`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_debug` ( `phash` int(11) NOT NULL DEFAULT 0, `debuginfo` mediumtext DEFAULT NULL, PRIMARY KEY (`phash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_debug` -- LOCK TABLES `index_debug` WRITE; /*!40000 ALTER TABLE `index_debug` DISABLE KEYS */; /*!40000 ALTER TABLE `index_debug` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_fulltext` -- DROP TABLE IF EXISTS `index_fulltext`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_fulltext` ( `phash` int(11) NOT NULL DEFAULT 0, `fulltextdata` mediumtext DEFAULT NULL, `metaphonedata` mediumtext NOT NULL, PRIMARY KEY (`phash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_fulltext` -- LOCK TABLES `index_fulltext` WRITE; /*!40000 ALTER TABLE `index_fulltext` DISABLE KEYS */; INSERT INTO `index_fulltext` VALUES (64460995,'example.com ',''); /*!40000 ALTER TABLE `index_fulltext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_grlist` -- DROP TABLE IF EXISTS `index_grlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_grlist` ( `uniqid` int(11) NOT NULL AUTO_INCREMENT, `phash` int(11) NOT NULL DEFAULT 0, `phash_x` int(11) NOT NULL DEFAULT 0, `hash_gr_list` int(11) NOT NULL DEFAULT 0, `gr_list` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`uniqid`), KEY `joinkey` (`phash`,`hash_gr_list`), KEY `phash_grouping` (`phash_x`,`hash_gr_list`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_grlist` -- LOCK TABLES `index_grlist` WRITE; /*!40000 ALTER TABLE `index_grlist` DISABLE KEYS */; INSERT INTO `index_grlist` VALUES (1,64460995,64460995,215747215,'0,-1'); /*!40000 ALTER TABLE `index_grlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_phash` -- DROP TABLE IF EXISTS `index_phash`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_phash` ( `phash` int(11) NOT NULL DEFAULT 0, `phash_grouping` int(11) NOT NULL DEFAULT 0, `static_page_arguments` blob DEFAULT NULL, `data_filename` varchar(1024) NOT NULL DEFAULT '', `data_page_id` int(10) unsigned NOT NULL DEFAULT 0, `data_page_type` int(10) unsigned NOT NULL DEFAULT 0, `data_page_mp` varchar(255) NOT NULL DEFAULT '', `gr_list` varchar(255) NOT NULL DEFAULT '', `item_type` varchar(5) NOT NULL DEFAULT '', `item_title` varchar(255) NOT NULL DEFAULT '', `item_description` varchar(255) NOT NULL DEFAULT '', `item_mtime` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `item_size` int(11) NOT NULL DEFAULT 0, `contentHash` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `parsetime` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `item_crdate` int(11) NOT NULL DEFAULT 0, `externalUrl` smallint(6) NOT NULL DEFAULT 0, `recordUid` int(11) NOT NULL DEFAULT 0, `freeIndexUid` int(11) NOT NULL DEFAULT 0, `freeIndexSetId` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`phash`), KEY `phash_grouping` (`phash_grouping`), KEY `freeIndexUid` (`freeIndexUid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_phash` -- LOCK TABLES `index_phash` WRITE; /*!40000 ALTER TABLE `index_phash` DISABLE KEYS */; INSERT INTO `index_phash` VALUES (64460995,231284643,'[]','',1,0,'','0,-1','0','example.com','',1676910572,1676911371,6090,95136726,1676911371,51,0,1676910413,0,0,0,0); /*!40000 ALTER TABLE `index_phash` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_rel` -- DROP TABLE IF EXISTS `index_rel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_rel` ( `phash` int(11) NOT NULL DEFAULT 0, `wid` int(11) NOT NULL DEFAULT 0, `count` smallint(5) unsigned NOT NULL DEFAULT 0, `first` int(10) unsigned NOT NULL DEFAULT 0, `freq` smallint(5) unsigned NOT NULL DEFAULT 0, `flags` smallint(5) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`phash`,`wid`), KEY `wid` (`wid`,`phash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_rel` -- LOCK TABLES `index_rel` WRITE; /*!40000 ALTER TABLE `index_rel` DISABLE KEYS */; INSERT INTO `index_rel` VALUES (64460995,95136726,1,0,32000,128); /*!40000 ALTER TABLE `index_rel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_section` -- DROP TABLE IF EXISTS `index_section`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_section` ( `uniqid` int(11) NOT NULL AUTO_INCREMENT, `phash` int(11) NOT NULL DEFAULT 0, `phash_t3` int(11) NOT NULL DEFAULT 0, `rl0` int(10) unsigned NOT NULL DEFAULT 0, `rl1` int(10) unsigned NOT NULL DEFAULT 0, `rl2` int(10) unsigned NOT NULL DEFAULT 0, `page_id` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`uniqid`), KEY `joinkey` (`phash`,`rl0`), KEY `page_id` (`page_id`), KEY `rl0` (`rl0`,`rl1`,`phash`), KEY `rl0_2` (`rl0`,`phash`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_section` -- LOCK TABLES `index_section` WRITE; /*!40000 ALTER TABLE `index_section` DISABLE KEYS */; INSERT INTO `index_section` VALUES (1,64460995,64460995,1,0,0,1); /*!40000 ALTER TABLE `index_section` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_stat_word` -- DROP TABLE IF EXISTS `index_stat_word`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_stat_word` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `word` varchar(50) NOT NULL DEFAULT '', `index_stat_search_id` int(11) NOT NULL DEFAULT 0, `tstamp` int(11) NOT NULL DEFAULT 0, `pageid` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `tstamp` (`tstamp`,`word`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_stat_word` -- LOCK TABLES `index_stat_word` WRITE; /*!40000 ALTER TABLE `index_stat_word` DISABLE KEYS */; /*!40000 ALTER TABLE `index_stat_word` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `index_words` -- DROP TABLE IF EXISTS `index_words`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `index_words` ( `wid` int(11) NOT NULL DEFAULT 0, `baseword` varchar(60) NOT NULL DEFAULT '', `metaphone` int(11) NOT NULL DEFAULT 0, `is_stopword` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`wid`), KEY `baseword` (`baseword`), KEY `metaphone` (`metaphone`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `index_words` -- LOCK TABLES `index_words` WRITE; /*!40000 ALTER TABLE `index_words` DISABLE KEYS */; INSERT INTO `index_words` VALUES (95136726,'example.com',250024433,0); /*!40000 ALTER TABLE `index_words` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages` -- DROP TABLE IF EXISTS `pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pages` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `fe_group` varchar(255) NOT NULL DEFAULT '0', `sorting` int(11) NOT NULL DEFAULT 0, `rowDescription` text DEFAULT NULL, `editlock` smallint(5) unsigned NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_source` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `perms_userid` int(10) unsigned NOT NULL DEFAULT 0, `perms_groupid` int(10) unsigned NOT NULL DEFAULT 0, `perms_user` smallint(5) unsigned NOT NULL DEFAULT 0, `perms_group` smallint(5) unsigned NOT NULL DEFAULT 0, `perms_everybody` smallint(5) unsigned NOT NULL DEFAULT 0, `title` varchar(255) NOT NULL DEFAULT '', `slug` varchar(2048) DEFAULT NULL, `doktype` int(10) unsigned NOT NULL DEFAULT 0, `TSconfig` text DEFAULT NULL, `is_siteroot` smallint(6) NOT NULL DEFAULT 0, `php_tree_stop` smallint(6) NOT NULL DEFAULT 0, `url` varchar(255) NOT NULL DEFAULT '', `shortcut` int(10) unsigned NOT NULL DEFAULT 0, `shortcut_mode` int(10) unsigned NOT NULL DEFAULT 0, `subtitle` varchar(255) NOT NULL DEFAULT '', `layout` int(10) unsigned NOT NULL DEFAULT 0, `target` varchar(80) NOT NULL DEFAULT '', `media` int(10) unsigned NOT NULL DEFAULT 0, `lastUpdated` int(10) unsigned NOT NULL DEFAULT 0, `keywords` text DEFAULT NULL, `cache_timeout` int(10) unsigned NOT NULL DEFAULT 0, `cache_tags` varchar(255) NOT NULL DEFAULT '', `newUntil` int(10) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `no_search` smallint(5) unsigned NOT NULL DEFAULT 0, `SYS_LASTCHANGED` int(10) unsigned NOT NULL DEFAULT 0, `abstract` text DEFAULT NULL, `module` varchar(255) NOT NULL DEFAULT '', `extendToSubpages` smallint(5) unsigned NOT NULL DEFAULT 0, `author` varchar(255) NOT NULL DEFAULT '', `author_email` varchar(255) NOT NULL DEFAULT '', `nav_title` varchar(255) NOT NULL DEFAULT '', `nav_hide` smallint(6) NOT NULL DEFAULT 0, `content_from_pid` int(10) unsigned NOT NULL DEFAULT 0, `mount_pid` int(10) unsigned NOT NULL DEFAULT 0, `mount_pid_ol` smallint(6) NOT NULL DEFAULT 0, `l18n_cfg` smallint(6) NOT NULL DEFAULT 0, `fe_login_mode` smallint(6) NOT NULL DEFAULT 0, `backend_layout` varchar(64) NOT NULL DEFAULT '', `backend_layout_next_level` varchar(64) NOT NULL DEFAULT '', `tsconfig_includes` text DEFAULT NULL, `categories` int(10) unsigned NOT NULL DEFAULT 0, `seo_title` varchar(255) NOT NULL DEFAULT '', `no_index` smallint(6) NOT NULL DEFAULT 0, `no_follow` smallint(6) NOT NULL DEFAULT 0, `og_title` varchar(255) NOT NULL DEFAULT '', `og_description` text DEFAULT NULL, `og_image` int(10) unsigned NOT NULL DEFAULT 0, `twitter_title` varchar(255) NOT NULL DEFAULT '', `twitter_description` text DEFAULT NULL, `twitter_image` int(10) unsigned NOT NULL DEFAULT 0, `twitter_card` varchar(255) NOT NULL DEFAULT '', `canonical_link` varchar(2048) NOT NULL DEFAULT '', `sitemap_priority` decimal(2,1) NOT NULL DEFAULT 0.5, `sitemap_changefreq` varchar(10) NOT NULL DEFAULT '', `nav_icon_set` varchar(255) NOT NULL DEFAULT '', `nav_icon_identifier` varchar(255) NOT NULL DEFAULT '', `nav_icon` int(10) unsigned DEFAULT 0, `thumbnail` int(10) unsigned DEFAULT 0, `tx_kesearch_tags` text DEFAULT NULL, `tx_kesearch_abstract` text DEFAULT NULL, `tx_kesearch_resultimage` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `determineSiteRoot` (`is_siteroot`), KEY `language_identifier` (`l10n_parent`,`sys_language_uid`), KEY `slug` (`slug`(127)), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `translation_source` (`l10n_source`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pages` -- LOCK TABLES `pages` WRITE; /*!40000 ALTER TABLE `pages` DISABLE KEYS */; INSERT INTO `pages` VALUES (1,0,1676910572,1676910413,1,0,0,0,0,'',256,NULL,0,0,0,0,NULL,0,'{\"doktype\":\"\",\"title\":\"\",\"slug\":\"\",\"nav_title\":\"\",\"subtitle\":\"\",\"nav_icon_set\":\"\",\"nav_icon\":\"\",\"seo_title\":\"\",\"description\":\"\",\"no_index\":\"\",\"no_follow\":\"\",\"canonical_link\":\"\",\"sitemap_changefreq\":\"\",\"sitemap_priority\":\"\",\"og_title\":\"\",\"og_description\":\"\",\"og_image\":\"\",\"twitter_title\":\"\",\"twitter_description\":\"\",\"twitter_image\":\"\",\"twitter_card\":\"\",\"abstract\":\"\",\"keywords\":\"\",\"author\":\"\",\"author_email\":\"\",\"lastUpdated\":\"\",\"layout\":\"\",\"newUntil\":\"\",\"backend_layout\":\"\",\"backend_layout_next_level\":\"\",\"thumbnail\":\"\",\"content_from_pid\":\"\",\"target\":\"\",\"cache_timeout\":\"\",\"cache_tags\":\"\",\"is_siteroot\":\"\",\"php_tree_stop\":\"\",\"module\":\"\",\"media\":\"\",\"tsconfig_includes\":\"\",\"TSconfig\":\"\",\"l18n_cfg\":\"\",\"hidden\":\"\",\"nav_hide\":\"\",\"starttime\":\"\",\"endtime\":\"\",\"extendToSubpages\":\"\",\"fe_group\":\"\",\"fe_login_mode\":\"\",\"editlock\":\"\",\"categories\":\"\",\"rowDescription\":\"\",\"no_search\":\"\",\"tx_kesearch_tags\":\"\",\"tx_kesearch_abstract\":\"\",\"tx_kesearch_resultimage\":\"\"}',0,0,0,0,1,1,31,31,0,'example.com','/',1,NULL,1,0,'',0,0,'',0,'',0,0,NULL,0,'',0,NULL,0,1676910572,NULL,'',0,'','','',0,0,0,0,0,0,'pagets__special_start','pagets__default',NULL,0,'',0,0,'',NULL,0,'',NULL,0,'summary','',0.5,'','','',0,0,NULL,NULL,0); /*!40000 ALTER TABLE `pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_be_shortcuts` -- DROP TABLE IF EXISTS `sys_be_shortcuts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_be_shortcuts` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL DEFAULT 0, `route` varchar(255) NOT NULL DEFAULT '', `arguments` text DEFAULT NULL, `description` varchar(255) NOT NULL DEFAULT '', `sorting` int(11) NOT NULL DEFAULT 0, `sc_group` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `event` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_be_shortcuts` -- LOCK TABLES `sys_be_shortcuts` WRITE; /*!40000 ALTER TABLE `sys_be_shortcuts` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_be_shortcuts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_category` -- DROP TABLE IF EXISTS `sys_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_category` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `title` tinytext NOT NULL, `items` int(11) NOT NULL DEFAULT 0, `parent` int(10) unsigned NOT NULL DEFAULT 0, `fe_group` varchar(100) NOT NULL DEFAULT '0', `images` int(10) unsigned DEFAULT 0, `single_pid` int(10) unsigned NOT NULL DEFAULT 0, `shortcut` int(11) NOT NULL DEFAULT 0, `import_id` varchar(100) NOT NULL DEFAULT '', `import_source` varchar(100) NOT NULL DEFAULT '', `seo_title` varchar(255) NOT NULL DEFAULT '', `seo_description` text DEFAULT NULL, `seo_headline` varchar(255) NOT NULL DEFAULT '', `seo_text` text DEFAULT NULL, `slug` varchar(2048) DEFAULT NULL, `tx_kesearch_filter` text DEFAULT NULL, `tx_kesearch_filtersubcat` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `category_parent` (`parent`), KEY `category_list` (`pid`,`deleted`,`sys_language_uid`), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), KEY `import` (`import_id`,`import_source`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_category` -- LOCK TABLES `sys_category` WRITE; /*!40000 ALTER TABLE `sys_category` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_category_record_mm` -- DROP TABLE IF EXISTS `sys_category_record_mm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_category_record_mm` ( `uid_local` int(10) unsigned NOT NULL DEFAULT 0, `uid_foreign` int(10) unsigned NOT NULL DEFAULT 0, `sorting` int(10) unsigned NOT NULL DEFAULT 0, `sorting_foreign` int(10) unsigned NOT NULL DEFAULT 0, `tablenames` varchar(255) NOT NULL DEFAULT '', `fieldname` varchar(255) NOT NULL DEFAULT '', KEY `uid_local` (`uid_local`), KEY `uid_foreign` (`uid_foreign`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_category_record_mm` -- LOCK TABLES `sys_category_record_mm` WRITE; /*!40000 ALTER TABLE `sys_category_record_mm` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_category_record_mm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_file` -- DROP TABLE IF EXISTS `sys_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_file` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `last_indexed` int(11) NOT NULL DEFAULT 0, `missing` smallint(6) NOT NULL DEFAULT 0, `storage` int(11) NOT NULL DEFAULT 0, `type` varchar(10) NOT NULL DEFAULT '', `metadata` int(11) NOT NULL DEFAULT 0, `identifier` text DEFAULT NULL, `identifier_hash` varchar(40) NOT NULL DEFAULT '', `folder_hash` varchar(40) NOT NULL DEFAULT '', `extension` varchar(255) NOT NULL DEFAULT '', `mime_type` varchar(255) NOT NULL DEFAULT '', `name` tinytext DEFAULT NULL, `sha1` varchar(40) NOT NULL DEFAULT '', `size` bigint(20) unsigned NOT NULL DEFAULT 0, `creation_date` int(11) NOT NULL DEFAULT 0, `modification_date` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `sel01` (`storage`,`identifier_hash`), KEY `folder` (`storage`,`folder_hash`), KEY `tstamp` (`tstamp`), KEY `lastindex` (`last_indexed`), KEY `sha1` (`sha1`), KEY `parent` (`pid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_file` -- LOCK TABLES `sys_file` WRITE; /*!40000 ALTER TABLE `sys_file` DISABLE KEYS */; INSERT INTO `sys_file` VALUES (1,0,1676911371,0,0,0,'2',0,'/typo3conf/ext/bootstrap_package/Resources/Public/Images/BootstrapPackage.svg','53b7aaf32363271515e80e6c7b25293292185218','27aadec2782a38a84423e8476091a41d1dbdbc06','svg','image/svg+xml','BootstrapPackage.svg','a6fb0cc7b50579d6255f16171147695a55b93c27',3843,1676910050,1670944995),(2,0,1676911371,0,0,0,'2',0,'/typo3conf/ext/bootstrap_package/Resources/Public/Images/BootstrapPackageInverted.svg','5b24af7f7f2c99d8a6188015bc8298396b952ab7','27aadec2782a38a84423e8476091a41d1dbdbc06','svg','image/svg+xml','BootstrapPackageInverted.svg','493f5cd69ede03cf7d436e92481422145674b907',3784,1676910050,1670944995); /*!40000 ALTER TABLE `sys_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_file_collection` -- DROP TABLE IF EXISTS `sys_file_collection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_file_collection` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `title` tinytext DEFAULT NULL, `type` varchar(30) NOT NULL DEFAULT 'static', `files` int(11) NOT NULL DEFAULT 0, `storage` int(11) NOT NULL DEFAULT 0, `folder` text DEFAULT NULL, `recursive` smallint(6) NOT NULL DEFAULT 0, `category` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_file_collection` -- LOCK TABLES `sys_file_collection` WRITE; /*!40000 ALTER TABLE `sys_file_collection` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_file_collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_file_metadata` -- DROP TABLE IF EXISTS `sys_file_metadata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_file_metadata` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `file` int(11) NOT NULL DEFAULT 0, `title` tinytext DEFAULT NULL, `width` int(11) NOT NULL DEFAULT 0, `height` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `alternative` text DEFAULT NULL, `categories` int(10) unsigned NOT NULL DEFAULT 0, `visible` int(10) unsigned DEFAULT 1, `status` varchar(24) DEFAULT '', `keywords` text DEFAULT NULL, `caption` text DEFAULT NULL, `creator_tool` varchar(255) DEFAULT '', `download_name` varchar(255) DEFAULT '', `creator` varchar(255) DEFAULT '', `publisher` varchar(45) DEFAULT '', `source` varchar(255) DEFAULT '', `copyright` text DEFAULT NULL, `location_country` varchar(45) DEFAULT '', `location_region` varchar(45) DEFAULT '', `location_city` varchar(45) DEFAULT '', `latitude` decimal(24,14) DEFAULT 0.00000000000000, `longitude` decimal(24,14) DEFAULT 0.00000000000000, `ranking` int(10) unsigned DEFAULT 0, `content_creation_date` int(10) unsigned DEFAULT 0, `content_modification_date` int(10) unsigned DEFAULT 0, `note` text DEFAULT NULL, `unit` varchar(3) DEFAULT '', `duration` double DEFAULT 0, `color_space` varchar(4) DEFAULT '', `pages` int(10) unsigned DEFAULT 0, `language` varchar(12) DEFAULT '', `fe_groups` tinytext DEFAULT NULL, `tx_kesearch_no_search` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `file` (`file`), KEY `fal_filelist` (`l10n_parent`,`sys_language_uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_file_metadata` -- LOCK TABLES `sys_file_metadata` WRITE; /*!40000 ALTER TABLE `sys_file_metadata` DISABLE KEYS */; INSERT INTO `sys_file_metadata` VALUES (1,0,1676911371,1676911371,1,0,0,NULL,0,'',0,0,0,0,1,NULL,244,68,NULL,NULL,0,1,'',NULL,NULL,'','','','','',NULL,'','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,0),(2,0,1676911371,1676911371,1,0,0,NULL,0,'',0,0,0,0,2,NULL,244,68,NULL,NULL,0,1,'',NULL,NULL,'','','','','',NULL,'','','',0.00000000000000,0.00000000000000,0,0,0,NULL,'',0,'',0,'',NULL,0); /*!40000 ALTER TABLE `sys_file_metadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_file_processedfile` -- DROP TABLE IF EXISTS `sys_file_processedfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_file_processedfile` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `tstamp` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `storage` int(11) NOT NULL DEFAULT 0, `original` int(11) NOT NULL DEFAULT 0, `identifier` varchar(512) NOT NULL DEFAULT '', `name` tinytext DEFAULT NULL, `processing_url` text DEFAULT NULL, `configuration` blob DEFAULT NULL, `configurationsha1` varchar(40) NOT NULL DEFAULT '', `originalfilesha1` varchar(40) NOT NULL DEFAULT '', `task_type` varchar(200) NOT NULL DEFAULT '', `checksum` varchar(32) NOT NULL DEFAULT '', `width` int(11) DEFAULT 0, `height` int(11) DEFAULT 0, PRIMARY KEY (`uid`), KEY `combined_1` (`original`,`task_type`(100),`configurationsha1`), KEY `identifier` (`storage`,`identifier`(180)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_file_processedfile` -- LOCK TABLES `sys_file_processedfile` WRITE; /*!40000 ALTER TABLE `sys_file_processedfile` DISABLE KEYS */; INSERT INTO `sys_file_processedfile` VALUES (1,1676911371,1676911371,0,1,'',NULL,'','a:7:{s:5:\"width\";N;s:6:\"height\";N;s:8:\"minWidth\";N;s:9:\"minHeight\";N;s:8:\"maxWidth\";N;s:9:\"maxHeight\";N;s:4:\"crop\";N;}','24f48d5b4de7d99b7144e6559156976855e74b5d','a6fb0cc7b50579d6255f16171147695a55b93c27','Image.CropScaleMask','1250535e51',244,68),(2,1676911371,1676911371,0,2,'',NULL,'','a:7:{s:5:\"width\";N;s:6:\"height\";N;s:8:\"minWidth\";N;s:9:\"minHeight\";N;s:8:\"maxWidth\";N;s:9:\"maxHeight\";N;s:4:\"crop\";N;}','24f48d5b4de7d99b7144e6559156976855e74b5d','493f5cd69ede03cf7d436e92481422145674b907','Image.CropScaleMask','a4049a3f3f',244,68); /*!40000 ALTER TABLE `sys_file_processedfile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_file_reference` -- DROP TABLE IF EXISTS `sys_file_reference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_file_reference` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `uid_local` int(11) NOT NULL DEFAULT 0, `uid_foreign` int(11) NOT NULL DEFAULT 0, `tablenames` varchar(64) NOT NULL DEFAULT '', `fieldname` varchar(64) NOT NULL DEFAULT '', `sorting_foreign` int(11) NOT NULL DEFAULT 0, `table_local` varchar(64) NOT NULL DEFAULT '', `title` tinytext DEFAULT NULL, `description` text DEFAULT NULL, `alternative` text DEFAULT NULL, `link` varchar(1024) NOT NULL DEFAULT '', `crop` varchar(4000) NOT NULL DEFAULT '', `autoplay` smallint(6) NOT NULL DEFAULT 0, `showinpreview` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `tablenames_fieldname` (`tablenames`(32),`fieldname`(12)), KEY `deleted` (`deleted`), KEY `uid_local` (`uid_local`), KEY `uid_foreign` (`uid_foreign`), KEY `combined_1` (`l10n_parent`,`t3ver_oid`,`t3ver_wsid`,`t3ver_state`,`deleted`), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_file_reference` -- LOCK TABLES `sys_file_reference` WRITE; /*!40000 ALTER TABLE `sys_file_reference` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_file_reference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_file_storage` -- DROP TABLE IF EXISTS `sys_file_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_file_storage` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `name` varchar(255) NOT NULL DEFAULT '', `driver` tinytext DEFAULT NULL, `configuration` text DEFAULT NULL, `is_default` smallint(6) NOT NULL DEFAULT 0, `is_browsable` smallint(6) NOT NULL DEFAULT 0, `is_public` smallint(6) NOT NULL DEFAULT 0, `is_writable` smallint(6) NOT NULL DEFAULT 0, `is_online` smallint(6) NOT NULL DEFAULT 1, `auto_extract_metadata` smallint(6) NOT NULL DEFAULT 1, `processingfolder` tinytext DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_file_storage` -- LOCK TABLES `sys_file_storage` WRITE; /*!40000 ALTER TABLE `sys_file_storage` DISABLE KEYS */; INSERT INTO `sys_file_storage` VALUES (1,0,1676910451,1676910451,0,0,'This is the local fileadmin/ directory. This storage mount has been created automatically by TYPO3.','fileadmin','Local','\n\n \n \n \n \n fileadmin/\n \n \n relative\n \n \n 1\n \n \n \n \n',1,1,1,1,1,1,NULL); /*!40000 ALTER TABLE `sys_file_storage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_filemounts` -- DROP TABLE IF EXISTS `sys_filemounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_filemounts` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `title` varchar(255) NOT NULL DEFAULT '', `path` varchar(255) NOT NULL DEFAULT '', `base` int(10) unsigned NOT NULL DEFAULT 0, `read_only` smallint(5) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_filemounts` -- LOCK TABLES `sys_filemounts` WRITE; /*!40000 ALTER TABLE `sys_filemounts` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_filemounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_history` -- DROP TABLE IF EXISTS `sys_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_history` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `actiontype` smallint(6) NOT NULL DEFAULT 0, `usertype` varchar(2) NOT NULL DEFAULT 'BE', `userid` int(10) unsigned DEFAULT NULL, `originaluserid` int(10) unsigned DEFAULT NULL, `recuid` int(11) NOT NULL DEFAULT 0, `tablename` varchar(255) NOT NULL DEFAULT '', `history_data` mediumtext DEFAULT NULL, `workspace` int(11) DEFAULT 0, `correlation_id` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`uid`), KEY `recordident_1` (`tablename`(100),`recuid`), KEY `recordident_2` (`tablename`(100),`tstamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_history` -- LOCK TABLES `sys_history` WRITE; /*!40000 ALTER TABLE `sys_history` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_language` -- DROP TABLE IF EXISTS `sys_language`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_language` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `title` varchar(80) NOT NULL DEFAULT '', `flag` varchar(20) NOT NULL DEFAULT '', `language_isocode` varchar(2) NOT NULL DEFAULT '', `nav_title` varchar(255) NOT NULL DEFAULT '', `locale` varchar(20) NOT NULL DEFAULT '', `hreflang` varchar(20) NOT NULL DEFAULT '', `direction` varchar(3) NOT NULL DEFAULT '', PRIMARY KEY (`uid`), KEY `parent` (`pid`,`hidden`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_language` -- LOCK TABLES `sys_language` WRITE; /*!40000 ALTER TABLE `sys_language` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_language` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_lockedrecords` -- DROP TABLE IF EXISTS `sys_lockedrecords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_lockedrecords` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `userid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `record_table` varchar(255) NOT NULL DEFAULT '', `record_uid` int(11) NOT NULL DEFAULT 0, `record_pid` int(11) NOT NULL DEFAULT 0, `username` varchar(50) NOT NULL DEFAULT '', `feuserid` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `event` (`userid`,`tstamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_lockedrecords` -- LOCK TABLES `sys_lockedrecords` WRITE; /*!40000 ALTER TABLE `sys_lockedrecords` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_lockedrecords` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_log` -- DROP TABLE IF EXISTS `sys_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_log` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `userid` int(10) unsigned NOT NULL DEFAULT 0, `action` smallint(5) unsigned NOT NULL DEFAULT 0, `recuid` int(10) unsigned NOT NULL DEFAULT 0, `tablename` varchar(255) NOT NULL DEFAULT '', `recpid` int(11) NOT NULL DEFAULT 0, `error` smallint(5) unsigned NOT NULL DEFAULT 0, `details` text DEFAULT NULL, `type` smallint(5) unsigned NOT NULL DEFAULT 0, `channel` varchar(20) NOT NULL DEFAULT 'default', `details_nr` smallint(6) NOT NULL DEFAULT 0, `IP` varchar(39) NOT NULL DEFAULT '', `log_data` text DEFAULT NULL, `event_pid` int(11) NOT NULL DEFAULT -1, `workspace` int(11) NOT NULL DEFAULT 0, `NEWid` varchar(30) NOT NULL DEFAULT '', `request_id` varchar(13) NOT NULL DEFAULT '', `time_micro` double NOT NULL DEFAULT 0, `component` varchar(255) NOT NULL DEFAULT '', `level` varchar(10) NOT NULL DEFAULT 'info', `message` text DEFAULT NULL, `data` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `event` (`userid`,`event_pid`), KEY `recuidIdx` (`recuid`), KEY `user_auth` (`type`,`action`,`tstamp`), KEY `request` (`request_id`), KEY `combined_1` (`tstamp`,`type`,`userid`), KEY `errorcount` (`tstamp`,`error`), KEY `parent` (`pid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_log` -- LOCK TABLES `sys_log` WRITE; /*!40000 ALTER TABLE `sys_log` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_news` -- DROP TABLE IF EXISTS `sys_news`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_news` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `title` varchar(255) NOT NULL DEFAULT '', `content` mediumtext DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_news` -- LOCK TABLES `sys_news` WRITE; /*!40000 ALTER TABLE `sys_news` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_news` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_note` -- DROP TABLE IF EXISTS `sys_note`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_note` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `subject` varchar(255) NOT NULL DEFAULT '', `message` text DEFAULT NULL, `personal` smallint(5) unsigned NOT NULL DEFAULT 0, `category` smallint(5) unsigned NOT NULL DEFAULT 0, `position` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_note` -- LOCK TABLES `sys_note` WRITE; /*!40000 ALTER TABLE `sys_note` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_note` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_redirect` -- DROP TABLE IF EXISTS `sys_redirect`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_redirect` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `updatedon` int(10) unsigned NOT NULL DEFAULT 0, `createdon` int(10) unsigned NOT NULL DEFAULT 0, `createdby` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `disabled` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `source_host` varchar(255) NOT NULL DEFAULT '', `source_path` varchar(2048) NOT NULL DEFAULT '', `is_regexp` smallint(5) unsigned NOT NULL DEFAULT 0, `protected` smallint(5) unsigned NOT NULL DEFAULT 0, `force_https` smallint(5) unsigned NOT NULL DEFAULT 0, `respect_query_parameters` smallint(5) unsigned NOT NULL DEFAULT 0, `keep_query_parameters` smallint(5) unsigned NOT NULL DEFAULT 0, `target` varchar(2048) NOT NULL DEFAULT '', `target_statuscode` int(11) NOT NULL DEFAULT 307, `hitcount` int(11) NOT NULL DEFAULT 0, `lasthiton` int(11) NOT NULL DEFAULT 0, `disable_hitcount` smallint(5) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `index_source` (`source_host`(80),`source_path`(80)), KEY `parent` (`pid`,`deleted`,`disabled`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_redirect` -- LOCK TABLES `sys_redirect` WRITE; /*!40000 ALTER TABLE `sys_redirect` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_redirect` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_refindex` -- DROP TABLE IF EXISTS `sys_refindex`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_refindex` ( `hash` varchar(32) NOT NULL DEFAULT '', `tablename` varchar(255) NOT NULL DEFAULT '', `recuid` int(11) NOT NULL DEFAULT 0, `field` varchar(64) NOT NULL DEFAULT '', `flexpointer` varchar(255) NOT NULL DEFAULT '', `softref_key` varchar(30) NOT NULL DEFAULT '', `softref_id` varchar(40) NOT NULL DEFAULT '', `sorting` int(11) NOT NULL DEFAULT 0, `workspace` int(11) NOT NULL DEFAULT 0, `ref_table` varchar(255) NOT NULL DEFAULT '', `ref_uid` int(11) NOT NULL DEFAULT 0, `ref_string` varchar(1024) NOT NULL DEFAULT '', PRIMARY KEY (`hash`), KEY `lookup_rec` (`tablename`(100),`recuid`), KEY `lookup_uid` (`ref_table`(100),`ref_uid`), KEY `lookup_string` (`ref_string`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_refindex` -- LOCK TABLES `sys_refindex` WRITE; /*!40000 ALTER TABLE `sys_refindex` DISABLE KEYS */; /*!40000 ALTER TABLE `sys_refindex` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_registry` -- DROP TABLE IF EXISTS `sys_registry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_registry` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `entry_namespace` varchar(128) NOT NULL DEFAULT '', `entry_key` varchar(128) NOT NULL DEFAULT '', `entry_value` mediumblob DEFAULT NULL, PRIMARY KEY (`uid`), UNIQUE KEY `entry_identifier` (`entry_namespace`,`entry_key`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_registry` -- LOCK TABLES `sys_registry` WRITE; /*!40000 ALTER TABLE `sys_registry` DISABLE KEYS */; INSERT INTO `sys_registry` VALUES (1,'core','formProtectionSessionToken:1','s:64:\"aaa8ecbdff951f7b8c9d68b3417964983343c8217311f720ca40eda8904fb3b8\";'); /*!40000 ALTER TABLE `sys_registry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sys_template` -- DROP TABLE IF EXISTS `sys_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sys_template` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `title` varchar(255) NOT NULL DEFAULT '', `root` smallint(5) unsigned NOT NULL DEFAULT 0, `clear` smallint(5) unsigned NOT NULL DEFAULT 0, `include_static_file` text DEFAULT NULL, `constants` text DEFAULT NULL, `config` text DEFAULT NULL, `basedOn` tinytext DEFAULT NULL, `includeStaticAfterBasedOn` smallint(5) unsigned NOT NULL DEFAULT 0, `static_file_mode` smallint(5) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `roottemplate` (`deleted`,`hidden`,`root`), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sys_template` -- LOCK TABLES `sys_template` WRITE; /*!40000 ALTER TABLE `sys_template` DISABLE KEYS */; INSERT INTO `sys_template` VALUES (1,1,1676911367,1676911335,1,0,0,0,0,256,NULL,0,0,0,0,0,'example.com',1,3,'EXT:bootstrap_package/Configuration/TypoScript',NULL,'','',0,0); /*!40000 ALTER TABLE `sys_template` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tt_content` -- DROP TABLE IF EXISTS `tt_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tt_content` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `rowDescription` text DEFAULT NULL, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `fe_group` varchar(255) NOT NULL DEFAULT '0', `sorting` int(11) NOT NULL DEFAULT 0, `editlock` smallint(5) unsigned NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l18n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_source` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l18n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `CType` varchar(255) NOT NULL DEFAULT '', `header` varchar(255) NOT NULL DEFAULT '', `header_position` varchar(255) NOT NULL DEFAULT '', `bodytext` mediumtext DEFAULT NULL, `bullets_type` smallint(5) unsigned NOT NULL DEFAULT 0, `uploads_description` smallint(5) unsigned NOT NULL DEFAULT 0, `uploads_type` smallint(5) unsigned NOT NULL DEFAULT 0, `assets` int(10) unsigned NOT NULL DEFAULT 0, `image` int(10) unsigned NOT NULL DEFAULT 0, `imagewidth` int(10) unsigned NOT NULL DEFAULT 0, `imageorient` smallint(5) unsigned NOT NULL DEFAULT 0, `imagecols` smallint(5) unsigned NOT NULL DEFAULT 0, `imageborder` smallint(5) unsigned NOT NULL DEFAULT 0, `media` int(10) unsigned NOT NULL DEFAULT 0, `layout` int(10) unsigned NOT NULL DEFAULT 0, `frame_class` varchar(60) NOT NULL DEFAULT 'default', `cols` int(10) unsigned NOT NULL DEFAULT 0, `space_before_class` varchar(60) NOT NULL DEFAULT '', `space_after_class` varchar(60) NOT NULL DEFAULT '', `records` text DEFAULT NULL, `pages` text DEFAULT NULL, `colPos` int(10) unsigned NOT NULL DEFAULT 0, `subheader` varchar(255) NOT NULL DEFAULT '', `header_link` varchar(1024) NOT NULL DEFAULT '', `image_zoom` smallint(5) unsigned NOT NULL DEFAULT 0, `header_layout` varchar(30) NOT NULL DEFAULT '0', `list_type` varchar(255) NOT NULL DEFAULT '', `sectionIndex` smallint(5) unsigned NOT NULL DEFAULT 0, `linkToTop` smallint(5) unsigned NOT NULL DEFAULT 0, `file_collections` text DEFAULT NULL, `filelink_size` smallint(5) unsigned NOT NULL DEFAULT 0, `filelink_sorting` varchar(64) NOT NULL DEFAULT '', `filelink_sorting_direction` varchar(4) NOT NULL DEFAULT '', `target` varchar(30) NOT NULL DEFAULT '', `date` int(10) unsigned NOT NULL DEFAULT 0, `recursive` smallint(5) unsigned NOT NULL DEFAULT 0, `imageheight` int(10) unsigned NOT NULL DEFAULT 0, `pi_flexform` mediumtext DEFAULT NULL, `accessibility_title` varchar(30) NOT NULL DEFAULT '', `accessibility_bypass` smallint(5) unsigned NOT NULL DEFAULT 0, `accessibility_bypass_text` varchar(30) NOT NULL DEFAULT '', `category_field` varchar(64) NOT NULL DEFAULT '', `table_class` varchar(60) NOT NULL DEFAULT '', `table_caption` varchar(255) DEFAULT NULL, `table_delimiter` smallint(5) unsigned NOT NULL DEFAULT 0, `table_enclosure` smallint(5) unsigned NOT NULL DEFAULT 0, `table_header_position` smallint(5) unsigned NOT NULL DEFAULT 0, `table_tfoot` smallint(5) unsigned NOT NULL DEFAULT 0, `categories` int(10) unsigned NOT NULL DEFAULT 0, `selected_categories` longtext DEFAULT NULL, `tx_news_related_news` int(11) NOT NULL DEFAULT 0, `teaser` text DEFAULT NULL, `aspect_ratio` varchar(255) NOT NULL DEFAULT '1.3333333333333', `items_per_page` int(10) unsigned DEFAULT 10, `readmore_label` varchar(255) NOT NULL DEFAULT '', `quote_source` varchar(255) NOT NULL DEFAULT '', `quote_link` varchar(1024) NOT NULL DEFAULT '', `panel_class` varchar(60) NOT NULL DEFAULT 'default', `file_folder` text DEFAULT NULL, `icon` varchar(255) NOT NULL DEFAULT '', `icon_set` varchar(255) NOT NULL DEFAULT '', `icon_file` int(10) unsigned DEFAULT 0, `icon_position` varchar(255) NOT NULL DEFAULT '', `icon_size` varchar(60) NOT NULL DEFAULT 'default', `icon_type` varchar(60) NOT NULL DEFAULT 'default', `icon_color` varchar(255) NOT NULL DEFAULT '', `icon_background` varchar(255) NOT NULL DEFAULT '', `external_media_source` varchar(1024) NOT NULL DEFAULT '', `external_media_ratio` varchar(10) NOT NULL DEFAULT '', `tx_bootstrappackage_card_group_item` int(10) unsigned DEFAULT 0, `tx_bootstrappackage_carousel_item` int(10) unsigned DEFAULT 0, `tx_bootstrappackage_accordion_item` int(10) unsigned DEFAULT 0, `tx_bootstrappackage_icon_group_item` int(10) unsigned DEFAULT 0, `tx_bootstrappackage_tab_item` int(10) unsigned DEFAULT 0, `tx_bootstrappackage_timeline_item` int(10) unsigned DEFAULT 0, `frame_layout` varchar(255) NOT NULL DEFAULT 'default', `background_color_class` varchar(255) NOT NULL DEFAULT '', `background_image` int(10) unsigned DEFAULT 0, `background_image_options` mediumtext DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`sorting`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), KEY `language` (`l18n_parent`,`sys_language_uid`), KEY `translation_source` (`l10n_source`), KEY `index_newscontent` (`tx_news_related_news`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tt_content` -- LOCK TABLES `tt_content` WRITE; /*!40000 ALTER TABLE `tt_content` DISABLE KEYS */; /*!40000 ALTER TABLE `tt_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_bootstrappackage_accordion_item` -- DROP TABLE IF EXISTS `tx_bootstrappackage_accordion_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_bootstrappackage_accordion_item` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `tt_content` int(10) unsigned DEFAULT 0, `header` varchar(255) NOT NULL DEFAULT '', `bodytext` text DEFAULT NULL, `media` int(10) unsigned DEFAULT 0, `mediaorient` varchar(60) NOT NULL DEFAULT 'left', `imagecols` smallint(5) unsigned NOT NULL DEFAULT 1, `image_zoom` smallint(5) unsigned NOT NULL DEFAULT 0, `t3ver_id` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_label` varchar(255) NOT NULL DEFAULT '', `t3ver_count` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_tstamp` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_move_id` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), KEY `language` (`l10n_parent`,`sys_language_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_bootstrappackage_accordion_item` -- LOCK TABLES `tx_bootstrappackage_accordion_item` WRITE; /*!40000 ALTER TABLE `tx_bootstrappackage_accordion_item` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_bootstrappackage_accordion_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_bootstrappackage_card_group_item` -- DROP TABLE IF EXISTS `tx_bootstrappackage_card_group_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_bootstrappackage_card_group_item` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `tt_content` int(10) unsigned DEFAULT 0, `header` varchar(255) NOT NULL DEFAULT '', `subheader` varchar(255) NOT NULL DEFAULT '', `image` int(11) NOT NULL DEFAULT 0, `bodytext` text DEFAULT NULL, `link` varchar(1024) NOT NULL DEFAULT '', `link_title` varchar(255) NOT NULL DEFAULT '', `link_icon_set` varchar(255) NOT NULL DEFAULT '', `link_icon_identifier` varchar(255) NOT NULL DEFAULT '', `link_icon` int(10) unsigned DEFAULT 0, `link_class` varchar(255) NOT NULL DEFAULT '', `t3ver_id` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_label` varchar(255) NOT NULL DEFAULT '', `t3ver_count` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_tstamp` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_move_id` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), KEY `language` (`l10n_parent`,`sys_language_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_bootstrappackage_card_group_item` -- LOCK TABLES `tx_bootstrappackage_card_group_item` WRITE; /*!40000 ALTER TABLE `tx_bootstrappackage_card_group_item` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_bootstrappackage_card_group_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_bootstrappackage_carousel_item` -- DROP TABLE IF EXISTS `tx_bootstrappackage_carousel_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_bootstrappackage_carousel_item` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `tt_content` int(10) unsigned DEFAULT 0, `item_type` varchar(255) NOT NULL DEFAULT '', `layout` varchar(255) NOT NULL DEFAULT '', `header` varchar(255) NOT NULL DEFAULT '', `header_layout` smallint(5) unsigned NOT NULL DEFAULT 1, `header_position` varchar(255) NOT NULL DEFAULT 'center', `header_class` varchar(255) NOT NULL DEFAULT '', `subheader` varchar(255) NOT NULL DEFAULT '', `subheader_layout` smallint(5) unsigned NOT NULL DEFAULT 2, `subheader_class` varchar(255) NOT NULL DEFAULT '', `nav_title` varchar(255) NOT NULL DEFAULT '', `button_text` varchar(255) NOT NULL DEFAULT '', `bodytext` text DEFAULT NULL, `image` int(10) unsigned DEFAULT 0, `link` varchar(1024) NOT NULL DEFAULT '', `text_color` varchar(255) NOT NULL DEFAULT '', `background_color` varchar(255) NOT NULL DEFAULT '', `background_image` int(10) unsigned DEFAULT 0, `background_image_options` mediumtext DEFAULT NULL, `t3ver_id` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_label` varchar(255) NOT NULL DEFAULT '', `t3ver_count` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_tstamp` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_move_id` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), KEY `language` (`l10n_parent`,`sys_language_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_bootstrappackage_carousel_item` -- LOCK TABLES `tx_bootstrappackage_carousel_item` WRITE; /*!40000 ALTER TABLE `tx_bootstrappackage_carousel_item` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_bootstrappackage_carousel_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_bootstrappackage_icon_group_item` -- DROP TABLE IF EXISTS `tx_bootstrappackage_icon_group_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_bootstrappackage_icon_group_item` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `tt_content` int(10) unsigned DEFAULT 0, `header` varchar(255) NOT NULL DEFAULT '', `subheader` varchar(255) NOT NULL DEFAULT '', `bodytext` text DEFAULT NULL, `link` varchar(1024) NOT NULL DEFAULT '', `icon_set` varchar(255) NOT NULL DEFAULT '', `icon_identifier` varchar(255) NOT NULL DEFAULT '', `icon_file` int(10) unsigned DEFAULT 0, `t3ver_id` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_label` varchar(255) NOT NULL DEFAULT '', `t3ver_count` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_tstamp` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_move_id` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), KEY `language` (`l10n_parent`,`sys_language_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_bootstrappackage_icon_group_item` -- LOCK TABLES `tx_bootstrappackage_icon_group_item` WRITE; /*!40000 ALTER TABLE `tx_bootstrappackage_icon_group_item` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_bootstrappackage_icon_group_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_bootstrappackage_tab_item` -- DROP TABLE IF EXISTS `tx_bootstrappackage_tab_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_bootstrappackage_tab_item` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `tt_content` int(10) unsigned DEFAULT 0, `header` varchar(255) NOT NULL DEFAULT '', `bodytext` text DEFAULT NULL, `media` int(10) unsigned DEFAULT 0, `mediaorient` varchar(60) NOT NULL DEFAULT 'left', `imagecols` smallint(5) unsigned NOT NULL DEFAULT 1, `image_zoom` smallint(5) unsigned NOT NULL DEFAULT 0, `t3ver_id` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_label` varchar(255) NOT NULL DEFAULT '', `t3ver_count` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_tstamp` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_move_id` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), KEY `language` (`l10n_parent`,`sys_language_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_bootstrappackage_tab_item` -- LOCK TABLES `tx_bootstrappackage_tab_item` WRITE; /*!40000 ALTER TABLE `tx_bootstrappackage_tab_item` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_bootstrappackage_tab_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_bootstrappackage_timeline_item` -- DROP TABLE IF EXISTS `tx_bootstrappackage_timeline_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_bootstrappackage_timeline_item` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `starttime` int(10) unsigned NOT NULL DEFAULT 0, `endtime` int(10) unsigned NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(10) unsigned NOT NULL DEFAULT 0, `l10n_diffsource` mediumblob DEFAULT NULL, `t3ver_oid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_wsid` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` int(11) NOT NULL DEFAULT 0, `t3_origuid` int(10) unsigned NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `tt_content` int(10) unsigned DEFAULT 0, `date` datetime DEFAULT NULL, `header` varchar(255) NOT NULL DEFAULT '', `bodytext` text DEFAULT NULL, `icon_set` varchar(255) NOT NULL DEFAULT '', `icon_identifier` varchar(255) NOT NULL DEFAULT '', `icon_file` int(10) unsigned DEFAULT 0, `image` int(10) unsigned DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `t3ver_id` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_label` varchar(255) NOT NULL DEFAULT '', `t3ver_count` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_tstamp` int(10) unsigned NOT NULL DEFAULT 0, `t3ver_move_id` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`), KEY `language` (`l10n_parent`,`sys_language_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_bootstrappackage_timeline_item` -- LOCK TABLES `tx_bootstrappackage_timeline_item` WRITE; /*!40000 ALTER TABLE `tx_bootstrappackage_timeline_item` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_bootstrappackage_timeline_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_extensionmanager_domain_model_extension` -- DROP TABLE IF EXISTS `tx_extensionmanager_domain_model_extension`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_extensionmanager_domain_model_extension` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `extension_key` varchar(60) NOT NULL DEFAULT '', `repository` int(11) NOT NULL DEFAULT 1, `remote` varchar(100) NOT NULL DEFAULT 'ter', `version` varchar(15) NOT NULL DEFAULT '', `alldownloadcounter` int(10) unsigned NOT NULL DEFAULT 0, `downloadcounter` int(10) unsigned NOT NULL DEFAULT 0, `title` varchar(150) NOT NULL DEFAULT '', `description` mediumtext DEFAULT NULL, `state` int(11) NOT NULL DEFAULT 0, `review_state` int(11) NOT NULL DEFAULT 0, `category` int(11) NOT NULL DEFAULT 0, `last_updated` int(10) unsigned NOT NULL DEFAULT 0, `serialized_dependencies` mediumtext DEFAULT NULL, `author_name` varchar(255) NOT NULL DEFAULT '', `author_email` varchar(255) NOT NULL DEFAULT '', `ownerusername` varchar(50) NOT NULL DEFAULT '', `md5hash` varchar(35) NOT NULL DEFAULT '', `update_comment` mediumtext DEFAULT NULL, `authorcompany` varchar(255) NOT NULL DEFAULT '', `integer_version` int(11) NOT NULL DEFAULT 0, `current_version` int(11) NOT NULL DEFAULT 0, `lastreviewedversion` int(11) NOT NULL DEFAULT 0, `documentation_link` varchar(2048) DEFAULT NULL, `distribution_image` varchar(255) DEFAULT NULL, `distribution_welcome_image` varchar(255) DEFAULT NULL, PRIMARY KEY (`uid`), UNIQUE KEY `versionextrepo` (`extension_key`,`version`,`remote`), KEY `index_extrepo` (`extension_key`,`remote`), KEY `index_versionrepo` (`integer_version`,`remote`,`extension_key`), KEY `index_currentversions` (`current_version`,`review_state`), KEY `parent` (`pid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_extensionmanager_domain_model_extension` -- LOCK TABLES `tx_extensionmanager_domain_model_extension` WRITE; /*!40000 ALTER TABLE `tx_extensionmanager_domain_model_extension` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_extensionmanager_domain_model_extension` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_kesearch_filteroptions` -- DROP TABLE IF EXISTS `tx_kesearch_filteroptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_kesearch_filteroptions` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `cruser_id` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(11) NOT NULL DEFAULT 0, `l10n_diffsource` mediumtext DEFAULT NULL, `deleted` smallint(6) NOT NULL DEFAULT 0, `hidden` smallint(6) NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `title` tinytext DEFAULT NULL, `tag` tinytext DEFAULT NULL, `slug` varchar(2048) DEFAULT NULL, `automated_tagging` text DEFAULT NULL, `automated_tagging_exclude` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_kesearch_filteroptions` -- LOCK TABLES `tx_kesearch_filteroptions` WRITE; /*!40000 ALTER TABLE `tx_kesearch_filteroptions` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_kesearch_filteroptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_kesearch_filters` -- DROP TABLE IF EXISTS `tx_kesearch_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_kesearch_filters` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `cruser_id` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(11) NOT NULL DEFAULT 0, `l10n_diffsource` mediumtext DEFAULT NULL, `deleted` smallint(6) NOT NULL DEFAULT 0, `hidden` smallint(6) NOT NULL DEFAULT 0, `l10n_state` text DEFAULT NULL, `title` tinytext DEFAULT NULL, `options` text DEFAULT NULL, `rendertype` varchar(90) NOT NULL DEFAULT '', `markAllCheckboxes` smallint(6) NOT NULL DEFAULT 0, `target_pid` int(11) NOT NULL DEFAULT 0, `amount` int(11) NOT NULL DEFAULT 0, `shownumberofresults` smallint(6) NOT NULL DEFAULT 0, `alphabeticalsorting` smallint(6) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `parent` (`pid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_kesearch_filters` -- LOCK TABLES `tx_kesearch_filters` WRITE; /*!40000 ALTER TABLE `tx_kesearch_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_kesearch_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_kesearch_index` -- DROP TABLE IF EXISTS `tx_kesearch_index`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_kesearch_index` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `cruser_id` int(11) NOT NULL DEFAULT 0, `starttime` int(11) NOT NULL DEFAULT 0, `endtime` int(11) NOT NULL DEFAULT 0, `fe_group` varchar(100) NOT NULL DEFAULT '0', `targetpid` text DEFAULT NULL, `content` mediumtext DEFAULT NULL, `hidden_content` mediumtext DEFAULT NULL, `params` tinytext DEFAULT NULL, `type` tinytext DEFAULT NULL, `tags` text DEFAULT NULL, `abstract` text DEFAULT NULL, `sortdate` int(11) NOT NULL DEFAULT 0, `orig_uid` varchar(255) NOT NULL DEFAULT '0', `orig_pid` int(11) NOT NULL DEFAULT 0, `title` tinytext DEFAULT NULL, `language` int(11) NOT NULL DEFAULT 0, `directory` tinytext DEFAULT NULL, `hash` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`uid`), KEY `parent` (`pid`), FULLTEXT KEY `tags` (`tags`), FULLTEXT KEY `title` (`title`), FULLTEXT KEY `titlecontent` (`title`,`content`), FULLTEXT KEY `titlecontenthiddencontent` (`title`,`content`,`hidden_content`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_kesearch_index` -- LOCK TABLES `tx_kesearch_index` WRITE; /*!40000 ALTER TABLE `tx_kesearch_index` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_kesearch_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_kesearch_indexerconfig` -- DROP TABLE IF EXISTS `tx_kesearch_indexerconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_kesearch_indexerconfig` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `cruser_id` int(11) NOT NULL DEFAULT 0, `deleted` smallint(6) NOT NULL DEFAULT 0, `hidden` smallint(6) NOT NULL DEFAULT 0, `title` tinytext DEFAULT NULL, `storagepid` text DEFAULT NULL, `targetpid` text DEFAULT NULL, `startingpoints_recursive` text DEFAULT NULL, `single_pages` text DEFAULT NULL, `sysfolder` text DEFAULT NULL, `index_content_with_restrictions` text DEFAULT NULL, `type` varchar(90) NOT NULL DEFAULT '', `index_news_category_mode` smallint(6) NOT NULL DEFAULT 0, `index_news_category_selection` text DEFAULT NULL, `index_extnews_category_selection` text DEFAULT NULL, `index_news_archived` smallint(6) NOT NULL DEFAULT 0, `index_news_useHRDatesSingle` smallint(6) NOT NULL DEFAULT 0, `index_news_useHRDatesSingleWithoutDay` smallint(6) NOT NULL DEFAULT 0, `index_news_files_mode` smallint(6) NOT NULL DEFAULT 0, `index_use_page_tags` smallint(6) NOT NULL DEFAULT 0, `index_use_page_tags_for_files` smallint(6) NOT NULL DEFAULT 0, `index_page_doctypes` varchar(255) NOT NULL DEFAULT '', `directories` text DEFAULT NULL, `fileext` tinytext DEFAULT NULL, `content_fields` text DEFAULT NULL, `file_reference_fields` text DEFAULT NULL, `filteroption` int(11) NOT NULL DEFAULT 0, `fal_storage` int(11) NOT NULL DEFAULT 0, `contenttypes` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_kesearch_indexerconfig` -- LOCK TABLES `tx_kesearch_indexerconfig` WRITE; /*!40000 ALTER TABLE `tx_kesearch_indexerconfig` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_kesearch_indexerconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_kesearch_stat_search` -- DROP TABLE IF EXISTS `tx_kesearch_stat_search`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_kesearch_stat_search` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `searchphrase` text DEFAULT NULL, `tstamp` int(11) NOT NULL DEFAULT 0, `hits` int(11) NOT NULL DEFAULT 0, `tagsagainst` text DEFAULT NULL, `language` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_kesearch_stat_search` -- LOCK TABLES `tx_kesearch_stat_search` WRITE; /*!40000 ALTER TABLE `tx_kesearch_stat_search` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_kesearch_stat_search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_kesearch_stat_word` -- DROP TABLE IF EXISTS `tx_kesearch_stat_word`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_kesearch_stat_word` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `word` text DEFAULT NULL, `tstamp` int(11) NOT NULL DEFAULT 0, `pageid` int(11) NOT NULL DEFAULT 0, `resultsfound` int(11) NOT NULL DEFAULT 0, `language` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_kesearch_stat_word` -- LOCK TABLES `tx_kesearch_stat_word` WRITE; /*!40000 ALTER TABLE `tx_kesearch_stat_word` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_kesearch_stat_word` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_news_domain_model_link` -- DROP TABLE IF EXISTS `tx_news_domain_model_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_news_domain_model_link` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `cruser_id` int(11) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(11) NOT NULL DEFAULT 0, `l10n_diffsource` mediumtext DEFAULT NULL, `l10n_source` int(11) NOT NULL DEFAULT 0, `t3ver_oid` int(11) NOT NULL DEFAULT 0, `t3_origuid` int(11) NOT NULL DEFAULT 0, `t3ver_wsid` int(11) NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` smallint(6) NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `deleted` smallint(6) NOT NULL DEFAULT 0, `hidden` smallint(6) NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `l10n_state` text DEFAULT NULL, `t3ver_id` int(11) NOT NULL DEFAULT 0, `t3ver_label` varchar(30) NOT NULL DEFAULT '', `t3ver_count` int(11) NOT NULL DEFAULT 0, `t3ver_tstamp` int(11) NOT NULL DEFAULT 0, `t3ver_move_id` int(11) NOT NULL DEFAULT 0, `parent` int(11) NOT NULL DEFAULT 0, `title` tinytext DEFAULT NULL, `uri` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_news_domain_model_link` -- LOCK TABLES `tx_news_domain_model_link` WRITE; /*!40000 ALTER TABLE `tx_news_domain_model_link` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_news_domain_model_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_news_domain_model_news` -- DROP TABLE IF EXISTS `tx_news_domain_model_news`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_news_domain_model_news` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `cruser_id` int(11) NOT NULL DEFAULT 0, `t3ver_oid` int(11) NOT NULL DEFAULT 0, `t3ver_wsid` int(11) NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` smallint(6) NOT NULL DEFAULT 0, `t3_origuid` int(11) NOT NULL DEFAULT 0, `editlock` smallint(6) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(11) NOT NULL DEFAULT 0, `l10n_diffsource` mediumtext DEFAULT NULL, `l10n_source` int(11) NOT NULL DEFAULT 0, `deleted` smallint(6) NOT NULL DEFAULT 0, `hidden` smallint(6) NOT NULL DEFAULT 0, `starttime` int(11) NOT NULL DEFAULT 0, `endtime` int(11) NOT NULL DEFAULT 0, `fe_group` varchar(100) NOT NULL DEFAULT '', `notes` text DEFAULT NULL, `l10n_state` text DEFAULT NULL, `t3ver_id` int(11) NOT NULL DEFAULT 0, `t3ver_label` varchar(30) NOT NULL DEFAULT '', `t3ver_count` int(11) NOT NULL DEFAULT 0, `t3ver_tstamp` int(11) NOT NULL DEFAULT 0, `t3ver_move_id` int(11) NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `title` varchar(255) NOT NULL DEFAULT '', `teaser` text DEFAULT NULL, `bodytext` mediumtext DEFAULT NULL, `datetime` bigint(20) NOT NULL DEFAULT 0, `archive` bigint(20) NOT NULL DEFAULT 0, `author` tinytext DEFAULT NULL, `author_email` tinytext DEFAULT NULL, `categories` int(11) NOT NULL DEFAULT 0, `related` int(11) NOT NULL DEFAULT 0, `related_from` int(11) NOT NULL DEFAULT 0, `related_files` tinytext DEFAULT NULL, `fal_related_files` int(10) unsigned DEFAULT 0, `related_links` int(11) NOT NULL DEFAULT 0, `type` varchar(100) NOT NULL DEFAULT '0', `keywords` text DEFAULT NULL, `description` text DEFAULT NULL, `tags` int(11) NOT NULL DEFAULT 0, `media` text DEFAULT NULL, `fal_media` int(10) unsigned DEFAULT 0, `internalurl` text DEFAULT NULL, `externalurl` text DEFAULT NULL, `istopnews` int(11) NOT NULL DEFAULT 0, `content_elements` int(11) NOT NULL DEFAULT 0, `path_segment` varchar(2048) DEFAULT NULL, `alternative_title` tinytext DEFAULT NULL, `sitemap_changefreq` varchar(10) NOT NULL DEFAULT '', `sitemap_priority` decimal(2,1) NOT NULL DEFAULT 0.5, `import_id` varchar(100) NOT NULL DEFAULT '', `import_source` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `sys_language_uid_l10n_parent` (`sys_language_uid`,`l10n_parent`), KEY `path_segment` (`path_segment`(185),`uid`), KEY `import` (`import_id`,`import_source`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_news_domain_model_news` -- LOCK TABLES `tx_news_domain_model_news` WRITE; /*!40000 ALTER TABLE `tx_news_domain_model_news` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_news_domain_model_news` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_news_domain_model_news_related_mm` -- DROP TABLE IF EXISTS `tx_news_domain_model_news_related_mm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_news_domain_model_news_related_mm` ( `uid_local` int(11) NOT NULL DEFAULT 0, `uid_foreign` int(11) NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `sorting_foreign` int(11) NOT NULL DEFAULT 0, KEY `uid_local` (`uid_local`), KEY `uid_foreign` (`uid_foreign`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_news_domain_model_news_related_mm` -- LOCK TABLES `tx_news_domain_model_news_related_mm` WRITE; /*!40000 ALTER TABLE `tx_news_domain_model_news_related_mm` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_news_domain_model_news_related_mm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_news_domain_model_news_tag_mm` -- DROP TABLE IF EXISTS `tx_news_domain_model_news_tag_mm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_news_domain_model_news_tag_mm` ( `uid_local` int(11) NOT NULL DEFAULT 0, `uid_foreign` int(11) NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `sorting_foreign` int(10) unsigned NOT NULL DEFAULT 0, KEY `uid_local` (`uid_local`), KEY `uid_foreign` (`uid_foreign`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_news_domain_model_news_tag_mm` -- LOCK TABLES `tx_news_domain_model_news_tag_mm` WRITE; /*!40000 ALTER TABLE `tx_news_domain_model_news_tag_mm` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_news_domain_model_news_tag_mm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_news_domain_model_news_ttcontent_mm` -- DROP TABLE IF EXISTS `tx_news_domain_model_news_ttcontent_mm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_news_domain_model_news_ttcontent_mm` ( `uid_local` int(11) NOT NULL DEFAULT 0, `uid_foreign` int(11) NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, KEY `uid_local` (`uid_local`), KEY `uid_foreign` (`uid_foreign`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_news_domain_model_news_ttcontent_mm` -- LOCK TABLES `tx_news_domain_model_news_ttcontent_mm` WRITE; /*!40000 ALTER TABLE `tx_news_domain_model_news_ttcontent_mm` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_news_domain_model_news_ttcontent_mm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_news_domain_model_tag` -- DROP TABLE IF EXISTS `tx_news_domain_model_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_news_domain_model_tag` ( `uid` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL DEFAULT 0, `tstamp` int(11) NOT NULL DEFAULT 0, `crdate` int(11) NOT NULL DEFAULT 0, `cruser_id` int(11) NOT NULL DEFAULT 0, `deleted` smallint(6) NOT NULL DEFAULT 0, `hidden` smallint(6) NOT NULL DEFAULT 0, `sys_language_uid` int(11) NOT NULL DEFAULT 0, `l10n_parent` int(11) NOT NULL DEFAULT 0, `l10n_diffsource` mediumtext DEFAULT NULL, `l10n_source` int(11) NOT NULL DEFAULT 0, `t3ver_oid` int(11) NOT NULL DEFAULT 0, `t3ver_wsid` int(11) NOT NULL DEFAULT 0, `t3ver_state` smallint(6) NOT NULL DEFAULT 0, `t3ver_stage` smallint(6) NOT NULL DEFAULT 0, `notes` text DEFAULT NULL, `l10n_state` text DEFAULT NULL, `sorting` int(11) NOT NULL DEFAULT 0, `t3ver_id` int(11) NOT NULL DEFAULT 0, `t3_origuid` int(11) NOT NULL DEFAULT 0, `t3ver_label` varchar(30) NOT NULL DEFAULT '', `t3ver_count` int(11) NOT NULL DEFAULT 0, `t3ver_tstamp` int(11) NOT NULL DEFAULT 0, `t3ver_move_id` int(11) NOT NULL DEFAULT 0, `title` tinytext DEFAULT NULL, `slug` varchar(2048) DEFAULT NULL, `seo_title` varchar(255) NOT NULL DEFAULT '', `seo_description` text DEFAULT NULL, `seo_headline` varchar(255) NOT NULL DEFAULT '', `seo_text` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_news_domain_model_tag` -- LOCK TABLES `tx_news_domain_model_tag` WRITE; /*!40000 ALTER TABLE `tx_news_domain_model_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_news_domain_model_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_scheduler_task` -- DROP TABLE IF EXISTS `tx_scheduler_task`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_scheduler_task` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `disable` smallint(5) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `description` text DEFAULT NULL, `nextexecution` int(10) unsigned NOT NULL DEFAULT 0, `lastexecution_time` int(10) unsigned NOT NULL DEFAULT 0, `lastexecution_failure` text DEFAULT NULL, `lastexecution_context` varchar(3) NOT NULL DEFAULT '', `serialized_task_object` mediumblob DEFAULT NULL, `serialized_executions` mediumblob DEFAULT NULL, `task_group` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`uid`), KEY `index_nextexecution` (`nextexecution`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_scheduler_task` -- LOCK TABLES `tx_scheduler_task` WRITE; /*!40000 ALTER TABLE `tx_scheduler_task` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_scheduler_task` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tx_scheduler_task_group` -- DROP TABLE IF EXISTS `tx_scheduler_task_group`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tx_scheduler_task_group` ( `uid` int(10) unsigned NOT NULL AUTO_INCREMENT, `pid` int(10) unsigned NOT NULL DEFAULT 0, `tstamp` int(10) unsigned NOT NULL DEFAULT 0, `crdate` int(10) unsigned NOT NULL DEFAULT 0, `cruser_id` int(10) unsigned NOT NULL DEFAULT 0, `deleted` smallint(5) unsigned NOT NULL DEFAULT 0, `hidden` smallint(5) unsigned NOT NULL DEFAULT 0, `sorting` int(11) NOT NULL DEFAULT 0, `groupName` varchar(80) NOT NULL DEFAULT '', `description` text DEFAULT NULL, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tx_scheduler_task_group` -- LOCK TABLES `tx_scheduler_task_group` WRITE; /*!40000 ALTER TABLE `tx_scheduler_task_group` DISABLE KEYS */; /*!40000 ALTER TABLE `tx_scheduler_task_group` 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 2023-02-20 17:45:47