Current Path :
/
home
/
develito
/
cpmove_failed_mysql_dbs.1638452907
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/cpmove_failed_mysql_dbs.1638452907/develito_v3.sql
-- MySQL dump 10.13 Distrib 5.7.36, for Linux (x86_64) -- -- Host: localhost Database: develito_v3 -- ------------------------------------------------------ -- Server version 5.7.36 /*!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 */; -- -- Current Database: `develito_v3` -- -- -- Table structure for table `dto_abauthor` -- DROP TABLE IF EXISTS `dto_abauthor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abauthor` ( `id` int(11) NOT NULL AUTO_INCREMENT, `lastname` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) DEFAULT '', `alias` varchar(255) NOT NULL, `image` varchar(255) NOT NULL DEFAULT '', `description` mediumtext, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `metakey` text NOT NULL, `metadesc` text NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_abbook` -- DROP TABLE IF EXISTS `dto_abbook`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abbook` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `title` varchar(255) DEFAULT NULL, `subtitle` varchar(255) DEFAULT NULL, `alias` varchar(255) NOT NULL, `ideditor` int(11) DEFAULT NULL, `price` varchar(255) DEFAULT '0', `pag` int(11) DEFAULT '0', `pag_index` int(4) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `created_by_alias` varchar(255) NOT NULL, `description` mediumtext, `image` varchar(255) DEFAULT NULL, `docsfolder` text, `file` varchar(255) DEFAULT NULL, `year` int(4) DEFAULT NULL, `idlocation` int(10) DEFAULT NULL, `idlibrary` int(10) DEFAULT NULL, `vote` int(11) DEFAULT '0', `numvote` int(11) DEFAULT '0', `hits` int(11) DEFAULT '0', `state` tinyint(3) NOT NULL DEFAULT '0', `catid` int(11) DEFAULT NULL, `qty` int(11) DEFAULT NULL, `isbn` varchar(255) DEFAULT NULL, `issn` varchar(9) NOT NULL, `doi` varchar(255) NOT NULL, `numpublication` int(5) NOT NULL, `approved` tinyint(1) DEFAULT '0', `userid` int(11) DEFAULT NULL, `url` varchar(255) DEFAULT NULL, `url_label` varchar(255) DEFAULT NULL, `dateinsert` datetime DEFAULT NULL, `catalogo` varchar(255) DEFAULT NULL, `checked_out` varchar(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access` tinyint(3) NOT NULL, `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `language` char(7) NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `params` text NOT NULL, `note` varchar(255) NOT NULL, `editedby` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_abbookauth` -- DROP TABLE IF EXISTS `dto_abbookauth`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abbookauth` ( `id` int(6) NOT NULL AUTO_INCREMENT, `ordering` int(2) NOT NULL DEFAULT '0', `idbook` int(11) NOT NULL DEFAULT '0', `idauth` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_idbook` (`idbook`), KEY `idx_idauth` (`idauth`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_abbooktag` -- DROP TABLE IF EXISTS `dto_abbooktag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abbooktag` ( `id` int(6) NOT NULL AUTO_INCREMENT, `idbook` int(11) NOT NULL DEFAULT '0', `idtag` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_idbook` (`idbook`), KEY `idx_idauth` (`idtag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_abcategories` -- DROP TABLE IF EXISTS `dto_abcategories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abcategories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `parent_id` int(10) unsigned NOT NULL DEFAULT '0', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', `level` int(10) unsigned NOT NULL DEFAULT '0', `path` varchar(255) NOT NULL DEFAULT '', `extension` varchar(50) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL DEFAULT '', `note` varchar(255) NOT NULL DEFAULT '', `description` varchar(5120) NOT NULL DEFAULT '', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `params` varchar(2048) NOT NULL DEFAULT '', `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.', `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.', `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.', `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(10) unsigned NOT NULL DEFAULT '0', `language` char(7) NOT NULL, `version` int(10) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `cat_idx` (`extension`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_path` (`path`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_alias` (`alias`), KEY `idx_language` (`language`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_abeditor` -- DROP TABLE IF EXISTS `dto_abeditor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abeditor` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `alias` varchar(255) NOT NULL, `description` mediumtext, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `metakey` text NOT NULL, `metadesc` text NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ablend` -- DROP TABLE IF EXISTS `dto_ablend`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ablend` ( `id` int(11) NOT NULL AUTO_INCREMENT, `book_id` int(5) NOT NULL, `user_id` int(11) DEFAULT NULL, `custom_user_name` varchar(255) DEFAULT NULL, `custom_user_email` varchar(255) DEFAULT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `admin_id` int(11) DEFAULT NULL, `dateinsert` datetime DEFAULT '0000-00-00 00:00:00', `checked_out` varchar(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text NOT NULL, `note` varchar(255) NOT NULL, `lend_out` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `lend_in` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `book_id` (`book_id`,`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ablibrary` -- DROP TABLE IF EXISTS `dto_ablibrary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ablibrary` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `alias` varchar(255) NOT NULL, `description` mediumtext, `email` varchar(255) NOT NULL, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `state` tinyint(1) NOT NULL DEFAULT '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ablocations` -- DROP TABLE IF EXISTS `dto_ablocations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ablocations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `alias` varchar(255) DEFAULT NULL, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `state` tinyint(1) NOT NULL DEFAULT '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_abrating` -- DROP TABLE IF EXISTS `dto_abrating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abrating` ( `book_id` int(11) NOT NULL, `rating_sum` int(11) unsigned NOT NULL DEFAULT '0', `rating_count` int(11) unsigned NOT NULL DEFAULT '0', `lastip` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`book_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_abtag` -- DROP TABLE IF EXISTS `dto_abtag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abtag` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `alias` varchar(255) NOT NULL, `image` varchar(255) NOT NULL DEFAULT '', `description` mediumtext, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `metakey` text NOT NULL, `metadesc` text NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '0', `language` char(7) NOT NULL, `id_taggroup` int(5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_abtag_groups` -- DROP TABLE IF EXISTS `dto_abtag_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_abtag_groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `alias` varchar(255) DEFAULT NULL, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `state` tinyint(1) NOT NULL DEFAULT '0', `language` char(7) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_acepolls_options_backup` -- DROP TABLE IF EXISTS `dto_acepolls_options_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_acepolls_options_backup` ( `id` int(11) NOT NULL AUTO_INCREMENT, `poll_id` int(11) NOT NULL DEFAULT '0', `text` text NOT NULL, `link` varchar(255) DEFAULT NULL, `color` varchar(6) NOT NULL, `ordering` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`,`text`(1)) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_acepolls_polls_backup` -- DROP TABLE IF EXISTS `dto_acepolls_polls_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_acepolls_polls_backup` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime DEFAULT '0000-00-00 00:00:00', `params` text NOT NULL, `access` int(11) NOT NULL DEFAULT '0', `lag` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_acepolls_votes_backup` -- DROP TABLE IF EXISTS `dto_acepolls_votes_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_acepolls_votes_backup` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `option_id` int(11) NOT NULL DEFAULT '0', `poll_id` int(11) NOT NULL DEFAULT '0', `ip` int(10) unsigned NOT NULL, `user_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_action_log_config` -- DROP TABLE IF EXISTS `dto_action_log_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_action_log_config` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `id_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `table_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text_prefix` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_action_logs` -- DROP TABLE IF EXISTS `dto_action_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_action_logs` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `message_language_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_id` int(11) NOT NULL DEFAULT '0', `item_id` int(11) NOT NULL DEFAULT '0', `ip_address` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0.0.0', PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`), KEY `idx_user_id_logdate` (`user_id`,`log_date`), KEY `idx_user_id_extension` (`user_id`,`extension`), KEY `idx_extension_item_id` (`extension`,`item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_action_logs_extensions` -- DROP TABLE IF EXISTS `dto_action_logs_extensions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_action_logs_extensions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_action_logs_users` -- DROP TABLE IF EXISTS `dto_action_logs_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_action_logs_users` ( `user_id` int(11) unsigned NOT NULL, `notify` tinyint(1) unsigned NOT NULL, `extensions` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`user_id`), KEY `idx_notify` (`notify`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_acl` -- DROP TABLE IF EXISTS `dto_admintools_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_acl` ( `user_id` bigint(20) unsigned NOT NULL, `permissions` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_adminiplist` -- DROP TABLE IF EXISTS `dto_admintools_adminiplist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_adminiplist` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_badwords` -- DROP TABLE IF EXISTS `dto_admintools_badwords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_badwords` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `word` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), UNIQUE KEY `word` (`word`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_cookies` -- DROP TABLE IF EXISTS `dto_admintools_cookies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_cookies` ( `series` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `client_hash` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `valid_to` datetime DEFAULT NULL, PRIMARY KEY (`series`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_customperms` -- DROP TABLE IF EXISTS `dto_admintools_customperms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_customperms` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `perms` varchar(4) COLLATE utf8mb4_unicode_ci DEFAULT '0644', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `dto_admintools_customperms_path` (`path`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_filescache` -- DROP TABLE IF EXISTS `dto_admintools_filescache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_filescache` ( `admintools_filescache_id` bigint(20) NOT NULL AUTO_INCREMENT, `path` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL, `filedate` int(11) NOT NULL DEFAULT '0', `filesize` int(11) NOT NULL DEFAULT '0', `data` blob, `checksum` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`admintools_filescache_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_ipautoban` -- DROP TABLE IF EXISTS `dto_admintools_ipautoban`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_ipautoban` ( `ip` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'other', `until` datetime DEFAULT NULL, PRIMARY KEY (`ip`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_ipautobanhistory` -- DROP TABLE IF EXISTS `dto_admintools_ipautobanhistory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_ipautobanhistory` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'other', `until` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_ipblock` -- DROP TABLE IF EXISTS `dto_admintools_ipblock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_ipblock` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_log` -- DROP TABLE IF EXISTS `dto_admintools_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `logdate` datetime NOT NULL, `ip` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(10240) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reason` enum('other','adminpw','ipwl','ipbl','sqlishield','antispam','wafblacklist','tpone','tmpl','template','muashield','csrfshield','badbehaviour','geoblocking','rfishield','dfishield','uploadshield','xssshield','httpbl','loginfailure','securitycode','external','awayschedule','admindir','sessionshield','nonewadmins','nonewfrontendadmins','configmonitor','phpshield','404shield') COLLATE utf8mb4_unicode_ci DEFAULT NULL, `extradata` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), KEY `dto_admintools_log_logdate_reason` (`logdate`,`reason`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_profiles` -- DROP TABLE IF EXISTS `dto_admintools_profiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `configuration` longtext COLLATE utf8mb4_unicode_ci, `filters` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_redirects` -- DROP TABLE IF EXISTS `dto_admintools_redirects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_redirects` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dest` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ordering` bigint(20) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '1', `keepurlparams` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_scanalerts` -- DROP TABLE IF EXISTS `dto_admintools_scanalerts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_scanalerts` ( `admintools_scanalert_id` bigint(20) NOT NULL AUTO_INCREMENT, `path` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL, `scan_id` bigint(20) NOT NULL DEFAULT '0', `diff` longtext COLLATE utf8mb4_unicode_ci, `threat_score` int(11) NOT NULL DEFAULT '0', `acknowledged` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`admintools_scanalert_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_scans` -- DROP TABLE IF EXISTS `dto_admintools_scans`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_scans` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment` longtext COLLATE utf8mb4_unicode_ci, `scanstart` timestamp NULL DEFAULT NULL, `scanend` timestamp NULL DEFAULT NULL, `status` enum('run','fail','complete') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'run', `origin` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backend', `totalfiles` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_stale` (`status`,`origin`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_storage` -- DROP TABLE IF EXISTS `dto_admintools_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_storage` ( `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`key`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_tempsupers` -- DROP TABLE IF EXISTS `dto_admintools_tempsupers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_tempsupers` ( `user_id` bigint(20) NOT NULL, `expiration` datetime NOT NULL, PRIMARY KEY (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_wafblacklists` -- DROP TABLE IF EXISTS `dto_admintools_wafblacklists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_wafblacklists` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `view` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `task` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `query` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `query_type` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL, `query_content` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `verb` varchar(6) COLLATE utf8mb4_unicode_ci NOT NULL, `application` enum('site','admin','both') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'site', `enabled` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_wafexceptions` -- DROP TABLE IF EXISTS `dto_admintools_wafexceptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_wafexceptions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `view` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `query` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_admintools_waftemplates` -- DROP TABLE IF EXISTS `dto_admintools_waftemplates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_admintools_waftemplates` ( `admintools_waftemplate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `reason` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '*', `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `template` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `enabled` tinyint(3) NOT NULL DEFAULT '1', `email_num` tinyint(3) unsigned NOT NULL, `email_numfreq` tinyint(3) unsigned NOT NULL, `email_freq` enum('','second','minute','hour','day') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created_on` datetime DEFAULT NULL, `created_by` bigint(20) NOT NULL DEFAULT '0', `modified_on` datetime DEFAULT NULL, `modified_by` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`admintools_waftemplate_id`), UNIQUE KEY `dto_admintools_waftemplate_keylang` (`reason`(100),`language`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_advancedtemplates` -- DROP TABLE IF EXISTS `dto_advancedtemplates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_advancedtemplates` ( `styleid` int(11) unsigned NOT NULL DEFAULT '0', `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `params` text NOT NULL, PRIMARY KEY (`styleid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ak_profiles` -- DROP TABLE IF EXISTS `dto_ak_profiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `configuration` longtext COLLATE utf8mb4_unicode_ci, `filters` longtext COLLATE utf8mb4_unicode_ci, `quickicon` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ak_stats` -- DROP TABLE IF EXISTS `dto_ak_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ak_stats` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `comment` longtext COLLATE utf8mb4_unicode_ci, `backupstart` timestamp NULL DEFAULT NULL, `backupend` timestamp NULL DEFAULT NULL, `status` enum('run','fail','complete') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'run', `origin` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backend', `type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'full', `profile_id` bigint(20) NOT NULL DEFAULT '1', `archivename` longtext COLLATE utf8mb4_unicode_ci, `absolute_path` longtext COLLATE utf8mb4_unicode_ci, `multipart` int(11) NOT NULL DEFAULT '0', `tag` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `backupid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `filesexist` tinyint(3) NOT NULL DEFAULT '1', `remote_filename` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `total_size` bigint(20) NOT NULL DEFAULT '0', `frozen` tinyint(1) DEFAULT '0', `instep` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_fullstatus` (`filesexist`,`status`), KEY `idx_stale` (`status`,`origin`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ak_storage` -- DROP TABLE IF EXISTS `dto_ak_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ak_storage` ( `tag` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `lastupdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `data` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`tag`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_akeeba_common` -- DROP TABLE IF EXISTS `dto_akeeba_common`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_akeeba_common` ( `key` varchar(190) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_alfcontact` -- DROP TABLE IF EXISTS `dto_alfcontact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_alfcontact` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `bcc` varchar(255) NOT NULL, `prefix` varchar(255) NOT NULL, `extra` text NOT NULL, `defsubject` varchar(255) NOT NULL, `ordering` int(11) NOT NULL, `access` tinyint(3) unsigned NOT NULL, `language` char(7) NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_assets` -- DROP TABLE IF EXISTS `dto_assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_assets` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.', `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.', `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.', `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n', `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.', `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY (`id`), UNIQUE KEY `idx_asset_name` (`name`), KEY `idx_lft_rgt` (`lft`,`rgt`), KEY `idx_parent_id` (`parent_id`) ) ENGINE=InnoDB AUTO_INCREMENT=609 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_associations` -- DROP TABLE IF EXISTS `dto_associations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_associations` ( `id` int(11) NOT NULL COMMENT 'A reference to the associated item.', `context` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.', `key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.', PRIMARY KEY (`context`,`id`), KEY `idx_key` (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_attachments` -- DROP TABLE IF EXISTS `dto_attachments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_attachments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `filename` varchar(256) NOT NULL, `filename_sys` varchar(512) NOT NULL, `file_type` varchar(128) NOT NULL, `file_size` int(11) unsigned NOT NULL, `url` varchar(1024) NOT NULL DEFAULT '', `uri_type` enum('file','url') DEFAULT 'file', `url_valid` tinyint(1) unsigned NOT NULL DEFAULT '0', `url_relative` tinyint(1) unsigned NOT NULL DEFAULT '0', `url_verify` tinyint(1) unsigned NOT NULL DEFAULT '1', `display_name` varchar(80) NOT NULL DEFAULT '', `description` varchar(255) NOT NULL DEFAULT '', `icon_filename` varchar(20) NOT NULL, `access` int(11) NOT NULL DEFAULT '1', `state` tinyint(3) unsigned NOT NULL DEFAULT '0', `user_field_1` varchar(255) NOT NULL DEFAULT '', `user_field_2` varchar(255) NOT NULL DEFAULT '', `user_field_3` varchar(255) NOT NULL DEFAULT '', `parent_type` varchar(100) NOT NULL DEFAULT 'com_content', `parent_entity` varchar(100) NOT NULL DEFAULT 'article', `parent_id` int(11) unsigned DEFAULT NULL, `created` datetime DEFAULT NULL, `created_by` int(11) NOT NULL, `modified` datetime DEFAULT NULL, `modified_by` int(11) NOT NULL, `download_count` int(11) unsigned DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_banner_clients` -- DROP TABLE IF EXISTS `dto_banner_clients`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_banner_clients` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contact` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `extrainfo` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `own_prefix` tinyint(4) NOT NULL DEFAULT '0', `metakey_prefix` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `purchase_type` tinyint(4) NOT NULL DEFAULT '-1', `track_clicks` tinyint(4) NOT NULL DEFAULT '-1', `track_impressions` tinyint(4) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`), KEY `idx_own_prefix` (`own_prefix`), KEY `idx_metakey_prefix` (`metakey_prefix`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_banner_tracks` -- DROP TABLE IF EXISTS `dto_banner_tracks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_banner_tracks` ( `track_date` datetime NOT NULL, `track_type` int(10) unsigned NOT NULL, `banner_id` int(10) unsigned NOT NULL, `count` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`track_date`,`track_type`,`banner_id`), KEY `idx_track_date` (`track_date`), KEY `idx_track_type` (`track_type`), KEY `idx_banner_id` (`banner_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_banners` -- DROP TABLE IF EXISTS `dto_banners`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_banners` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) NOT NULL DEFAULT '0', `type` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `imptotal` int(11) NOT NULL DEFAULT '0', `impmade` int(11) NOT NULL DEFAULT '0', `clicks` int(11) NOT NULL DEFAULT '0', `clickurl` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `state` tinyint(3) NOT NULL DEFAULT '0', `catid` int(10) unsigned NOT NULL DEFAULT '0', `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `custombannercode` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL, `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `own_prefix` tinyint(1) NOT NULL DEFAULT '0', `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `purchase_type` tinyint(4) NOT NULL DEFAULT '-1', `track_clicks` tinyint(4) NOT NULL DEFAULT '-1', `track_impressions` tinyint(4) NOT NULL DEFAULT '-1', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `version` int(10) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `idx_state` (`state`), KEY `idx_own_prefix` (`own_prefix`), KEY `idx_banner_catid` (`catid`), KEY `idx_language` (`language`), KEY `idx_metakey_prefix` (`metakey_prefix`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_breezingforms` -- DROP TABLE IF EXISTS `dto_breezingforms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_breezingforms` ( `id` int(11) NOT NULL, `language` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_categories` -- DROP TABLE IF EXISTS `dto_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `parent_id` int(10) unsigned NOT NULL DEFAULT '0', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', `level` int(10) unsigned NOT NULL DEFAULT '0', `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` mediumtext COLLATE utf8mb4_unicode_ci, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access` int(10) unsigned NOT NULL DEFAULT '0', `params` text COLLATE utf8mb4_unicode_ci, `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.', `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.', `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.', `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(10) unsigned NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `version` int(10) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `cat_idx` (`extension`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_language` (`language`), KEY `idx_path` (`path`(100)), KEY `idx_alias` (`alias`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=165 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_chronoengine_acls` -- DROP TABLE IF EXISTS `dto_chronoengine_acls`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_chronoengine_acls` ( `id` int(11) NOT NULL AUTO_INCREMENT, `aco` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL DEFAULT '0', `rules` text, PRIMARY KEY (`id`), KEY `aco` (`aco`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_chronoengine_chronoforms` -- DROP TABLE IF EXISTS `dto_chronoengine_chronoforms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_chronoengine_chronoforms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `params` text NOT NULL, `extras` longtext NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '1', `app` varchar(255) NOT NULL DEFAULT '', `form_type` int(1) NOT NULL DEFAULT '1', `content` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_chronoengine_extensions` -- DROP TABLE IF EXISTS `dto_chronoengine_extensions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_chronoengine_extensions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `addon_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `enabled` tinyint(1) NOT NULL, `ordering` int(4) NOT NULL, `settings` text NOT NULL, PRIMARY KEY (`id`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_chronoengine_forms6` -- DROP TABLE IF EXISTS `dto_chronoengine_forms6`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_chronoengine_forms6` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(200) NOT NULL, `alias` varchar(200) NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '1', `public` tinyint(1) NOT NULL DEFAULT '1', `description` text NOT NULL, `params` text NOT NULL, `events` text NOT NULL, `sections` text NOT NULL, `views` longtext NOT NULL, `functions` longtext NOT NULL, `locales` longtext NOT NULL, `rules` text NOT NULL, PRIMARY KEY (`id`), KEY `alias` (`alias`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_chronoengine_forms6_blocks` -- DROP TABLE IF EXISTS `dto_chronoengine_forms6_blocks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_chronoengine_forms6_blocks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `block_id` varchar(55) NOT NULL, `desc` text NOT NULL, `type` varchar(20) NOT NULL, `group` varchar(30) NOT NULL, `content` longtext NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_contact_details` -- DROP TABLE IF EXISTS `dto_contact_details`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_contact_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `con_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` mediumtext COLLATE utf8mb4_unicode_ci, `suburb` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `postcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `telephone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fax` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `misc` longtext COLLATE utf8mb4_unicode_ci, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `catid` int(11) NOT NULL DEFAULT '0', `access` int(10) unsigned NOT NULL DEFAULT '0', `mobile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `webpage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortname1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortname2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortname3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `language` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.', `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `version` int(10) unsigned NOT NULL DEFAULT '1', `hits` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`published`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_contactmap_details` -- DROP TABLE IF EXISTS `dto_contactmap_details`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_contactmap_details` ( `contact_id` int(11) unsigned NOT NULL, `marqueur_id` int(11) unsigned DEFAULT NULL, `lng` varchar(12) DEFAULT NULL, `lat` varchar(12) DEFAULT NULL, `zoom` varchar(2) DEFAULT NULL, PRIMARY KEY (`contact_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_contactmap_marqueurs` -- DROP TABLE IF EXISTS `dto_contactmap_marqueurs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_contactmap_marqueurs` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `url` text NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_content` -- DROP TABLE IF EXISTS `dto_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_content` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `introtext` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `fulltext` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `catid` int(10) unsigned NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `attribs` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL, `version` int(10) unsigned NOT NULL DEFAULT '1', `ordering` int(11) NOT NULL DEFAULT '0', `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `access` int(10) unsigned NOT NULL DEFAULT '0', `hits` int(10) unsigned NOT NULL DEFAULT '0', `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the article.', `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`), KEY `idx_alias` (`alias`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=232 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_content_frontpage` -- DROP TABLE IF EXISTS `dto_content_frontpage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_content_frontpage` ( `content_id` int(11) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`content_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_content_rating` -- DROP TABLE IF EXISTS `dto_content_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_content_rating` ( `content_id` int(11) NOT NULL DEFAULT '0', `rating_sum` int(10) unsigned NOT NULL DEFAULT '0', `rating_count` int(10) unsigned NOT NULL DEFAULT '0', `lastip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`content_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_content_types` -- DROP TABLE IF EXISTS `dto_content_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_content_types` ( `type_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `table` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `rules` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `field_mappings` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `router` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `content_history_options` varchar(5120) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'JSON string for com_contenthistory options', PRIMARY KEY (`type_id`), KEY `idx_alias` (`type_alias`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=10005 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_contentitem_tag_map` -- DROP TABLE IF EXISTS `dto_contentitem_tag_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_contentitem_tag_map` ( `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table', `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table', `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table', `tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item', `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table', UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`), KEY `idx_tag_type` (`tag_id`,`type_id`), KEY `idx_date_id` (`tag_date`,`tag_id`), KEY `idx_core_content_id` (`core_content_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_core_log_searches` -- DROP TABLE IF EXISTS `dto_core_log_searches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_core_log_searches` ( `search_term` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `hits` int(10) unsigned NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_dmod` -- DROP TABLE IF EXISTS `dto_dmod`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_dmod` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `alias` varchar(50) NOT NULL, `description` mediumtext, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text NOT NULL, `catid` int(11) NOT NULL DEFAULT '0', `module` int(11) NOT NULL DEFAULT '0', `access` tinyint(1) NOT NULL DEFAULT '0', `compat` tinyint(3) NOT NULL DEFAULT '0', `download_url` varchar(250) DEFAULT NULL, `review_link` varchar(250) DEFAULT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `language` char(7) NOT NULL, PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`published`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_language` (`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_docstation` -- DROP TABLE IF EXISTS `dto_docstation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_docstation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `description` text NOT NULL, `file_name` tinytext NOT NULL, `file_type` tinytext NOT NULL, `file_size` tinytext NOT NULL, `parent_type` tinytext NOT NULL, `parent_id` int(11) NOT NULL DEFAULT '0', `hits` int(11) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL, `access` tinyint(4) NOT NULL, `published` tinyint(4) NOT NULL, `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `publish_up` datetime NOT NULL, `publish_down` datetime NOT NULL, `modified` datetime NOT NULL, `modified_by` int(11) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `language` char(7) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_dpattachments` -- DROP TABLE IF EXISTS `dto_dpattachments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_dpattachments` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `context` varchar(150) NOT NULL, `item_id` varchar(150) NOT NULL, `path` varchar(255) NOT NULL, `title` varchar(255) NOT NULL DEFAULT '', `size` int(10) unsigned NOT NULL DEFAULT '0', `description` mediumtext NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) NOT NULL DEFAULT '', `created_ip` varchar(255) DEFAULT NULL, `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `version` int(10) unsigned NOT NULL DEFAULT '1', `access` int(10) unsigned NOT NULL DEFAULT '0', `hits` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_createdby` (`created_by`), KEY `idx_context` (`context`), KEY `idx_itemid` (`item_id`), KEY `idx_itemid_context` (`item_id`,`context`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extensions` -- DROP TABLE IF EXISTS `dto_extensions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extensions` ( `extension_id` int(11) NOT NULL AUTO_INCREMENT, `package_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.', `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `folder` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `client_id` tinyint(3) NOT NULL, `enabled` tinyint(3) NOT NULL DEFAULT '0', `access` int(10) unsigned NOT NULL DEFAULT '1', `protected` tinyint(3) NOT NULL DEFAULT '0', `manifest_cache` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `custom_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `system_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) DEFAULT '0', `state` int(11) DEFAULT '0', PRIMARY KEY (`extension_id`), KEY `element_clientid` (`element`,`client_id`), KEY `element_folder_clientid` (`element`,`folder`,`client_id`), KEY `extension` (`type`,`element`,`folder`,`client_id`) ) ENGINE=InnoDB AUTO_INCREMENT=10445 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch` -- DROP TABLE IF EXISTS `dto_extrawatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(255) DEFAULT NULL, `country` varchar(2) DEFAULT NULL, `browser` varchar(255) DEFAULT NULL, `referer` varchar(255) DEFAULT NULL, `username` varchar(255) DEFAULT NULL, `inactive` int(1) DEFAULT '1', `city` varchar(255) DEFAULT NULL, `latitude` float DEFAULT NULL, `longitude` float DEFAULT NULL, PRIMARY KEY (`id`), KEY `ip` (`ip`), KEY `browser` (`browser`), KEY `country` (`country`) ) ENGINE=InnoDB AUTO_INCREMENT=44625 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_blocked` -- DROP TABLE IF EXISTS `dto_extrawatch_blocked`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_blocked` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(255) DEFAULT NULL, `hits` int(10) unsigned DEFAULT NULL, `date` int(5) DEFAULT NULL, `reason` varchar(255) DEFAULT NULL, `country` char(2) DEFAULT NULL, `badWord` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ip_2` (`ip`), UNIQUE KEY `ip_3` (`ip`), KEY `ip` (`ip`), KEY `date` (`date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_cache` -- DROP TABLE IF EXISTS `dto_extrawatch_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_cache` ( `id` int(11) NOT NULL AUTO_INCREMENT, `key` varchar(255) DEFAULT NULL, `lastUpdate` int(11) DEFAULT NULL, `cache` mediumtext, PRIMARY KEY (`id`), KEY `key` (`key`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_cc2c` -- DROP TABLE IF EXISTS `dto_extrawatch_cc2c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_cc2c` ( `id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT, `cc` char(2) NOT NULL, `country` varchar(50) NOT NULL, PRIMARY KEY (`id`), KEY `cc` (`cc`) ) ENGINE=InnoDB AUTO_INCREMENT=237 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_config` -- DROP TABLE IF EXISTS `dto_extrawatch_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_config` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `value` text, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), UNIQUE KEY `name_2` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_dm_counter` -- DROP TABLE IF EXISTS `dto_extrawatch_dm_counter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_dm_counter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `did` int(11) NOT NULL, `ddate` date NOT NULL, `ip` varchar(255) DEFAULT NULL, `referrerId` int(11) DEFAULT NULL, `timestamp` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `did` (`did`), KEY `ddate` (`ddate`), KEY `referrerId` (`referrerId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_dm_extension` -- DROP TABLE IF EXISTS `dto_extrawatch_dm_extension`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_dm_extension` ( `eid` int(11) NOT NULL AUTO_INCREMENT, `extname` varchar(25) NOT NULL, PRIMARY KEY (`eid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_dm_paths` -- DROP TABLE IF EXISTS `dto_extrawatch_dm_paths`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_dm_paths` ( `did` int(11) NOT NULL AUTO_INCREMENT, `dname` varchar(255) NOT NULL, `allowedReferrer` varchar(255) DEFAULT NULL, `addedManually` int(1) DEFAULT NULL, PRIMARY KEY (`did`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_dm_referrer` -- DROP TABLE IF EXISTS `dto_extrawatch_dm_referrer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_dm_referrer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `referrer` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_flow` -- DROP TABLE IF EXISTS `dto_extrawatch_flow`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_flow` ( `id` int(11) NOT NULL AUTO_INCREMENT, `from` int(11) DEFAULT NULL, `to` int(11) DEFAULT NULL, `count` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `from` (`from`), KEY `to` (`to`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_goals` -- DROP TABLE IF EXISTS `dto_extrawatch_goals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_goals` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `username_inversed` varchar(3) DEFAULT NULL, `parentId` int(11) DEFAULT NULL, `uri_condition` varchar(255) DEFAULT NULL, `uri_inversed` varchar(3) DEFAULT NULL, `get_var` varchar(255) DEFAULT NULL, `get_condition` varchar(255) DEFAULT NULL, `get_inversed` varchar(3) DEFAULT NULL, `post_var` varchar(255) DEFAULT NULL, `post_condition` varchar(255) DEFAULT NULL, `post_inversed` varchar(3) DEFAULT NULL, `title_condition` varchar(255) DEFAULT NULL, `title_inversed` varchar(3) DEFAULT NULL, `username_condition` varchar(255) DEFAULT NULL, `ip_condition` varchar(255) DEFAULT NULL, `ip_inversed` varchar(3) DEFAULT NULL, `came_from_condition` varchar(255) DEFAULT NULL, `came_from_inversed` varchar(3) DEFAULT NULL, `country_condition` varchar(255) DEFAULT NULL, `country_inversed` varchar(3) DEFAULT NULL, `block` varchar(255) DEFAULT NULL, `redirect` varchar(255) DEFAULT NULL, `disabled` tinyint(1) DEFAULT NULL, `clicked_element_xpath_condition` varchar(255) DEFAULT NULL, `send_email` varchar(3) DEFAULT NULL, PRIMARY KEY (`id`), KEY `clicked_element_xpath_condition_idx` (`clicked_element_xpath_condition`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_heatmap` -- DROP TABLE IF EXISTS `dto_extrawatch_heatmap`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_heatmap` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uri2titleId` int(11) NOT NULL, `x` smallint(5) unsigned NOT NULL, `y` smallint(7) unsigned NOT NULL, `w` smallint(5) unsigned NOT NULL, `h` smallint(5) NOT NULL, `ip` varchar(255) NOT NULL, `day` int(11) DEFAULT NULL, `timestamp` int(11) DEFAULT NULL, `xpath` varchar(1024) NOT NULL, PRIMARY KEY (`id`), KEY `uri2titleId` (`uri2titleId`), KEY `day` (`day`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_history` -- DROP TABLE IF EXISTS `dto_extrawatch_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_history` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(255) DEFAULT NULL, `country` varchar(2) DEFAULT NULL, `browser` varchar(255) DEFAULT NULL, `referer` varchar(255) DEFAULT NULL, `username` varchar(255) DEFAULT NULL, `inactive` int(1) DEFAULT '1', `city` varchar(255) DEFAULT NULL, `latitude` float DEFAULT NULL, `longitude` float DEFAULT NULL, PRIMARY KEY (`id`), KEY `ip` (`ip`), KEY `browser` (`browser`), KEY `country` (`country`) ) ENGINE=InnoDB AUTO_INCREMENT=44625 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_info` -- DROP TABLE IF EXISTS `dto_extrawatch_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_info` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `group` int(3) DEFAULT NULL, `date` int(6) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `value` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `group` (`group`), KEY `name` (`name`), KEY `date` (`date`) ) ENGINE=InnoDB AUTO_INCREMENT=27231 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_internal` -- DROP TABLE IF EXISTS `dto_extrawatch_internal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_internal` ( `id` int(11) NOT NULL AUTO_INCREMENT, `from` varchar(255) DEFAULT NULL, `to` varchar(255) DEFAULT NULL, `timestamp` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `from` (`from`), KEY `to` (`to`) ) ENGINE=InnoDB AUTO_INCREMENT=4708 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_ip2c_cache` -- DROP TABLE IF EXISTS `dto_extrawatch_ip2c_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_ip2c_cache` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ip` varchar(255) CHARACTER SET utf8 NOT NULL, `countryCode` varchar(255) CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`id`), KEY `ip_idx` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_keyphrase` -- DROP TABLE IF EXISTS `dto_extrawatch_keyphrase`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_keyphrase` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_sql_scripts` -- DROP TABLE IF EXISTS `dto_extrawatch_sql_scripts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_sql_scripts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `scriptname` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_uri` -- DROP TABLE IF EXISTS `dto_extrawatch_uri`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_uri` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `fk` int(10) unsigned DEFAULT NULL, `timestamp` int(10) unsigned DEFAULT NULL, `uri` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `fk` (`fk`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB AUTO_INCREMENT=3686617 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_uri2keyphrase` -- DROP TABLE IF EXISTS `dto_extrawatch_uri2keyphrase`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_uri2keyphrase` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uri2titleId` int(11) NOT NULL, `keyphraseId` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_uri2keyphrase_pos` -- DROP TABLE IF EXISTS `dto_extrawatch_uri2keyphrase_pos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_uri2keyphrase_pos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uri2keyphraseId` int(11) DEFAULT NULL, `position` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_uri2title` -- DROP TABLE IF EXISTS `dto_extrawatch_uri2title`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_uri2title` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uri` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `count` int(11) DEFAULT '0', `timestamp` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uri_3` (`uri`), UNIQUE KEY `uri` (`uri`,`title`), UNIQUE KEY `uri_2` (`uri`,`title`) ) ENGINE=InnoDB AUTO_INCREMENT=6420 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_uri_history` -- DROP TABLE IF EXISTS `dto_extrawatch_uri_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_uri_history` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `fk` int(10) unsigned DEFAULT NULL, `timestamp` int(10) unsigned DEFAULT NULL, `uri` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`), KEY `fk` (`fk`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB AUTO_INCREMENT=3686614 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_uri_post` -- DROP TABLE IF EXISTS `dto_extrawatch_uri_post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_uri_post` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uriid` int(11) NOT NULL, `key` varchar(255) NOT NULL, `value` varchar(255) NOT NULL, `type` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `uriid` (`uriid`), KEY `type` (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_user_log` -- DROP TABLE IF EXISTS `dto_extrawatch_user_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_user_log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userId` int(11) NOT NULL, `countryCode` varchar(255) CHARACTER SET utf8 DEFAULT NULL, `timestamp` int(11) DEFAULT NULL, `ip` varchar(255) CHARACTER SET utf8 DEFAULT NULL, `alertSent` int(1) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_extrawatch_visit2goal` -- DROP TABLE IF EXISTS `dto_extrawatch_visit2goal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_extrawatch_visit2goal` ( `visitId` int(11) NOT NULL, `goalId` int(11) NOT NULL, `timestamp` int(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_compmenus` -- DROP TABLE IF EXISTS `dto_facileforms_compmenus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_compmenus` ( `id` int(11) NOT NULL AUTO_INCREMENT, `package` varchar(30) NOT NULL DEFAULT '', `parent` int(11) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `img` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `page` int(11) NOT NULL DEFAULT '1', `frame` tinyint(1) NOT NULL DEFAULT '0', `border` tinyint(1) NOT NULL DEFAULT '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_config` -- DROP TABLE IF EXISTS `dto_facileforms_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_config` ( `id` varchar(30) NOT NULL DEFAULT '', `value` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_elements` -- DROP TABLE IF EXISTS `dto_facileforms_elements`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_elements` ( `id` int(11) NOT NULL AUTO_INCREMENT, `form` int(11) NOT NULL DEFAULT '0', `page` int(11) NOT NULL DEFAULT '1', `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `type` varchar(50) NOT NULL DEFAULT '', `class1` varchar(30) DEFAULT NULL, `class2` varchar(30) DEFAULT NULL, `logging` tinyint(1) NOT NULL DEFAULT '1', `posx` int(11) DEFAULT NULL, `posxmode` tinyint(1) NOT NULL DEFAULT '0', `posy` int(11) DEFAULT NULL, `posymode` tinyint(1) NOT NULL DEFAULT '0', `width` int(11) DEFAULT NULL, `widthmode` tinyint(1) NOT NULL DEFAULT '0', `height` int(11) DEFAULT NULL, `heightmode` tinyint(1) NOT NULL DEFAULT '0', `flag1` tinyint(1) NOT NULL DEFAULT '0', `flag2` tinyint(1) NOT NULL DEFAULT '0', `data1` text, `data2` text, `data3` text, `script1cond` tinyint(1) NOT NULL DEFAULT '0', `script1id` int(11) DEFAULT NULL, `script1code` text, `script1flag1` tinyint(1) NOT NULL DEFAULT '0', `script1flag2` tinyint(1) NOT NULL DEFAULT '0', `script2cond` tinyint(1) NOT NULL DEFAULT '0', `script2id` int(11) DEFAULT NULL, `script2code` text, `script2flag1` tinyint(1) NOT NULL DEFAULT '0', `script2flag2` tinyint(1) NOT NULL DEFAULT '0', `script2flag3` tinyint(1) NOT NULL DEFAULT '0', `script2flag4` tinyint(1) NOT NULL DEFAULT '0', `script2flag5` tinyint(1) NOT NULL DEFAULT '0', `script3cond` tinyint(1) NOT NULL DEFAULT '0', `script3id` int(11) DEFAULT NULL, `script3code` text, `script3msg` text, `mailback` tinyint(1) NOT NULL DEFAULT '0', `mailbackfile` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=393 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_forms` -- DROP TABLE IF EXISTS `dto_facileforms_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `alt_mailfrom` text, `alt_fromname` text, `mb_alt_mailfrom` text, `mb_alt_fromname` text, `mailchimp_email_field` varchar(255) NOT NULL DEFAULT '', `mailchimp_checkbox_field` varchar(255) NOT NULL DEFAULT '', `mailchimp_api_key` varchar(255) NOT NULL DEFAULT '', `mailchimp_list_id` varchar(255) NOT NULL DEFAULT '', `mailchimp_double_optin` tinyint(1) NOT NULL DEFAULT '1', `mailchimp_mergevars` text, `mailchimp_text_html_mobile_field` varchar(255) NOT NULL DEFAULT '', `mailchimp_send_errors` tinyint(1) NOT NULL DEFAULT '0', `mailchimp_update_existing` tinyint(1) NOT NULL DEFAULT '0', `mailchimp_replace_interests` tinyint(1) NOT NULL DEFAULT '0', `mailchimp_send_welcome` tinyint(1) NOT NULL DEFAULT '0', `mailchimp_default_type` varchar(255) NOT NULL DEFAULT 'text', `mailchimp_delete_member` tinyint(1) NOT NULL DEFAULT '0', `mailchimp_send_goodbye` tinyint(1) NOT NULL DEFAULT '1', `mailchimp_send_notify` tinyint(1) NOT NULL DEFAULT '1', `mailchimp_unsubscribe_field` varchar(255) NOT NULL DEFAULT '', `salesforce_token` varchar(255) NOT NULL DEFAULT '', `salesforce_username` varchar(255) NOT NULL DEFAULT '', `salesforce_password` varchar(255) NOT NULL DEFAULT '', `salesforce_type` varchar(255) NOT NULL DEFAULT '', `salesforce_fields` text, `salesforce_enabled` tinyint(1) NOT NULL DEFAULT '0', `dropbox_email` varchar(255) NOT NULL DEFAULT '', `dropbox_password` varchar(255) NOT NULL DEFAULT '', `dropbox_folder` text, `dropbox_submission_enabled` tinyint(1) NOT NULL DEFAULT '0', `dropbox_submission_types` varchar(255) NOT NULL DEFAULT 'pdf', `tags_content` text NOT NULL, `tags_content_template` mediumtext NOT NULL, `tags_content_template_default_element` int(11) NOT NULL DEFAULT '0', `tags_form` text NOT NULL, `tags_content_default_category` int(11) NOT NULL DEFAULT '0', `tags_content_default_state` int(11) NOT NULL DEFAULT '1', `tags_content_default_access` int(11) NOT NULL DEFAULT '1', `tags_content_default_language` varchar(7) NOT NULL DEFAULT '*', `tags_content_default_featured` int(11) NOT NULL DEFAULT '0', `tags_content_default_publishup` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00', `tags_content_default_publishdown` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00', `autoheight` tinyint(1) NOT NULL DEFAULT '0', `package` varchar(30) NOT NULL DEFAULT '', `template_code` longtext NOT NULL, `template_code_processed` longtext NOT NULL, `template_areas` longtext NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `runmode` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `custom_mail_subject` varchar(255) NOT NULL DEFAULT '', `mb_custom_mail_subject` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `description` text, `class1` varchar(30) DEFAULT NULL, `class2` varchar(30) DEFAULT NULL, `width` int(11) NOT NULL DEFAULT '0', `widthmode` tinyint(1) NOT NULL DEFAULT '0', `height` int(11) NOT NULL DEFAULT '0', `heightmode` tinyint(1) NOT NULL DEFAULT '0', `pages` int(11) NOT NULL DEFAULT '1', `emailntf` tinyint(1) NOT NULL DEFAULT '1', `mb_emailntf` tinyint(1) NOT NULL DEFAULT '1', `emaillog` tinyint(1) NOT NULL DEFAULT '1', `mb_emaillog` tinyint(1) NOT NULL DEFAULT '1', `emailxml` tinyint(1) NOT NULL DEFAULT '0', `mb_emailxml` tinyint(1) NOT NULL DEFAULT '0', `email_type` tinyint(1) NOT NULL DEFAULT '0', `mb_email_type` tinyint(1) NOT NULL DEFAULT '0', `email_custom_template` text, `mb_email_custom_template` text, `email_custom_html` tinyint(1) NOT NULL DEFAULT '0', `mb_email_custom_html` tinyint(1) NOT NULL DEFAULT '0', `emailadr` text, `dblog` tinyint(1) NOT NULL DEFAULT '1', `script1cond` tinyint(1) NOT NULL DEFAULT '0', `script1id` int(11) DEFAULT NULL, `script1code` text, `script2cond` tinyint(1) NOT NULL DEFAULT '0', `script2id` int(11) DEFAULT NULL, `script2code` text, `piece1cond` tinyint(1) NOT NULL DEFAULT '0', `piece1id` int(11) DEFAULT NULL, `piece1code` text, `piece2cond` tinyint(1) NOT NULL DEFAULT '0', `piece2id` int(11) DEFAULT NULL, `piece2code` text, `piece3cond` tinyint(1) NOT NULL DEFAULT '0', `piece3id` int(11) DEFAULT NULL, `piece3code` text, `piece4cond` tinyint(1) NOT NULL DEFAULT '0', `piece4id` int(11) DEFAULT NULL, `piece4code` text, `prevmode` tinyint(1) NOT NULL DEFAULT '2', `prevwidth` int(11) DEFAULT NULL, `filter_state` text NOT NULL, `double_opt` tinyint(1) NOT NULL DEFAULT '0', `opt_mail` varchar(128) NOT NULL DEFAULT '', `honeypot_settings` longtext, PRIMARY KEY (`id`), KEY `double_opt` (`double_opt`), KEY `opt_mail` (`opt_mail`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_integrator_criteria_fixed` -- DROP TABLE IF EXISTS `dto_facileforms_integrator_criteria_fixed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_integrator_criteria_fixed` ( `id` int(11) NOT NULL AUTO_INCREMENT, `rule_id` int(11) NOT NULL, `reference_column` varchar(255) NOT NULL, `operator` varchar(255) NOT NULL, `fixed_value` text NOT NULL, `andor` varchar(3) NOT NULL DEFAULT 'AND', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_integrator_criteria_form` -- DROP TABLE IF EXISTS `dto_facileforms_integrator_criteria_form`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_integrator_criteria_form` ( `id` int(11) NOT NULL AUTO_INCREMENT, `rule_id` int(11) NOT NULL, `reference_column` varchar(255) NOT NULL, `operator` varchar(255) NOT NULL, `element_id` varchar(255) NOT NULL, `andor` varchar(3) NOT NULL DEFAULT 'AND', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_integrator_criteria_joomla` -- DROP TABLE IF EXISTS `dto_facileforms_integrator_criteria_joomla`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_integrator_criteria_joomla` ( `id` int(11) NOT NULL AUTO_INCREMENT, `rule_id` int(11) NOT NULL, `reference_column` varchar(255) NOT NULL, `operator` varchar(255) NOT NULL, `joomla_object` varchar(255) NOT NULL, `andor` varchar(3) NOT NULL DEFAULT 'AND', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_integrator_items` -- DROP TABLE IF EXISTS `dto_facileforms_integrator_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_integrator_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `rule_id` int(11) NOT NULL, `element_id` int(11) NOT NULL, `reference_column` varchar(255) NOT NULL, `code` text NOT NULL, `published` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_integrator_rules` -- DROP TABLE IF EXISTS `dto_facileforms_integrator_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_integrator_rules` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `form_id` int(11) NOT NULL, `reference_table` varchar(255) NOT NULL, `type` varchar(255) NOT NULL DEFAULT 'insert', `published` tinyint(1) NOT NULL DEFAULT '1', `finalize_code` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_packages` -- DROP TABLE IF EXISTS `dto_facileforms_packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_packages` ( `id` varchar(30) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `version` varchar(30) NOT NULL DEFAULT '', `created` varchar(20) NOT NULL DEFAULT '', `title` varchar(50) NOT NULL DEFAULT '', `author` varchar(50) NOT NULL DEFAULT '', `email` varchar(50) NOT NULL DEFAULT '', `url` varchar(50) NOT NULL DEFAULT '', `description` varchar(100) NOT NULL DEFAULT '', `copyright` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_pieces` -- DROP TABLE IF EXISTS `dto_facileforms_pieces`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_pieces` ( `id` int(11) NOT NULL AUTO_INCREMENT, `published` tinyint(1) NOT NULL DEFAULT '0', `package` varchar(30) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `description` text, `type` varchar(30) NOT NULL DEFAULT '', `code` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_records` -- DROP TABLE IF EXISTS `dto_facileforms_records`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_records` ( `id` int(11) NOT NULL AUTO_INCREMENT, `submitted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `form` int(11) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `ip` varchar(30) NOT NULL DEFAULT '', `browser` varchar(255) NOT NULL DEFAULT '', `opsys` varchar(255) NOT NULL DEFAULT '', `provider` varchar(255) NOT NULL DEFAULT '', `viewed` tinyint(1) NOT NULL DEFAULT '0', `exported` tinyint(1) NOT NULL DEFAULT '0', `archived` tinyint(1) NOT NULL DEFAULT '0', `user_id` int(11) NOT NULL DEFAULT '0', `username` varchar(255) NOT NULL DEFAULT '', `user_full_name` varchar(255) NOT NULL DEFAULT '', `paypal_tx_id` varchar(255) NOT NULL DEFAULT '', `paypal_payment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `paypal_testaccount` tinyint(1) NOT NULL DEFAULT '0', `paypal_download_tries` int(11) NOT NULL DEFAULT '0', `opted` tinyint(1) NOT NULL DEFAULT '0', `opt_ip` varchar(255) NOT NULL DEFAULT '', `opt_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `opt_token` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `opted` (`opted`), KEY `opt_ip` (`opt_ip`), KEY `opt_date` (`opt_date`), KEY `opt_token` (`opt_token`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_scripts` -- DROP TABLE IF EXISTS `dto_facileforms_scripts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_scripts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `published` tinyint(1) NOT NULL DEFAULT '0', `package` varchar(30) NOT NULL DEFAULT '', `name` varchar(30) NOT NULL DEFAULT '', `title` varchar(50) NOT NULL DEFAULT '', `description` text, `type` varchar(30) NOT NULL DEFAULT '', `code` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_facileforms_subrecords` -- DROP TABLE IF EXISTS `dto_facileforms_subrecords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_facileforms_subrecords` ( `id` int(11) NOT NULL AUTO_INCREMENT, `record` int(11) NOT NULL DEFAULT '0', `element` int(11) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `type` varchar(255) NOT NULL DEFAULT '', `value` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=132 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_fields` -- DROP TABLE IF EXISTS `dto_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_fields` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `group_id` int(10) unsigned NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `default_value` text COLLATE utf8mb4_unicode_ci, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '0', `required` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `fieldparams` text COLLATE utf8mb4_unicode_ci NOT NULL, `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `access` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_created_user_id` (`created_user_id`), KEY `idx_access` (`access`), KEY `idx_context` (`context`(191)), KEY `idx_language` (`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_fields_categories` -- DROP TABLE IF EXISTS `dto_fields_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_fields_categories` ( `field_id` int(11) NOT NULL DEFAULT '0', `category_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`field_id`,`category_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_fields_groups` -- DROP TABLE IF EXISTS `dto_fields_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_fields_groups` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `access` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_created_by` (`created_by`), KEY `idx_access` (`access`), KEY `idx_context` (`context`(191)), KEY `idx_language` (`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_fields_values` -- DROP TABLE IF EXISTS `dto_fields_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_fields_values` ( `field_id` int(10) unsigned NOT NULL, `item_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.', `value` text COLLATE utf8mb4_unicode_ci, KEY `idx_field_id` (`field_id`), KEY `idx_item_id` (`item_id`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_filters` -- DROP TABLE IF EXISTS `dto_finder_filters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_filters` ( `filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '1', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL, `created_by_alias` varchar(255) NOT NULL, `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `map_count` int(10) unsigned NOT NULL DEFAULT '0', `data` mediumtext NOT NULL, `params` longtext, PRIMARY KEY (`filter_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links` -- DROP TABLE IF EXISTS `dto_finder_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links` ( `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) NOT NULL, `route` varchar(255) NOT NULL, `title` varchar(400) DEFAULT NULL, `description` text, `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `md5sum` varchar(32) DEFAULT NULL, `published` tinyint(1) NOT NULL DEFAULT '1', `state` int(5) DEFAULT '1', `access` int(5) DEFAULT '0', `language` varchar(8) NOT NULL, `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `list_price` double unsigned NOT NULL DEFAULT '0', `sale_price` double unsigned NOT NULL DEFAULT '0', `type_id` int(11) NOT NULL, `object` mediumblob NOT NULL, PRIMARY KEY (`link_id`), KEY `idx_type` (`type_id`), KEY `idx_md5` (`md5sum`), KEY `idx_url` (`url`(75)), KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`), KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`), KEY `idx_title` (`title`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms0` -- DROP TABLE IF EXISTS `dto_finder_links_terms0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms0` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms1` -- DROP TABLE IF EXISTS `dto_finder_links_terms1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms1` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms2` -- DROP TABLE IF EXISTS `dto_finder_links_terms2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms2` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms3` -- DROP TABLE IF EXISTS `dto_finder_links_terms3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms3` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms4` -- DROP TABLE IF EXISTS `dto_finder_links_terms4`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms4` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms5` -- DROP TABLE IF EXISTS `dto_finder_links_terms5`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms5` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms6` -- DROP TABLE IF EXISTS `dto_finder_links_terms6`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms6` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms7` -- DROP TABLE IF EXISTS `dto_finder_links_terms7`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms7` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms8` -- DROP TABLE IF EXISTS `dto_finder_links_terms8`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms8` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_terms9` -- DROP TABLE IF EXISTS `dto_finder_links_terms9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_terms9` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_termsa` -- DROP TABLE IF EXISTS `dto_finder_links_termsa`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_termsa` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_termsb` -- DROP TABLE IF EXISTS `dto_finder_links_termsb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_termsb` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_termsc` -- DROP TABLE IF EXISTS `dto_finder_links_termsc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_termsc` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_termsd` -- DROP TABLE IF EXISTS `dto_finder_links_termsd`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_termsd` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_termse` -- DROP TABLE IF EXISTS `dto_finder_links_termse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_termse` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_links_termsf` -- DROP TABLE IF EXISTS `dto_finder_links_termsf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_links_termsf` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_taxonomy` -- DROP TABLE IF EXISTS `dto_finder_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_taxonomy` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `parent_id` int(10) unsigned NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL, `state` tinyint(1) unsigned NOT NULL DEFAULT '1', `access` tinyint(1) unsigned NOT NULL DEFAULT '0', `ordering` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), KEY `state` (`state`), KEY `ordering` (`ordering`), KEY `access` (`access`), KEY `idx_parent_published` (`parent_id`,`state`,`access`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_taxonomy_map` -- DROP TABLE IF EXISTS `dto_finder_taxonomy_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_taxonomy_map` ( `link_id` int(10) unsigned NOT NULL, `node_id` int(10) unsigned NOT NULL, PRIMARY KEY (`link_id`,`node_id`), KEY `link_id` (`link_id`), KEY `node_id` (`node_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_terms` -- DROP TABLE IF EXISTS `dto_finder_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_terms` ( `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL DEFAULT '0', `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0', `weight` float unsigned NOT NULL DEFAULT '0', `soundex` varchar(75) NOT NULL, `links` int(10) NOT NULL DEFAULT '0', `language` char(3) NOT NULL DEFAULT '', PRIMARY KEY (`term_id`), UNIQUE KEY `idx_term` (`term`), KEY `idx_term_phrase` (`term`,`phrase`), KEY `idx_stem_phrase` (`stem`,`phrase`), KEY `idx_soundex_phrase` (`soundex`,`phrase`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_terms_common` -- DROP TABLE IF EXISTS `dto_finder_terms_common`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_terms_common` ( `term` varchar(75) NOT NULL, `language` varchar(3) NOT NULL, KEY `idx_word_lang` (`term`,`language`), KEY `idx_lang` (`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_tokens` -- DROP TABLE IF EXISTS `dto_finder_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_tokens` ( `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL DEFAULT '0', `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0', `weight` float unsigned NOT NULL DEFAULT '1', `context` tinyint(1) unsigned NOT NULL DEFAULT '2', `language` char(3) NOT NULL DEFAULT '', KEY `idx_word` (`term`), KEY `idx_context` (`context`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_tokens_aggregate` -- DROP TABLE IF EXISTS `dto_finder_tokens_aggregate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_tokens_aggregate` ( `term_id` int(10) unsigned NOT NULL, `map_suffix` char(1) NOT NULL, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL DEFAULT '0', `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0', `term_weight` float unsigned NOT NULL, `context` tinyint(1) unsigned NOT NULL DEFAULT '2', `context_weight` float unsigned NOT NULL, `total_weight` float unsigned NOT NULL, `language` char(3) NOT NULL DEFAULT '', KEY `token` (`term`), KEY `keyword_id` (`term_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_finder_types` -- DROP TABLE IF EXISTS `dto_finder_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_finder_types` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `mime` varchar(100) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `title` (`title`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_j2xml_websites` -- DROP TABLE IF EXISTS `dto_j2xml_websites`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_j2xml_websites` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `remote_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `username` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'client_id', `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'client_secret', `state` tinyint(3) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `type` int(1) unsigned NOT NULL DEFAULT '0' COMMENT '0: username/password, 1: oauth2', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jaem_log` -- DROP TABLE IF EXISTS `dto_jaem_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jaem_log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ext_id` varchar(50) DEFAULT NULL, `service_id` int(11) DEFAULT NULL, `check_date` datetime DEFAULT NULL, `check_info` text, PRIMARY KEY (`id`), UNIQUE KEY `ext_id` (`ext_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jaem_services` -- DROP TABLE IF EXISTS `dto_jaem_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jaem_services` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ws_name` varchar(255) NOT NULL, `ws_mode` varchar(50) NOT NULL DEFAULT 'local', `ws_uri` varchar(255) NOT NULL, `ws_user` varchar(100) NOT NULL, `ws_pass` varchar(100) NOT NULL, `ws_default` tinyint(1) NOT NULL DEFAULT '0', `ws_core` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jev_defaults` -- DROP TABLE IF EXISTS `dto_jev_defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jev_defaults` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL DEFAULT '', `name` varchar(50) NOT NULL DEFAULT '', `subject` text NOT NULL, `value` text NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '1', `params` text NOT NULL, `language` varchar(20) NOT NULL DEFAULT '*', `catid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `name` (`name`), KEY `langcodename` (`language`,`catid`,`name`) ) ENGINE=MyISAM AUTO_INCREMENT=246 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jev_users` -- DROP TABLE IF EXISTS `dto_jev_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jev_users` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL DEFAULT '0', `published` tinyint(2) NOT NULL DEFAULT '0', `canuploadimages` tinyint(2) NOT NULL DEFAULT '0', `canuploadmovies` tinyint(2) NOT NULL DEFAULT '0', `cancreate` tinyint(2) NOT NULL DEFAULT '0', `canedit` tinyint(2) NOT NULL DEFAULT '0', `canpublishown` tinyint(2) NOT NULL DEFAULT '0', `candeleteown` tinyint(2) NOT NULL DEFAULT '0', `canpublishall` tinyint(2) NOT NULL DEFAULT '0', `candeleteall` tinyint(2) NOT NULL DEFAULT '0', `cancreateown` tinyint(2) NOT NULL DEFAULT '0', `cancreateglobal` tinyint(2) NOT NULL DEFAULT '0', `eventslimit` int(11) NOT NULL DEFAULT '0', `extraslimit` int(11) NOT NULL DEFAULT '0', `categories` varchar(255) NOT NULL DEFAULT '', `calendars` varchar(255) NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `user` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_catmap` -- DROP TABLE IF EXISTS `dto_jevents_catmap`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_catmap` ( `evid` int(12) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '1', `ordering` int(5) unsigned NOT NULL DEFAULT '0', UNIQUE KEY `key_event_category` (`evid`,`catid`), KEY `key_evid` (`evid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_exception` -- DROP TABLE IF EXISTS `dto_jevents_exception`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_exception` ( `ex_id` int(12) NOT NULL AUTO_INCREMENT, `rp_id` int(12) NOT NULL DEFAULT '0', `eventid` int(12) NOT NULL DEFAULT '1', `eventdetail_id` int(12) NOT NULL DEFAULT '0', `exception_type` int(2) NOT NULL DEFAULT '0', `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `oldstartrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `tempfield` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`ex_id`), KEY `eventid` (`eventid`), KEY `rp_id` (`rp_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_filtermap` -- DROP TABLE IF EXISTS `dto_jevents_filtermap`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_filtermap` ( `fid` int(12) NOT NULL AUTO_INCREMENT, `userid` int(12) NOT NULL DEFAULT '0', `filters` text NOT NULL, `md5` varchar(255) NOT NULL, `andor` tinyint(3) NOT NULL DEFAULT '0', `modid` int(12) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`fid`), KEY `md5` (`md5`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_icsfile` -- DROP TABLE IF EXISTS `dto_jevents_icsfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_icsfile` ( `ics_id` int(12) NOT NULL AUTO_INCREMENT, `srcURL` varchar(500) NOT NULL DEFAULT '', `label` varchar(30) NOT NULL DEFAULT '', `filename` varchar(120) NOT NULL DEFAULT '', `icaltype` tinyint(3) NOT NULL DEFAULT '0', `isdefault` tinyint(3) NOT NULL DEFAULT '0', `ignoreembedcat` tinyint(3) NOT NULL DEFAULT '0', `state` tinyint(3) NOT NULL DEFAULT '1', `access` int(11) unsigned NOT NULL DEFAULT '0', `catid` int(11) NOT NULL DEFAULT '1', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(100) NOT NULL DEFAULT '', `modified_by` int(11) unsigned NOT NULL DEFAULT '0', `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `autorefresh` tinyint(3) NOT NULL DEFAULT '0', `overlaps` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`ics_id`), UNIQUE KEY `label` (`label`), KEY `stateidx` (`state`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_repetition` -- DROP TABLE IF EXISTS `dto_jevents_repetition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_repetition` ( `rp_id` int(12) NOT NULL AUTO_INCREMENT, `eventid` int(12) NOT NULL DEFAULT '1', `eventdetail_id` int(12) NOT NULL DEFAULT '0', `duplicatecheck` varchar(32) NOT NULL DEFAULT '', `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `endrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`rp_id`), UNIQUE KEY `duplicatecheck` (`duplicatecheck`), KEY `eventid` (`eventid`), KEY `eventstart` (`eventid`,`startrepeat`), KEY `eventend` (`eventid`,`endrepeat`), KEY `eventdetail` (`eventdetail_id`), KEY `startrepeat` (`startrepeat`), KEY `startend` (`startrepeat`,`endrepeat`), KEY `endrepeat` (`endrepeat`) ) ENGINE=MyISAM AUTO_INCREMENT=363 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_rrule` -- DROP TABLE IF EXISTS `dto_jevents_rrule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_rrule` ( `rr_id` int(12) NOT NULL AUTO_INCREMENT, `eventid` int(12) NOT NULL DEFAULT '1', `freq` varchar(30) NOT NULL DEFAULT '', `until` int(12) NOT NULL DEFAULT '1', `untilraw` varchar(30) NOT NULL DEFAULT '', `count` int(6) NOT NULL DEFAULT '1', `rinterval` int(6) NOT NULL DEFAULT '1', `bysecond` varchar(50) NOT NULL DEFAULT '', `byminute` varchar(50) NOT NULL DEFAULT '', `byhour` varchar(50) NOT NULL DEFAULT '', `byday` varchar(50) NOT NULL DEFAULT '', `bymonthday` varchar(50) NOT NULL DEFAULT '', `byyearday` varchar(100) NOT NULL DEFAULT '', `byweekno` varchar(50) NOT NULL DEFAULT '', `bymonth` varchar(50) NOT NULL DEFAULT '', `bysetpos` varchar(50) NOT NULL DEFAULT '', `wkst` varchar(50) NOT NULL DEFAULT '', `irregulardates` text NOT NULL, PRIMARY KEY (`rr_id`), KEY `eventid` (`eventid`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_translation` -- DROP TABLE IF EXISTS `dto_jevents_translation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_translation` ( `translation_id` int(12) NOT NULL AUTO_INCREMENT, `evdet_id` int(12) NOT NULL DEFAULT '0', `description` longtext NOT NULL, `location` varchar(120) NOT NULL DEFAULT '', `summary` longtext NOT NULL, `contact` varchar(120) NOT NULL DEFAULT '', `extra_info` text NOT NULL, `language` varchar(20) NOT NULL DEFAULT '*', PRIMARY KEY (`translation_id`), KEY `evdet_id` (`evdet_id`), KEY `langdetail` (`evdet_id`,`language`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_vevdetail` -- DROP TABLE IF EXISTS `dto_jevents_vevdetail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_vevdetail` ( `evdet_id` int(12) NOT NULL AUTO_INCREMENT, `rawdata` longtext NOT NULL, `dtstart` int(11) NOT NULL DEFAULT '0', `dtstartraw` varchar(30) NOT NULL DEFAULT '', `duration` int(11) NOT NULL DEFAULT '0', `durationraw` varchar(30) NOT NULL DEFAULT '', `dtend` int(11) NOT NULL DEFAULT '0', `dtendraw` varchar(30) NOT NULL DEFAULT '', `dtstamp` varchar(30) NOT NULL DEFAULT '', `class` varchar(10) NOT NULL DEFAULT '', `categories` varchar(120) NOT NULL DEFAULT '', `color` varchar(20) NOT NULL DEFAULT '', `description` longtext NOT NULL, `geolon` float NOT NULL DEFAULT '0', `geolat` float NOT NULL DEFAULT '0', `location` varchar(120) NOT NULL DEFAULT '', `priority` tinyint(3) unsigned NOT NULL DEFAULT '0', `status` varchar(20) NOT NULL DEFAULT '', `summary` longtext NOT NULL, `contact` varchar(120) NOT NULL DEFAULT '', `organizer` varchar(120) NOT NULL DEFAULT '', `url` text NOT NULL, `extra_info` text NOT NULL, `created` varchar(30) NOT NULL DEFAULT '', `sequence` int(11) NOT NULL DEFAULT '1', `state` tinyint(3) NOT NULL DEFAULT '1', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `multiday` tinyint(3) NOT NULL DEFAULT '1', `hits` int(11) NOT NULL DEFAULT '0', `noendtime` tinyint(3) NOT NULL DEFAULT '0', `loc_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`evdet_id`), KEY `loc_id` (`loc_id`), KEY `location` (`location`), KEY `multiday` (`multiday`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_jevents_vevent` -- DROP TABLE IF EXISTS `dto_jevents_vevent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_jevents_vevent` ( `ev_id` int(12) NOT NULL AUTO_INCREMENT, `icsid` int(12) NOT NULL DEFAULT '0', `catid` int(11) NOT NULL DEFAULT '1', `uid` varchar(255) NOT NULL DEFAULT '', `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(100) NOT NULL DEFAULT '', `modified_by` int(11) unsigned NOT NULL DEFAULT '0', `rawdata` longtext NOT NULL, `recurrence_id` varchar(30) NOT NULL DEFAULT '', `detail_id` int(12) NOT NULL DEFAULT '0', `state` tinyint(3) NOT NULL DEFAULT '1', `lockevent` tinyint(3) NOT NULL DEFAULT '0', `author_notified` tinyint(3) NOT NULL DEFAULT '0', `access` int(11) unsigned NOT NULL DEFAULT '0', `tzid` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`ev_id`), KEY `icsid` (`icsid`), KEY `stateidx` (`state`), KEY `evaccess` (`access`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_languages` -- DROP TABLE IF EXISTS `dto_languages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_languages` ( `lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `title_native` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `sef` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL, `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `sitename` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `published` int(11) NOT NULL DEFAULT '0', `access` int(10) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`lang_id`), UNIQUE KEY `idx_sef` (`sef`), UNIQUE KEY `idx_langcode` (`lang_code`), KEY `idx_access` (`access`), KEY `idx_ordering` (`ordering`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_maximenuck_menus` -- DROP TABLE IF EXISTS `dto_maximenuck_menus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_maximenuck_menus` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `state` int(10) NOT NULL DEFAULT '1', `params` longtext NOT NULL, `layouthtml` text NOT NULL, `layoutcss` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_maximenuck_styles` -- DROP TABLE IF EXISTS `dto_maximenuck_styles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_maximenuck_styles` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `state` int(10) NOT NULL DEFAULT '1', `params` longtext NOT NULL, `layoutcss` text NOT NULL, `customcss` text NOT NULL, `checked_out` varchar(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_menu` -- DROP TABLE IF EXISTS `dto_menu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_menu` ( `id` int(11) NOT NULL AUTO_INCREMENT, `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The display title of the menu item.', `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `path` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The computed path of the menu item based on the alias field.', `link` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The actually link the menu item refers to.', `type` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator', `published` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.', `parent_id` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.', `level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.', `component_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id', `checked_out` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__users.id', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.', `browserNav` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.', `access` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The access level required to view the menu item.', `img` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The image of the menu item.', `template_style_id` int(10) unsigned NOT NULL DEFAULT '0', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded data for the menu item.', `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.', `home` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `client_id` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`), KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`), KEY `idx_menutype` (`menutype`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_language` (`language`), KEY `idx_alias` (`alias`(100)), KEY `idx_path` (`path`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=1040 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_menu_types` -- DROP TABLE IF EXISTS `dto_menu_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_menu_types` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(48) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `client_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `idx_menutype` (`menutype`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_messages` -- DROP TABLE IF EXISTS `dto_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_messages` ( `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id_from` int(10) unsigned NOT NULL DEFAULT '0', `user_id_to` int(10) unsigned NOT NULL DEFAULT '0', `folder_id` tinyint(3) unsigned NOT NULL DEFAULT '0', `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `state` tinyint(1) NOT NULL DEFAULT '0', `priority` tinyint(1) unsigned NOT NULL DEFAULT '0', `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `message` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_messages_cfg` -- DROP TABLE IF EXISTS `dto_messages_cfg`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_messages_cfg` ( `user_id` int(10) unsigned NOT NULL DEFAULT '0', `cfg_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `cfg_value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_answers` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_answers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_answers` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `question_id` int(10) unsigned NOT NULL DEFAULT '0', `content` mediumtext NOT NULL, `selected` tinyint(3) NOT NULL DEFAULT '0', `state` tinyint(3) NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_name` varchar(128) NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `seen` tinyint(3) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_attachments` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_attachments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_attachments` ( `id` int(12) unsigned NOT NULL AUTO_INCREMENT, `parent_id` int(10) unsigned NOT NULL, `parent_type` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `encoded_name` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'application/octet-stream', `state` tinyint(3) NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_customfields` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_customfields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_customfields` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `description` mediumtext NOT NULL, `show` varchar(100) NOT NULL DEFAULT 'all', `type` varchar(100) NOT NULL DEFAULT 'text', `options` mediumtext, `default` varchar(255) DEFAULT '', `required` tinyint(3) NOT NULL DEFAULT '0', `valid_label` varchar(255) DEFAULT '', `invalid_label` varchar(255) DEFAULT '', `params` mediumtext, `state` tinyint(3) NOT NULL DEFAULT '1', `ordering` int(11) unsigned NOT NULL DEFAULT '0', `created_by` bigint(20) NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` bigint(20) NOT NULL DEFAULT '0', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_customfields_topics` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_customfields_topics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_customfields_topics` ( `customfield_id` int(11) NOT NULL, `topicid` int(11) NOT NULL, PRIMARY KEY (`customfield_id`,`topicid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_customstates` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_customstates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_customstates` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `color` varchar(10) DEFAULT '#5bc0de', `params` mediumtext, `state` tinyint(3) NOT NULL DEFAULT '1', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_email_templates` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_email_templates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_email_templates` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `template_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subject` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the email template.', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_questions` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_questions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_questions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `title` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(500) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `content` mediumtext COLLATE utf8mb4_unicode_ci, `state` tinyint(3) NOT NULL DEFAULT '0', `resolved` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `topicid` int(10) unsigned NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created_by_email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `images` text COLLATE utf8mb4_unicode_ci NOT NULL, `attribs` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL, `access` int(10) unsigned NOT NULL DEFAULT '0', `hits` int(10) unsigned NOT NULL DEFAULT '0', `metadata` text COLLATE utf8mb4_unicode_ci NOT NULL, `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if question is featured.', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the question.', `locked` tinyint(3) NOT NULL DEFAULT '0', `private` tinyint(3) NOT NULL DEFAULT '0', `pinned` tinyint(3) NOT NULL DEFAULT '0', `created_by_name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `assigned_to` int(10) unsigned NOT NULL DEFAULT '0', `customfields` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `answers` int(10) unsigned NOT NULL DEFAULT '0', `last_answer` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_sections` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_sections` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access` int(10) unsigned NOT NULL DEFAULT '0', `attribs` text COLLATE utf8mb4_unicode_ci NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL, `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL, `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL, `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(10) unsigned NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_topics` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_topics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_topics` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `section_id` int(10) unsigned NOT NULL DEFAULT '0', `parent_id` int(10) unsigned NOT NULL DEFAULT '0', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', `level` int(10) unsigned NOT NULL DEFAULT '0', `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access` int(10) unsigned NOT NULL DEFAULT '0', `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.', `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.', `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.', `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(10) unsigned NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `qvisibility` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_minitek_faqbook_votes` -- DROP TABLE IF EXISTS `dto_minitek_faqbook_votes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_minitek_faqbook_votes` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `target_id` int(11) unsigned NOT NULL, `user_id` int(10) unsigned DEFAULT NULL, `user_ip` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, `vote_up` smallint(5) unsigned NOT NULL DEFAULT '0', `vote_down` smallint(5) unsigned NOT NULL DEFAULT '0', `creation_date` datetime NOT NULL, `target_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'question', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_modules` -- DROP TABLE IF EXISTS `dto_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_modules` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `content` text COLLATE utf8mb4_unicode_ci, `ordering` int(11) NOT NULL DEFAULT '0', `position` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `access` int(10) unsigned NOT NULL DEFAULT '0', `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `client_id` tinyint(4) NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=176 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_modules_menu` -- DROP TABLE IF EXISTS `dto_modules_menu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_modules_menu` ( `moduleid` int(11) NOT NULL DEFAULT '0', `menuid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_newsfeeds` -- DROP TABLE IF EXISTS `dto_newsfeeds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_newsfeeds` ( `catid` int(11) NOT NULL DEFAULT '0', `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `link` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `numarticles` int(10) unsigned NOT NULL DEFAULT '1', `cache_time` int(10) unsigned NOT NULL DEFAULT '3600', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `rtl` tinyint(4) NOT NULL DEFAULT '0', `access` int(10) unsigned NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `version` int(10) unsigned NOT NULL DEFAULT '1', `hits` int(10) unsigned NOT NULL DEFAULT '0', `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`published`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_oauth2_tokens` -- DROP TABLE IF EXISTS `dto_oauth2_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_oauth2_tokens` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `client_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `client_secret` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `redirect_uri` text COLLATE utf8mb4_unicode_ci, `state` tinyint(3) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_token` text COLLATE utf8mb4_unicode_ci, `refresh_token` text COLLATE utf8mb4_unicode_ci, `expire_time` datetime DEFAULT NULL, `user_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_overrider` -- DROP TABLE IF EXISTS `dto_overrider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_overrider` ( `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', `constant` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `string` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `file` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload` -- DROP TABLE IF EXISTS `dto_phocadownload`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `sectionid` int(11) NOT NULL DEFAULT '0', `sid` int(11) NOT NULL DEFAULT '0', `owner_id` int(11) NOT NULL DEFAULT '0', `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `project_name` varchar(255) NOT NULL DEFAULT '', `filename` varchar(250) NOT NULL DEFAULT '', `filename_play` varchar(250) NOT NULL DEFAULT '', `filename_preview` varchar(250) NOT NULL DEFAULT '', `filesize` int(11) NOT NULL DEFAULT '0', `author` varchar(255) NOT NULL DEFAULT '', `author_email` varchar(255) NOT NULL DEFAULT '', `author_url` varchar(255) NOT NULL DEFAULT '', `license` varchar(255) NOT NULL DEFAULT '', `license_url` varchar(255) NOT NULL DEFAULT '', `image_filename` varchar(255) NOT NULL DEFAULT '', `image_filename_spec1` varchar(255) NOT NULL DEFAULT '', `image_filename_spec2` varchar(255) NOT NULL DEFAULT '', `image_download` varchar(255) NOT NULL DEFAULT '', `video_filename` varchar(255) NOT NULL DEFAULT '', `link_external` varchar(255) NOT NULL DEFAULT '', `mirror1link` varchar(255) NOT NULL DEFAULT '', `mirror1title` varchar(255) NOT NULL DEFAULT '', `mirror1target` varchar(10) NOT NULL DEFAULT '', `mirror2link` varchar(255) NOT NULL DEFAULT '', `mirror2title` varchar(255) NOT NULL DEFAULT '', `mirror2target` varchar(10) NOT NULL DEFAULT '', `description` text, `features` text, `changelog` text, `notes` text, `userid` int(11) NOT NULL DEFAULT '0', `version` varchar(255) NOT NULL DEFAULT '', `directlink` tinyint(1) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(11) NOT NULL DEFAULT '0', `textonly` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `access` int(11) unsigned NOT NULL DEFAULT '0', `confirm_license` int(11) NOT NULL DEFAULT '0', `unaccessible_file` int(11) NOT NULL DEFAULT '0', `token` char(64) DEFAULT NULL, `tokenhits` int(11) NOT NULL DEFAULT '0', `tags_string` varchar(255) NOT NULL DEFAULT '', `params` text, `metakey` text, `metadesc` text, `metadata` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_categories` -- DROP TABLE IF EXISTS `dto_phocadownload_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '0', `section` int(11) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `project_name` varchar(255) NOT NULL DEFAULT '', `image` varchar(255) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `access` int(11) unsigned NOT NULL DEFAULT '0', `uploaduserid` text, `accessuserid` text, `deleteuserid` text, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `count` int(11) NOT NULL DEFAULT '0', `hits` int(11) NOT NULL DEFAULT '0', `params` text, `metakey` text, `metadesc` text, `metadata` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_file_votes` -- DROP TABLE IF EXISTS `dto_phocadownload_file_votes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_file_votes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fileid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_file_votes_statistics` -- DROP TABLE IF EXISTS `dto_phocadownload_file_votes_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_file_votes_statistics` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fileid` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `average` float(8,6) NOT NULL DEFAULT '0.000000', `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_layout` -- DROP TABLE IF EXISTS `dto_phocadownload_layout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_layout` ( `id` int(11) NOT NULL AUTO_INCREMENT, `categories` text, `category` text, `file` text, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_licenses` -- DROP TABLE IF EXISTS `dto_phocadownload_licenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_licenses` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `description` text, `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_logging` -- DROP TABLE IF EXISTS `dto_phocadownload_logging`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_logging` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `fileid` int(11) NOT NULL DEFAULT '0', `catid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `ip` varchar(20) NOT NULL DEFAULT '', `page` varchar(255) NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `type` tinyint(1) NOT NULL DEFAULT '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_styles` -- DROP TABLE IF EXISTS `dto_phocadownload_styles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_styles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `filename` varchar(255) NOT NULL DEFAULT '', `menulink` text, `type` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_tags` -- DROP TABLE IF EXISTS `dto_phocadownload_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `link_ext` varchar(255) NOT NULL DEFAULT '', `link_cat` int(11) unsigned NOT NULL DEFAULT '0', `description` text, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_tags_ref` -- DROP TABLE IF EXISTS `dto_phocadownload_tags_ref`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_tags_ref` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `fileid` int(11) NOT NULL DEFAULT '0', `tagid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), UNIQUE KEY `i_fileid` (`fileid`,`tagid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocadownload_user_stat` -- DROP TABLE IF EXISTS `dto_phocadownload_user_stat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocadownload_user_stat` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fileid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery` -- DROP TABLE IF EXISTS `dto_phocagallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `sid` int(11) NOT NULL DEFAULT '0', `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `filename` varchar(250) NOT NULL DEFAULT '', `format` tinyint(1) NOT NULL DEFAULT '0', `description` text, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(11) NOT NULL DEFAULT '0', `latitude` varchar(20) NOT NULL DEFAULT '', `longitude` varchar(20) NOT NULL DEFAULT '', `zoom` int(3) NOT NULL DEFAULT '0', `geotitle` varchar(255) NOT NULL DEFAULT '', `userid` int(11) NOT NULL DEFAULT '0', `videocode` text, `vmproductid` int(11) NOT NULL DEFAULT '0', `imgorigsize` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `metakey` text, `metadesc` text, `metadata` text, `extlink1` text, `extlink2` text, `extid` varchar(255) NOT NULL DEFAULT '', `exttype` tinyint(1) NOT NULL DEFAULT '0', `extl` varchar(255) NOT NULL DEFAULT '', `extm` varchar(255) NOT NULL DEFAULT '', `exts` varchar(255) NOT NULL DEFAULT '', `exto` varchar(255) NOT NULL DEFAULT '', `extw` varchar(255) NOT NULL DEFAULT '', `exth` varchar(255) NOT NULL DEFAULT '', `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_categories` -- DROP TABLE IF EXISTS `dto_phocagallery_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '0', `owner_id` int(11) NOT NULL DEFAULT '0', `image_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` varchar(255) NOT NULL DEFAULT '', `section` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `hits` int(11) NOT NULL DEFAULT '0', `accessuserid` text, `uploaduserid` text, `deleteuserid` text, `userfolder` text, `latitude` varchar(20) NOT NULL DEFAULT '', `longitude` varchar(20) NOT NULL DEFAULT '', `zoom` int(3) NOT NULL DEFAULT '0', `geotitle` varchar(255) NOT NULL DEFAULT '', `extid` varchar(255) NOT NULL DEFAULT '', `exta` varchar(255) NOT NULL DEFAULT '', `extu` varchar(255) NOT NULL DEFAULT '', `extauth` varchar(255) NOT NULL DEFAULT '', `extfbuid` int(11) NOT NULL DEFAULT '0', `extfbcatid` varchar(255) NOT NULL DEFAULT '', `params` text, `metakey` text, `metadesc` text, `metadata` text, `language` char(7) NOT NULL DEFAULT '', `imgurclient` varchar(255) NOT NULL DEFAULT '', `imguralbum` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_comments` -- DROP TABLE IF EXISTS `dto_phocagallery_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `comment` text, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_fb_users` -- DROP TABLE IF EXISTS `dto_phocagallery_fb_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_fb_users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `appid` varchar(255) NOT NULL DEFAULT '', `appsid` varchar(255) NOT NULL DEFAULT '', `uid` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `link` varchar(255) NOT NULL DEFAULT '', `secret` varchar(255) NOT NULL DEFAULT '', `base_domain` varchar(255) NOT NULL DEFAULT '', `expires` varchar(100) NOT NULL DEFAULT '', `session_key` text, `access_token` text, `sig` text, `fanpageid` varchar(255) NOT NULL DEFAULT '', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `comments` text, `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_img_comments` -- DROP TABLE IF EXISTS `dto_phocagallery_img_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_img_comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `comment` text, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_img_votes` -- DROP TABLE IF EXISTS `dto_phocagallery_img_votes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_img_votes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_img_votes_statistics` -- DROP TABLE IF EXISTS `dto_phocagallery_img_votes_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_img_votes_statistics` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `average` float(8,6) NOT NULL DEFAULT '0.000000', `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_styles` -- DROP TABLE IF EXISTS `dto_phocagallery_styles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_styles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `filename` varchar(255) NOT NULL DEFAULT '', `menulink` text, `type` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_tags` -- DROP TABLE IF EXISTS `dto_phocagallery_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `link_cat` int(11) NOT NULL DEFAULT '0', `link_ext` varchar(255) NOT NULL DEFAULT '', `description` text, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_tags_ref` -- DROP TABLE IF EXISTS `dto_phocagallery_tags_ref`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_tags_ref` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT '0', `tagid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), UNIQUE KEY `i_imgid` (`imgid`,`tagid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_user` -- DROP TABLE IF EXISTS `dto_phocagallery_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userid` int(11) NOT NULL DEFAULT '0', `avatar` varchar(40) NOT NULL DEFAULT '', `published` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_votes` -- DROP TABLE IF EXISTS `dto_phocagallery_votes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_votes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `userid` int(11) NOT NULL DEFAULT '0', `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text, `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_phocagallery_votes_statistics` -- DROP TABLE IF EXISTS `dto_phocagallery_votes_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_phocagallery_votes_statistics` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `average` float(8,6) NOT NULL DEFAULT '0.000000', `language` char(7) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_postinstall_messages` -- DROP TABLE IF EXISTS `dto_postinstall_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_postinstall_messages` ( `postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `extension_id` bigint(20) NOT NULL DEFAULT '700' COMMENT 'FK to #__extensions', `title_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for the title', `description_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for description', `action_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `language_extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys', `language_client_id` tinyint(3) NOT NULL DEFAULT '1', `type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action', `action_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method', `action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'Action method name or URL', `condition_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'RAD URI to file holding display condition method', `condition_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Display condition method, must return boolean', `version_introduced` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced', `enabled` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`postinstall_message_id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_privacy_consents` -- DROP TABLE IF EXISTS `dto_privacy_consents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_privacy_consents` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(10) unsigned NOT NULL DEFAULT '0', `state` int(10) NOT NULL DEFAULT '1', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `body` text COLLATE utf8mb4_unicode_ci NOT NULL, `remind` tinyint(4) NOT NULL DEFAULT '0', `token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_privacy_requests` -- DROP TABLE IF EXISTS `dto_privacy_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_privacy_requests` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `status` tinyint(4) NOT NULL DEFAULT '0', `request_type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `confirm_token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_quickform_forms` -- DROP TABLE IF EXISTS `dto_quickform_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_quickform_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(256) NOT NULL DEFAULT '', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `fields` text, `params` text, `projectid` int(11) NOT NULL DEFAULT '0', `def` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_quickform_projects` -- DROP TABLE IF EXISTS `dto_quickform_projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_quickform_projects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `access` int(11) NOT NULL DEFAULT '1', `published` tinyint(1) NOT NULL DEFAULT '1', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime DEFAULT NULL, `title` varchar(256) NOT NULL DEFAULT '', `language` char(7) NOT NULL DEFAULT '*', `cssstyle` varchar(50) NOT NULL DEFAULT '', `ordering` int(11) NOT NULL DEFAULT '0', `toemail` varchar(128) NOT NULL DEFAULT '', `tmpl` varchar(50) NOT NULL DEFAULT '', `calculator` text, `showtitle` tinyint(1) NOT NULL DEFAULT '0', `popmess` text, `subject` varchar(256) NOT NULL DEFAULT '', `hits` int(11) NOT NULL DEFAULT '0', `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_quickform_ps` -- DROP TABLE IF EXISTS `dto_quickform_ps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_quickform_ps` ( `id` int(11) NOT NULL AUTO_INCREMENT, `st_title` varchar(256) NOT NULL DEFAULT '', `st_formid` int(11) NOT NULL DEFAULT '0', `st_form` text, `st_date` varchar(50) NOT NULL DEFAULT '', `st_status` tinyint(1) NOT NULL DEFAULT '0', `st_ip` varchar(128) NOT NULL DEFAULT '', `st_user` int(11) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime DEFAULT NULL, `st_desk` text, `params` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_raforms` -- DROP TABLE IF EXISTS `dto_raforms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_raforms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(11) unsigned DEFAULT NULL, `access` int(11) unsigned DEFAULT NULL, `formresultlist_access` int(11) NOT NULL DEFAULT '1', `catid` int(11) NOT NULL, `formname` varchar(200) NOT NULL, `alias` varchar(255) NOT NULL, `data` longblob NOT NULL, `config` longblob NOT NULL, `comment_asset` int(11) NOT NULL, `language` char(7) NOT NULL, `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL, `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL, `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_rcteam_config` -- DROP TABLE IF EXISTS `dto_rcteam_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_rcteam_config` ( `ConfigID` tinyint(1) NOT NULL DEFAULT '1', `StyleSheet` varchar(255) NOT NULL, PRIMARY KEY (`ConfigID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_rcteam_members` -- DROP TABLE IF EXISTS `dto_rcteam_members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_rcteam_members` ( `MemberID` int(6) NOT NULL AUTO_INCREMENT, `ordering` int(6) NOT NULL DEFAULT '0', `TeamID` int(6) DEFAULT NULL, `MemberImage` varchar(255) DEFAULT NULL, `MemberName` varchar(60) NOT NULL, `MemberBio` text, `MemberRole` varchar(60) DEFAULT NULL, `MemberEmail` varchar(60) DEFAULT NULL, `MemberTwitter` varchar(60) DEFAULT NULL, `MemberFacebook` varchar(60) DEFAULT NULL, `MemberWebsite` varchar(255) DEFAULT NULL, `MemberInstagram` varchar(255) DEFAULT NULL, `MemberLinkedin` varchar(255) DEFAULT NULL, `MemberTumblr` varchar(255) DEFAULT NULL, `MemberYoutube` varchar(255) DEFAULT NULL, `MemberGithub` varchar(255) DEFAULT NULL, `MemberGoogleplus` varchar(255) DEFAULT NULL, `published` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`MemberID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_rcteam_teams` -- DROP TABLE IF EXISTS `dto_rcteam_teams`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_rcteam_teams` ( `TeamID` int(6) NOT NULL AUTO_INCREMENT, `TeamName` varchar(60) NOT NULL, `TeamDesc` text, `published` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`TeamID`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_redirect_links` -- DROP TABLE IF EXISTS `dto_redirect_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_redirect_links` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `old_url` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL, `new_url` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `referer` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL, `comment` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `hits` int(10) unsigned NOT NULL DEFAULT '0', `published` tinyint(4) NOT NULL, `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `header` smallint(3) NOT NULL DEFAULT '301', PRIMARY KEY (`id`), KEY `idx_link_modifed` (`modified_date`), KEY `idx_old_url` (`old_url`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_schemas` -- DROP TABLE IF EXISTS `dto_schemas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_schemas` ( `extension_id` int(11) NOT NULL, `version_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`extension_id`,`version_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_session` -- DROP TABLE IF EXISTS `dto_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_session` ( `session_id` varbinary(192) NOT NULL, `client_id` tinyint(3) unsigned DEFAULT NULL, `guest` tinyint(3) unsigned DEFAULT '1', `time` int(11) NOT NULL DEFAULT '0', `data` longtext COLLATE utf8mb4_unicode_ci, `userid` int(11) DEFAULT '0', `username` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT '', PRIMARY KEY (`session_id`), KEY `userid` (`userid`), KEY `time` (`time`), KEY `client_id_guest` (`client_id`,`guest`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_category` -- DROP TABLE IF EXISTS `dto_sobipro_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_category` ( `id` int(11) NOT NULL, `section` int(11) DEFAULT NULL, `position` int(11) DEFAULT NULL, `description` text, `parseDesc` enum('0','1','2') NOT NULL DEFAULT '2', `introtext` varchar(255) NOT NULL, `showIntrotext` enum('0','1','2') NOT NULL DEFAULT '2', `icon` varchar(150) DEFAULT NULL, `showIcon` enum('0','1','2') NOT NULL DEFAULT '2', `allFields` tinyint(2) NOT NULL, `entryFields` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_config` -- DROP TABLE IF EXISTS `dto_sobipro_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_config` ( `sKey` varchar(150) NOT NULL DEFAULT '', `sValue` text, `section` int(11) NOT NULL DEFAULT '0', `critical` tinyint(1) DEFAULT NULL, `cSection` varchar(30) NOT NULL, PRIMARY KEY (`sKey`,`section`,`cSection`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_counter` -- DROP TABLE IF EXISTS `dto_sobipro_counter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_counter` ( `sid` int(11) NOT NULL, `counter` int(11) NOT NULL, `lastUpdate` datetime NOT NULL, PRIMARY KEY (`sid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_crawler` -- DROP TABLE IF EXISTS `dto_sobipro_crawler`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_crawler` ( `url` varchar(255) NOT NULL, `crid` int(11) NOT NULL AUTO_INCREMENT, `state` tinyint(1) NOT NULL, PRIMARY KEY (`crid`), UNIQUE KEY `url` (`url`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_errors` -- DROP TABLE IF EXISTS `dto_sobipro_errors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_errors` ( `eid` int(25) NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL, `errNum` int(5) NOT NULL, `errCode` int(5) NOT NULL, `errMsg` text NOT NULL, `errFile` varchar(255) NOT NULL, `errLine` int(10) NOT NULL, `errSect` varchar(50) NOT NULL, `errUid` int(11) NOT NULL, `errIp` varchar(15) NOT NULL, `errRef` varchar(255) NOT NULL, `errUa` varchar(255) NOT NULL, `errReq` varchar(255) NOT NULL, `errCont` text NOT NULL, `errBacktrace` text NOT NULL, PRIMARY KEY (`eid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_field` -- DROP TABLE IF EXISTS `dto_sobipro_field`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_field` ( `fid` int(11) NOT NULL AUTO_INCREMENT, `nid` varchar(150) NOT NULL, `adminField` tinyint(1) DEFAULT NULL, `admList` int(10) NOT NULL, `dataType` int(11) DEFAULT NULL, `enabled` tinyint(1) DEFAULT NULL, `fee` double DEFAULT NULL, `fieldType` varchar(50) DEFAULT NULL, `filter` varchar(150) DEFAULT NULL, `isFree` tinyint(1) DEFAULT NULL, `position` int(11) DEFAULT NULL, `priority` int(11) NOT NULL, `required` tinyint(1) DEFAULT NULL, `section` int(11) DEFAULT NULL, `multiLang` tinyint(4) DEFAULT NULL, `uniqueData` tinyint(1) DEFAULT NULL, `validate` tinyint(1) DEFAULT NULL, `addToMetaDesc` tinyint(1) DEFAULT NULL, `addToMetaKeys` tinyint(1) DEFAULT '0', `editLimit` int(11) NOT NULL DEFAULT '0', `editable` tinyint(4) NOT NULL, `showIn` enum('both','details','vcard','hidden') NOT NULL DEFAULT 'both', `allowedAttributes` text NOT NULL, `allowedTags` text NOT NULL, `editor` varchar(255) NOT NULL, `inSearch` tinyint(4) NOT NULL DEFAULT '1', `withLabel` tinyint(4) NOT NULL, `cssClass` varchar(50) NOT NULL, `parse` tinyint(4) NOT NULL, `template` varchar(255) NOT NULL, `notice` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `params` text NOT NULL, `defaultValue` text NOT NULL, `version` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`fid`), KEY `enabled` (`enabled`), KEY `position` (`position`), KEY `section` (`section`) ) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_field_data` -- DROP TABLE IF EXISTS `dto_sobipro_field_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_field_data` ( `publishUp` datetime DEFAULT NULL, `publishDown` datetime DEFAULT NULL, `fid` int(11) NOT NULL DEFAULT '0', `sid` int(11) NOT NULL DEFAULT '0', `section` int(11) NOT NULL DEFAULT '0', `lang` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, `params` mediumtext COLLATE utf8mb4_unicode_ci, `options` mediumtext COLLATE utf8mb4_unicode_ci, `baseData` longtext COLLATE utf8mb4_unicode_ci, `approved` tinyint(1) DEFAULT NULL, `confirmed` tinyint(1) DEFAULT NULL, `createdTime` datetime DEFAULT NULL, `createdBy` int(11) DEFAULT NULL, `createdIP` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `updatedTime` datetime DEFAULT NULL, `updatedBy` int(11) DEFAULT NULL, `updatedIP` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `copy` tinyint(1) NOT NULL DEFAULT '0', `editLimit` int(11) DEFAULT NULL, PRIMARY KEY (`fid`,`section`,`lang`,`sid`,`copy`), KEY `enabled` (`enabled`), KEY `copy` (`copy`), FULLTEXT KEY `baseData` (`baseData`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_field_option` -- DROP TABLE IF EXISTS `dto_sobipro_field_option`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_field_option` ( `fid` int(11) NOT NULL, `optValue` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `optPos` int(11) NOT NULL, `img` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `optClass` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `actions` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `class` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `optParent` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`fid`,`optValue`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_field_option_selected` -- DROP TABLE IF EXISTS `dto_sobipro_field_option_selected`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_field_option_selected` ( `fid` int(11) NOT NULL, `sid` int(11) NOT NULL, `optValue` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `params` mediumtext COLLATE utf8mb4_unicode_ci, `copy` tinyint(1) NOT NULL, PRIMARY KEY (`fid`,`sid`,`optValue`,`copy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_field_types` -- DROP TABLE IF EXISTS `dto_sobipro_field_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_field_types` ( `tid` char(50) NOT NULL, `fType` varchar(50) NOT NULL, `tGroup` varchar(100) NOT NULL, `fPos` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`tid`,`tGroup`), UNIQUE KEY `pos` (`fPos`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_field_url_clicks` -- DROP TABLE IF EXISTS `dto_sobipro_field_url_clicks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_field_url_clicks` ( `date` datetime NOT NULL, `uid` int(11) NOT NULL, `sid` int(11) NOT NULL, `fid` varchar(50) NOT NULL, `ip` varchar(15) NOT NULL, `section` int(11) NOT NULL, `browserData` text NOT NULL, `osData` text NOT NULL, `humanity` int(3) NOT NULL, PRIMARY KEY (`date`,`sid`,`fid`,`ip`,`section`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_history` -- DROP TABLE IF EXISTS `dto_sobipro_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_history` ( `revision` varchar(150) NOT NULL, `changedAt` datetime NOT NULL, `uid` int(11) NOT NULL, `userName` varchar(150) NOT NULL, `userEmail` varchar(150) NOT NULL, `changeAction` varchar(150) NOT NULL, `site` enum('site','adm') NOT NULL, `sid` int(11) NOT NULL, `changes` text NOT NULL, `params` text NOT NULL, `reason` text NOT NULL, `language` varchar(50) NOT NULL, PRIMARY KEY (`revision`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_language` -- DROP TABLE IF EXISTS `dto_sobipro_language`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_language` ( `sKey` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sValue` mediumtext COLLATE utf8mb4_unicode_ci, `section` int(11) NOT NULL DEFAULT '0', `language` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `oType` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `fid` int(11) NOT NULL, `id` int(11) NOT NULL DEFAULT '0', `params` mediumtext COLLATE utf8mb4_unicode_ci, `options` mediumtext COLLATE utf8mb4_unicode_ci, `explanation` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`sKey`,`language`,`id`,`fid`), KEY `sKey` (`sKey`), KEY `section` (`section`), KEY `language` (`language`), FULLTEXT KEY `sValue` (`sValue`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_object` -- DROP TABLE IF EXISTS `dto_sobipro_object`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_object` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nid` varchar(255) NOT NULL, `name` varchar(250) DEFAULT NULL, `approved` tinyint(1) DEFAULT NULL, `confirmed` tinyint(1) DEFAULT NULL, `counter` int(11) NOT NULL DEFAULT '0', `cout` int(11) DEFAULT NULL, `coutTime` datetime DEFAULT NULL, `createdTime` datetime DEFAULT NULL, `defURL` varchar(250) DEFAULT NULL, `metaDesc` text, `metaKeys` text, `metaAuthor` varchar(150) NOT NULL, `metaRobots` varchar(150) NOT NULL, `options` text, `oType` varchar(50) DEFAULT NULL, `owner` int(11) DEFAULT NULL, `ownerIP` varchar(15) DEFAULT NULL, `params` text, `parent` int(11) DEFAULT NULL, `state` tinyint(4) DEFAULT NULL, `stateExpl` varchar(250) DEFAULT NULL, `updatedTime` datetime DEFAULT NULL, `updater` int(11) DEFAULT NULL, `updaterIP` varchar(15) DEFAULT NULL, `validSince` datetime DEFAULT NULL, `validUntil` datetime DEFAULT NULL, `version` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `name` (`name`), KEY `oType` (`oType`), KEY `owner` (`owner`), KEY `parent` (`parent`), KEY `state` (`state`), KEY `validSince` (`validSince`), KEY `validUntil` (`validUntil`), KEY `version` (`version`) ) ENGINE=MyISAM AUTO_INCREMENT=89 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_payments` -- DROP TABLE IF EXISTS `dto_sobipro_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_payments` ( `pid` int(11) NOT NULL AUTO_INCREMENT, `refNum` varchar(50) NOT NULL, `sid` int(11) NOT NULL, `fid` int(11) NOT NULL, `subject` varchar(150) NOT NULL, `dateAdded` datetime NOT NULL, `datePaid` datetime NOT NULL, `validUntil` datetime NOT NULL, `paid` tinyint(4) NOT NULL, `amount` double NOT NULL, `params` text NOT NULL, PRIMARY KEY (`pid`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_permissions` -- DROP TABLE IF EXISTS `dto_sobipro_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_permissions` ( `pid` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(150) DEFAULT NULL, `action` varchar(50) DEFAULT NULL, `value` varchar(50) NOT NULL, `site` varchar(50) NOT NULL, `published` tinyint(1) NOT NULL, PRIMARY KEY (`pid`), UNIQUE KEY `uniquePermission` (`subject`,`action`,`value`,`site`) ) ENGINE=MyISAM AUTO_INCREMENT=106 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_permissions_groups` -- DROP TABLE IF EXISTS `dto_sobipro_permissions_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_permissions_groups` ( `rid` int(11) NOT NULL, `gid` int(11) NOT NULL, PRIMARY KEY (`rid`,`gid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_permissions_map` -- DROP TABLE IF EXISTS `dto_sobipro_permissions_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_permissions_map` ( `rid` int(11) NOT NULL, `sid` int(11) NOT NULL, `pid` int(11) NOT NULL, PRIMARY KEY (`rid`,`sid`,`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_permissions_rules` -- DROP TABLE IF EXISTS `dto_sobipro_permissions_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_permissions_rules` ( `rid` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `nid` varchar(50) NOT NULL, `validSince` datetime NOT NULL, `validUntil` datetime NOT NULL, `note` varchar(250) NOT NULL, `state` tinyint(4) NOT NULL, PRIMARY KEY (`rid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_plugin_section` -- DROP TABLE IF EXISTS `dto_sobipro_plugin_section`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_plugin_section` ( `section` int(11) NOT NULL DEFAULT '0', `pid` varchar(50) NOT NULL DEFAULT '', `type` varchar(50) NOT NULL, `enabled` tinyint(1) DEFAULT NULL, `position` int(11) DEFAULT NULL, PRIMARY KEY (`section`,`pid`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_plugin_task` -- DROP TABLE IF EXISTS `dto_sobipro_plugin_task`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_plugin_task` ( `pid` varchar(50) NOT NULL DEFAULT '', `onAction` varchar(150) DEFAULT NULL, `type` varchar(50) NOT NULL, UNIQUE KEY `pid` (`pid`,`onAction`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_plugins` -- DROP TABLE IF EXISTS `dto_sobipro_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_plugins` ( `pid` varchar(50) NOT NULL, `name` varchar(150) DEFAULT NULL, `version` varchar(50) NOT NULL, `description` text, `author` varchar(150) DEFAULT NULL, `authorURL` varchar(250) DEFAULT NULL, `authorMail` varchar(150) DEFAULT NULL, `enabled` tinyint(1) DEFAULT NULL, `type` varchar(250) DEFAULT NULL, `depend` text NOT NULL, UNIQUE KEY `pid` (`pid`,`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_registry` -- DROP TABLE IF EXISTS `dto_sobipro_registry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_registry` ( `section` varchar(150) NOT NULL, `key` varchar(150) NOT NULL, `value` text NOT NULL, `params` text NOT NULL, `description` text NOT NULL, `options` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_relations` -- DROP TABLE IF EXISTS `dto_sobipro_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_relations` ( `id` int(11) NOT NULL DEFAULT '0', `pid` int(11) NOT NULL DEFAULT '0', `oType` varchar(50) NOT NULL, `position` int(11) DEFAULT NULL, `validSince` datetime DEFAULT NULL, `validUntil` datetime DEFAULT NULL, `copy` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`,`pid`), KEY `oType` (`oType`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_search` -- DROP TABLE IF EXISTS `dto_sobipro_search`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_search` ( `ssid` double NOT NULL, `lastActive` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `searchCreated` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `requestData` text NOT NULL, `uid` int(11) NOT NULL, `browserData` text NOT NULL, `entriesResults` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `catsResults` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`ssid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_section` -- DROP TABLE IF EXISTS `dto_sobipro_section`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_section` ( `id` int(11) NOT NULL, `description` text ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_user_group` -- DROP TABLE IF EXISTS `dto_sobipro_user_group`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_user_group` ( `description` text, `gid` int(11) NOT NULL AUTO_INCREMENT, `enabled` int(11) NOT NULL, `pid` int(11) NOT NULL, `groupName` varchar(150) NOT NULL, PRIMARY KEY (`gid`) ) ENGINE=MyISAM AUTO_INCREMENT=5000 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_users_relation` -- DROP TABLE IF EXISTS `dto_sobipro_users_relation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_users_relation` ( `uid` int(11) NOT NULL DEFAULT '0', `gid` int(11) NOT NULL DEFAULT '0', `validSince` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `validUntil` datetime DEFAULT NULL, PRIMARY KEY (`uid`,`gid`,`validSince`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_view_cache` -- DROP TABLE IF EXISTS `dto_sobipro_view_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_view_cache` ( `cid` int(11) NOT NULL AUTO_INCREMENT, `section` int(11) NOT NULL, `sid` int(11) NOT NULL, `fileName` varchar(100) NOT NULL, `task` varchar(100) NOT NULL, `site` int(11) NOT NULL, `request` varchar(255) NOT NULL, `language` varchar(15) NOT NULL, `template` varchar(150) NOT NULL, `configFile` text NOT NULL, `userGroups` varchar(200) NOT NULL, `created` datetime NOT NULL, PRIMARY KEY (`cid`), KEY `sid` (`sid`), KEY `section` (`section`), KEY `language` (`language`), KEY `task` (`task`), KEY `request` (`request`), KEY `site` (`site`), KEY `userGroups` (`userGroups`) ) ENGINE=MyISAM AUTO_INCREMENT=10047 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sobipro_view_cache_relation` -- DROP TABLE IF EXISTS `dto_sobipro_view_cache_relation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sobipro_view_cache_relation` ( `cid` int(11) NOT NULL, `sid` int(11) NOT NULL, PRIMARY KEY (`cid`,`sid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_sunfw_styles` -- DROP TABLE IF EXISTS `dto_sunfw_styles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_sunfw_styles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `style_id` int(11) DEFAULT NULL, `template` varchar(250) DEFAULT '', `layout_builder_data` longtext, `mega_menu_data` longtext, `appearance_data` longtext, `system_data` longtext, `cookie_law_data` longtext, `social_share_data` longtext, `commenting_data` longtext, `custom_404_data` longtext, `coming_soon_data` longtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_tags` -- DROP TABLE IF EXISTS `dto_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_tags` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `parent_id` int(10) unsigned NOT NULL DEFAULT '0', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', `level` int(10) unsigned NOT NULL DEFAULT '0', `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access` int(10) unsigned NOT NULL DEFAULT '0', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta description for the page.', `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta keywords for the page.', `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded metadata properties.', `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `hits` int(10) unsigned NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `version` int(10) unsigned NOT NULL DEFAULT '1', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `tag_idx` (`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_language` (`language`), KEY `idx_path` (`path`(100)), KEY `idx_alias` (`alias`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_template_styles` -- DROP TABLE IF EXISTS `dto_template_styles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_template_styles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `template` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `client_id` tinyint(1) unsigned NOT NULL DEFAULT '0', `home` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `inheritable` tinyint(4) NOT NULL DEFAULT '0', `parent` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT '', PRIMARY KEY (`id`), KEY `idx_template` (`template`), KEY `idx_client_id` (`client_id`), KEY `idx_client_id_home` (`client_id`,`home`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_tlpteam_team` -- DROP TABLE IF EXISTS `dto_tlpteam_team`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_tlpteam_team` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `position` varchar(255) NOT NULL, `profile_image` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `short_bio` text NOT NULL, `detail_bio` text NOT NULL, `facebook` varchar(100) NOT NULL, `twitter` varchar(150) NOT NULL, `googleplus` varchar(150) NOT NULL, `linkedin` varchar(255) NOT NULL, `web` varchar(255) NOT NULL, `ordering` int(11) NOT NULL, `state` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ucm_base` -- DROP TABLE IF EXISTS `dto_ucm_base`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ucm_base` ( `ucm_id` int(10) unsigned NOT NULL, `ucm_item_id` int(10) NOT NULL, `ucm_type_id` int(11) NOT NULL, `ucm_language_id` int(11) NOT NULL, PRIMARY KEY (`ucm_id`), KEY `idx_ucm_item_id` (`ucm_item_id`), KEY `idx_ucm_type_id` (`ucm_type_id`), KEY `idx_ucm_language_id` (`ucm_language_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ucm_content` -- DROP TABLE IF EXISTS `dto_ucm_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ucm_content` ( `core_content_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `core_type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'FK to the content types table', `core_title` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `core_body` mediumtext COLLATE utf8mb4_unicode_ci, `core_state` tinyint(1) NOT NULL DEFAULT '0', `core_checked_out_time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0000-00-00 00:00:00', `core_checked_out_user_id` int(10) unsigned NOT NULL DEFAULT '0', `core_access` int(10) unsigned NOT NULL DEFAULT '0', `core_params` text COLLATE utf8mb4_unicode_ci, `core_featured` tinyint(4) unsigned NOT NULL DEFAULT '0', `core_metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.', `core_created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `core_created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `core_modified_user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Most recent user that modified', `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `core_language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `core_content_item_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'ID from the individual type table', `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `core_images` text COLLATE utf8mb4_unicode_ci, `core_urls` text COLLATE utf8mb4_unicode_ci, `core_hits` int(10) unsigned NOT NULL DEFAULT '0', `core_version` int(10) unsigned NOT NULL DEFAULT '1', `core_ordering` int(11) NOT NULL DEFAULT '0', `core_metakey` text COLLATE utf8mb4_unicode_ci, `core_metadesc` text COLLATE utf8mb4_unicode_ci, `core_catid` int(10) unsigned NOT NULL DEFAULT '0', `core_xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.', `core_type_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`core_content_id`), KEY `tag_idx` (`core_state`,`core_access`), KEY `idx_access` (`core_access`), KEY `idx_language` (`core_language`), KEY `idx_modified_time` (`core_modified_time`), KEY `idx_created_time` (`core_created_time`), KEY `idx_core_modified_user_id` (`core_modified_user_id`), KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`), KEY `idx_core_created_user_id` (`core_created_user_id`), KEY `idx_core_type_id` (`core_type_id`), KEY `idx_alias` (`core_alias`(100)), KEY `idx_title` (`core_title`(100)), KEY `idx_content_type` (`core_type_alias`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_ucm_history` -- DROP TABLE IF EXISTS `dto_ucm_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_ucm_history` ( `version_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `ucm_item_id` int(10) unsigned NOT NULL, `ucm_type_id` int(10) unsigned NOT NULL, `version_note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Optional version name', `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor_user_id` int(10) unsigned NOT NULL DEFAULT '0', `character_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of characters in this version.', `sha1_hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.', `version_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'json-encoded string of version data', `keep_forever` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=auto delete; 1=keep', PRIMARY KEY (`version_id`), KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`), KEY `idx_save_date` (`save_date`) ) ENGINE=InnoDB AUTO_INCREMENT=1274 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_update_sites` -- DROP TABLE IF EXISTS `dto_update_sites`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_update_sites` ( `update_site_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '', `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '', `location` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `enabled` int(11) DEFAULT '0', `last_check_timestamp` bigint(20) DEFAULT '0', `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '', PRIMARY KEY (`update_site_id`) ) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_update_sites_extensions` -- DROP TABLE IF EXISTS `dto_update_sites_extensions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_update_sites_extensions` ( `update_site_id` int(11) NOT NULL DEFAULT '0', `extension_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`update_site_id`,`extension_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_updates` -- DROP TABLE IF EXISTS `dto_updates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_updates` ( `update_id` int(11) NOT NULL AUTO_INCREMENT, `update_site_id` int(11) DEFAULT '0', `extension_id` int(11) DEFAULT '0', `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '', `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `element` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '', `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '', `folder` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '', `client_id` tinyint(3) DEFAULT '0', `version` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT '', `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `detailsurl` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `infourl` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT '', PRIMARY KEY (`update_id`) ) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_user_keys` -- DROP TABLE IF EXISTS `dto_user_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_user_keys` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `series` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `invalid` tinyint(4) NOT NULL, `time` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `uastring` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `series` (`series`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_user_notes` -- DROP TABLE IF EXISTS `dto_user_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_user_notes` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id` int(10) unsigned NOT NULL DEFAULT '0', `catid` int(10) unsigned NOT NULL DEFAULT '0', `subject` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_user_id` int(10) unsigned NOT NULL, `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`), KEY `idx_category_id` (`catid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_user_profiles` -- DROP TABLE IF EXISTS `dto_user_profiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_user_profiles` ( `user_id` int(11) NOT NULL, `profile_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `profile_value` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_user_usergroup_map` -- DROP TABLE IF EXISTS `dto_user_usergroup_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_user_usergroup_map` ( `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id', `group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id', PRIMARY KEY (`user_id`,`group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_usergroups` -- DROP TABLE IF EXISTS `dto_usergroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_usergroups` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id', `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.', `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`), KEY `idx_usergroup_title_lookup` (`title`), KEY `idx_usergroup_adjacency_lookup` (`parent_id`), KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_users` -- DROP TABLE IF EXISTS `dto_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `username` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `password` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `block` tinyint(4) NOT NULL DEFAULT '0', `sendEmail` tinyint(4) DEFAULT '0', `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `activation` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset', `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime', `otpKey` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys', `otep` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'One time emergency passwords', `requireReset` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Require user to reset password on next login', PRIMARY KEY (`id`), UNIQUE KEY `idx_username` (`username`), KEY `idx_block` (`block`), KEY `email` (`email`), KEY `idx_name` (`name`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=659 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_utf8_conversion` -- DROP TABLE IF EXISTS `dto_utf8_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_utf8_conversion` ( `converted` tinyint(4) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_viewlevels` -- DROP TABLE IF EXISTS `dto_viewlevels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_viewlevels` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ordering` int(11) NOT NULL DEFAULT '0', `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.', PRIMARY KEY (`id`), UNIQUE KEY `idx_assetgroup_title_lookup` (`title`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_viscreator` -- DROP TABLE IF EXISTS `dto_viscreator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_viscreator` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_visfields` -- DROP TABLE IF EXISTS `dto_visfields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_visfields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fid` int(11) DEFAULT NULL, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `name` mediumtext COLLATE utf8mb4_unicode_ci, `label` mediumtext COLLATE utf8mb4_unicode_ci, `checked_out` int(10) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) NOT NULL DEFAULT '0', `typefield` mediumtext COLLATE utf8mb4_unicode_ci, `defaultvalue` longtext COLLATE utf8mb4_unicode_ci, `published` tinyint(4) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `labelCSSclass` mediumtext COLLATE utf8mb4_unicode_ci, `fieldCSSclass` mediumtext COLLATE utf8mb4_unicode_ci, `bootstrap_size` tinyint(3) unsigned NOT NULL DEFAULT '0', `customtext` mediumtext COLLATE utf8mb4_unicode_ci, `frontdisplay` tinyint(4) DEFAULT NULL, `frontaccess` int(11) NOT NULL DEFAULT '0', `includefieldonexport` tinyint(4) NOT NULL DEFAULT '1', `allowurlparam` tinyint(4) NOT NULL DEFAULT '0', `customtextposition` tinyint(4) NOT NULL DEFAULT '0', `uniquevaluesonly` tinyint(4) NOT NULL DEFAULT '0', `restrictions` mediumtext COLLATE utf8mb4_unicode_ci, `editonlyfield` tinyint(1) NOT NULL DEFAULT '0', `addtoredirecturl` tinyint(1) NOT NULL DEFAULT '0', `rdtparamname` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `includeinresultmail` tinyint(1) NOT NULL DEFAULT '1', `includeinreceiptmail` tinyint(1) NOT NULL DEFAULT '1', `useoptionvalueinplaceholder` tinyint(1) NOT NULL DEFAULT '0', `customlabelformail` mediumtext COLLATE utf8mb4_unicode_ci, `customlabelforcsv` mediumtext COLLATE utf8mb4_unicode_ci, `fileexportformat` tinyint(1) NOT NULL DEFAULT '0', `displayAsMapInList` tinyint(1) NOT NULL DEFAULT '0', `displayAsMapInDetail` tinyint(1) NOT NULL DEFAULT '0', `listMapHeight` char(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `detailMapHeight` char(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `listMapZoom` int(11) NOT NULL DEFAULT '8', `detailMapZoom` int(11) NOT NULL DEFAULT '13', `allowferadiussearch` tinyint(1) NOT NULL DEFAULT '0', `distanceunit` char(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'km', `useassearchfieldonly` tinyint(1) NOT NULL DEFAULT '0', `displayImgAsImgInList` tinyint(1) NOT NULL DEFAULT '0', `displayImgAsImgInDetail` tinyint(1) NOT NULL DEFAULT '0', `dataordering` int(11) NOT NULL DEFAULT '0', `customlabelforsummarypage` mediumtext COLLATE utf8mb4_unicode_ci, `gridSizes` mediumtext COLLATE utf8mb4_unicode_ci, `controlGroupCSSclass` mediumtext COLLATE utf8mb4_unicode_ci, `isfilterfield` tinyint(1) NOT NULL DEFAULT '0', `fileattachmentname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_visforms` -- DROP TABLE IF EXISTS `dto_visforms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_visforms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `name` mediumtext COLLATE utf8mb4_unicode_ci, `title` mediumtext COLLATE utf8mb4_unicode_ci, `checked_out` int(10) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `description` longtext COLLATE utf8mb4_unicode_ci, `emailfrom` mediumtext COLLATE utf8mb4_unicode_ci, `emailfromname` mediumtext COLLATE utf8mb4_unicode_ci, `emailto` mediumtext COLLATE utf8mb4_unicode_ci, `emailcc` mediumtext COLLATE utf8mb4_unicode_ci, `emailbcc` mediumtext COLLATE utf8mb4_unicode_ci, `subject` mediumtext COLLATE utf8mb4_unicode_ci, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) NOT NULL DEFAULT '0', `hits` int(11) NOT NULL DEFAULT '0', `published` tinyint(4) NOT NULL DEFAULT '0', `saveresult` tinyint(4) DEFAULT NULL, `emailresult` tinyint(4) DEFAULT NULL, `textresult` longtext COLLATE utf8mb4_unicode_ci, `redirecturl` mediumtext COLLATE utf8mb4_unicode_ci, `spambotcheck` tinyint(1) NOT NULL DEFAULT '0', `captcha` tinyint(4) DEFAULT NULL, `uploadpath` mediumtext COLLATE utf8mb4_unicode_ci, `maxfilesize` int(11) DEFAULT NULL, `allowedextensions` mediumtext COLLATE utf8mb4_unicode_ci, `savemode` tinyint(1) NOT NULL DEFAULT '0', `poweredby` tinyint(4) DEFAULT NULL, `emailreceipt` tinyint(4) DEFAULT NULL, `emailreceipttext` longtext COLLATE utf8mb4_unicode_ci, `emailreceiptsubject` mediumtext COLLATE utf8mb4_unicode_ci, `emailreceiptfrom` mediumtext COLLATE utf8mb4_unicode_ci, `emailreceiptfromname` mediumtext COLLATE utf8mb4_unicode_ci, `emailreceiptsettings` mediumtext COLLATE utf8mb4_unicode_ci, `emailresulttext` longtext COLLATE utf8mb4_unicode_ci, `emailresultsettings` mediumtext COLLATE utf8mb4_unicode_ci, `editemailresultsettings` longtext COLLATE utf8mb4_unicode_ci, `editemailreceiptsettings` longtext COLLATE utf8mb4_unicode_ci, `fronttitle` mediumtext COLLATE utf8mb4_unicode_ci, `frontdescription` longtext COLLATE utf8mb4_unicode_ci, `frontendsettings` mediumtext COLLATE utf8mb4_unicode_ci, `access` int(11) NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `exportsettings` mediumtext COLLATE utf8mb4_unicode_ci, `layoutsettings` longtext COLLATE utf8mb4_unicode_ci, `spamprotection` mediumtext COLLATE utf8mb4_unicode_ci, `captchaoptions` mediumtext COLLATE utf8mb4_unicode_ci, `viscaptchaoptions` mediumtext COLLATE utf8mb4_unicode_ci, `redirecttoeditview` tinyint(1) NOT NULL DEFAULT '0', `subredirectsettings` mediumtext COLLATE utf8mb4_unicode_ci, `savesettings` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_visforms_lowest_compat_version` -- DROP TABLE IF EXISTS `dto_visforms_lowest_compat_version`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_visforms_lowest_compat_version` ( `vfversion` char(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_visforms_utf8_conversion` -- DROP TABLE IF EXISTS `dto_visforms_utf8_conversion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_visforms_utf8_conversion` ( `converted` tinyint(4) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_vispdf` -- DROP TABLE IF EXISTS `dto_vispdf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_vispdf` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `published` tinyint(3) NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `fid` int(11) DEFAULT NULL, `doc_template` longtext COLLATE utf8mb4_unicode_ci, `settings` longtext COLLATE utf8mb4_unicode_ci, `data` longtext COLLATE utf8mb4_unicode_ci, `document` longtext COLLATE utf8mb4_unicode_ci, `page` longtext COLLATE utf8mb4_unicode_ci, `hdr_template` longtext COLLATE utf8mb4_unicode_ci, `ftr_template` longtext COLLATE utf8mb4_unicode_ci, `image` longtext COLLATE utf8mb4_unicode_ci, `statements` longtext COLLATE utf8mb4_unicode_ci, `preview` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `idx_published` (`published`), KEY `idx_createdby` (`created_by`), KEY `idx_checkout` (`checked_out`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_visverificationcodes` -- DROP TABLE IF EXISTS `dto_visverificationcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_visverificationcodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fid` int(11) NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `email` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `code` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `idx_fid` (`fid`), KEY `idx_email` (`email`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_vvisit_counter` -- DROP TABLE IF EXISTS `dto_vvisit_counter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_vvisit_counter` ( `time` int(10) unsigned NOT NULL, `visits` mediumint(8) unsigned NOT NULL DEFAULT '0', `guests` mediumint(8) unsigned NOT NULL DEFAULT '0', `bots` mediumint(8) unsigned NOT NULL DEFAULT '0', `members` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`time`), UNIQUE KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_weblinks` -- DROP TABLE IF EXISTS `dto_weblinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_weblinks` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `title` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `url` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `hits` int(11) NOT NULL DEFAULT '0', `state` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `access` int(11) NOT NULL DEFAULT '1', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.', `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `version` int(10) unsigned NOT NULL DEFAULT '1', `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `dto_wf_profiles` -- DROP TABLE IF EXISTS `dto_wf_profiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dto_wf_profiles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `users` text NOT NULL, `types` text NOT NULL, `components` text NOT NULL, `area` tinyint(3) NOT NULL, `device` varchar(255) NOT NULL, `rows` text NOT NULL, `plugins` text NOT NULL, `published` tinyint(3) NOT NULL, `ordering` int(11) NOT NULL, `checked_out` tinyint(3) NOT NULL, `checked_out_time` datetime NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping events for database 'develito_v3' -- -- -- Dumping routines for database 'develito_v3' -- /*!50003 DROP FUNCTION IF EXISTS `usergroups_getpath` */; /*!50003 SET @saved_cs_client = @@character_set_client */ ; /*!50003 SET @saved_cs_results = @@character_set_results */ ; /*!50003 SET @saved_col_connection = @@collation_connection */ ; /*!50003 SET character_set_client = utf8mb4 */ ; /*!50003 SET character_set_results = utf8mb4 */ ; /*!50003 SET collation_connection = utf8mb4_general_ci */ ; /*!50003 SET @saved_sql_mode = @@sql_mode */ ; /*!50003 SET sql_mode = '' */ ; DELIMITER ;; CREATE DEFINER=`develito`@`localhost` FUNCTION `usergroups_getpath`(id INT) RETURNS text CHARSET latin1 DETERMINISTIC BEGIN DECLARE res TEXT; CALL usergroups_getpath(id, res); RETURN CONCAT('["', res, '"]'); END ;; DELIMITER ; /*!50003 SET sql_mode = @saved_sql_mode */ ; /*!50003 SET character_set_client = @saved_cs_client */ ; /*!50003 SET character_set_results = @saved_cs_results */ ; /*!50003 SET collation_connection = @saved_col_connection */ ; /*!50003 DROP PROCEDURE IF EXISTS `usergroups_getpath` */; /*!50003 SET @saved_cs_client = @@character_set_client */ ; /*!50003 SET @saved_cs_results = @@character_set_results */ ; /*!50003 SET @saved_col_connection = @@collation_connection */ ; /*!50003 SET character_set_client = utf8mb4 */ ; /*!50003 SET character_set_results = utf8mb4 */ ; /*!50003 SET collation_connection = utf8mb4_general_ci */ ; /*!50003 SET @saved_sql_mode = @@sql_mode */ ; /*!50003 SET sql_mode = '' */ ; DELIMITER ;; CREATE DEFINER=`develito`@`localhost` PROCEDURE `usergroups_getpath`(IN id INT, OUT path TEXT) BEGIN DECLARE temp_title VARCHAR(100); DECLARE temp_path TEXT; DECLARE temp_parent INT; SET max_sp_recursion_depth = 255; SELECT a.title, a.parent_id FROM dto_usergroups a WHERE a.id=id INTO temp_title, temp_parent; IF temp_parent = 0 THEN SET path = temp_title; ELSE CALL usergroups_getpath(temp_parent, temp_path); SET path = CONCAT(temp_path, '","', temp_title); END IF; END ;; DELIMITER ; /*!50003 SET sql_mode = @saved_sql_mode */ ; /*!50003 SET character_set_client = @saved_cs_client */ ; /*!50003 SET character_set_results = @saved_cs_results */ ; /*!50003 SET collation_connection = @saved_col_connection */ ; /*!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 2021-12-02 16:26:32