# ************************************************************ # Sequel Ace SQL dump # Version 20080 # # https://sequel-ace.com/ # https://github.com/Sequel-Ace/Sequel-Ace # # Hôte: serge.egiteko.net (MySQL 5.5.5-10.5.26-MariaDB-0+deb11u2) # Base de données: sdx_trialp_calendar # Temps de génération: 2025-01-08 22:40:45 +0000 # ************************************************************ /*!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 */; SET NAMES utf8mb4; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE='NO_AUTO_VALUE_ON_ZERO', SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; # Dump de la table addressbookchanges # ------------------------------------------------------------ DROP TABLE IF EXISTS `addressbookchanges`; CREATE TABLE `addressbookchanges` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `uri` varbinary(200) NOT NULL, `synctoken` int(11) unsigned NOT NULL, `addressbookid` int(11) unsigned NOT NULL, `operation` tinyint(1) NOT NULL, PRIMARY KEY (`id`), KEY `addressbookid_synctoken` (`addressbookid`,`synctoken`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table addressbooks # ------------------------------------------------------------ DROP TABLE IF EXISTS `addressbooks`; CREATE TABLE `addressbooks` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `principaluri` varbinary(255) DEFAULT NULL, `displayname` varchar(255) DEFAULT NULL, `uri` varbinary(200) DEFAULT NULL, `description` text DEFAULT NULL, `synctoken` int(11) unsigned NOT NULL DEFAULT 1, PRIMARY KEY (`id`), UNIQUE KEY `principaluri` (`principaluri`(100),`uri`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table calendarchanges # ------------------------------------------------------------ DROP TABLE IF EXISTS `calendarchanges`; CREATE TABLE `calendarchanges` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `uri` varbinary(200) NOT NULL, `synctoken` int(11) unsigned NOT NULL, `calendarid` int(11) unsigned NOT NULL, `operation` tinyint(1) NOT NULL, PRIMARY KEY (`id`), KEY `calendarid_synctoken` (`calendarid`,`synctoken`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table calendarinstances # ------------------------------------------------------------ DROP TABLE IF EXISTS `calendarinstances`; CREATE TABLE `calendarinstances` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `calendarid` int(10) unsigned NOT NULL, `principaluri` varbinary(100) DEFAULT NULL, `access` tinyint(1) NOT NULL DEFAULT 1, `displayname` varchar(100) DEFAULT NULL, `uri` varbinary(200) DEFAULT NULL, `description` text DEFAULT NULL, `calendarorder` int(11) unsigned NOT NULL DEFAULT 0, `calendarcolor` varbinary(10) DEFAULT NULL, `timezone` text DEFAULT NULL, `transparent` tinyint(1) NOT NULL DEFAULT 0, `share_href` varbinary(100) DEFAULT NULL, `share_displayname` varchar(100) DEFAULT NULL, `share_invitestatus` tinyint(1) NOT NULL DEFAULT 2, PRIMARY KEY (`id`), UNIQUE KEY `principaluri` (`principaluri`,`uri`), UNIQUE KEY `calendarid` (`calendarid`,`principaluri`), UNIQUE KEY `calendarid_2` (`calendarid`,`share_href`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table calendarobjects # ------------------------------------------------------------ DROP TABLE IF EXISTS `calendarobjects`; CREATE TABLE `calendarobjects` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `calendardata` mediumblob DEFAULT NULL, `uri` varbinary(200) DEFAULT NULL, `calendarid` int(10) unsigned NOT NULL, `lastmodified` int(11) unsigned DEFAULT NULL, `etag` varbinary(32) DEFAULT NULL, `size` int(11) unsigned NOT NULL, `componenttype` varbinary(8) DEFAULT NULL, `firstoccurence` int(11) unsigned DEFAULT NULL, `lastoccurence` int(11) unsigned DEFAULT NULL, `uid` varbinary(200) DEFAULT NULL, `eg_id_type` int(11) DEFAULT NULL, `eg_id_obje` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `calendarid` (`calendarid`,`uri`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table calendars # ------------------------------------------------------------ DROP TABLE IF EXISTS `calendars`; CREATE TABLE `calendars` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `synctoken` int(10) unsigned NOT NULL DEFAULT 1, `components` varbinary(21) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; # Dump de la table calendarsubscriptions # ------------------------------------------------------------ DROP TABLE IF EXISTS `calendarsubscriptions`; CREATE TABLE `calendarsubscriptions` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `uri` varbinary(200) NOT NULL, `principaluri` varbinary(100) NOT NULL, `source` text DEFAULT NULL, `displayname` varchar(100) DEFAULT NULL, `refreshrate` varchar(10) DEFAULT NULL, `calendarorder` int(11) unsigned NOT NULL DEFAULT 0, `calendarcolor` varbinary(10) DEFAULT NULL, `striptodos` tinyint(1) DEFAULT NULL, `stripalarms` tinyint(1) DEFAULT NULL, `stripattachments` tinyint(1) DEFAULT NULL, `lastmodified` int(11) unsigned DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `principaluri` (`principaluri`,`uri`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table cards # ------------------------------------------------------------ DROP TABLE IF EXISTS `cards`; CREATE TABLE `cards` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `addressbookid` int(11) unsigned NOT NULL, `carddata` mediumblob DEFAULT NULL, `uri` varbinary(200) DEFAULT NULL, `lastmodified` int(11) unsigned DEFAULT NULL, `etag` varbinary(32) DEFAULT NULL, `size` int(11) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table groupmembers # ------------------------------------------------------------ DROP TABLE IF EXISTS `groupmembers`; CREATE TABLE `groupmembers` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `principal_id` int(10) unsigned NOT NULL, `member_id` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `principal_id` (`principal_id`,`member_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table locks # ------------------------------------------------------------ DROP TABLE IF EXISTS `locks`; CREATE TABLE `locks` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `owner` varchar(100) DEFAULT NULL, `timeout` int(10) unsigned DEFAULT NULL, `created` int(11) DEFAULT NULL, `token` varbinary(100) DEFAULT NULL, `scope` tinyint(4) DEFAULT NULL, `depth` tinyint(4) DEFAULT NULL, `uri` varbinary(1000) DEFAULT NULL, PRIMARY KEY (`id`), KEY `token` (`token`), KEY `uri` (`uri`(100)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table principals # ------------------------------------------------------------ DROP TABLE IF EXISTS `principals`; CREATE TABLE `principals` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `uri` varbinary(200) NOT NULL, `email` varbinary(80) DEFAULT NULL, `displayname` varchar(80) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `uri` (`uri`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table propertystorage # ------------------------------------------------------------ DROP TABLE IF EXISTS `propertystorage`; CREATE TABLE `propertystorage` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `path` varbinary(1024) NOT NULL, `name` varbinary(100) NOT NULL, `valuetype` int(10) unsigned DEFAULT NULL, `value` mediumblob DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `path_property` (`path`(600),`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table schedulingobjects # ------------------------------------------------------------ DROP TABLE IF EXISTS `schedulingobjects`; CREATE TABLE `schedulingobjects` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `principaluri` varbinary(255) DEFAULT NULL, `calendardata` mediumblob DEFAULT NULL, `uri` varbinary(200) DEFAULT NULL, `lastmodified` int(11) unsigned DEFAULT NULL, `etag` varbinary(32) DEFAULT NULL, `size` int(11) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; # Dump de la table users # ------------------------------------------------------------ DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` varbinary(50) DEFAULT NULL, `digesta1` varbinary(32) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_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 */;