/*!40101 SET character_set_client = utf8 * CREATE TABLE `AMImageEntry` ( KEY `IX_257F1DDD` (`uuid_`,`companyId`) KEY `IX_65AB1EA1` (`groupId`) KEY `IX_868E8C82` (`companyId`,`configurationUuid`) KEY `IX_E879919E` (`fileVersionId`) PRIMARY KEY (`amImageEntryId`) UNIQUE KEY `IX_A0FF779F` (`uuid_`,`groupId`) UNIQUE KEY `IX_C1EE916F` (`configurationUuid`,`fileVersionId`) `amImageEntryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `configurationUuid` varchar(75) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `fileVersionId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `height` int(11) DEFAULT NULL `mimeType` varchar(75) DEFAULT NULL `size_` bigint(20) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `width` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AccountEntry` ( KEY `IX_48CB043` (`companyId`,`status`) KEY `IX_908C3410` (`userId`,`type_`) KEY `IX_FBFAF640` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`accountEntryId`) `accountEntryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultBillingAddressId` bigint(20) DEFAULT NULL `defaultShippingAddressId` bigint(20) DEFAULT NULL `description` longtext `domains` longtext `emailAddress` varchar(254) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `logoId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(100) DEFAULT NULL `parentAccountEntryId` bigint(20) DEFAULT NULL `status` int(11) DEFAULT NULL `taxExemptionCode` varchar(75) DEFAULT NULL `taxIdNumber` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AccountEntryOrganizationRel` ( KEY `IX_2FA4FA69` (`organizationId`) KEY `IX_EC6CC41D` (`accountEntryId`,`organizationId`) PRIMARY KEY (`accountEntryOrganizationRelId`) `accountEntryId` bigint(20) DEFAULT NULL `accountEntryOrganizationRelId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `organizationId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AccountEntryUserRel` ( KEY `IX_4EA60AB4` (`accountUserId`) KEY `IX_ED720A80` (`accountEntryId`,`accountUserId`) PRIMARY KEY (`accountEntryUserRelId`) `accountEntryId` bigint(20) DEFAULT NULL `accountEntryUserRelId` bigint(20) NOT NULL `accountUserId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AccountGroup` ( KEY `IX_38BDB33` (`companyId`,`defaultAccountGroup`) KEY `IX_B4733E65` (`companyId`,`type_`) KEY `IX_F7BFA1CD` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`accountGroupId`) `accountGroupId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultAccountGroup` tinyint(4) DEFAULT NULL `description` varchar(75) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AccountGroupRel` ( KEY `IX_448835E3` (`accountGroupId`,`classNameId`,`classPK`) KEY `IX_E31F0762` (`classNameId`,`classPK`) PRIMARY KEY (`accountGroupRelId`) `accountGroupId` bigint(20) DEFAULT NULL `accountGroupRelId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AccountRole` ( KEY `IX_3A47CDD` (`accountEntryId`) KEY `IX_714A358E` (`roleId`) KEY `IX_76E515F` (`companyId`) PRIMARY KEY (`accountRoleId`) `accountEntryId` bigint(20) DEFAULT NULL `accountRoleId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `roleId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Account_` ( PRIMARY KEY (`accountId`) `accountId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `industry` varchar(75) DEFAULT NULL `legalId` varchar(75) DEFAULT NULL `legalName` varchar(75) DEFAULT NULL `legalType` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `parentAccountId` bigint(20) DEFAULT NULL `sicCode` varchar(75) DEFAULT NULL `size_` varchar(75) DEFAULT NULL `tickerSymbol` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Address` ( KEY `IX_58D4EA4C` (`companyId`,`classNameId`,`classPK`,`typeId`) KEY `IX_5A2093E7` (`countryId`) KEY `IX_5BC8B0D4` (`userId`) KEY `IX_8FCB620E` (`uuid_`,`companyId`) KEY `IX_9226DBB4` (`companyId`,`classNameId`,`classPK`,`primary_`) KEY `IX_923BD178` (`companyId`,`classNameId`,`classPK`,`mailing`) KEY `IX_C8E3E87D` (`regionId`) KEY `IX_CBAD282F` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`addressId`) `addressId` bigint(20) NOT NULL `city` varchar(75) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `countryId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `latitude` double DEFAULT NULL `longitude` double DEFAULT NULL `mailing` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `primary_` tinyint(4) DEFAULT NULL `regionId` bigint(20) DEFAULT NULL `street1` varchar(255) DEFAULT NULL `street2` varchar(255) DEFAULT NULL `street3` varchar(255) DEFAULT NULL `typeId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `validationDate` datetime(6) DEFAULT NULL `validationStatus` int(11) DEFAULT NULL `zip` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AnalyticsMessage` ( KEY `IX_3A69CC81` (`companyId`) PRIMARY KEY (`analyticsMessageId`) `analyticsMessageId` bigint(20) NOT NULL `body` longblob `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AnnouncementsDelivery` ( KEY `IX_37B0A8A2` (`companyId`) PRIMARY KEY (`deliveryId`) UNIQUE KEY `IX_BA4413D5` (`userId`,`type_`) `companyId` bigint(20) DEFAULT NULL `deliveryId` bigint(20) NOT NULL `email` tinyint(4) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `sms` tinyint(4) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `website` tinyint(4) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AnnouncementsEntry` ( KEY `IX_14F06A6B` (`classNameId`,`classPK`,`alert`) KEY `IX_459BE01B` (`companyId`,`classNameId`,`classPK`,`alert`) KEY `IX_D49C2E66` (`userId`) KEY `IX_F2949120` (`uuid_`,`companyId`) PRIMARY KEY (`entryId`) `alert` tinyint(4) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `entryId` bigint(20) NOT NULL `expirationDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `priority` int(11) DEFAULT NULL `title` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `url` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AnnouncementsFlag` ( KEY `IX_9C7EB9F` (`entryId`) KEY `IX_EF1F022A` (`companyId`) PRIMARY KEY (`flagId`) UNIQUE KEY `IX_4539A99C` (`userId`,`entryId`,`value`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `entryId` bigint(20) DEFAULT NULL `flagId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `value` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetAutoTaggerEntry` ( KEY `IX_501A00D6` (`assetTagId`,`ctCollectionId`) KEY `IX_BDBCA56E` (`assetEntryId`,`ctCollectionId`) PRIMARY KEY (`assetAutoTaggerEntryId`,`ctCollectionId`) UNIQUE KEY `IX_50FDB5E7` (`assetEntryId`,`assetTagId`,`ctCollectionId`) `assetAutoTaggerEntryId` bigint(20) NOT NULL `assetEntryId` bigint(20) DEFAULT NULL `assetTagId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetCategory` ( KEY `IX_1757FA92` (`ctCollectionId`) KEY `IX_24AFC3E7` (`vocabularyId`,`ctCollectionId`) KEY `IX_3E49A228` (`groupId`,`name`,`vocabularyId`,`ctCollectionId`) KEY `IX_51264AA0` (`groupId`,`parentCategoryId`,`vocabularyId`,`ctCollectionId`) KEY `IX_5159C90B` (`groupId`,`parentCategoryId`,`ctCollectionId`) KEY `IX_59B2EF86` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_62DC0D54` (`groupId`,`ctCollectionId`) KEY `IX_7EF2DB29` (`groupId`,`vocabularyId`,`ctCollectionId`) KEY `IX_83C2D848` (`parentCategoryId`,`name`,`ctCollectionId`) KEY `IX_852EA801` (`groupId`,`parentCategoryId`,`name`,`vocabularyId`) KEY `IX_88D822C9` (`parentCategoryId`,`ctCollectionId`) KEY `IX_8CEDBFDE` (`parentCategoryId`,`vocabularyId`,`ctCollectionId`) KEY `IX_8F988466` (`name`,`vocabularyId`,`ctCollectionId`) KEY `IX_A9CC915E` (`uuid_`,`ctCollectionId`) KEY `IX_AE8DFA7` (`companyId`,`externalReferenceCode`,`ctCollectionId`) PRIMARY KEY (`categoryId`,`ctCollectionId`) UNIQUE KEY `IX_5B65C08` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_DC516B1D` (`parentCategoryId`,`name`,`vocabularyId`,`ctCollectionId`) `categoryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `parentCategoryId` bigint(20) DEFAULT NULL `title` longtext `treePath` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `vocabularyId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetCategoryProperty` ( KEY `IX_11761091` (`companyId`,`key_`,`ctCollectionId`) KEY `IX_57C912B4` (`categoryId`,`ctCollectionId`) KEY `IX_83E29FD` (`companyId`,`ctCollectionId`) PRIMARY KEY (`categoryPropertyId`,`ctCollectionId`) UNIQUE KEY `IX_87C75408` (`categoryId`,`key_`,`ctCollectionId`) `categoryId` bigint(20) DEFAULT NULL `categoryPropertyId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `key_` varchar(255) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `value` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetDisplayPageEntry` ( KEY `IX_11CFB589` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_185EE7F1` (`groupId`,`ctCollectionId`) KEY `IX_31FA120C` (`classNameId`,`classPK`) KEY `IX_48F6F3B` (`uuid_`,`ctCollectionId`) KEY `IX_54CF971` (`layoutPageTemplateEntryId`,`ctCollectionId`) PRIMARY KEY (`assetDisplayPageEntryId`,`ctCollectionId`) UNIQUE KEY `IX_68525006` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) UNIQUE KEY `IX_EF42C6CB` (`uuid_`,`groupId`,`ctCollectionId`) `assetDisplayPageEntryId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `layoutPageTemplateEntryId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `plid` bigint(20) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetEntries_AssetTags` ( KEY `IX_112337B8` (`companyId`) KEY `IX_B2A61B55` (`tagId`) PRIMARY KEY (`entryId`,`tagId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `entryId` bigint(20) NOT NULL `tagId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetEntry` ( KEY `IX_25F682BE` (`companyId`,`ctCollectionId`) KEY `IX_5B55565F` (`layoutUuid`,`ctCollectionId`) KEY `IX_5B6AC3B8` (`visible`,`ctCollectionId`) KEY `IX_683ADC7F` (`groupId`,`classUuid`,`ctCollectionId`) KEY `IX_788964E3` (`publishDate`,`ctCollectionId`) KEY `IX_8839F457` (`expirationDate`,`ctCollectionId`) KEY `IX_A62EE954` (`groupId`,`classNameId`,`visible`,`ctCollectionId`) KEY `IX_B516ADB0` (`groupId`,`classNameId`,`publishDate`,`expirationDate`,`ctCollectionId`) KEY `IX_D5B55D40` (`groupId`,`ctCollectionId`) KEY `IX_E504D126` (`ctCollectionId`) PRIMARY KEY (`entryId`,`ctCollectionId`) UNIQUE KEY `IX_7BF8337B` (`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `classTypeId` bigint(20) DEFAULT NULL `classUuid` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `endDate` datetime(6) DEFAULT NULL `entryId` bigint(20) NOT NULL `expirationDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `height` int(11) DEFAULT NULL `layoutUuid` varchar(75) DEFAULT NULL `listable` tinyint(4) DEFAULT NULL `mimeType` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `priority` double DEFAULT NULL `publishDate` datetime(6) DEFAULT NULL `startDate` datetime(6) DEFAULT NULL `summary` longtext `title` longtext `url` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `visible` tinyint(4) DEFAULT NULL `width` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetEntryAssetCategoryRel` ( KEY `IX_2F4DB9C2` (`assetEntryId`,`ctCollectionId`) KEY `IX_7DEE7233` (`assetEntryId`,`assetCategoryId`,`ctCollectionId`) KEY `IX_A8BBA1A4` (`assetCategoryId`,`ctCollectionId`) PRIMARY KEY (`assetEntryAssetCategoryRelId`,`ctCollectionId`) `assetCategoryId` bigint(20) DEFAULT NULL `assetEntryAssetCategoryRelId` bigint(20) NOT NULL `assetEntryId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `priority` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetEntryUsage` ( KEY `IX_5EA4B621` (`containerType`,`containerKey`,`plid`,`ctCollectionId`) KEY `IX_8DA9ACD` (`plid`,`containerType`,`containerKey`) KEY `IX_B5C8DC2E` (`plid`,`ctCollectionId`) KEY `IX_B90A9E57` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_D010201D` (`assetEntryId`,`type_`,`ctCollectionId`) KEY `IX_D54DFB2D` (`uuid_`,`ctCollectionId`) KEY `IX_EBDE9FB4` (`assetEntryId`,`ctCollectionId`) PRIMARY KEY (`assetEntryUsageId`,`ctCollectionId`) UNIQUE KEY `IX_BFC5C070` (`assetEntryId`,`containerType`,`containerKey`,`plid`,`ctCollectionId`) UNIQUE KEY `IX_E21D8B19` (`uuid_`,`groupId`,`ctCollectionId`) `assetEntryId` bigint(20) DEFAULT NULL `assetEntryUsageId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `containerKey` varchar(200) DEFAULT NULL `containerType` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `plid` bigint(20) DEFAULT NULL `type_` int(11) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetLink` ( KEY `IX_5D969E8E` (`ctCollectionId`) KEY `IX_6963BEE7` (`entryId2`,`ctCollectionId`) KEY `IX_97B1F7F` (`entryId1`,`entryId2`,`ctCollectionId`) KEY `IX_9BB95D26` (`entryId1`,`ctCollectionId`) KEY `IX_F75CBE6B` (`entryId1`,`type_`,`ctCollectionId`) KEY `IX_F936118A` (`entryId2`,`type_`,`ctCollectionId`) PRIMARY KEY (`linkId`,`ctCollectionId`) UNIQUE KEY `IX_7FC555F2` (`entryId1`,`entryId2`,`type_`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `entryId1` bigint(20) DEFAULT NULL `entryId2` bigint(20) DEFAULT NULL `linkId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `weight` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetListEntry` ( KEY `IX_6A225693` (`groupId`,`type_`,`ctCollectionId`) KEY `IX_6BEBFA56` (`groupId`,`assetEntrySubtype`,`assetEntryType`,`ctCollectionId`) KEY `IX_AF5D7A1C` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_CBD041F6` (`groupId`,`title`,`assetEntryType`,`ctCollectionId`) KEY `IX_D48EC888` (`uuid_`,`ctCollectionId`) KEY `IX_D604A2E` (`groupId`,`assetEntryType`,`ctCollectionId`) KEY `IX_E5ED21FE` (`groupId`,`ctCollectionId`) KEY `IX_FD621D8E` (`groupId`,`title`,`assetEntrySubtype`,`assetEntryType`,`ctCollectionId`) PRIMARY KEY (`assetListEntryId`,`ctCollectionId`) UNIQUE KEY `IX_366FAE09` (`groupId`,`assetListEntryKey`,`ctCollectionId`) UNIQUE KEY `IX_5B95A9C6` (`groupId`,`title`,`ctCollectionId`) UNIQUE KEY `IX_B08E941E` (`uuid_`,`groupId`,`ctCollectionId`) `assetEntrySubtype` varchar(255) DEFAULT NULL `assetEntryType` varchar(255) DEFAULT NULL `assetListEntryId` bigint(20) NOT NULL `assetListEntryKey` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `title` varchar(75) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetListEntryAssetEntryRel` ( KEY `IX_3F8820EF` (`assetListEntryId`,`segmentsEntryId`,`ctCollectionId`) KEY `IX_881E2BCB` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_AB0636AA` (`assetListEntryId`,`ctCollectionId`) KEY `IX_FC6C4E39` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`assetListEntryAssetEntryRelId`,`ctCollectionId`) UNIQUE KEY `IX_1FDDE58D` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_FAAE938C` (`assetListEntryId`,`segmentsEntryId`,`position`,`ctCollectionId`) `assetEntryId` bigint(20) DEFAULT NULL `assetListEntryAssetEntryRelId` bigint(20) NOT NULL `assetListEntryId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `position` int(11) DEFAULT NULL `segmentsEntryId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetListEntrySegmentsEntryRel` ( KEY `IX_68CD4543` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_865F28AA` (`segmentsEntryId`,`ctCollectionId`) KEY `IX_8BB55022` (`assetListEntryId`,`ctCollectionId`) KEY `IX_AB2E6FC1` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`alEntrySegmentsEntryRelId`,`ctCollectionId`) UNIQUE KEY `IX_29F4FD05` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_56302677` (`assetListEntryId`,`segmentsEntryId`,`ctCollectionId`) `alEntrySegmentsEntryRelId` bigint(20) NOT NULL `assetListEntryId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `segmentsEntryId` bigint(20) DEFAULT NULL `typeSettings` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetListEntryUsage` ( KEY `IX_1F2615AF` (`uuid_`,`ctCollectionId`) KEY `IX_27D73798` (`groupId`,`classNameId`,`key_`,`type_`,`ctCollectionId`) KEY `IX_4B343E95` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_669BC47F` (`containerKey`,`containerType`,`plid`,`ctCollectionId`) KEY `IX_6E1C4974` (`assetListEntryId`,`ctCollectionId`) KEY `IX_76643456` (`assetListEntryId`,`classNameId`,`ctCollectionId`) KEY `IX_9722696C` (`plid`,`ctCollectionId`) KEY `IX_AF0F2C99` (`groupId`,`classNameId`,`key_`,`ctCollectionId`) PRIMARY KEY (`assetListEntryUsageId`,`ctCollectionId`) UNIQUE KEY `IX_624112AF` (`groupId`,`classNameId`,`containerKey`,`containerType`,`key_`,`plid`,`ctCollectionId`) UNIQUE KEY `IX_AE0E22D7` (`uuid_`,`groupId`,`ctCollectionId`) `assetListEntryId` bigint(20) DEFAULT NULL `assetListEntryUsageId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `containerKey` varchar(255) DEFAULT NULL `containerType` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `key_` varchar(255) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `plid` bigint(20) DEFAULT NULL `portletId` varchar(200) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetTag` ( KEY `IX_24286918` (`groupId`,`ctCollectionId`) KEY `IX_71579042` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_7A6CD00D` (`name`,`ctCollectionId`) KEY `IX_E534924E` (`ctCollectionId`) KEY `IX_E7450E22` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`tagId`,`ctCollectionId`) UNIQUE KEY `IX_A43FBC4` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_AA52E757` (`groupId`,`name`,`ctCollectionId`) `assetCount` int(11) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `tagId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `AssetVocabulary` ( KEY `IX_2C944C4C` (`groupId`,`visibilityType`,`ctCollectionId`) KEY `IX_2F3D2E76` (`uuid_`,`ctCollectionId`) KEY `IX_49B3687A` (`ctCollectionId`) KEY `IX_4E99C46C` (`groupId`,`ctCollectionId`) KEY `IX_6496D38F` (`companyId`,`externalReferenceCode`,`ctCollectionId`) KEY `IX_B955B36E` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_F75DCEEA` (`companyId`,`ctCollectionId`) PRIMARY KEY (`vocabularyId`,`ctCollectionId`) UNIQUE KEY `IX_8F88F9F0` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_AE9F73AB` (`groupId`,`name`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `settings_` longtext `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `visibilityType` int(11) DEFAULT NULL `vocabularyId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Audit_AuditEvent` ( KEY `IX_8FE31EDF` (`companyId`) PRIMARY KEY (`auditEventId`) `additionalInfo` longtext `auditEventId` bigint(20) NOT NULL `className` varchar(200) DEFAULT NULL `classPK` varchar(75) DEFAULT NULL `clientHost` varchar(255) DEFAULT NULL `clientIP` varchar(255) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `eventType` varchar(75) DEFAULT NULL `message` longtext `serverName` varchar(255) DEFAULT NULL `serverPort` int(11) DEFAULT NULL `sessionID` varchar(255) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BackgroundTask` ( KEY `IX_2FCFE748` (`taskExecutorClassName`,`status`) KEY `IX_579C63B0` (`groupId`,`name`,`taskExecutorClassName`,`completed`) KEY `IX_75638CDF` (`status`) KEY `IX_7A9FF471` (`groupId`,`taskExecutorClassName`,`completed`) KEY `IX_7E757D70` (`groupId`,`taskExecutorClassName`,`status`) KEY `IX_C5A6C78F` (`companyId`) KEY `IX_C71C3B7` (`groupId`,`status`) KEY `IX_FBF5FAA2` (`completed`) PRIMARY KEY (`backgroundTaskId`) `backgroundTaskId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `completed` tinyint(4) DEFAULT NULL `completionDate` datetime(6) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `servletContextNames` varchar(255) DEFAULT NULL `statusMessage` longtext `status` int(11) DEFAULT NULL `taskContextMap` longtext `taskExecutorClassName` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BatchEngineExportTask` ( KEY `IX_6DA5084D` (`companyId`) KEY `IX_822E7A2F` (`uuid_`,`companyId`) KEY `IX_DADA545C` (`executeStatus`) PRIMARY KEY (`batchEngineExportTaskId`) `batchEngineExportTaskId` bigint(20) NOT NULL `callbackURL` varchar(75) DEFAULT NULL `className` varchar(255) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `contentType` varchar(75) DEFAULT NULL `content` longblob `createDate` datetime(6) DEFAULT NULL `endTime` datetime(6) DEFAULT NULL `errorMessage` varchar(1000) DEFAULT NULL `executeStatus` varchar(75) DEFAULT NULL `fieldNames` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parameters` longtext `startTime` datetime(6) DEFAULT NULL `taskItemDelegateName` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BatchEngineImportTask` ( KEY `IX_ABC8050B` (`executeStatus`) KEY `IX_BE725720` (`uuid_`,`companyId`) KEY `IX_CEAC687C` (`companyId`) PRIMARY KEY (`batchEngineImportTaskId`) `batchEngineImportTaskId` bigint(20) NOT NULL `batchSize` bigint(20) DEFAULT NULL `callbackURL` varchar(75) DEFAULT NULL `className` varchar(255) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `contentType` varchar(75) DEFAULT NULL `content` longblob `createDate` datetime(6) DEFAULT NULL `endTime` datetime(6) DEFAULT NULL `errorMessage` varchar(1000) DEFAULT NULL `executeStatus` varchar(75) DEFAULT NULL `fieldNameMapping` longtext `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `operation` varchar(75) DEFAULT NULL `parameters` longtext `processedItemsCount` int(11) DEFAULT NULL `startTime` datetime(6) DEFAULT NULL `taskItemDelegateName` varchar(75) DEFAULT NULL `totalItemsCount` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BatchPlannerLog` ( PRIMARY KEY (`batchPlannerLogId`) UNIQUE KEY `IX_8806EF8E` (`batchPlannerPlanId`,`dispatchTriggerERC`) UNIQUE KEY `IX_8A6A1B66` (`batchPlannerPlanId`,`batchEngineImportTaskERC`) UNIQUE KEY `IX_D7841C37` (`batchPlannerPlanId`,`batchEngineExportTaskERC`) `batchEngineExportTaskERC` varchar(75) DEFAULT NULL `batchEngineImportTaskERC` varchar(75) DEFAULT NULL `batchPlannerLogId` bigint(20) NOT NULL `batchPlannerPlanId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `dispatchTriggerERC` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `size_` int(11) DEFAULT NULL `status` int(11) DEFAULT NULL `total` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BatchPlannerMapping` ( PRIMARY KEY (`batchPlannerMappingId`) UNIQUE KEY `IX_E025DC1A` (`batchPlannerPlanId`,`externalFieldName`,`internalFieldName`) `batchPlannerMappingId` bigint(20) NOT NULL `batchPlannerPlanId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `externalFieldName` varchar(75) DEFAULT NULL `externalFieldType` varchar(75) DEFAULT NULL `internalFieldName` varchar(75) DEFAULT NULL `internalFieldType` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `script` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BatchPlannerPlan` ( KEY `IX_874FA8DB` (`companyId`,`userId`) PRIMARY KEY (`batchPlannerPlanId`) UNIQUE KEY `IX_221A54A0` (`companyId`,`name`) `active_` tinyint(4) DEFAULT NULL `batchPlannerPlanId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `export` tinyint(4) DEFAULT NULL `externalType` varchar(75) DEFAULT NULL `externalURL` longtext `internalClassName` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BatchPlannerPolicy` ( PRIMARY KEY (`batchPlannerPolicyId`) UNIQUE KEY `IX_A8E0209F` (`batchPlannerPlanId`,`name`) `batchPlannerPlanId` bigint(20) DEFAULT NULL `batchPlannerPolicyId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `value` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BlogsEntry` ( KEY `IX_1EFD8EE9` (`groupId`,`status`) KEY `IX_2672F77F` (`displayDate`,`status`) KEY `IX_49E15A23` (`groupId`,`userId`,`status`) KEY `IX_5E8307BB` (`uuid_`,`companyId`) KEY `IX_768836DA` (`groupId`,`externalReferenceCode`) KEY `IX_A5F57B61` (`companyId`,`userId`,`status`) KEY `IX_BB0C2905` (`companyId`,`displayDate`,`status`) KEY `IX_DA04F689` (`groupId`,`userId`,`displayDate`,`status`) KEY `IX_EB2DCE27` (`companyId`,`status`) KEY `IX_F0E73383` (`groupId`,`displayDate`,`status`) PRIMARY KEY (`entryId`) UNIQUE KEY `IX_1B1040FD` (`uuid_`,`groupId`) UNIQUE KEY `IX_DB780A20` (`groupId`,`urlTitle`) `allowPingbacks` tinyint(4) DEFAULT NULL `allowTrackbacks` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `content` longtext `coverImageCaption` longtext `coverImageFileEntryId` bigint(20) DEFAULT NULL `coverImageURL` longtext `createDate` datetime(6) DEFAULT NULL `description` longtext `displayDate` datetime(6) DEFAULT NULL `entryId` bigint(20) NOT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `smallImageFileEntryId` bigint(20) DEFAULT NULL `smallImageId` bigint(20) DEFAULT NULL `smallImageURL` longtext `smallImage` tinyint(4) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `subtitle` longtext `title` varchar(255) DEFAULT NULL `trackbacks` longtext `urlTitle` varchar(255) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BlogsStatsUser` ( KEY `IX_28C78D5C` (`groupId`,`entryCount`) KEY `IX_507BA031` (`userId`,`lastPostDate`) KEY `IX_90CDA39A` (`companyId`,`entryCount`) PRIMARY KEY (`statsUserId`) UNIQUE KEY `IX_82254C25` (`groupId`,`userId`) `companyId` bigint(20) DEFAULT NULL `entryCount` int(11) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPostDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `ratingsAverageScore` double DEFAULT NULL `ratingsTotalEntries` int(11) DEFAULT NULL `ratingsTotalScore` double DEFAULT NULL `statsUserId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BookmarksEntry` ( KEY `IX_146382F2` (`groupId`,`folderId`,`status`) KEY `IX_276C8C13` (`companyId`,`status`) KEY `IX_416AD7D5` (`groupId`,`status`) KEY `IX_89BEDC4F` (`uuid_`,`companyId`) KEY `IX_9D9CF70F` (`groupId`,`userId`,`status`) KEY `IX_C78B61AC` (`groupId`,`userId`,`folderId`,`status`) PRIMARY KEY (`entryId`) UNIQUE KEY `IX_EAA02A91` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `entryId` bigint(20) NOT NULL `folderId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `priority` int(11) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `treePath` longtext `url` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BookmarksFolder` ( KEY `IX_54F0ED65` (`uuid_`,`companyId`) KEY `IX_C27C9DBD` (`companyId`,`status`) KEY `IX_D16018A6` (`groupId`,`parentFolderId`,`status`) PRIMARY KEY (`folderId`) UNIQUE KEY `IX_DC2F8927` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `folderId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `parentFolderId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `treePath` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `BrowserTracker` ( PRIMARY KEY (`browserTrackerId`) UNIQUE KEY `IX_E7B95510` (`userId`) `browserKey` bigint(20) DEFAULT NULL `browserTrackerId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CAccountGroupCAccountRel` ( KEY `IX_41A0DD5` (`companyId`,`externalReferenceCode`) KEY `IX_9808F83D` (`commerceAccountId`) PRIMARY KEY (`CAccountGroupCAccountRelId`) UNIQUE KEY `IX_1F92C081` (`commerceAccountGroupId`,`commerceAccountId`) `CAccountGroupCAccountRelId` bigint(20) NOT NULL `commerceAccountGroupId` bigint(20) DEFAULT NULL `commerceAccountId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CDiscountCAccountGroupRel` ( KEY `IX_F7FFBCCA` (`commerceAccountGroupId`) PRIMARY KEY (`CDiscountCAccountGroupRelId`) UNIQUE KEY `IX_9D768AF5` (`commerceDiscountId`,`commerceAccountGroupId`) `CDiscountCAccountGroupRelId` bigint(20) NOT NULL `commerceAccountGroupId` bigint(20) DEFAULT NULL `commerceDiscountId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CIAudit` ( KEY `IX_53AE0C80` (`companyId`,`sku`) KEY `IX_57638B52` (`sku`) KEY `IX_E7D143D9` (`createDate`) PRIMARY KEY (`CIAuditId`) `CIAuditId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `logTypeSettings` longtext `logType` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `quantity` int(11) DEFAULT NULL `sku` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CIBookedQuantity` ( KEY `IX_1B168464` (`companyId`,`sku`) KEY `IX_33BF9CB0` (`expirationDate`) KEY `IX_EC1719EE` (`sku`) PRIMARY KEY (`CIBookedQuantityId`) `CIBookedQuantityId` bigint(20) NOT NULL `bookedNote` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `quantity` int(11) DEFAULT NULL `sku` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CIReplenishmentItem` ( KEY `IX_1B681B5C` (`companyId`,`sku`) KEY `IX_6C8E22D3` (`sku`,`availabilityDate`) KEY `IX_967CACA8` (`commerceInventoryWarehouseId`) KEY `IX_F588314` (`availabilityDate`) PRIMARY KEY (`CIReplenishmentItemId`) `CIReplenishmentItemId` bigint(20) NOT NULL `availabilityDate` datetime(6) DEFAULT NULL `commerceInventoryWarehouseId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `quantity` int(11) DEFAULT NULL `sku` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CIWarehouse` ( KEY `IX_331A3FD3` (`companyId`,`active_`,`countryTwoLettersISOCode`) KEY `IX_68E6B8D8` (`companyId`,`externalReferenceCode`) KEY `IX_7202EB2` (`countryTwoLettersISOCode`) KEY `IX_8427A055` (`active_`,`countryTwoLettersISOCode`) KEY `IX_DADA8974` (`companyId`,`countryTwoLettersISOCode`) PRIMARY KEY (`CIWarehouseId`) `CIWarehouseId` bigint(20) NOT NULL `active_` tinyint(4) DEFAULT NULL `city` varchar(75) DEFAULT NULL `commerceRegionCode` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `countryTwoLettersISOCode` varchar(75) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` varchar(75) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `latitude` double DEFAULT NULL `longitude` double DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `street1` varchar(75) DEFAULT NULL `street2` varchar(75) DEFAULT NULL `street3` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `zip` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CIWarehouseGroupRel` ( KEY `IX_3996C237` (`groupId`,`commerceWarehouseId`,`primary_`) KEY `IX_E4C1F39E` (`groupId`,`primary_`) PRIMARY KEY (`CIWarehouseGroupRelId`) `CIWarehouseGroupRelId` bigint(20) NOT NULL `commerceWarehouseId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `primary_` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CIWarehouseItem` ( KEY `IX_8A09C40B` (`companyId`,`externalReferenceCode`) KEY `IX_97CADC57` (`sku`) KEY `IX_F8B2565B` (`companyId`,`sku`) PRIMARY KEY (`CIWarehouseItemId`) UNIQUE KEY `IX_8D9FD306` (`commerceInventoryWarehouseId`,`sku`) `CIWarehouseItemId` bigint(20) NOT NULL `commerceInventoryWarehouseId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `quantity` int(11) DEFAULT NULL `reservedQuantity` int(11) DEFAULT NULL `sku` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CNTemplateCAccountGroupRel` ( KEY `IX_7951AAEB` (`commerceAccountGroupId`) PRIMARY KEY (`CNTemplateCAccountGroupRelId`) UNIQUE KEY `IX_AFBF7DA` (`commerceNotificationTemplateId`,`commerceAccountGroupId`) `CNTemplateCAccountGroupRelId` bigint(20) NOT NULL `commerceAccountGroupId` bigint(20) DEFAULT NULL `commerceNotificationTemplateId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CNotificationAttachment` ( KEY `IX_6E9D8183` (`CNotificationQueueEntryId`) KEY `IX_8D120A4B` (`uuid_`,`companyId`) PRIMARY KEY (`CNotificationAttachmentId`) UNIQUE KEY `IX_339EA78D` (`uuid_`,`groupId`) `CNotificationAttachmentId` bigint(20) NOT NULL `CNotificationQueueEntryId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `deleteOnSend` tinyint(4) DEFAULT NULL `fileEntryId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPAttachmentFileEntry` ( KEY `IX_59F57821` (`companyId`,`externalReferenceCode`) KEY `IX_A0B4C71A` (`displayDate`,`status`) KEY `IX_A6E0353A` (`classNameId`,`classPK`,`type_`,`status`) KEY `IX_B2AFFCE5` (`classNameId`,`classPK`,`displayDate`,`status`) KEY `IX_C2C5D600` (`uuid_`,`companyId`) PRIMARY KEY (`CPAttachmentFileEntryId`) UNIQUE KEY `IX_BFCBDC82` (`uuid_`,`groupId`) UNIQUE KEY `IX_DD114140` (`classNameId`,`classPK`,`fileEntryId`) `CPAttachmentFileEntryId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `fileEntryId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `json` longtext `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `priority` double DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `title` longtext `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDAvailabilityEstimate` ( KEY `IX_609B2AF4` (`uuid_`,`companyId`) KEY `IX_E560850D` (`commerceAvailabilityEstimateId`) PRIMARY KEY (`CPDAvailabilityEstimateId`) UNIQUE KEY `IX_17D56F1B` (`CProductId`) `CPDAvailabilityEstimateId` bigint(20) NOT NULL `CProductId` bigint(20) DEFAULT NULL `commerceAvailabilityEstimateId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDSpecificationOptionValue` ( KEY `IX_173E8E91` (`CPDefinitionId`,`CPSpecificationOptionId`) KEY `IX_4F4EDBA5` (`CPOptionCategoryId`) KEY `IX_508DBDCA` (`uuid_`,`companyId`) KEY `IX_573BE140` (`CPSpecificationOptionId`) KEY `IX_8DA57014` (`groupId`) KEY `IX_95975FB4` (`CPDefinitionId`,`CPOptionCategoryId`) PRIMARY KEY (`CPDSpecificationOptionValueId`) UNIQUE KEY `IX_551F2ECC` (`uuid_`,`groupId`) `CPDSpecificationOptionValueId` bigint(20) NOT NULL `CPDefinitionId` bigint(20) DEFAULT NULL `CPOptionCategoryId` bigint(20) DEFAULT NULL `CPSpecificationOptionId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `priority` double DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `value` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDefinition` ( KEY `IX_1F4B9C67` (`CProductId`,`status`) KEY `IX_217AF702` (`companyId`) KEY `IX_3D5A0021` (`CPTaxCategoryId`) KEY `IX_419350EA` (`groupId`,`status`) KEY `IX_8EA585DA` (`uuid_`,`companyId`) KEY `IX_99C4ED10` (`groupId`,`subscriptionEnabled`) KEY `IX_A465D100` (`displayDate`,`status`) KEY `IX_F1AEC8A7` (`CProductId`,`version`) PRIMARY KEY (`CPDefinitionId`) UNIQUE KEY `IX_BA9BADC` (`uuid_`,`groupId`) `CPDefinitionId` bigint(20) NOT NULL `CPTaxCategoryId` bigint(20) DEFAULT NULL `CProductId` bigint(20) DEFAULT NULL `DDMStructureKey` varchar(75) DEFAULT NULL `accountGroupFilterEnabled` tinyint(4) DEFAULT NULL `availableIndividually` tinyint(4) DEFAULT NULL `channelFilterEnabled` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultLanguageId` varchar(75) DEFAULT NULL `deliveryMaxSubscriptionCycles` bigint(20) DEFAULT NULL `deliverySubTypeSettings` varchar(75) DEFAULT NULL `deliverySubscriptionEnabled` tinyint(4) DEFAULT NULL `deliverySubscriptionLength` int(11) DEFAULT NULL `deliverySubscriptionType` varchar(75) DEFAULT NULL `depth` double DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `freeShipping` tinyint(4) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `height` double DEFAULT NULL `ignoreSKUCombinations` tinyint(4) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `maxSubscriptionCycles` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `productTypeName` varchar(75) DEFAULT NULL `published` tinyint(4) DEFAULT NULL `shipSeparately` tinyint(4) DEFAULT NULL `shippable` tinyint(4) DEFAULT NULL `shippingExtraPrice` double DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `subscriptionEnabled` tinyint(4) DEFAULT NULL `subscriptionLength` int(11) DEFAULT NULL `subscriptionTypeSettings` longtext `subscriptionType` varchar(75) DEFAULT NULL `taxExempt` tinyint(4) DEFAULT NULL `telcoOrElectronics` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` int(11) DEFAULT NULL `weight` double DEFAULT NULL `width` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDefinitionGroupedEntry` ( KEY `IX_FA3CDBAE` (`uuid_`,`companyId`) PRIMARY KEY (`CPDefinitionGroupedEntryId`) UNIQUE KEY `IX_64F7EFA0` (`CPDefinitionId`,`entryCProductId`) UNIQUE KEY `IX_E30475B0` (`uuid_`,`groupId`) `CPDefinitionGroupedEntryId` bigint(20) NOT NULL `CPDefinitionId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `entryCProductId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `priority` double DEFAULT NULL `quantity` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDefinitionInventory` ( KEY `IX_51AED1D6` (`uuid_`,`companyId`) PRIMARY KEY (`CPDefinitionInventoryId`) UNIQUE KEY `IX_274DD5D8` (`uuid_`,`groupId`) UNIQUE KEY `IX_34D62DF1` (`CPDefinitionId`) `CPDefinitionId` bigint(20) DEFAULT NULL `CPDefinitionInventoryEngine` varchar(75) DEFAULT NULL `CPDefinitionInventoryId` bigint(20) NOT NULL `allowedOrderQuantities` varchar(75) DEFAULT NULL `backOrders` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `displayAvailability` tinyint(4) DEFAULT NULL `displayStockQuantity` tinyint(4) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lowStockActivity` varchar(75) DEFAULT NULL `maxOrderQuantity` int(11) DEFAULT NULL `minOrderQuantity` int(11) DEFAULT NULL `minStockQuantity` int(11) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `multipleOrderQuantity` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDefinitionLink` ( KEY `IX_220CC8F4` (`uuid_`,`companyId`) KEY `IX_5572A666` (`CPDefinitionId`,`type_`) KEY `IX_F7B5F85A` (`CProductId`,`type_`) PRIMARY KEY (`CPDefinitionLinkId`) UNIQUE KEY `IX_7FA4A6B` (`CPDefinitionId`,`CProductId`,`type_`) UNIQUE KEY `IX_865AFC76` (`uuid_`,`groupId`) `CPDefinitionId` bigint(20) DEFAULT NULL `CPDefinitionLinkId` bigint(20) NOT NULL `CProductId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `priority` double DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDefinitionLocalization` ( PRIMARY KEY (`cpDefinitionLocalizationId`) UNIQUE KEY `IX_F4B4ACB5` (`CPDefinitionId`,`languageId`) `CPDefinitionId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `cpDefinitionLocalizationId` bigint(20) NOT NULL `description` longtext `languageId` varchar(75) DEFAULT NULL `metaDescription` varchar(255) DEFAULT NULL `metaKeywords` varchar(255) DEFAULT NULL `metaTitle` varchar(255) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `shortDescription` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDefinitionOptionRel` ( KEY `IX_449BFCFE` (`companyId`) KEY `IX_749E99EB` (`CPDefinitionId`,`skuContributor`) KEY `IX_7BED0C5E` (`uuid_`,`companyId`) KEY `IX_A65BAB00` (`groupId`) KEY `IX_BDB8420C` (`CPDefinitionId`,`required`) PRIMARY KEY (`CPDefinitionOptionRelId`) UNIQUE KEY `IX_75456D8D` (`CPDefinitionId`,`key_`) UNIQUE KEY `IX_E57A1C2A` (`CPDefinitionId`,`CPOptionId`) UNIQUE KEY `IX_EB691260` (`uuid_`,`groupId`) `CPDefinitionId` bigint(20) DEFAULT NULL `CPDefinitionOptionRelId` bigint(20) NOT NULL `CPOptionId` bigint(20) DEFAULT NULL `DDMFormFieldTypeName` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `facetable` tinyint(4) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `key_` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `priceType` varchar(75) DEFAULT NULL `priority` double DEFAULT NULL `required` tinyint(4) DEFAULT NULL `skuContributor` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDefinitionOptionValueRel` ( KEY `IX_2434CAD7` (`key_`) KEY `IX_3EB86274` (`CPInstanceUuid`) KEY `IX_44C2E505` (`companyId`) KEY `IX_4A77D282` (`CPDefinitionOptionRelId`,`preselected`) KEY `IX_695AE8C7` (`groupId`) KEY `IX_CD95E77` (`uuid_`,`companyId`) PRIMARY KEY (`CPDefinitionOptionValueRelId`) UNIQUE KEY `IX_34516B9` (`uuid_`,`groupId`) UNIQUE KEY `IX_8FDF08C0` (`CPDefinitionOptionRelId`,`key_`) `CPDefinitionOptionRelId` bigint(20) DEFAULT NULL `CPDefinitionOptionValueRelId` bigint(20) NOT NULL `CPInstanceUuid` varchar(75) DEFAULT NULL `CProductId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `key_` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `preselected` tinyint(4) DEFAULT NULL `price` decimal(30,16) DEFAULT NULL `priority` double DEFAULT NULL `quantity` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDefinitionVirtualSetting` ( KEY `IX_F1182A3F` (`uuid_`,`companyId`) PRIMARY KEY (`CPDefinitionVirtualSettingId`) UNIQUE KEY `IX_19B2FD20` (`classNameId`,`classPK`) UNIQUE KEY `IX_8ED43481` (`uuid_`,`groupId`) `CPDefinitionVirtualSettingId` bigint(20) NOT NULL `activationStatus` int(11) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `duration` bigint(20) DEFAULT NULL `fileEntryId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `maxUsages` int(11) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `override` tinyint(4) DEFAULT NULL `sampleFileEntryId` bigint(20) DEFAULT NULL `sampleUrl` varchar(255) DEFAULT NULL `termsOfUseArticleResourcePK` bigint(20) DEFAULT NULL `termsOfUseContent` longtext `termsOfUseRequired` tinyint(4) DEFAULT NULL `url` varchar(255) DEFAULT NULL `useSample` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPDisplayLayout` ( KEY `IX_290BF7BA` (`classNameId`,`classPK`) KEY `IX_381B82DE` (`groupId`,`layoutUuid`) KEY `IX_EEFA81D9` (`uuid_`,`companyId`) PRIMARY KEY (`CPDisplayLayoutId`) UNIQUE KEY `IX_68BBAA9B` (`uuid_`,`groupId`) UNIQUE KEY `IX_CA4A67BA` (`groupId`,`classNameId`,`classPK`) `CPDisplayLayoutId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `layoutUuid` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPInstance` ( KEY `IX_34763899` (`CPInstanceUuid`) KEY `IX_7C65903E` (`displayDate`,`status`) KEY `IX_8A7A3F5C` (`uuid_`,`companyId`) KEY `IX_C399720F` (`CPDefinitionId`,`displayDate`,`status`) KEY `IX_E2C3A97D` (`companyId`,`externalReferenceCode`) KEY `IX_F4C9CDD` (`CPDefinitionId`,`status`) KEY `IX_FF605F28` (`groupId`,`status`) PRIMARY KEY (`CPInstanceId`) UNIQUE KEY `IX_25BEB828` (`CPDefinitionId`,`CPInstanceUuid`) UNIQUE KEY `IX_7E830576` (`CPDefinitionId`,`sku`) UNIQUE KEY `IX_F902ECDE` (`uuid_`,`groupId`) `CPDefinitionId` bigint(20) DEFAULT NULL `CPInstanceId` bigint(20) NOT NULL `CPInstanceUuid` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `cost` decimal(30,16) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `deliveryMaxSubscriptionCycles` bigint(20) DEFAULT NULL `deliverySubTypeSettings` varchar(75) DEFAULT NULL `deliverySubscriptionEnabled` tinyint(4) DEFAULT NULL `deliverySubscriptionLength` int(11) DEFAULT NULL `deliverySubscriptionType` varchar(75) DEFAULT NULL `depth` double DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `gtin` varchar(75) DEFAULT NULL `height` double DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `manufacturerPartNumber` varchar(75) DEFAULT NULL `maxSubscriptionCycles` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `overrideSubscriptionInfo` tinyint(4) DEFAULT NULL `price` decimal(30,16) DEFAULT NULL `promoPrice` decimal(30,16) DEFAULT NULL `published` tinyint(4) DEFAULT NULL `purchasable` tinyint(4) DEFAULT NULL `sku` varchar(75) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `subscriptionEnabled` tinyint(4) DEFAULT NULL `subscriptionLength` int(11) DEFAULT NULL `subscriptionTypeSettings` longtext `subscriptionType` varchar(75) DEFAULT NULL `unspsc` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `weight` double DEFAULT NULL `width` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPInstanceOptionValueRel` ( KEY `IX_1F153982` (`CPDefinitionOptionValueRelId`,`CPInstanceId`) KEY `IX_2C714896` (`CPInstanceId`) KEY `IX_F63695BB` (`CPDefinitionOptionRelId`,`CPInstanceId`) KEY `IX_F6E24C79` (`uuid_`,`companyId`) PRIMARY KEY (`CPInstanceOptionValueRelId`) UNIQUE KEY `IX_4BFAB7E7` (`CPDefinitionOptionRelId`,`CPDefinitionOptionValueRelId`,`CPInstanceId`) UNIQUE KEY `IX_AF559D3B` (`uuid_`,`groupId`) `CPDefinitionOptionRelId` bigint(20) DEFAULT NULL `CPDefinitionOptionValueRelId` bigint(20) DEFAULT NULL `CPInstanceId` bigint(20) DEFAULT NULL `CPInstanceOptionValueRelId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPLCommerceGroupAccountRel` ( KEY `IX_E475B7EB` (`uuid_`,`companyId`) PRIMARY KEY (`CPLCommerceAccountGroupRelId`) UNIQUE KEY `IX_DEFDE07C` (`commercePriceListId`,`commerceAccountGroupId`) `CPLCommerceAccountGroupRelId` bigint(20) NOT NULL `commerceAccountGroupId` bigint(20) DEFAULT NULL `commercePriceListId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `order_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPMeasurementUnit` ( KEY `IX_107489F5` (`companyId`,`primary_`,`type_`) KEY `IX_1C2742A6` (`companyId`,`type_`) KEY `IX_E244DBED` (`uuid_`,`companyId`) PRIMARY KEY (`CPMeasurementUnitId`) UNIQUE KEY `IX_753D79AF` (`uuid_`,`groupId`) UNIQUE KEY `IX_BCD82992` (`companyId`,`key_`,`type_`) `CPMeasurementUnitId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `key_` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `primary_` tinyint(4) DEFAULT NULL `priority` double DEFAULT NULL `rate` double DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPOption` ( KEY `IX_25450C9D` (`companyId`,`externalReferenceCode`) KEY `IX_C565E27C` (`uuid_`,`companyId`) PRIMARY KEY (`CPOptionId`) UNIQUE KEY `IX_BDFC3674` (`companyId`,`key_`) `CPOptionId` bigint(20) NOT NULL `DDMFormFieldTypeName` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `facetable` tinyint(4) DEFAULT NULL `key_` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `required` tinyint(4) DEFAULT NULL `skuContributor` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPOptionCategory` ( KEY `IX_957E69A` (`uuid_`,`companyId`) PRIMARY KEY (`CPOptionCategoryId`) UNIQUE KEY `IX_33CA3696` (`companyId`,`key_`) `CPOptionCategoryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `key_` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `priority` double DEFAULT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPOptionValue` ( KEY `IX_17FEC609` (`uuid_`,`companyId`) KEY `IX_5547362A` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`CPOptionValueId`) UNIQUE KEY `IX_F4C57C5A` (`CPOptionId`,`key_`) `CPOptionId` bigint(20) DEFAULT NULL `CPOptionValueId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `key_` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `priority` double DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPSpecificationOption` ( KEY `IX_421ED80` (`CPOptionCategoryId`) KEY `IX_5B218A65` (`uuid_`,`companyId`) PRIMARY KEY (`CPSpecificationOptionId`) UNIQUE KEY `IX_1DA76D6B` (`companyId`,`key_`) `CPOptionCategoryId` bigint(20) DEFAULT NULL `CPSpecificationOptionId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `facetable` tinyint(4) DEFAULT NULL `key_` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPTaxCategory` ( KEY `IX_E91CFF77` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`CPTaxCategoryId`) `CPTaxCategoryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CPricingClassCPDefinitionRel` ( KEY `IX_31653559` (`CPDefinitionId`) PRIMARY KEY (`CPricingClassCPDefinitionRelId`) UNIQUE KEY `IX_AC54AA95` (`commercePricingClassId`,`CPDefinitionId`) `CPDefinitionId` bigint(20) DEFAULT NULL `CPricingClassCPDefinitionRelId` bigint(20) NOT NULL `commercePricingClassId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CProduct` ( KEY `IX_39773566` (`uuid_`,`companyId`) KEY `IX_77F5B8F8` (`groupId`) KEY `IX_7BB74B87` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`CProductId`) UNIQUE KEY `IX_9F9DD68` (`uuid_`,`groupId`) `CProductId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `latestVersion` int(11) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `publishedCPDefinitionId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CShippingFixedOptionRel` ( KEY `IX_4AA09D60` (`commerceShippingMethodId`) KEY `IX_D89A7E24` (`commerceShippingFixedOptionId`) PRIMARY KEY (`CShippingFixedOptionRelId`) `CShippingFixedOptionRelId` bigint(20) NOT NULL `commerceInventoryWarehouseId` bigint(20) DEFAULT NULL `commerceShippingFixedOptionId` bigint(20) DEFAULT NULL `commerceShippingMethodId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `countryId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `fixedPrice` decimal(30,16) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `ratePercentage` double DEFAULT NULL `rateUnitWeightPrice` decimal(30,16) DEFAULT NULL `regionId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `weightFrom` double DEFAULT NULL `weightTo` double DEFAULT NULL `zip` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTAutoResolutionInfo` ( KEY `IX_F925260` (`ctCollectionId`,`modelClassNameId`,`sourceModelClassPK`) PRIMARY KEY (`ctAutoResolutionInfoId`) `companyId` bigint(20) DEFAULT NULL `conflictIdentifier` varchar(500) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctAutoResolutionInfoId` bigint(20) NOT NULL `ctCollectionId` bigint(20) DEFAULT NULL `modelClassNameId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `sourceModelClassPK` bigint(20) DEFAULT NULL `targetModelClassPK` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTCollection` ( KEY `IX_8D52E6F9` (`companyId`,`status`) KEY `IX_CCDD86CD` (`schemaVersionId`) PRIMARY KEY (`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL `description` varchar(200) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `schemaVersionId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTComment` ( KEY `IX_C5E592B8` (`ctEntryId`) KEY `IX_FE644B52` (`ctCollectionId`) PRIMARY KEY (`ctCommentId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) DEFAULT NULL `ctCommentId` bigint(20) NOT NULL `ctEntryId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `value` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTEntry` ( PRIMARY KEY (`ctEntryId`) UNIQUE KEY `IX_295C418C` (`ctCollectionId`,`modelClassNameId`,`modelClassPK`) `changeType` int(11) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) DEFAULT NULL `ctEntryId` bigint(20) NOT NULL `modelClassNameId` bigint(20) DEFAULT NULL `modelClassPK` bigint(20) DEFAULT NULL `modelMvccVersion` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTMessage` ( KEY `IX_9FB742FA` (`ctCollectionId`) PRIMARY KEY (`ctMessageId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) DEFAULT NULL `ctMessageId` bigint(20) NOT NULL `messageContent` longtext `mvccVersion` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTPreferences` ( KEY `IX_3FECC82B` (`ctCollectionId`) KEY `IX_D9EA7A42` (`previousCtCollectionId`) PRIMARY KEY (`ctPreferencesId`) UNIQUE KEY `IX_516E5375` (`companyId`,`userId`) `companyId` bigint(20) DEFAULT NULL `confirmationEnabled` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) DEFAULT NULL `ctPreferencesId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `previousCtCollectionId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTProcess` ( KEY `IX_5F9B5D3E` (`userId`) KEY `IX_7523B0A4` (`companyId`) KEY `IX_B4859762` (`ctCollectionId`) PRIMARY KEY (`ctProcessId`) `backgroundTaskId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) DEFAULT NULL `ctProcessId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTSContent` ( KEY `IX_6D216525` (`companyId`,`repositoryId`,`storeType`,`ctCollectionId`) KEY `IX_7639D584` (`companyId`,`repositoryId`,`path_`,`ctCollectionId`) KEY `IX_A205D291` (`storeType`,`companyId`,`repositoryId`,`ctCollectionId`) KEY `IX_A89623` (`companyId`,`repositoryId`,`path_`,`storeType`,`ctCollectionId`) KEY `IX_C97BB67B` (`ctCollectionId`) KEY `IX_D2EC53C2` (`companyId`,`repositoryId`,`ctCollectionId`) KEY `IX_FC29DFD5` (`storeType`,`companyId`,`repositoryId`,`path_`,`ctCollectionId`) PRIMARY KEY (`ctsContentId`,`ctCollectionId`) UNIQUE KEY `IX_AE0A5E27` (`companyId`,`repositoryId`,`path_`,`version`,`storeType`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `ctsContentId` bigint(20) NOT NULL `data_` longblob `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `path_` varchar(75) DEFAULT NULL `repositoryId` bigint(20) DEFAULT NULL `size_` bigint(20) DEFAULT NULL `storeType` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CTSchemaVersion` ( KEY `IX_687AE35C` (`companyId`) PRIMARY KEY (`schemaVersionId`) `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `schemaContext` longtext `schemaVersionId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Calendar` ( KEY `IX_97656498` (`uuid_`,`companyId`) KEY `IX_97FC174E` (`groupId`,`calendarResourceId`,`defaultCalendar`) PRIMARY KEY (`calendarId`) UNIQUE KEY `IX_3AE311A` (`uuid_`,`groupId`) `calendarId` bigint(20) NOT NULL `calendarResourceId` bigint(20) DEFAULT NULL `color` int(11) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultCalendar` tinyint(4) DEFAULT NULL `description` longtext `enableComments` tinyint(4) DEFAULT NULL `enableRatings` tinyint(4) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `timeZoneId` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CalendarBooking` ( KEY `IX_14ADC52E` (`recurringCalendarBookingId`) KEY `IX_470170B4` (`calendarId`,`status`) KEY `IX_A21D9FD5` (`uuid_`,`companyId`) KEY `IX_B198FFC` (`calendarResourceId`) KEY `IX_F7B8A941` (`parentCalendarBookingId`,`status`) PRIMARY KEY (`calendarBookingId`) UNIQUE KEY `IX_113A264E` (`calendarId`,`parentCalendarBookingId`) UNIQUE KEY `IX_8B23DA0E` (`calendarId`,`vEventUid`) UNIQUE KEY `IX_F4C61797` (`uuid_`,`groupId`) `allDay` tinyint(4) DEFAULT NULL `calendarBookingId` bigint(20) NOT NULL `calendarId` bigint(20) DEFAULT NULL `calendarResourceId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `endTime` bigint(20) DEFAULT NULL `firstReminderType` varchar(75) DEFAULT NULL `firstReminder` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `location` longtext `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentCalendarBookingId` bigint(20) DEFAULT NULL `recurrence` longtext `recurringCalendarBookingId` bigint(20) DEFAULT NULL `secondReminderType` varchar(75) DEFAULT NULL `secondReminder` bigint(20) DEFAULT NULL `startTime` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `vEventUid` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CalendarNotificationTemplate` ( KEY `IX_4D7D97BD` (`uuid_`,`companyId`) KEY `IX_7727A482` (`calendarId`,`notificationType`,`notificationTemplateType`) PRIMARY KEY (`calendarNotificationTemplateId`) UNIQUE KEY `IX_4012E97F` (`uuid_`,`groupId`) `body` longtext `calendarId` bigint(20) DEFAULT NULL `calendarNotificationTemplateId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `notificationTemplateType` varchar(75) DEFAULT NULL `notificationTypeSettings` varchar(200) DEFAULT NULL `notificationType` varchar(75) DEFAULT NULL `subject` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CalendarResource` ( KEY `IX_40678371` (`groupId`,`active_`) KEY `IX_4470A59D` (`companyId`,`code_`,`active_`) KEY `IX_55C2F8AA` (`groupId`,`code_`) KEY `IX_56A06BC6` (`uuid_`,`companyId`) KEY `IX_76DDD0F7` (`active_`) PRIMARY KEY (`calendarResourceId`) UNIQUE KEY `IX_16A12327` (`classNameId`,`classPK`) UNIQUE KEY `IX_4ABD2BC8` (`uuid_`,`groupId`) `active_` tinyint(4) DEFAULT NULL `calendarResourceId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `classUuid` varchar(75) DEFAULT NULL `code_` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ChangesetCollection` ( KEY `IX_9AC55E11` (`companyId`,`name`) KEY `IX_EE4B4B0E` (`groupId`,`userId`) PRIMARY KEY (`changesetCollectionId`) UNIQUE KEY `IX_ABEEE793` (`groupId`,`name`) `changesetCollectionId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ChangesetEntry` ( KEY `IX_4A5B2D2A` (`groupId`,`classNameId`) KEY `IX_CEB6AFA2` (`companyId`) PRIMARY KEY (`changesetEntryId`) UNIQUE KEY `IX_EF48912A` (`changesetCollectionId`,`classNameId`,`classPK`) `changesetCollectionId` bigint(20) DEFAULT NULL `changesetEntryId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ClassName_` ( PRIMARY KEY (`classNameId`) UNIQUE KEY `IX_B27A301F` (`value`) `classNameId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `value` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceAddressRestriction` ( KEY `IX_AE21488` (`countryId`) PRIMARY KEY (`commerceAddressRestrictionId`) UNIQUE KEY `IX_9DD3ABD3` (`classNameId`,`classPK`,`countryId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `commerceAddressRestrictionId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `countryId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceAvailabilityEstimate` ( KEY `IX_72527224` (`companyId`) KEY `IX_EA65A078` (`uuid_`,`companyId`) PRIMARY KEY (`commerceAvailabilityEstimateId`) `commerceAvailabilityEstimateId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `priority` double DEFAULT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceCatalog` ( KEY `IX_1198BFF9` (`companyId`,`externalReferenceCode`) KEY `IX_65864AFC` (`companyId`,`system_`) PRIMARY KEY (`commerceCatalogId`) `catalogDefaultLanguageId` varchar(75) DEFAULT NULL `commerceCatalogId` bigint(20) NOT NULL `commerceCurrencyCode` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `system_` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceChannel` ( KEY `IX_690E2FE3` (`companyId`,`externalReferenceCode`) KEY `IX_E1ECD95` (`siteGroupId`) PRIMARY KEY (`commerceChannelId`) `commerceChannelId` bigint(20) NOT NULL `commerceCurrencyCode` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `discountsTargetNetPrice` tinyint(4) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `priceDisplayType` varchar(75) DEFAULT NULL `siteGroupId` bigint(20) DEFAULT NULL `typeSettings` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceChannelRel` ( KEY `IX_48F8F6FC` (`commerceChannelId`) PRIMARY KEY (`commerceChannelRelId`) UNIQUE KEY `IX_3B0D3DC7` (`classNameId`,`classPK`,`commerceChannelId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `commerceChannelId` bigint(20) DEFAULT NULL `commerceChannelRelId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceCurrency` ( KEY `IX_7C490A66` (`uuid_`,`companyId`) KEY `IX_ADF54822` (`companyId`,`primary_`,`active_`) KEY `IX_C671CBD3` (`companyId`,`active_`) PRIMARY KEY (`commerceCurrencyId`) UNIQUE KEY `IX_2127F18C` (`companyId`,`code_`) `active_` tinyint(4) DEFAULT NULL `code_` varchar(75) DEFAULT NULL `commerceCurrencyId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `formatPattern` longtext `lastPublishDate` datetime(6) DEFAULT NULL `maxFractionDigits` int(11) DEFAULT NULL `minFractionDigits` int(11) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `primary_` tinyint(4) DEFAULT NULL `priority` double DEFAULT NULL `rate` decimal(30,16) DEFAULT NULL `roundingMode` varchar(75) DEFAULT NULL `symbol` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceDiscount` ( KEY `IX_122C15C4` (`displayDate`,`status`) KEY `IX_2FBF0739` (`expirationDate`,`status`) KEY `IX_687F1796` (`uuid_`,`companyId`) KEY `IX_A7A710FC` (`companyId`,`couponCode`,`active_`) KEY `IX_D294CDB7` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`commerceDiscountId`) `active_` tinyint(4) DEFAULT NULL `commerceDiscountId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `couponCode` varchar(75) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `level1` decimal(30,16) DEFAULT NULL `level2` decimal(30,16) DEFAULT NULL `level3` decimal(30,16) DEFAULT NULL `level4` decimal(30,16) DEFAULT NULL `levelType` varchar(75) DEFAULT NULL `limitationTimesPerAccount` int(11) DEFAULT NULL `limitationTimes` int(11) DEFAULT NULL `limitationType` varchar(75) DEFAULT NULL `maximumDiscountAmount` decimal(30,16) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `numberOfUse` int(11) DEFAULT NULL `rulesConjunction` tinyint(4) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `target` varchar(75) DEFAULT NULL `title` varchar(75) DEFAULT NULL `useCouponCode` tinyint(4) DEFAULT NULL `usePercentage` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceDiscountAccountRel` ( KEY `IX_6EA2AA99` (`commerceDiscountId`) KEY `IX_D365BDE2` (`uuid_`,`companyId`) PRIMARY KEY (`commerceDiscountAccountRelId`) UNIQUE KEY `IX_E082887A` (`commerceAccountId`,`commerceDiscountId`) `commerceAccountId` bigint(20) DEFAULT NULL `commerceDiscountAccountRelId` bigint(20) NOT NULL `commerceDiscountId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `order_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceDiscountRel` ( KEY `IX_6B4EEC38` (`classNameId`,`classPK`) KEY `IX_DDFDEF40` (`commerceDiscountId`,`classNameId`) PRIMARY KEY (`commerceDiscountRelId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `commerceDiscountId` bigint(20) DEFAULT NULL `commerceDiscountRelId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceDiscountRule` ( KEY `IX_CB9E6769` (`commerceDiscountId`) PRIMARY KEY (`commerceDiscountRuleId`) `commerceDiscountId` bigint(20) DEFAULT NULL `commerceDiscountRuleId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `typeSettings` longtext `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceDiscountUsageEntry` ( KEY `IX_70440FFF` (`commerceAccountId`,`commerceOrderId`,`commerceDiscountId`) KEY `IX_B0E2A9F5` (`commerceAccountId`,`commerceDiscountId`) KEY `IX_EDFADCFE` (`commerceDiscountId`) KEY `IX_FF593016` (`commerceOrderId`,`commerceDiscountId`) PRIMARY KEY (`commerceDiscountUsageEntryId`) `commerceAccountId` bigint(20) DEFAULT NULL `commerceDiscountId` bigint(20) DEFAULT NULL `commerceDiscountUsageEntryId` bigint(20) NOT NULL `commerceOrderId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceMLForecastAlertEntry` ( KEY `IX_2DE6935C` (`companyId`,`commerceAccountId`,`status`,`relativeChange`) KEY `IX_7100F5C` (`companyId`,`commerceAccountId`,`relativeChange`,`status`) KEY `IX_72E3390C` (`commerceAccountId`) KEY `IX_D398D120` (`companyId`,`commerceAccountId`,`timestamp`) KEY `IX_F5973D05` (`uuid_`,`companyId`) PRIMARY KEY (`commerceMLForecastAlertEntryId`) `actual` double DEFAULT NULL `commerceAccountId` bigint(20) DEFAULT NULL `commerceMLForecastAlertEntryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `forecast` double DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `relativeChange` double DEFAULT NULL `status` int(11) DEFAULT NULL `timestamp` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceNotificationQueueEntry` ( KEY `IX_1CB981DE` (`groupId`,`classNameId`,`classPK`,`sent`) KEY `IX_80026CA7` (`sentDate`) KEY `IX_8D07A6AE` (`classNameId`,`classPK`,`sent`) KEY `IX_BEFF6FD9` (`sent`) KEY `IX_F9149FC` (`commerceNotificationTemplateId`) PRIMARY KEY (`CNotificationQueueEntryId`) `CNotificationQueueEntryId` bigint(20) NOT NULL `bcc` varchar(255) DEFAULT NULL `body` longtext `cc` varchar(255) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `commerceNotificationTemplateId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `fromName` varchar(75) DEFAULT NULL `from_` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `priority` double DEFAULT NULL `sentDate` datetime(6) DEFAULT NULL `sent` tinyint(4) DEFAULT NULL `subject` varchar(255) DEFAULT NULL `toName` varchar(75) DEFAULT NULL `to_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceNotificationTemplate` ( KEY `IX_9A867D2D` (`groupId`,`enabled`) KEY `IX_AFC4A180` (`groupId`,`type_`,`enabled`) KEY `IX_E295E65A` (`uuid_`,`companyId`) PRIMARY KEY (`commerceNotificationTemplateId`) UNIQUE KEY `IX_89383B5C` (`uuid_`,`groupId`) `bcc` varchar(255) DEFAULT NULL `body` longtext `cc` varchar(255) DEFAULT NULL `commerceNotificationTemplateId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `enabled` tinyint(4) DEFAULT NULL `fromName` longtext `from_` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `subject` longtext `to_` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceOrder` ( KEY `IX_12131FC1` (`billingAddressId`) KEY `IX_48EEEDEE` (`companyId`,`externalReferenceCode`) KEY `IX_4B11FAD8` (`shippingAddressId`) KEY `IX_4F4CAEE4` (`groupId`,`commerceAccountId`,`orderStatus`) KEY `IX_5AF685CD` (`uuid_`,`companyId`) KEY `IX_67E0AF05` (`groupId`,`userId`,`orderStatus`) KEY `IX_75679B1F` (`userId`,`createDate`,`orderStatus`) KEY `IX_7DD246EA` (`commerceAccountId`,`groupId`,`orderStatus`) KEY `IX_81097E4C` (`commerceAccountId`,`orderStatus`) KEY `IX_9ACAF78A` (`createDate`,`commerceAccountId`,`orderStatus`) KEY `IX_9C04F6F8` (`groupId`,`commercePaymentMethodKey`) KEY `IX_DFF1932E` (`companyId`,`commerceAccountId`) PRIMARY KEY (`commerceOrderId`) UNIQUE KEY `IX_58101B8F` (`uuid_`,`groupId`) `advanceStatus` varchar(75) DEFAULT NULL `billingAddressId` bigint(20) DEFAULT NULL `commerceAccountId` bigint(20) DEFAULT NULL `commerceCurrencyId` bigint(20) DEFAULT NULL `commerceOrderId` bigint(20) NOT NULL `commercePaymentMethodKey` varchar(75) DEFAULT NULL `commerceShippingMethodId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `couponCode` varchar(75) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPriceUpdateDate` datetime(6) DEFAULT NULL `manuallyAdjusted` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `orderDate` datetime(6) DEFAULT NULL `orderStatus` int(11) DEFAULT NULL `paymentStatus` int(11) DEFAULT NULL `printedNote` longtext `purchaseOrderNumber` varchar(75) DEFAULT NULL `requestedDeliveryDate` datetime(6) DEFAULT NULL `shippingAddressId` bigint(20) DEFAULT NULL `shippingAmount` decimal(30,16) DEFAULT NULL `shippingDiscountAmount` decimal(30,16) DEFAULT NULL `shippingDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL `shippingDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL `shippingDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL `shippingDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL `shippingDiscountPercentLevel1` decimal(30,16) DEFAULT NULL `shippingDiscountPercentLevel2` decimal(30,16) DEFAULT NULL `shippingDiscountPercentLevel3` decimal(30,16) DEFAULT NULL `shippingDiscountPercentLevel4` decimal(30,16) DEFAULT NULL `shippingDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL `shippingOptionName` varchar(255) DEFAULT NULL `shippingWithTaxAmount` decimal(30,16) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `subtotalDiscountAmount` decimal(30,16) DEFAULT NULL `subtotalDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL `subtotalDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL `subtotalDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL `subtotalDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL `subtotalDiscountPercentLevel1` decimal(30,16) DEFAULT NULL `subtotalDiscountPercentLevel2` decimal(30,16) DEFAULT NULL `subtotalDiscountPercentLevel3` decimal(30,16) DEFAULT NULL `subtotalDiscountPercentLevel4` decimal(30,16) DEFAULT NULL `subtotalDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL `subtotalWithTaxAmount` decimal(30,16) DEFAULT NULL `subtotal` decimal(30,16) DEFAULT NULL `taxAmount` decimal(30,16) DEFAULT NULL `totalDiscountAmount` decimal(30,16) DEFAULT NULL `totalDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL `totalDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL `totalDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL `totalDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL `totalDiscountPercentageLevel1` decimal(30,16) DEFAULT NULL `totalDiscountPercentageLevel2` decimal(30,16) DEFAULT NULL `totalDiscountPercentageLevel3` decimal(30,16) DEFAULT NULL `totalDiscountPercentageLevel4` decimal(30,16) DEFAULT NULL `totalDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL `totalWithTaxAmount` decimal(30,16) DEFAULT NULL `total` decimal(30,16) DEFAULT NULL `transactionId` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceOrderItem` ( KEY `IX_12257E21` (`companyId`,`externalReferenceCode`) KEY `IX_15B37023` (`commerceOrderId`,`subscription`) KEY `IX_2D8339EE` (`bookedQuantityId`) KEY `IX_2E1BB39D` (`CPInstanceId`) KEY `IX_415AF3E3` (`commerceOrderId`,`CPInstanceId`) KEY `IX_8E1472FB` (`parentCommerceOrderItemId`) KEY `IX_F9E8D927` (`CProductId`) PRIMARY KEY (`commerceOrderItemId`) `CPInstanceId` bigint(20) DEFAULT NULL `CProductId` bigint(20) DEFAULT NULL `bookedQuantityId` bigint(20) DEFAULT NULL `commerceOrderId` bigint(20) DEFAULT NULL `commerceOrderItemId` bigint(20) NOT NULL `commercePriceListId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `deliveryGroup` varchar(75) DEFAULT NULL `deliveryMaxSubscriptionCycles` bigint(20) DEFAULT NULL `deliverySubTypeSettings` varchar(75) DEFAULT NULL `deliverySubscriptionLength` int(11) DEFAULT NULL `deliverySubscriptionType` varchar(75) DEFAULT NULL `depth` double DEFAULT NULL `discountAmount` decimal(30,16) DEFAULT NULL `discountPctLevel1WithTaxAmount` decimal(30,16) DEFAULT NULL `discountPctLevel2WithTaxAmount` decimal(30,16) DEFAULT NULL `discountPctLevel3WithTaxAmount` decimal(30,16) DEFAULT NULL `discountPctLevel4WithTaxAmount` decimal(30,16) DEFAULT NULL `discountPercentageLevel1` decimal(30,16) DEFAULT NULL `discountPercentageLevel2` decimal(30,16) DEFAULT NULL `discountPercentageLevel3` decimal(30,16) DEFAULT NULL `discountPercentageLevel4` decimal(30,16) DEFAULT NULL `discountWithTaxAmount` decimal(30,16) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `finalPriceWithTaxAmount` decimal(30,16) DEFAULT NULL `finalPrice` decimal(30,16) DEFAULT NULL `freeShipping` tinyint(4) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `height` double DEFAULT NULL `json` longtext `manuallyAdjusted` tinyint(4) DEFAULT NULL `maxSubscriptionCycles` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `parentCommerceOrderItemId` bigint(20) DEFAULT NULL `printedNote` longtext `promoPriceWithTaxAmount` decimal(30,16) DEFAULT NULL `promoPrice` decimal(30,16) DEFAULT NULL `quantity` int(11) DEFAULT NULL `requestedDeliveryDate` datetime(6) DEFAULT NULL `shipSeparately` tinyint(4) DEFAULT NULL `shippable` tinyint(4) DEFAULT NULL `shippedQuantity` int(11) DEFAULT NULL `shippingAddressId` bigint(20) DEFAULT NULL `shippingExtraPrice` double DEFAULT NULL `sku` varchar(75) DEFAULT NULL `subscriptionLength` int(11) DEFAULT NULL `subscriptionTypeSettings` varchar(75) DEFAULT NULL `subscriptionType` varchar(75) DEFAULT NULL `subscription` tinyint(4) DEFAULT NULL `unitPriceWithTaxAmount` decimal(30,16) DEFAULT NULL `unitPrice` decimal(30,16) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `weight` double DEFAULT NULL `width` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceOrderNote` ( KEY `IX_CEB86C22` (`commerceOrderId`,`restricted`) KEY `IX_EF4EEF80` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`commerceOrderNoteId`) `commerceOrderId` bigint(20) DEFAULT NULL `commerceOrderNoteId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `restricted` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceOrderPayment` ( KEY `IX_CF274005` (`commerceOrderId`) PRIMARY KEY (`commerceOrderPaymentId`) `commerceOrderId` bigint(20) DEFAULT NULL `commerceOrderPaymentId` bigint(20) NOT NULL `commercePaymentMethodKey` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePaymentMethodGroupRel` ( KEY `IX_98EF79EB` (`groupId`,`active_`) PRIMARY KEY (`CPaymentMethodGroupRelId`) UNIQUE KEY `IX_BE0A338F` (`groupId`,`engineKey`) `CPaymentMethodGroupRelId` bigint(20) NOT NULL `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `engineKey` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `imageId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `priority` double DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePriceEntry` ( KEY `IX_1578F03E` (`uuid_`,`companyId`) KEY `IX_2FCFB9FB` (`CPInstanceUuid`) KEY `IX_770DC1E1` (`expirationDate`,`status`) KEY `IX_790F9C1C` (`displayDate`,`status`) KEY `IX_B058565F` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`commercePriceEntryId`) UNIQUE KEY `IX_2D76B43E` (`commercePriceListId`,`CPInstanceUuid`) `CPInstanceUuid` varchar(75) DEFAULT NULL `CProductId` bigint(20) DEFAULT NULL `bulkPricing` tinyint(4) DEFAULT NULL `commercePriceEntryId` bigint(20) NOT NULL `commercePriceListId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `discountDiscovery` tinyint(4) DEFAULT NULL `discountLevel1` decimal(30,16) DEFAULT NULL `discountLevel2` decimal(30,16) DEFAULT NULL `discountLevel3` decimal(30,16) DEFAULT NULL `discountLevel4` decimal(30,16) DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `hasTierPrice` tinyint(4) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `price` decimal(30,16) DEFAULT NULL `promoPrice` decimal(30,16) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePriceList` ( KEY `IX_31913054` (`displayDate`,`status`) KEY `IX_328B5D27` (`companyId`,`externalReferenceCode`) KEY `IX_354C658C` (`groupId`,`catalogBasePriceList`,`type_`) KEY `IX_473B4D8D` (`commerceCurrencyId`) KEY `IX_863045BB` (`parentCommercePriceListId`) KEY `IX_B61658B6` (`groupId`,`companyId`,`status`) KEY `IX_FCE28706` (`uuid_`,`companyId`) PRIMARY KEY (`commercePriceListId`) UNIQUE KEY `IX_554D1708` (`uuid_`,`groupId`) `catalogBasePriceList` tinyint(4) DEFAULT NULL `commerceCurrencyId` bigint(20) DEFAULT NULL `commercePriceListId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `netPrice` tinyint(4) DEFAULT NULL `parentCommercePriceListId` bigint(20) DEFAULT NULL `priority` double DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePriceListAccountRel` ( KEY `IX_7279F379` (`commercePriceListId`) KEY `IX_D598A152` (`uuid_`,`companyId`) PRIMARY KEY (`commercePriceListAccountRelId`) UNIQUE KEY `IX_3DEE5A98` (`commerceAccountId`,`commercePriceListId`) `commerceAccountId` bigint(20) DEFAULT NULL `commercePriceListAccountRelId` bigint(20) NOT NULL `commercePriceListId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `order_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePriceListChannelRel` ( KEY `IX_898B66CF` (`commercePriceListId`) KEY `IX_F7DDDDBC` (`uuid_`,`companyId`) PRIMARY KEY (`CommercePriceListChannelRelId`) UNIQUE KEY `IX_2CCFD56C` (`commerceChannelId`,`commercePriceListId`) `CommercePriceListChannelRelId` bigint(20) NOT NULL `commerceChannelId` bigint(20) DEFAULT NULL `commercePriceListId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `order_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePriceListDiscountRel` ( KEY `IX_36D76E5` (`commercePriceListId`) KEY `IX_96A5B566` (`uuid_`,`companyId`) PRIMARY KEY (`commercePriceListDiscountRelId`) UNIQUE KEY `IX_CC15AA9A` (`commerceDiscountId`,`commercePriceListId`) `commerceDiscountId` bigint(20) DEFAULT NULL `commercePriceListDiscountRelId` bigint(20) NOT NULL `commercePriceListId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `order_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePriceModifier` ( KEY `IX_176CA5EC` (`commercePriceListId`) KEY `IX_335B7FE0` (`companyId`,`externalReferenceCode`) KEY `IX_93813A2F` (`groupId`,`companyId`,`status`) KEY `IX_C60214FB` (`displayDate`,`status`) KEY `IX_E3CDA8A2` (`expirationDate`,`status`) KEY `IX_EED93BBF` (`uuid_`,`companyId`) KEY `IX_FCACD082` (`companyId`,`target`) PRIMARY KEY (`commercePriceModifierId`) UNIQUE KEY `IX_A4ABA601` (`uuid_`,`groupId`) `active_` tinyint(4) DEFAULT NULL `commercePriceListId` bigint(20) DEFAULT NULL `commercePriceModifierId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `modifierAmount` decimal(30,16) DEFAULT NULL `modifierType` varchar(75) DEFAULT NULL `priority` double DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `target` varchar(75) DEFAULT NULL `title` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePriceModifierRel` ( KEY `IX_391477EF` (`classNameId`,`classPK`) PRIMARY KEY (`commercePriceModifierRelId`) UNIQUE KEY `IX_89DDF14B` (`commercePriceModifierId`,`classNameId`,`classPK`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `commercePriceModifierId` bigint(20) DEFAULT NULL `commercePriceModifierRelId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommercePricingClass` ( KEY `IX_287E2FA7` (`uuid_`,`companyId`) KEY `IX_FCABA3C8` (`companyId`,`externalReferenceCode`) PRIMARY KEY (`commercePricingClassId`) `commercePricingClassId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceShipment` ( KEY `IX_616BDD15` (`groupId`,`commerceAddressId`) KEY `IX_68FBA2B5` (`groupId`,`status`) PRIMARY KEY (`commerceShipmentId`) `carrier` varchar(75) DEFAULT NULL `commerceAccountId` bigint(20) DEFAULT NULL `commerceAddressId` bigint(20) DEFAULT NULL `commerceShipmentId` bigint(20) NOT NULL `commerceShippingMethodId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `expectedDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `shippingDate` datetime(6) DEFAULT NULL `shippingOptionName` longtext `status` int(11) DEFAULT NULL `trackingNumber` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceShipmentItem` ( KEY `IX_3615B923` (`commerceOrderItemId`) KEY `IX_DB0BB83C` (`groupId`) PRIMARY KEY (`commerceShipmentItemId`) UNIQUE KEY `IX_4FAC36D0` (`commerceShipmentId`,`commerceOrderItemId`,`commerceInventoryWarehouseId`) `commerceInventoryWarehouseId` bigint(20) DEFAULT NULL `commerceOrderItemId` bigint(20) DEFAULT NULL `commerceShipmentId` bigint(20) DEFAULT NULL `commerceShipmentItemId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `quantity` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceShippingFixedOption` ( KEY `IX_DCB21C1F` (`commerceShippingMethodId`) PRIMARY KEY (`commerceShippingFixedOptionId`) `amount` decimal(30,16) DEFAULT NULL `commerceShippingFixedOptionId` bigint(20) NOT NULL `commerceShippingMethodId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `priority` double DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceShippingMethod` ( KEY `IX_42E5F6EF` (`groupId`,`active_`) PRIMARY KEY (`commerceShippingMethodId`) UNIQUE KEY `IX_C4557F93` (`groupId`,`engineKey`) `active_` tinyint(4) DEFAULT NULL `commerceShippingMethodId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `engineKey` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `imageId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `priority` double DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceSubscriptionEntry` ( KEY `IX_4363DED4` (`uuid_`,`companyId`) KEY `IX_43E6F382` (`companyId`,`userId`) KEY `IX_6D080A04` (`groupId`,`userId`) KEY `IX_B496E103` (`subscriptionStatus`) KEY `IX_B99DE058` (`groupId`,`companyId`,`userId`) PRIMARY KEY (`commerceSubscriptionEntryId`) UNIQUE KEY `IX_943E0A56` (`uuid_`,`groupId`) UNIQUE KEY `IX_D7D137B1` (`commerceOrderItemId`) `CPInstanceUuid` varchar(75) DEFAULT NULL `CProductId` bigint(20) DEFAULT NULL `commerceOrderItemId` bigint(20) DEFAULT NULL `commerceSubscriptionEntryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `currentCycle` bigint(20) DEFAULT NULL `deliveryCurrentCycle` bigint(20) DEFAULT NULL `deliveryLastIterationDate` datetime(6) DEFAULT NULL `deliveryMaxSubscriptionCycles` bigint(20) DEFAULT NULL `deliveryNextIterationDate` datetime(6) DEFAULT NULL `deliveryStartDate` datetime(6) DEFAULT NULL `deliverySubTypeSettings` varchar(75) DEFAULT NULL `deliverySubscriptionLength` int(11) DEFAULT NULL `deliverySubscriptionStatus` int(11) DEFAULT NULL `deliverySubscriptionType` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastIterationDate` datetime(6) DEFAULT NULL `maxSubscriptionCycles` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `nextIterationDate` datetime(6) DEFAULT NULL `startDate` datetime(6) DEFAULT NULL `subscriptionLength` int(11) DEFAULT NULL `subscriptionStatus` int(11) DEFAULT NULL `subscriptionTypeSettings` longtext `subscriptionType` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceTaxFixedRate` ( KEY `IX_52767DD2` (`commerceTaxMethodId`) PRIMARY KEY (`commerceTaxFixedRateId`) UNIQUE KEY `IX_DA39AA7F` (`CPTaxCategoryId`,`commerceTaxMethodId`) `CPTaxCategoryId` bigint(20) DEFAULT NULL `commerceTaxFixedRateId` bigint(20) NOT NULL `commerceTaxMethodId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `rate` double DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceTaxFixedRateAddressRel` ( KEY `IX_37AE3A58` (`CPTaxCategoryId`) KEY `IX_CB69750D` (`commerceTaxMethodId`) KEY `IX_DB83CD12` (`countryId`) PRIMARY KEY (`CTaxFixedRateAddressRelId`) `CPTaxCategoryId` bigint(20) DEFAULT NULL `CTaxFixedRateAddressRelId` bigint(20) NOT NULL `commerceTaxMethodId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `countryId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `rate` double DEFAULT NULL `regionId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `zip` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceTaxMethod` ( KEY `IX_F3810116` (`groupId`,`active_`) PRIMARY KEY (`commerceTaxMethodId`) UNIQUE KEY `IX_BA569BFA` (`groupId`,`engineKey`) `active_` tinyint(4) DEFAULT NULL `commerceTaxMethodId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `engineKey` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `percentage` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceTierPriceEntry` ( KEY `IX_21C0F963` (`expirationDate`,`status`) KEY `IX_8A8963DA` (`displayDate`,`status`) KEY `IX_95D59361` (`companyId`,`externalReferenceCode`) KEY `IX_B6C47140` (`uuid_`,`companyId`) PRIMARY KEY (`commerceTierPriceEntryId`) UNIQUE KEY `IX_A622C8AE` (`commercePriceEntryId`,`minQuantity`) `commercePriceEntryId` bigint(20) DEFAULT NULL `commerceTierPriceEntryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `discountDiscovery` tinyint(4) DEFAULT NULL `discountLevel1` decimal(30,16) DEFAULT NULL `discountLevel2` decimal(30,16) DEFAULT NULL `discountLevel3` decimal(30,16) DEFAULT NULL `discountLevel4` decimal(30,16) DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `minQuantity` int(11) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `price` decimal(30,16) DEFAULT NULL `promoPrice` decimal(30,16) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceVirtualOrderItem` ( KEY `IX_98F0678B` (`uuid_`,`companyId`) PRIMARY KEY (`commerceVirtualOrderItemId`) UNIQUE KEY `IX_44EADF9A` (`commerceOrderItemId`) UNIQUE KEY `IX_81F354CD` (`uuid_`,`groupId`) `activationStatus` int(11) DEFAULT NULL `active_` tinyint(4) DEFAULT NULL `commerceOrderItemId` bigint(20) DEFAULT NULL `commerceVirtualOrderItemId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `duration` bigint(20) DEFAULT NULL `endDate` datetime(6) DEFAULT NULL `fileEntryId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `maxUsages` int(11) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `startDate` datetime(6) DEFAULT NULL `url` varchar(75) DEFAULT NULL `usages` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceWishList` ( KEY `IX_6680B6BE` (`userId`,`createDate`) KEY `IX_777290D8` (`groupId`,`userId`,`defaultWishList`) KEY `IX_8F07123A` (`uuid_`,`companyId`) PRIMARY KEY (`commerceWishListId`) UNIQUE KEY `IX_2DC2DF3C` (`uuid_`,`groupId`) `commerceWishListId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultWishList` tinyint(4) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CommerceWishListItem` ( KEY `IX_9DA3D36A` (`CPInstanceUuid`) KEY `IX_BC95AC54` (`commerceWishListId`,`CPInstanceUuid`,`CProductId`) KEY `IX_C172BCA3` (`commerceWishListId`,`CProductId`) KEY `IX_CF9B9CD4` (`CProductId`) PRIMARY KEY (`commerceWishListItemId`) `CPInstanceUuid` varchar(75) DEFAULT NULL `CProductId` bigint(20) DEFAULT NULL `commerceWishListId` bigint(20) DEFAULT NULL `commerceWishListItemId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `json` longtext `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Company` ( KEY `IX_12566EC2` (`mx`) KEY `IX_38EFE3FD` (`logoId`) KEY `IX_8699D9BD` (`system_`) PRIMARY KEY (`companyId`) UNIQUE KEY `IX_EC00543C` (`webId`) `accountId` bigint(20) DEFAULT NULL `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) NOT NULL `homeURL` longtext `logoId` bigint(20) DEFAULT NULL `maxUsers` int(11) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `mx` varchar(200) DEFAULT NULL `system_` tinyint(4) DEFAULT NULL `webId` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CompanyInfo` ( PRIMARY KEY (`companyInfoId`) UNIQUE KEY `IX_85C63FD7` (`companyId`) `companyId` bigint(20) DEFAULT NULL `companyInfoId` bigint(20) NOT NULL `key_` longtext `mvccVersion` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Configuration_` ( PRIMARY KEY (`configurationId`) `configurationId` varchar(255) NOT NULL `dictionary` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Contact_` ( KEY `IX_66D496A3` (`companyId`) KEY `IX_791914FA` (`classNameId`,`classPK`) KEY `IX_B8C28C53` (`accountId`) PRIMARY KEY (`contactId`) `accountId` bigint(20) DEFAULT NULL `birthday` datetime(6) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `contactId` bigint(20) NOT NULL `createDate` datetime(6) DEFAULT NULL `emailAddress` varchar(254) DEFAULT NULL `employeeNumber` varchar(75) DEFAULT NULL `employeeStatusId` varchar(75) DEFAULT NULL `facebookSn` varchar(75) DEFAULT NULL `firstName` varchar(75) DEFAULT NULL `hoursOfOperation` varchar(75) DEFAULT NULL `jabberSn` varchar(75) DEFAULT NULL `jobClass` varchar(75) DEFAULT NULL `jobTitle` varchar(100) DEFAULT NULL `lastName` varchar(75) DEFAULT NULL `male` tinyint(4) DEFAULT NULL `middleName` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentContactId` bigint(20) DEFAULT NULL `prefixId` bigint(20) DEFAULT NULL `skypeSn` varchar(75) DEFAULT NULL `smsSn` varchar(75) DEFAULT NULL `suffixId` bigint(20) DEFAULT NULL `twitterSn` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Contacts_Entry` ( KEY `IX_C257DE32` (`userId`,`emailAddress`) PRIMARY KEY (`entryId`) `comments` longtext `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `emailAddress` varchar(254) DEFAULT NULL `entryId` bigint(20) NOT NULL `fullName` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Counter` ( PRIMARY KEY (`name`) `currentId` bigint(20) DEFAULT NULL `name` varchar(150) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Country` ( KEY `IX_25D734CD` (`active_`) KEY `IX_54E98CCD` (`companyId`,`active_`,`shippingAllowed`) KEY `IX_BEAF8B0` (`uuid_`,`companyId`) KEY `IX_F9CD867E` (`companyId`,`active_`,`billingAllowed`) PRIMARY KEY (`countryId`) UNIQUE KEY `IX_410257AB` (`companyId`,`name`) UNIQUE KEY `IX_4B78E87A` (`companyId`,`number_`) UNIQUE KEY `IX_742FFB11` (`companyId`,`a2`) UNIQUE KEY `IX_742FFED2` (`companyId`,`a3`) `a2` varchar(75) DEFAULT NULL `a3` varchar(75) DEFAULT NULL `active_` tinyint(4) DEFAULT NULL `billingAllowed` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `countryId` bigint(20) NOT NULL `createDate` datetime(6) DEFAULT NULL `defaultLanguageId` varchar(75) DEFAULT NULL `groupFilterEnabled` tinyint(4) DEFAULT NULL `idd_` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `number_` varchar(75) DEFAULT NULL `position` double DEFAULT NULL `shippingAllowed` tinyint(4) DEFAULT NULL `subjectToVAT` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `zipRequired` tinyint(4) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `CountryLocalization` ( PRIMARY KEY (`countryLocalizationId`) UNIQUE KEY `IX_518948B3` (`countryId`,`languageId`) `companyId` bigint(20) DEFAULT NULL `countryId` bigint(20) DEFAULT NULL `countryLocalizationId` bigint(20) NOT NULL `languageId` varchar(75) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `title` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDLRecord` ( KEY `IX_181962D1` (`className`(255),`classPK`,`ctCollectionId`) KEY `IX_245F48E3` (`companyId`,`ctCollectionId`) KEY `IX_608D39F7` (`recordSetId`,`ctCollectionId`) KEY `IX_916EBF55` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_9C748CEF` (`uuid_`,`ctCollectionId`) KEY `IX_D8611032` (`recordSetId`,`recordSetVersion`,`ctCollectionId`) KEY `IX_ECEA3531` (`recordSetId`,`userId`,`ctCollectionId`) PRIMARY KEY (`recordId`,`ctCollectionId`) UNIQUE KEY `IX_7E71D397` (`uuid_`,`groupId`,`ctCollectionId`) `DDMStorageId` bigint(20) DEFAULT NULL `className` varchar(300) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `displayIndex` int(11) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `recordId` bigint(20) NOT NULL `recordSetId` bigint(20) DEFAULT NULL `recordSetVersion` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `versionUserId` bigint(20) DEFAULT NULL `versionUserName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDLRecordSet` ( KEY `IX_559DA7DE` (`DDMStructureId`,`ctCollectionId`) KEY `IX_791C2947` (`uuid_`,`ctCollectionId`) KEY `IX_9CA54EFD` (`groupId`,`ctCollectionId`) KEY `IX_FC3E7BFD` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`recordSetId`,`ctCollectionId`) UNIQUE KEY `IX_A7D89A3F` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_D0A9257F` (`groupId`,`recordSetKey`,`ctCollectionId`) `DDMStructureId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `minDisplayRows` int(11) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `recordSetId` bigint(20) NOT NULL `recordSetKey` varchar(75) DEFAULT NULL `scope` int(11) DEFAULT NULL `settings_` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `versionUserId` bigint(20) DEFAULT NULL `versionUserName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDLRecordSetVersion` ( KEY `IX_36FC2141` (`recordSetId`,`ctCollectionId`) KEY `IX_3F604127` (`recordSetId`,`status`,`ctCollectionId`) PRIMARY KEY (`recordSetVersionId`,`ctCollectionId`) UNIQUE KEY `IX_577F80E3` (`recordSetId`,`version`,`ctCollectionId`) `DDMStructureVersionId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `recordSetId` bigint(20) DEFAULT NULL `recordSetVersionId` bigint(20) NOT NULL `settings_` longtext `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDLRecordVersion` ( KEY `IX_17DF1625` (`recordId`,`status`,`ctCollectionId`) KEY `IX_3CFDFCC0` (`userId`,`recordSetId`,`recordSetVersion`,`status`,`ctCollectionId`) KEY `IX_6866D43F` (`recordId`,`ctCollectionId`) KEY `IX_DAC9A054` (`recordSetId`,`recordSetVersion`,`ctCollectionId`) PRIMARY KEY (`recordVersionId`,`ctCollectionId`) UNIQUE KEY `IX_8EDB4BA5` (`recordId`,`version`,`ctCollectionId`) `DDMStorageId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `displayIndex` int(11) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `recordId` bigint(20) DEFAULT NULL `recordSetId` bigint(20) DEFAULT NULL `recordSetVersion` varchar(75) DEFAULT NULL `recordVersionId` bigint(20) NOT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMContent` ( KEY `IX_83D06320` (`uuid_`,`ctCollectionId`) KEY `IX_B0929E94` (`companyId`,`ctCollectionId`) KEY `IX_C71D084` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_CB327696` (`groupId`,`ctCollectionId`) PRIMARY KEY (`contentId`,`ctCollectionId`) UNIQUE KEY `IX_D4156486` (`uuid_`,`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `contentId` bigint(20) NOT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `data_` longtext `description` longtext `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMDataProviderInstance` ( KEY `IX_400874F` (`uuid_`,`ctCollectionId`) KEY `IX_96A71343` (`companyId`,`ctCollectionId`) KEY `IX_F32088F5` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_FFEA4B05` (`groupId`,`ctCollectionId`) PRIMARY KEY (`dataProviderInstanceId`,`ctCollectionId`) UNIQUE KEY `IX_B7498537` (`uuid_`,`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `dataProviderInstanceId` bigint(20) NOT NULL `definition` longtext `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMDataProviderInstanceLink` ( KEY `IX_C304699F` (`structureId`,`ctCollectionId`) KEY `IX_D8EDC33A` (`dataProviderInstanceId`,`ctCollectionId`) PRIMARY KEY (`dataProviderInstanceLinkId`,`ctCollectionId`) UNIQUE KEY `IX_EC5795A0` (`dataProviderInstanceId`,`structureId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `dataProviderInstanceId` bigint(20) DEFAULT NULL `dataProviderInstanceLinkId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `structureId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMField` ( KEY `IX_5378BAAD` (`companyId`,`fieldType`,`ctCollectionId`) KEY `IX_582EBFF1` (`storageId`,`ctCollectionId`) KEY `IX_5C0B8AE5` (`structureVersionId`,`ctCollectionId`) PRIMARY KEY (`fieldId`,`ctCollectionId`) UNIQUE KEY `IX_1BB20E75` (`storageId`,`instanceId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `fieldId` bigint(20) NOT NULL `fieldName` varchar(255) DEFAULT NULL `fieldType` varchar(255) DEFAULT NULL `instanceId` varchar(75) DEFAULT NULL `localizable` tinyint(4) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentFieldId` bigint(20) DEFAULT NULL `priority` int(11) DEFAULT NULL `storageId` bigint(20) DEFAULT NULL `structureVersionId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMFieldAttribute` ( KEY `IX_1E90C536` (`storageId`,`languageId`,`ctCollectionId`) KEY `IX_52703248` (`attributeName`,`smallAttributeValue`,`ctCollectionId`) KEY `IX_EC62446F` (`storageId`,`ctCollectionId`) PRIMARY KEY (`fieldAttributeId`,`ctCollectionId`) UNIQUE KEY `IX_22EEBF0C` (`fieldId`,`attributeName`,`languageId`,`ctCollectionId`) `attributeName` varchar(255) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `fieldAttributeId` bigint(20) NOT NULL `fieldId` bigint(20) DEFAULT NULL `languageId` varchar(75) DEFAULT NULL `largeAttributeValue` longtext `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `smallAttributeValue` varchar(255) DEFAULT NULL `storageId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMFormInstance` ( KEY `IX_382197E` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_72D3F266` (`uuid_`,`ctCollectionId`) KEY `IX_78F4C5C` (`groupId`,`ctCollectionId`) PRIMARY KEY (`formInstanceId`,`ctCollectionId`) UNIQUE KEY `IX_EAB7A400` (`uuid_`,`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `formInstanceId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `settings_` longtext `structureId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `versionUserId` bigint(20) DEFAULT NULL `versionUserName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMFormInstanceRecord` ( KEY `IX_3C8DBDFF` (`formInstanceId`,`userId`) KEY `IX_5CDABF95` (`uuid_`,`ctCollectionId`) KEY `IX_64C688EF` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_78B0C448` (`formInstanceId`,`formInstanceVersion`,`ctCollectionId`) KEY `IX_A5B66A5D` (`userId`,`formInstanceId`,`ctCollectionId`) KEY `IX_B7FB889` (`companyId`,`ctCollectionId`) KEY `IX_F0AFA723` (`formInstanceId`,`ctCollectionId`) PRIMARY KEY (`formInstanceRecordId`,`ctCollectionId`) UNIQUE KEY `IX_90833BB1` (`uuid_`,`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `formInstanceId` bigint(20) DEFAULT NULL `formInstanceRecordId` bigint(20) NOT NULL `formInstanceVersion` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `ipAddress` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `storageId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `versionUserId` bigint(20) DEFAULT NULL `versionUserName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMFormInstanceRecordVersion` ( KEY `IX_46C6B23E` (`formInstanceRecordId`,`ctCollectionId`) KEY `IX_CABC7FCA` (`userId`,`formInstanceId`,`formInstanceVersion`,`status`,`ctCollectionId`) KEY `IX_EA8F43DE` (`formInstanceId`,`formInstanceVersion`,`ctCollectionId`) KEY `IX_EB3C8524` (`formInstanceRecordId`,`status`,`ctCollectionId`) PRIMARY KEY (`formInstanceRecordVersionId`,`ctCollectionId`) UNIQUE KEY `IX_272BBC86` (`formInstanceRecordId`,`version`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `formInstanceId` bigint(20) DEFAULT NULL `formInstanceRecordId` bigint(20) DEFAULT NULL `formInstanceRecordVersionId` bigint(20) NOT NULL `formInstanceVersion` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `storageId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMFormInstanceReport` ( KEY `IX_4F6D9746` (`formInstanceId`,`ctCollectionId`) PRIMARY KEY (`formInstanceReportId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `data_` longtext `formInstanceId` bigint(20) DEFAULT NULL `formInstanceReportId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMFormInstanceVersion` ( KEY `IX_822B469E` (`formInstanceId`,`ctCollectionId`) KEY `IX_AC76B984` (`formInstanceId`,`status`,`ctCollectionId`) PRIMARY KEY (`formInstanceVersionId`,`ctCollectionId`) UNIQUE KEY `IX_8D381426` (`formInstanceId`,`version`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `formInstanceId` bigint(20) DEFAULT NULL `formInstanceVersionId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `settings_` longtext `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `structureVersionId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMStorageLink` ( KEY `IX_13E12C80` (`structureVersionId`,`ctCollectionId`) KEY `IX_5BAF16EE` (`structureId`,`ctCollectionId`) KEY `IX_981FDA0` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_9F994F84` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`storageLinkId`,`ctCollectionId`) UNIQUE KEY `IX_6979A733` (`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `storageLinkId` bigint(20) NOT NULL `structureId` bigint(20) DEFAULT NULL `structureVersionId` bigint(20) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMStructure` ( KEY `IX_1AA13A1C` (`groupId`,`ctCollectionId`) KEY `IX_48373D74` (`groupId`,`parentStructureId`,`ctCollectionId`) KEY `IX_49065026` (`uuid_`,`ctCollectionId`) KEY `IX_66F194AE` (`groupId`,`classNameId`,`ctCollectionId`) KEY `IX_800B2006` (`parentStructureId`,`ctCollectionId`) KEY `IX_85FA3BE` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_988632F0` (`companyId`,`classNameId`,`ctCollectionId`) KEY `IX_B1169EAA` (`structureKey`,`ctCollectionId`) KEY `IX_B44FCCCA` (`ctCollectionId`) PRIMARY KEY (`structureId`,`ctCollectionId`) UNIQUE KEY `IX_4CFAC78E` (`groupId`,`classNameId`,`structureKey`,`ctCollectionId`) UNIQUE KEY `IX_D1F2BE40` (`uuid_`,`groupId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `definition` longtext `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `parentStructureId` bigint(20) DEFAULT NULL `storageType` varchar(75) DEFAULT NULL `structureId` bigint(20) NOT NULL `structureKey` varchar(75) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `versionUserId` bigint(20) DEFAULT NULL `versionUserName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMStructureLayout` ( KEY `IX_60221912` (`groupId`,`ctCollectionId`) KEY `IX_618B3988` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_6BFE749C` (`uuid_`,`ctCollectionId`) KEY `IX_71693578` (`groupId`,`classNameId`,`ctCollectionId`) KEY `IX_8DFAB4AA` (`structureLayoutKey`,`ctCollectionId`) KEY `IX_8E8B0E68` (`structureVersionId`,`ctCollectionId`) KEY `IX_BC3A08CC` (`groupId`,`classNameId`,`structureVersionId`,`ctCollectionId`) PRIMARY KEY (`structureLayoutId`,`ctCollectionId`) UNIQUE KEY `IX_73BD3E8A` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_BBA9AF0E` (`groupId`,`classNameId`,`structureLayoutKey`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `definition` longtext `description` longtext `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `structureLayoutId` bigint(20) NOT NULL `structureLayoutKey` varchar(75) DEFAULT NULL `structureVersionId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMStructureLink` ( KEY `IX_4C181B39` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_A2D51B64` (`ctCollectionId`) KEY `IX_FD8251B6` (`structureId`,`ctCollectionId`) PRIMARY KEY (`structureLinkId`,`ctCollectionId`) UNIQUE KEY `IX_C8DE7401` (`classNameId`,`classPK`,`structureId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `structureId` bigint(20) DEFAULT NULL `structureLinkId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMStructureVersion` ( KEY `IX_4E1647CA` (`structureId`,`status`,`ctCollectionId`) KEY `IX_5F887AE4` (`structureId`,`ctCollectionId`) KEY `IX_9B5D9F76` (`ctCollectionId`) PRIMARY KEY (`structureVersionId`,`ctCollectionId`) UNIQUE KEY `IX_1F8A4EA0` (`structureId`,`version`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `definition` longtext `description` longtext `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `parentStructureId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `storageType` varchar(75) DEFAULT NULL `structureId` bigint(20) DEFAULT NULL `structureVersionId` bigint(20) NOT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMTemplate` ( KEY `IX_13A3AC0E` (`smallImageId`,`ctCollectionId`) KEY `IX_17F6EC05` (`uuid_`,`ctCollectionId`) KEY `IX_25F23981` (`groupId`,`classNameId`,`classPK`,`type_`,`ctCollectionId`) KEY `IX_27ACCA26` (`type_`,`ctCollectionId`) KEY `IX_2A228ED0` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_3A6CBFF1` (`classNameId`,`classPK`,`type_`,`ctCollectionId`) KEY `IX_3EE9B9D7` (`language`,`ctCollectionId`) KEY `IX_40E22774` (`classPK`,`ctCollectionId`) KEY `IX_492F3DCB` (`ctCollectionId`) KEY `IX_8DFF58A7` (`groupId`,`classNameId`,`classPK`,`type_`,`mode_`,`ctCollectionId`) KEY `IX_A967DEEF` (`groupId`,`classNameId`,`ctCollectionId`) KEY `IX_C64F367F` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_D3180904` (`groupId`,`classPK`,`ctCollectionId`) KEY `IX_EFDA5A3B` (`groupId`,`ctCollectionId`) KEY `IX_F365A086` (`templateKey`,`ctCollectionId`) PRIMARY KEY (`templateId`,`ctCollectionId`) UNIQUE KEY `IX_147A0D41` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_ED2AF9E2` (`groupId`,`classNameId`,`templateKey`,`ctCollectionId`) `cacheable` tinyint(4) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `groupId` bigint(20) DEFAULT NULL `language` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `mode_` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `resourceClassNameId` bigint(20) DEFAULT NULL `script` longtext `smallImageId` bigint(20) DEFAULT NULL `smallImageURL` longtext `smallImage` tinyint(4) DEFAULT NULL `templateId` bigint(20) NOT NULL `templateKey` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `versionUserId` bigint(20) DEFAULT NULL `versionUserName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMTemplateLink` ( KEY `IX_CFC177CE` (`templateId`,`ctCollectionId`) KEY `IX_E8A223E5` (`ctCollectionId`) PRIMARY KEY (`templateLinkId`,`ctCollectionId`) UNIQUE KEY `IX_79ED5CFA` (`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `templateId` bigint(20) DEFAULT NULL `templateLinkId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DDMTemplateVersion` ( KEY `IX_1EC6BA24` (`templateId`,`status`,`ctCollectionId`) KEY `IX_4E55E73E` (`templateId`,`ctCollectionId`) KEY `IX_6A4E3B55` (`ctCollectionId`) PRIMARY KEY (`templateVersionId`,`ctCollectionId`) UNIQUE KEY `IX_64E82786` (`templateId`,`version`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `groupId` bigint(20) DEFAULT NULL `language` varchar(75) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `script` longtext `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `templateId` bigint(20) DEFAULT NULL `templateVersionId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DEDataDefinitionFieldLink` ( KEY `IX_110695CF` (`ddmStructureId`,`ctCollectionId`) KEY `IX_1C2BB1CE` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_57E0162` (`ddmStructureId`,`fieldName`,`ctCollectionId`) KEY `IX_8A366C16` (`uuid_`,`ctCollectionId`) KEY `IX_94C1A22F` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_95CC` (`classNameId`,`ddmStructureId`,`fieldName`,`ctCollectionId`) KEY `IX_F149FA5` (`classNameId`,`ddmStructureId`,`ctCollectionId`) PRIMARY KEY (`deDataDefinitionFieldLinkId`,`ctCollectionId`) UNIQUE KEY `IX_998C30ED` (`classNameId`,`classPK`,`ddmStructureId`,`fieldName`,`ctCollectionId`) UNIQUE KEY `IX_AA8B1050` (`uuid_`,`groupId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `ddmStructureId` bigint(20) DEFAULT NULL `deDataDefinitionFieldLinkId` bigint(20) NOT NULL `fieldName` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DEDataListView` ( KEY `IX_29FAA225` (`groupId`,`companyId`,`ddmStructureId`,`ctCollectionId`) KEY `IX_8DD9CAE7` (`ddmStructureId`,`ctCollectionId`) KEY `IX_9BB69BFE` (`uuid_`,`ctCollectionId`) KEY `IX_B10600E6` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`deDataListViewId`,`ctCollectionId`) UNIQUE KEY `IX_275E4568` (`uuid_`,`groupId`,`ctCollectionId`) `appliedFilters` longtext `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `ddmStructureId` bigint(20) DEFAULT NULL `deDataListViewId` bigint(20) NOT NULL `fieldNames` longtext `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `sortField` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLContent` ( KEY `IX_20C476B5` (`ctCollectionId`) KEY `IX_263868C8` (`companyId`,`repositoryId`,`ctCollectionId`) KEY `IX_FD632DBE` (`companyId`,`repositoryId`,`path_`,`ctCollectionId`) PRIMARY KEY (`contentId`,`ctCollectionId`) UNIQUE KEY `IX_8E223106` (`companyId`,`repositoryId`,`path_`,`version`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `contentId` bigint(20) NOT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `data_` longblob `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `path_` varchar(255) DEFAULT NULL `repositoryId` bigint(20) DEFAULT NULL `size_` bigint(20) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLFileEntry` ( KEY `IX_1F89A446` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_273362A5` (`groupId`,`externalReferenceCode`,`ctCollectionId`) KEY `IX_277C31A8` (`repositoryId`,`folderId`,`ctCollectionId`) KEY `IX_33E8A112` (`companyId`,`ctCollectionId`) KEY `IX_3B20ECE` (`groupId`,`userId`,`ctCollectionId`) KEY `IX_5444C427` (`companyId`,`fileEntryTypeId`) KEY `IX_60830094` (`groupId`,`ctCollectionId`) KEY `IX_6EC7490B` (`repositoryId`,`ctCollectionId`) KEY `IX_72175754` (`mimeType`,`ctCollectionId`) KEY `IX_854E0F17` (`smallImageId`,`largeImageId`,`custom1ImageId`,`custom2ImageId`,`ctCollectionId`) KEY `IX_863591A1` (`largeImageId`,`ctCollectionId`) KEY `IX_87A8DFAB` (`groupId`,`userId`,`folderId`,`ctCollectionId`) KEY `IX_95A2D1F1` (`groupId`,`folderId`,`ctCollectionId`) KEY `IX_9B56081C` (`custom1ImageId`,`ctCollectionId`) KEY `IX_9D2F5B3B` (`custom2ImageId`,`ctCollectionId`) KEY `IX_A8521555` (`smallImageId`,`ctCollectionId`) KEY `IX_BAF654E5` (`groupId`,`fileEntryTypeId`) KEY `IX_C0A6F645` (`fileEntryTypeId`,`ctCollectionId`) KEY `IX_CF17549E` (`uuid_`,`ctCollectionId`) KEY `IX_D8883586` (`groupId`,`folderId`,`fileEntryTypeId`,`ctCollectionId`) KEY `IX_F951AC2E` (`folderId`,`name`,`ctCollectionId`) PRIMARY KEY (`fileEntryId`,`ctCollectionId`) UNIQUE KEY `IX_373340C8` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_A256938C` (`groupId`,`folderId`,`fileName`,`ctCollectionId`) UNIQUE KEY `IX_EAAB273` (`groupId`,`folderId`,`title`,`ctCollectionId`) UNIQUE KEY `IX_F7878970` (`groupId`,`folderId`,`name`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `custom1ImageId` bigint(20) DEFAULT NULL `custom2ImageId` bigint(20) DEFAULT NULL `description` longtext `expirationDate` datetime(6) DEFAULT NULL `extension` varchar(75) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `extraSettings` longtext `fileEntryId` bigint(20) NOT NULL `fileEntryTypeId` bigint(20) DEFAULT NULL `fileName` varchar(255) DEFAULT NULL `folderId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `largeImageId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `manualCheckInRequired` tinyint(4) DEFAULT NULL `mimeType` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `repositoryId` bigint(20) DEFAULT NULL `reviewDate` datetime(6) DEFAULT NULL `size_` bigint(20) DEFAULT NULL `smallImageId` bigint(20) DEFAULT NULL `title` varchar(255) DEFAULT NULL `treePath` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLFileEntryMetadata` ( KEY `IX_8D4F58BC` (`fileEntryId`,`ctCollectionId`) KEY `IX_A158EA62` (`fileVersionId`,`ctCollectionId`) KEY `IX_EAA9CA2F` (`uuid_`,`ctCollectionId`) KEY `IX_EABA15` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`fileEntryMetadataId`,`ctCollectionId`) UNIQUE KEY `IX_B9210CAD` (`DDMStructureId`,`fileVersionId`,`ctCollectionId`) `DDMStorageId` bigint(20) DEFAULT NULL `DDMStructureId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `fileEntryId` bigint(20) DEFAULT NULL `fileEntryMetadataId` bigint(20) NOT NULL `fileVersionId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLFileEntryType` ( KEY `IX_17A61184` (`uuid_`,`ctCollectionId`) KEY `IX_C0561BFA` (`groupId`,`ctCollectionId`) KEY `IX_F147FBA0` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`fileEntryTypeId`,`ctCollectionId`) UNIQUE KEY `IX_1773A6A2` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_402227BD` (`groupId`,`fileEntryTypeKey`,`ctCollectionId`) UNIQUE KEY `IX_B6F21286` (`groupId`,`dataDefinitionId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `dataDefinitionId` bigint(20) DEFAULT NULL `description` longtext `fileEntryTypeId` bigint(20) NOT NULL `fileEntryTypeKey` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `scope` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLFileEntryTypes_DLFolders` ( KEY `IX_2E64D9F9` (`companyId`) KEY `IX_6E00A2EC` (`folderId`) PRIMARY KEY (`fileEntryTypeId`,`folderId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `fileEntryTypeId` bigint(20) NOT NULL `folderId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLFileShortcut` ( KEY `IX_21B07A42` (`uuid_`,`ctCollectionId`) KEY `IX_5CAA7254` (`toFileEntryId`,`ctCollectionId`) KEY `IX_80362F9C` (`companyId`,`status`,`ctCollectionId`) KEY `IX_869CA195` (`groupId`,`folderId`,`ctCollectionId`) KEY `IX_8A2EF610` (`groupId`,`folderId`,`active_`,`ctCollectionId`) KEY `IX_A46E54B6` (`companyId`,`ctCollectionId`) KEY `IX_CFD4D6F6` (`groupId`,`folderId`,`active_`,`status`,`ctCollectionId`) KEY `IX_FE055022` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`fileShortcutId`,`ctCollectionId`) UNIQUE KEY `IX_DD2033A4` (`uuid_`,`groupId`,`ctCollectionId`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `fileShortcutId` bigint(20) NOT NULL `folderId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `repositoryId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `toFileEntryId` bigint(20) DEFAULT NULL `treePath` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLFileVersion` ( KEY `IX_16CE5EAC` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_3A12DA31` (`groupId`,`folderId`,`status`,`ctCollectionId`) KEY `IX_48BF1DF8` (`uuid_`,`ctCollectionId`) KEY `IX_759EF1C5` (`fileEntryId`,`ctCollectionId`) KEY `IX_808EF252` (`companyId`,`status`,`ctCollectionId`) KEY `IX_97782D6C` (`companyId`,`ctCollectionId`) KEY `IX_9E97D7BA` (`mimeType`,`ctCollectionId`) KEY `IX_C97C4DAB` (`fileEntryId`,`status`,`ctCollectionId`) KEY `IX_DCA2C64B` (`groupId`,`folderId`,`title`,`version`,`ctCollectionId`) PRIMARY KEY (`fileVersionId`,`ctCollectionId`) UNIQUE KEY `IX_10E504DF` (`fileEntryId`,`version`,`ctCollectionId`) UNIQUE KEY `IX_350F5CAE` (`uuid_`,`groupId`,`ctCollectionId`) `changeLog` varchar(75) DEFAULT NULL `checksum` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `expirationDate` datetime(6) DEFAULT NULL `extension` varchar(75) DEFAULT NULL `extraSettings` longtext `fileEntryId` bigint(20) DEFAULT NULL `fileEntryTypeId` bigint(20) DEFAULT NULL `fileName` varchar(255) DEFAULT NULL `fileVersionId` bigint(20) NOT NULL `folderId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `mimeType` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `repositoryId` bigint(20) DEFAULT NULL `reviewDate` datetime(6) DEFAULT NULL `size_` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `title` varchar(255) DEFAULT NULL `treePath` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLFileVersionPreview` ( KEY `IX_3A1CF42B` (`fileVersionId`,`ctCollectionId`) KEY `IX_D5ED40C5` (`fileEntryId`,`ctCollectionId`) PRIMARY KEY (`dlFileVersionPreviewId`,`ctCollectionId`) UNIQUE KEY `IX_DA3FFE` (`fileEntryId`,`fileVersionId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `dlFileVersionPreviewId` bigint(20) NOT NULL `fileEntryId` bigint(20) DEFAULT NULL `fileVersionId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `previewStatus` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLFolder` ( KEY `IX_333CBAAE` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_45D93323` (`groupId`,`mountPoint`,`parentFolderId`,`hidden_`,`ctCollectionId`) KEY `IX_4642F2E0` (`parentFolderId`,`name`,`ctCollectionId`) KEY `IX_4B18B17E` (`groupId`,`mountPoint`,`parentFolderId`,`ctCollectionId`) KEY `IX_67A46FAA` (`companyId`,`ctCollectionId`) KEY `IX_7663654` (`groupId`,`parentFolderId`,`hidden_`,`status`,`ctCollectionId`) KEY `IX_91065109` (`groupId`,`mountPoint`,`parentFolderId`,`hidden_`,`status`,`ctCollectionId`) KEY `IX_9D91952C` (`groupId`,`ctCollectionId`) KEY `IX_B7722F36` (`uuid_`,`ctCollectionId`) KEY `IX_BB15D373` (`repositoryId`,`ctCollectionId`) KEY `IX_CF68C0D3` (`groupId`,`parentFolderId`,`ctCollectionId`) KEY `IX_E7CD911A` (`repositoryId`,`parentFolderId`,`ctCollectionId`) KEY `IX_F1EC1690` (`companyId`,`status`,`ctCollectionId`) KEY `IX_F344479E` (`repositoryId`,`mountPoint`,`ctCollectionId`) PRIMARY KEY (`folderId`,`ctCollectionId`) UNIQUE KEY `IX_AA08D130` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_C7E346D2` (`groupId`,`parentFolderId`,`name`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultFileEntryTypeId` bigint(20) DEFAULT NULL `description` longtext `folderId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `hidden_` tinyint(4) DEFAULT NULL `lastPostDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mountPoint` tinyint(4) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `parentFolderId` bigint(20) DEFAULT NULL `repositoryId` bigint(20) DEFAULT NULL `restrictionType` int(11) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `treePath` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLOpenerFileEntryReference` ( PRIMARY KEY (`dlOpenerFileEntryReferenceId`) UNIQUE KEY `IX_54148667` (`fileEntryId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `dlOpenerFileEntryReferenceId` bigint(20) NOT NULL `fileEntryId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `referenceKey` varchar(75) DEFAULT NULL `referenceType` varchar(75) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLStorageQuota` ( PRIMARY KEY (`dlStorageQuotaId`) UNIQUE KEY `IX_1214035D` (`companyId`) `companyId` bigint(20) DEFAULT NULL `dlStorageQuotaId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `storageSize` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DLSyncEvent` ( KEY `IX_3D8E1607` (`modifiedTime`) PRIMARY KEY (`syncEventId`) UNIQUE KEY `IX_57D82B06` (`typePK`) `companyId` bigint(20) DEFAULT NULL `event` varchar(75) DEFAULT NULL `modifiedTime` bigint(20) DEFAULT NULL `syncEventId` bigint(20) NOT NULL `typePK` bigint(20) DEFAULT NULL `type_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DepotAppCustomization` ( KEY `IX_5B76D798` (`depotEntryId`,`enabled`) PRIMARY KEY (`depotAppCustomizationId`) UNIQUE KEY `IX_DA8D9ACC` (`depotEntryId`,`portletId`) `companyId` bigint(20) DEFAULT NULL `depotAppCustomizationId` bigint(20) NOT NULL `depotEntryId` bigint(20) DEFAULT NULL `enabled` tinyint(4) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `portletId` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DepotEntry` ( KEY `IX_FBDFFFF8` (`uuid_`,`companyId`) PRIMARY KEY (`depotEntryId`) UNIQUE KEY `IX_884D6226` (`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `depotEntryId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DepotEntryGroupRel` ( KEY `IX_7ED7EAB2` (`uuid_`,`companyId`) KEY `IX_C61C803B` (`searchable`,`toGroupId`) KEY `IX_DB75E9F1` (`toGroupId`) KEY `IX_F329B161` (`ddmStructuresAvailable`,`toGroupId`) PRIMARY KEY (`depotEntryGroupRelId`) UNIQUE KEY `IX_65D34444` (`depotEntryId`,`toGroupId`) UNIQUE KEY `IX_D25F75B4` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ddmStructuresAvailable` tinyint(4) DEFAULT NULL `depotEntryGroupRelId` bigint(20) NOT NULL `depotEntryId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `searchable` tinyint(4) DEFAULT NULL `toGroupId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DispatchLog` ( KEY `IX_36F4EB5F` (`dispatchTriggerId`,`status`) PRIMARY KEY (`dispatchLogId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `dispatchLogId` bigint(20) NOT NULL `dispatchTriggerId` bigint(20) DEFAULT NULL `endDate` datetime(6) DEFAULT NULL `error` longtext `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `output_` longtext `startDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `DispatchTrigger` ( KEY `IX_1B108A04` (`companyId`,`dispatchTaskExecutorType`) KEY `IX_71D6AFE9` (`active_`,`dispatchTaskClusterMode`) KEY `IX_F6ABBDDE` (`companyId`,`userId`) PRIMARY KEY (`dispatchTriggerId`) UNIQUE KEY `IX_D86DCE63` (`companyId`,`name`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `cronExpression` varchar(75) DEFAULT NULL `dispatchTaskClusterMode` int(11) DEFAULT NULL `dispatchTaskExecutorType` varchar(75) DEFAULT NULL `dispatchTaskSettings` longtext `dispatchTriggerId` bigint(20) NOT NULL `endDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `overlapAllowed` tinyint(4) DEFAULT NULL `startDate` datetime(6) DEFAULT NULL `system_` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `EmailAddress` ( KEY `IX_2A2CB130` (`companyId`,`classNameId`,`classPK`,`primary_`) KEY `IX_7B43CD8` (`userId`) KEY `IX_F74AB912` (`uuid_`,`companyId`) PRIMARY KEY (`emailAddressId`) `address` varchar(254) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `emailAddressId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `primary_` tinyint(4) DEFAULT NULL `typeId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ExpandoColumn` ( KEY `IX_8B26D246` (`tableId`,`ctCollectionId`) PRIMARY KEY (`columnId`,`ctCollectionId`) UNIQUE KEY `IX_4A7D3605` (`tableId`,`name`,`ctCollectionId`) `columnId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultData` longtext `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `tableId` bigint(20) DEFAULT NULL `typeSettings` longtext `type_` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ExpandoRow` ( KEY `IX_5C47920C` (`tableId`,`ctCollectionId`) KEY `IX_BCC0D776` (`classPK`,`ctCollectionId`) PRIMARY KEY (`rowId_`,`ctCollectionId`) UNIQUE KEY `IX_488E0C53` (`tableId`,`classPK`,`ctCollectionId`) `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `rowId_` bigint(20) NOT NULL `tableId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ExpandoTable` ( KEY `IX_A905B6E3` (`companyId`,`classNameId`,`ctCollectionId`) PRIMARY KEY (`tableId`,`ctCollectionId`) UNIQUE KEY `IX_87D370E2` (`companyId`,`classNameId`,`name`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `tableId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ExpandoValue` ( KEY `IX_3D37FDAA` (`tableId`,`classPK`,`ctCollectionId`) KEY `IX_4E7B1F33` (`tableId`,`rowId_`,`ctCollectionId`) KEY `IX_8AF759DA` (`tableId`,`columnId`,`ctCollectionId`) KEY `IX_B5A9F1E5` (`columnId`,`ctCollectionId`) KEY `IX_EEA372D5` (`tableId`,`ctCollectionId`) KEY `IX_FC7A3DFE` (`rowId_`,`ctCollectionId`) KEY `IX_FF8FB775` (`classNameId`,`classPK`,`ctCollectionId`) PRIMARY KEY (`valueId`,`ctCollectionId`) UNIQUE KEY `IX_D8C72C45` (`tableId`,`columnId`,`classPK`,`ctCollectionId`) UNIQUE KEY `IX_E6D98E43` (`columnId`,`rowId_`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `columnId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `data_` longtext `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `rowId_` bigint(20) DEFAULT NULL `tableId` bigint(20) DEFAULT NULL `valueId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ExportImportConfiguration` ( KEY `IX_1827A2E5` (`companyId`) KEY `IX_38FA468D` (`groupId`,`status`) KEY `IX_47CC6234` (`groupId`,`type_`,`status`) PRIMARY KEY (`exportImportConfigurationId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `exportImportConfigurationId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `settings_` longtext `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FVSActiveEntry` ( KEY `IX_D023E543` (`uuid_`,`companyId`) PRIMARY KEY (`fvsActiveEntryId`) UNIQUE KEY `IX_BDDBF1D7` (`userId`,`clayDataSetDisplayId`,`plid`,`portletId`) `clayDataSetDisplayId` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `fvsActiveEntryId` bigint(20) NOT NULL `fvsEntryId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `plid` bigint(20) DEFAULT NULL `portletId` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FVSCustomEntry` ( KEY `IX_B3581738` (`uuid_`,`companyId`) PRIMARY KEY (`fvsCustomEntryId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `fvsCustomEntryId` bigint(20) NOT NULL `fvsEntryId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FVSEntry` ( KEY `IX_2943B369` (`uuid_`,`companyId`) PRIMARY KEY (`fvsEntryId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `fvsEntryId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `viewState` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FragmentCollection` ( KEY `IX_4F415D53` (`groupId`,`name`,`ctCollectionId`) KEY `IX_B34B88C6` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_E2B60C14` (`groupId`,`ctCollectionId`) KEY `IX_F197401E` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`fragmentCollectionId`,`ctCollectionId`) UNIQUE KEY `IX_3244548` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_7FA4CEC9` (`groupId`,`fragmentCollectionKey`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `fragmentCollectionId` bigint(20) NOT NULL `fragmentCollectionKey` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FragmentComposition` ( KEY `IX_1918190A` (`groupId`,`fragmentCollectionId`,`name`,`status`,`ctCollectionId`) KEY `IX_2B7782B2` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_50F8C24` (`groupId`,`fragmentCollectionId`,`name`,`ctCollectionId`) KEY `IX_5EF5678B` (`groupId`,`fragmentCollectionId`,`status`,`ctCollectionId`) KEY `IX_5F3FEBA5` (`groupId`,`fragmentCollectionId`,`ctCollectionId`) KEY `IX_6588F8A8` (`groupId`,`ctCollectionId`) KEY `IX_A86D5F3B` (`fragmentCollectionId`,`ctCollectionId`) KEY `IX_C3A441B2` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`fragmentCompositionId`,`ctCollectionId`) UNIQUE KEY `IX_3F7591A1` (`groupId`,`fragmentCompositionKey`,`ctCollectionId`) UNIQUE KEY `IX_B39DCA34` (`uuid_`,`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `data_` longtext `description` varchar(75) DEFAULT NULL `fragmentCollectionId` bigint(20) DEFAULT NULL `fragmentCompositionId` bigint(20) NOT NULL `fragmentCompositionKey` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `previewFileEntryId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FragmentEntry` ( KEY `IX_18964A03` (`fragmentCollectionId`,`ctCollectionId`) KEY `IX_2A7A0DD4` (`groupId`,`fragmentCollectionId`,`type_`,`ctCollectionId`) KEY `IX_2E7665C3` (`groupId`,`fragmentCollectionId`,`status`,`ctCollectionId`) KEY `IX_30ABC071` (`groupId`,`fragmentCollectionId`,`head`,`ctCollectionId`) KEY `IX_3E323417` (`fragmentCollectionId`,`head`,`ctCollectionId`) KEY `IX_4606AFC` (`uuid_`,`groupId`,`ctCollectionId`) KEY `IX_49BF8D42` (`groupId`,`fragmentCollectionId`,`name`,`status`,`ctCollectionId`) KEY `IX_5615117A` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_60FE7FD7` (`groupId`,`fragmentCollectionId`,`status`,`head`,`ctCollectionId`) KEY `IX_66C6BBB0` (`groupId`,`fragmentCollectionId`,`name`,`head`,`ctCollectionId`) KEY `IX_67941F11` (`groupId`,`fragmentEntryKey`,`ctCollectionId`) KEY `IX_6FD3C0BE` (`uuid_`,`head`,`ctCollectionId`) KEY `IX_71762F8E` (`groupId`,`fragmentCollectionId`,`type_`,`status`,`head`,`ctCollectionId`) KEY `IX_72C5CC16` (`groupId`,`fragmentCollectionId`,`name`,`status`,`head`,`ctCollectionId`) KEY `IX_7445464E` (`uuid_`,`companyId`,`head`,`ctCollectionId`) KEY `IX_96DEA1DD` (`groupId`,`fragmentCollectionId`,`ctCollectionId`) KEY `IX_9F7DEABA` (`groupId`,`fragmentCollectionId`,`type_`,`status`,`ctCollectionId`) KEY `IX_A8EE1728` (`groupId`,`fragmentCollectionId`,`type_`,`head`,`ctCollectionId`) KEY `IX_C1D0B934` (`groupId`,`head`,`ctCollectionId`) KEY `IX_C25228E0` (`groupId`,`ctCollectionId`) KEY `IX_CEAAB85C` (`groupId`,`fragmentCollectionId`,`name`,`ctCollectionId`) KEY `IX_D2EC1FEA` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`fragmentEntryId`,`ctCollectionId`) UNIQUE KEY `IX_A7F77355` (`headId`,`ctCollectionId`) UNIQUE KEY `IX_E5D3F650` (`uuid_`,`groupId`,`head`,`ctCollectionId`) UNIQUE KEY `IX_F5386A5` (`groupId`,`fragmentEntryKey`,`head`,`ctCollectionId`) `cacheable` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `configuration` longtext `createDate` datetime(6) DEFAULT NULL `css` longtext `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `fragmentCollectionId` bigint(20) DEFAULT NULL `fragmentEntryId` bigint(20) NOT NULL `fragmentEntryKey` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `headId` bigint(20) DEFAULT NULL `head` tinyint(4) DEFAULT NULL `html` longtext `js` longtext `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `previewFileEntryId` bigint(20) DEFAULT NULL `readOnly` tinyint(4) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FragmentEntryLink` ( KEY `IX_1A46116E` (`groupId`,`fragmentEntryId`,`plid`,`ctCollectionId`) KEY `IX_25790E3` (`groupId`,`fragmentEntryId`,`ctCollectionId`) KEY `IX_28F091A8` (`rendererKey`,`ctCollectionId`) KEY `IX_4C1EB947` (`groupId`,`fragmentEntryId`,`classNameId`,`ctCollectionId`) KEY `IX_56DF5B4` (`groupId`,`segmentsExperienceId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_577C6F94` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_6AFFBB89` (`fragmentEntryId`,`ctCollectionId`) KEY `IX_7AB5A586` (`groupId`,`ctCollectionId`) KEY `IX_83328E10` (`uuid_`,`ctCollectionId`) KEY `IX_932B7FDB` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_B7BFD778` (`groupId`,`fragmentEntryId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_BB1027AA` (`groupId`,`segmentsExperienceId`,`plid`,`ctCollectionId`) KEY `IX_FF5CDFD1` (`groupId`,`plid`,`ctCollectionId`) PRIMARY KEY (`fragmentEntryLinkId`,`ctCollectionId`) UNIQUE KEY `IX_145C8796` (`uuid_`,`groupId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `configuration` longtext `createDate` datetime(6) DEFAULT NULL `css` longtext `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `editableValues` longtext `fragmentEntryId` bigint(20) DEFAULT NULL `fragmentEntryLinkId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `html` longtext `js` longtext `lastPropagationDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `namespace` varchar(75) DEFAULT NULL `originalFragmentEntryLinkId` bigint(20) DEFAULT NULL `plid` bigint(20) DEFAULT NULL `position` int(11) DEFAULT NULL `rendererKey` varchar(200) DEFAULT NULL `segmentsExperienceId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FragmentEntryVersion` ( KEY `IX_17FF2488` (`groupId`,`fragmentCollectionId`,`type_`,`ctCollectionId`) KEY `IX_2A14D296` (`uuid_`,`companyId`,`version`,`ctCollectionId`) KEY `IX_342834B6` (`groupId`,`fragmentCollectionId`,`name`,`status`,`version`,`ctCollectionId`) KEY `IX_36EEEDA9` (`groupId`,`fragmentCollectionId`,`ctCollectionId`) KEY `IX_5336DADC` (`groupId`,`fragmentCollectionId`,`name`,`version`,`ctCollectionId`) KEY `IX_59AB0D6E` (`groupId`,`fragmentCollectionId`,`type_`,`status`,`ctCollectionId`) KEY `IX_619C0FB6` (`uuid_`,`ctCollectionId`) KEY `IX_646748B7` (`fragmentCollectionId`,`ctCollectionId`) KEY `IX_64C555AC` (`groupId`,`ctCollectionId`) KEY `IX_70C9440E` (`groupId`,`fragmentCollectionId`,`name`,`status`,`ctCollectionId`) KEY `IX_868E3D7C` (`groupId`,`fragmentCollectionId`,`type_`,`version`,`ctCollectionId`) KEY `IX_9C0C7455` (`groupId`,`fragmentCollectionId`,`status`,`version`,`ctCollectionId`) KEY `IX_9C7C060E` (`uuid_`,`version`,`ctCollectionId`) KEY `IX_9FDA30DD` (`groupId`,`fragmentEntryKey`,`ctCollectionId`) KEY `IX_A18314D8` (`groupId`,`version`,`ctCollectionId`) KEY `IX_BD8DFB28` (`groupId`,`fragmentCollectionId`,`name`,`ctCollectionId`) KEY `IX_C5B380B0` (`uuid_`,`groupId`,`ctCollectionId`) KEY `IX_DC8A5E2D` (`fragmentCollectionId`,`version`,`ctCollectionId`) KEY `IX_E487E5AF` (`fragmentEntryId`,`ctCollectionId`) KEY `IX_EBC8297B` (`groupId`,`fragmentCollectionId`,`version`,`ctCollectionId`) KEY `IX_EF98A2E` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_F194258F` (`groupId`,`fragmentCollectionId`,`status`,`ctCollectionId`) KEY `IX_FDC2F756` (`groupId`,`fragmentCollectionId`,`type_`,`status`,`version`,`ctCollectionId`) PRIMARY KEY (`fragmentEntryVersionId`,`ctCollectionId`) UNIQUE KEY `IX_32C340C7` (`groupId`,`fragmentEntryKey`,`version`,`ctCollectionId`) UNIQUE KEY `IX_937B0E54` (`uuid_`,`groupId`,`version`,`ctCollectionId`) UNIQUE KEY `IX_E87ED835` (`fragmentEntryId`,`version`,`ctCollectionId`) `cacheable` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `configuration` longtext `createDate` datetime(6) DEFAULT NULL `css` longtext `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `fragmentCollectionId` bigint(20) DEFAULT NULL `fragmentEntryId` bigint(20) DEFAULT NULL `fragmentEntryKey` varchar(75) DEFAULT NULL `fragmentEntryVersionId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `html` longtext `js` longtext `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `previewFileEntryId` bigint(20) DEFAULT NULL `readOnly` tinyint(4) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FriendlyURLEntry` ( KEY `IX_3328CB1E` (`uuid_`,`ctCollectionId`) KEY `IX_F1E51DC6` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_FE1EF2E9` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) PRIMARY KEY (`friendlyURLEntryId`,`ctCollectionId`) UNIQUE KEY `IX_D51F1A48` (`uuid_`,`groupId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultLanguageId` varchar(75) DEFAULT NULL `friendlyURLEntryId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FriendlyURLEntryLocalization` ( KEY `IX_40A51197` (`groupId`,`classNameId`,`classPK`,`languageId`,`ctCollectionId`) KEY `IX_4F41A5C8` (`friendlyURLEntryId`,`ctCollectionId`) PRIMARY KEY (`friendlyURLEntryLocalizationId`,`ctCollectionId`) UNIQUE KEY `IX_BBF3E90F` (`friendlyURLEntryId`,`languageId`,`ctCollectionId`) UNIQUE KEY `IX_C753170C` (`groupId`,`classNameId`,`urlTitle`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `friendlyURLEntryId` bigint(20) DEFAULT NULL `friendlyURLEntryLocalizationId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `languageId` varchar(75) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `urlTitle` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `FriendlyURLEntryMapping` ( PRIMARY KEY (`friendlyURLEntryMappingId`,`ctCollectionId`) UNIQUE KEY `IX_5BE324B9` (`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `friendlyURLEntryId` bigint(20) DEFAULT NULL `friendlyURLEntryMappingId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Group_` ( KEY `IX_121A14F7` (`companyId`,`parentGroupId`,`site`,`ctCollectionId`) KEY `IX_162053E9` (`companyId`,`parentGroupId`,`site`,`inheritContent`,`ctCollectionId`) KEY `IX_21CBD878` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_2442742A` (`companyId`,`classNameId`,`ctCollectionId`) KEY `IX_286EE120` (`companyId`,`ctCollectionId`) KEY `IX_4108074A` (`companyId`,`site`,`active_`,`ctCollectionId`) KEY `IX_5263ACD8` (`type_`,`active_`,`ctCollectionId`) KEY `IX_8060F096` (`liveGroupId`,`ctCollectionId`) KEY `IX_8B5402E5` (`companyId`,`active_`,`ctCollectionId`) KEY `IX_A20523FC` (`companyId`,`parentGroupId`,`ctCollectionId`) KEY `IX_A67A0AA5` (`companyId`,`classNameId`,`site`,`ctCollectionId`) KEY `IX_B7EBDBB2` (`companyId`,`classNameId`,`parentGroupId`,`ctCollectionId`) KEY `IX_BD3CB13A` (`classNameId`,`groupId`,`companyId`,`parentGroupId`) KEY `IX_BFEBCBAC` (`uuid_`,`ctCollectionId`) KEY `IX_CFE2671B` (`companyId`,`site`,`ctCollectionId`) KEY `IX_EB3A63D9` (`classNameId`,`classPK`,`ctCollectionId`) PRIMARY KEY (`groupId`,`ctCollectionId`) UNIQUE KEY `IX_504CABF5` (`companyId`,`classNameId`,`classPK`,`ctCollectionId`) UNIQUE KEY `IX_9A7D6AD0` (`companyId`,`friendlyURL`,`ctCollectionId`) UNIQUE KEY `IX_BE219CF4` (`companyId`,`groupKey`,`ctCollectionId`) `active_` tinyint(4) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `creatorUserId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `friendlyURL` varchar(255) DEFAULT NULL `groupId` bigint(20) NOT NULL `groupKey` varchar(150) DEFAULT NULL `inheritContent` tinyint(4) DEFAULT NULL `liveGroupId` bigint(20) DEFAULT NULL `manualMembership` tinyint(4) DEFAULT NULL `membershipRestriction` int(11) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `parentGroupId` bigint(20) DEFAULT NULL `remoteStagingGroupCount` int(11) DEFAULT NULL `site` tinyint(4) DEFAULT NULL `treePath` longtext `typeSettings` longtext `type_` int(11) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Groups_Orgs` ( KEY `IX_6BBB7682` (`organizationId`) KEY `IX_8BFD4548` (`companyId`) PRIMARY KEY (`groupId`,`organizationId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) NOT NULL `organizationId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Groups_Roles` ( KEY `IX_3103EF3D` (`roleId`) KEY `IX_557D8550` (`companyId`) PRIMARY KEY (`groupId`,`roleId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) NOT NULL `roleId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Groups_UserGroups` ( KEY `IX_3B69160F` (`userGroupId`) KEY `IX_676FC818` (`companyId`) PRIMARY KEY (`groupId`,`userGroupId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) NOT NULL `userGroupId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `IM_MemberRequest` ( KEY `IX_4C831DF9` (`groupId`,`receiverUserId`,`status`) KEY `IX_B312EB0F` (`receiverUserId`,`status`) KEY `IX_B4BCD9B4` (`key_`) PRIMARY KEY (`memberRequestId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `invitedRoleId` bigint(20) DEFAULT NULL `invitedTeamId` bigint(20) DEFAULT NULL `key_` varchar(75) DEFAULT NULL `memberRequestId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `receiverUserId` bigint(20) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Image` ( KEY `IX_9720F6AB` (`size_`,`ctCollectionId`) PRIMARY KEY (`imageId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `height` int(11) DEFAULT NULL `imageId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `size_` int(11) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `width` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `JSONStorageEntry` ( KEY `IX_1D1A4852` (`companyId`,`classNameId`,`index_`,`type_`,`valueLong`,`ctCollectionId`) KEY `IX_344B5AB8` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_52780E25` (`companyId`,`classNameId`,`key_`,`type_`,`valueLong`,`ctCollectionId`) PRIMARY KEY (`jsonStorageEntryId`,`ctCollectionId`) UNIQUE KEY `IX_7412B525` (`classNameId`,`classPK`,`parentJSONStorageEntryId`,`index_`,`key_`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `index_` int(11) DEFAULT NULL `jsonStorageEntryId` bigint(20) NOT NULL `key_` varchar(255) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentJSONStorageEntryId` bigint(20) DEFAULT NULL `type_` int(11) DEFAULT NULL `valueLong` bigint(20) DEFAULT NULL `valueString` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `JournalArticle` ( KEY `IX_115EC45A` (`resourcePrimKey`,`status`,`ctCollectionId`) KEY `IX_1ED664C3` (`groupId`,`ctCollectionId`) KEY `IX_20E66853` (`groupId`,`classNameId`,`DDMTemplateKey`,`ctCollectionId`) KEY `IX_254CBF60` (`groupId`,`urlTitle`,`ctCollectionId`) KEY `IX_55CADE3F` (`displayDate`,`status`,`ctCollectionId`) KEY `IX_584284F7` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_60EF9564` (`resourcePrimKey`,`indexable`,`ctCollectionId`) KEY `IX_62EBBA43` (`ctCollectionId`) KEY `IX_6A6363AF` (`groupId`,`DDMTemplateKey`,`ctCollectionId`) KEY `IX_6CA45D20` (`groupId`,`classNameId`,`layoutUuid`,`ctCollectionId`) KEY `IX_6D9F9567` (`companyId`,`status`,`ctCollectionId`) KEY `IX_70325BE2` (`groupId`,`DDMStructureKey`,`ctCollectionId`) KEY `IX_74060760` (`groupId`,`folderId`,`ctCollectionId`) KEY `IX_75FE7BFC` (`layoutUuid`,`ctCollectionId`) KEY `IX_7D1E8774` (`resourcePrimKey`,`ctCollectionId`) KEY `IX_8868DCD0` (`groupId`,`folderId`,`classNameId`,`status`,`ctCollectionId`) KEY `IX_8A0FEBBE` (`groupId`,`classNameId`,`DDMStructureKey`,`ctCollectionId`) KEY `IX_9603F88D` (`uuid_`,`ctCollectionId`) KEY `IX_9E386BE0` (`groupId`,`articleId`,`status`,`ctCollectionId`) KEY `IX_A01DB92F` (`DDMTemplateKey`,`ctCollectionId`) KEY `IX_AAF3B581` (`companyId`,`ctCollectionId`) KEY `IX_B2F1D3FD` (`groupId`,`userId`,`ctCollectionId`) KEY `IX_D36D9846` (`groupId`,`folderId`,`status`,`ctCollectionId`) KEY `IX_D9F0782E` (`groupId`,`externalReferenceCode`,`version`,`ctCollectionId`) KEY `IX_DAB0F686` (`smallImageId`,`ctCollectionId`) KEY `IX_DB98B996` (`groupId`,`externalReferenceCode`,`ctCollectionId`) KEY `IX_DFAE24A` (`resourcePrimKey`,`indexable`,`status`,`ctCollectionId`) KEY `IX_E10314FA` (`groupId`,`articleId`,`ctCollectionId`) KEY `IX_E107E2A9` (`groupId`,`status`,`ctCollectionId`) KEY `IX_E20FD06D` (`groupId`,`userId`,`classNameId`,`ctCollectionId`) KEY `IX_E6BD667C` (`groupId`,`layoutUuid`,`ctCollectionId`) KEY `IX_E748358` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_E7C5046` (`groupId`,`urlTitle`,`status`,`ctCollectionId`) KEY `IX_F12AB4A3` (`companyId`,`version`,`ctCollectionId`) KEY `IX_F1C2B662` (`DDMStructureKey`,`ctCollectionId`) KEY `IX_F97E5289` (`companyId`,`version`,`status`,`ctCollectionId`) PRIMARY KEY (`id_`,`ctCollectionId`) UNIQUE KEY `IX_4D5E99B9` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_D3ACAD4A` (`groupId`,`articleId`,`version`,`ctCollectionId`) `DDMStructureKey` varchar(75) DEFAULT NULL `DDMTemplateKey` varchar(75) DEFAULT NULL `articleId` varchar(75) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultLanguageId` varchar(75) DEFAULT NULL `displayDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `folderId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `id_` bigint(20) NOT NULL `indexable` tinyint(4) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `layoutUuid` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `resourcePrimKey` bigint(20) DEFAULT NULL `reviewDate` datetime(6) DEFAULT NULL `smallImageId` bigint(20) DEFAULT NULL `smallImageURL` longtext `smallImage` tinyint(4) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `treePath` longtext `urlTitle` varchar(255) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `JournalArticleLocalization` ( KEY `IX_429AC23C` (`ctCollectionId`) KEY `IX_E69312A1` (`articlePK`,`ctCollectionId`) KEY `IX_F1F3A975` (`companyId`,`articlePK`,`ctCollectionId`) PRIMARY KEY (`articleLocalizationId`,`ctCollectionId`) UNIQUE KEY `IX_5593D868` (`articlePK`,`languageId`,`ctCollectionId`) `articleLocalizationId` bigint(20) NOT NULL `articlePK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `languageId` varchar(75) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `title` varchar(400) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `JournalArticleResource` ( KEY `IX_63192F1F` (`uuid_`,`ctCollectionId`) KEY `IX_B332E3F1` (`ctCollectionId`) KEY `IX_D83FDF25` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_FB783ED5` (`groupId`,`ctCollectionId`) PRIMARY KEY (`resourcePrimKey`,`ctCollectionId`) UNIQUE KEY `IX_37A8A767` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_57129BA8` (`groupId`,`articleId`,`ctCollectionId`) `articleId` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `resourcePrimKey` bigint(20) NOT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `JournalContentSearch` ( KEY `IX_213C8C85` (`groupId`,`articleId`,`ctCollectionId`) KEY `IX_29F15693` (`portletId`,`ctCollectionId`) KEY `IX_462E9927` (`groupId`,`privateLayout`,`layoutId`,`portletId`,`ctCollectionId`) KEY `IX_5D001F8F` (`articleId`,`ctCollectionId`) KEY `IX_856A8596` (`companyId`,`ctCollectionId`) KEY `IX_C1E8B73A` (`groupId`,`privateLayout`,`layoutId`,`ctCollectionId`) KEY `IX_D6C8719C` (`groupId`,`privateLayout`,`articleId`,`ctCollectionId`) KEY `IX_F08C9961` (`groupId`,`privateLayout`,`ctCollectionId`) PRIMARY KEY (`contentSearchId`,`ctCollectionId`) UNIQUE KEY `IX_49A6FA16` (`groupId`,`privateLayout`,`layoutId`,`portletId`,`articleId`,`ctCollectionId`) `articleId` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `contentSearchId` bigint(20) NOT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `layoutId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `portletId` varchar(200) DEFAULT NULL `privateLayout` tinyint(4) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `JournalFeed` ( KEY `IX_6727738D` (`groupId`,`ctCollectionId`) KEY `IX_73FE31D7` (`uuid_`,`ctCollectionId`) KEY `IX_A134796D` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`id_`,`ctCollectionId`) UNIQUE KEY `IX_53294B1A` (`groupId`,`feedId`,`ctCollectionId`) UNIQUE KEY `IX_800F33AF` (`uuid_`,`groupId`,`ctCollectionId`) `DDMRendererTemplateKey` varchar(75) DEFAULT NULL `DDMStructureKey` varchar(75) DEFAULT NULL `DDMTemplateKey` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `contentField` varchar(75) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `delta` int(11) DEFAULT NULL `description` longtext `feedFormat` varchar(75) DEFAULT NULL `feedId` varchar(75) DEFAULT NULL `feedVersion` double DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `id_` bigint(20) NOT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `orderByCol` varchar(75) DEFAULT NULL `orderByType` varchar(75) DEFAULT NULL `targetLayoutFriendlyUrl` varchar(255) DEFAULT NULL `targetPortletId` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `JournalFolder` ( KEY `IX_39FA42FC` (`groupId`,`name`,`ctCollectionId`) KEY `IX_3C880149` (`ctCollectionId`) KEY `IX_6ADEEEBB` (`companyId`,`ctCollectionId`) KEY `IX_6CD2A47D` (`groupId`,`ctCollectionId`) KEY `IX_766B0E24` (`groupId`,`parentFolderId`,`ctCollectionId`) KEY `IX_95F9567D` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_BFD19B0A` (`groupId`,`parentFolderId`,`status`,`ctCollectionId`) KEY `IX_D7A0DEC7` (`uuid_`,`ctCollectionId`) KEY `IX_E6C2F4A1` (`companyId`,`status`,`ctCollectionId`) PRIMARY KEY (`folderId`,`ctCollectionId`) UNIQUE KEY `IX_6F8814BF` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_A2109363` (`groupId`,`parentFolderId`,`name`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `folderId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(100) DEFAULT NULL `parentFolderId` bigint(20) DEFAULT NULL `restrictionType` int(11) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `treePath` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KBArticle` ( KEY `IX_1DCC5F79` (`parentResourcePrimKey`,`main`) KEY `IX_2B11F674` (`groupId`,`kbFolderId`,`latest`) KEY `IX_2B6103F2` (`parentResourcePrimKey`,`status`) KEY `IX_379FD6BC` (`groupId`,`kbFolderId`,`urlTitle`,`status`) KEY `IX_49630FA` (`resourcePrimKey`,`groupId`,`status`) KEY `IX_4E87D659` (`uuid_`,`companyId`) KEY `IX_4E89983C` (`resourcePrimKey`,`status`) KEY `IX_55A38CF2` (`groupId`,`parentResourcePrimKey`,`status`) KEY `IX_571C019E` (`companyId`,`latest`) KEY `IX_5A381890` (`companyId`,`main`) KEY `IX_5FEF5F4F` (`resourcePrimKey`,`groupId`,`latest`) KEY `IX_694EA2E0` (`groupId`,`latest`) KEY `IX_69C17E43` (`resourcePrimKey`,`main`) KEY `IX_86BA3247` (`parentResourcePrimKey`,`latest`) KEY `IX_8EF92E81` (`resourcePrimKey`,`groupId`,`main`) KEY `IX_97C62252` (`groupId`,`main`) KEY `IX_994AC32D` (`groupId`,`parentResourcePrimKey`,`latest`,`status`) KEY `IX_A358F410` (`groupId`,`externalReferenceCode`,`version`) KEY `IX_A9E2C691` (`resourcePrimKey`,`latest`) KEY `IX_CFB8C81F` (`groupId`,`kbFolderId`,`status`) KEY `IX_D91D2879` (`groupId`,`parentResourcePrimKey`,`main`) KEY `IX_DF5748B` (`groupId`,`status`) KEY `IX_FBC2D349` (`companyId`,`status`) PRIMARY KEY (`kbArticleId`) UNIQUE KEY `IX_5C941F1B` (`uuid_`,`groupId`) UNIQUE KEY `IX_AA304772` (`resourcePrimKey`,`version`) `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kbArticleId` bigint(20) NOT NULL `kbFolderId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `latest` tinyint(4) DEFAULT NULL `main` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentResourceClassNameId` bigint(20) DEFAULT NULL `parentResourcePrimKey` bigint(20) DEFAULT NULL `priority` double DEFAULT NULL `resourcePrimKey` bigint(20) DEFAULT NULL `rootResourcePrimKey` bigint(20) DEFAULT NULL `sections` longtext `sourceURL` longtext `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `title` longtext `urlTitle` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KBComment` ( KEY `IX_47D3AE89` (`classNameId`,`classPK`,`status`) KEY `IX_6CB72942` (`uuid_`,`companyId`) KEY `IX_828BA082` (`groupId`,`status`) KEY `IX_E8D43932` (`groupId`,`classNameId`) KEY `IX_FD56A55D` (`userId`,`classNameId`,`classPK`) PRIMARY KEY (`kbCommentId`) UNIQUE KEY `IX_791D1844` (`uuid_`,`groupId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kbCommentId` bigint(20) NOT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `userRating` int(11) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KBFolder` ( KEY `IX_1638507E` (`groupId`,`externalReferenceCode`) KEY `IX_32D1105F` (`uuid_`,`companyId`) KEY `IX_3FA4415C` (`groupId`,`parentKBFolderId`,`name`) KEY `IX_729A89FA` (`groupId`,`parentKBFolderId`,`urlTitle`) KEY `IX_F32A081D` (`companyId`) PRIMARY KEY (`kbFolderId`) UNIQUE KEY `IX_1FD022A1` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kbFolderId` bigint(20) NOT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `parentKBFolderId` bigint(20) DEFAULT NULL `urlTitle` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KBTemplate` ( KEY `IX_83D9CC13` (`groupId`) KEY `IX_853770AB` (`uuid_`,`companyId`) PRIMARY KEY (`kbTemplateId`) UNIQUE KEY `IX_40AA25ED` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kbTemplateId` bigint(20) NOT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoAction` ( KEY `IX_3D016038` (`companyId`,`kaleoClassName`,`kaleoClassPK`,`executionType`) KEY `IX_4B2545E8` (`kaleoClassName`,`kaleoClassPK`,`executionType`) KEY `IX_F8808C50` (`kaleoDefinitionVersionId`) PRIMARY KEY (`kaleoActionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `executionType` varchar(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoActionId` bigint(20) NOT NULL `kaleoClassName` varchar(200) DEFAULT NULL `kaleoClassPK` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNodeName` varchar(200) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `priority` int(11) DEFAULT NULL `scriptLanguage` varchar(75) DEFAULT NULL `scriptRequiredContexts` longtext `script` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoCondition` ( KEY `IX_353B7FB5` (`kaleoDefinitionVersionId`) KEY `IX_86CBD4C` (`kaleoNodeId`) KEY `IX_FEE46067` (`companyId`) PRIMARY KEY (`kaleoConditionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoConditionId` bigint(20) NOT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNodeId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `scriptLanguage` varchar(75) DEFAULT NULL `scriptRequiredContexts` longtext `script` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoDefinition` ( KEY `IX_241376B4` (`companyId`,`scope`,`active_`) KEY `IX_408542BA` (`companyId`,`active_`) KEY `IX_4C23F11B` (`companyId`,`name`,`active_`) KEY `IX_EC14F81A` (`companyId`,`name`,`version`) PRIMARY KEY (`kaleoDefinitionId`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `scope` varchar(75) DEFAULT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL `version` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoDefinitionVersion` ( PRIMARY KEY (`kaleoDefinitionVersionId`) UNIQUE KEY `IX_AE02DCC` (`companyId`,`name`,`version`) `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `startKaleoNodeId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoInstance` ( KEY `IX_3DA1A5AC` (`kaleoDefinitionVersionId`,`completed`) KEY `IX_58D85ECB` (`className`,`classPK`) KEY `IX_6D12641D` (`kaleoInstanceId`,`companyId`,`userId`) KEY `IX_ACF16238` (`kaleoDefinitionId`,`completed`) KEY `IX_BF5839F8` (`companyId`,`kaleoDefinitionName`,`kaleoDefinitionVersion`,`completionDate`) KEY `IX_C6D7A867` (`companyId`,`userId`) PRIMARY KEY (`kaleoInstanceId`) `className` varchar(200) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `completed` tinyint(4) DEFAULT NULL `completionDate` datetime(6) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionName` varchar(200) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersion` int(11) DEFAULT NULL `kaleoInstanceId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `rootKaleoInstanceTokenId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL `workflowContext` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoInstanceToken` ( KEY `IX_1181057E` (`kaleoDefinitionVersionId`) KEY `IX_360D34D9` (`companyId`,`parentKaleoInstanceTokenId`,`completionDate`) KEY `IX_F42AAFF6` (`kaleoInstanceId`) PRIMARY KEY (`kaleoInstanceTokenId`) `className` varchar(200) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `completed` tinyint(4) DEFAULT NULL `completionDate` datetime(6) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `currentKaleoNodeId` bigint(20) DEFAULT NULL `currentKaleoNodeName` varchar(200) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoInstanceId` bigint(20) DEFAULT NULL `kaleoInstanceTokenId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentKaleoInstanceTokenId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoLog` ( KEY `IX_470B9FF8` (`kaleoInstanceTokenId`,`type_`) KEY `IX_5BC6AB16` (`kaleoInstanceId`) KEY `IX_73B5F4DE` (`companyId`) KEY `IX_935D8E5E` (`kaleoDefinitionVersionId`) KEY `IX_B0CDCA38` (`kaleoTaskInstanceTokenId`) KEY `IX_E66A153A` (`kaleoClassName`,`kaleoClassPK`,`kaleoInstanceTokenId`,`type_`) PRIMARY KEY (`kaleoLogId`) `comment_` longtext `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `currentAssigneeClassName` varchar(200) DEFAULT NULL `currentAssigneeClassPK` bigint(20) DEFAULT NULL `duration` bigint(20) DEFAULT NULL `endDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoActionDescription` longtext `kaleoActionId` bigint(20) DEFAULT NULL `kaleoActionName` varchar(200) DEFAULT NULL `kaleoClassName` varchar(200) DEFAULT NULL `kaleoClassPK` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoInstanceId` bigint(20) DEFAULT NULL `kaleoInstanceTokenId` bigint(20) DEFAULT NULL `kaleoLogId` bigint(20) NOT NULL `kaleoNodeName` varchar(200) DEFAULT NULL `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `previousAssigneeClassName` varchar(200) DEFAULT NULL `previousAssigneeClassPK` bigint(20) DEFAULT NULL `previousKaleoNodeId` bigint(20) DEFAULT NULL `previousKaleoNodeName` varchar(200) DEFAULT NULL `startDate` datetime(6) DEFAULT NULL `terminalKaleoNode` tinyint(4) DEFAULT NULL `type_` varchar(50) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL `workflowContext` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoNode` ( KEY `IX_4B1D16B4` (`companyId`,`kaleoDefinitionVersionId`) KEY `IX_F066921C` (`kaleoDefinitionVersionId`) PRIMARY KEY (`kaleoNodeId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `initial_` tinyint(4) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNodeId` bigint(20) NOT NULL `metadata` longtext `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `terminal` tinyint(4) DEFAULT NULL `type_` varchar(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoNotification` ( KEY `IX_38829497` (`companyId`) KEY `IX_B8486585` (`kaleoDefinitionVersionId`) KEY `IX_F3362E93` (`kaleoClassName`,`kaleoClassPK`,`executionType`) PRIMARY KEY (`kaleoNotificationId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `executionType` varchar(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoClassName` varchar(200) DEFAULT NULL `kaleoClassPK` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNodeName` varchar(200) DEFAULT NULL `kaleoNotificationId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `notificationTypes` varchar(255) DEFAULT NULL `templateLanguage` varchar(75) DEFAULT NULL `template` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoNotificationRecipient` ( KEY `IX_2C8C4AF4` (`companyId`) KEY `IX_7F4FED02` (`kaleoNotificationId`) KEY `IX_B6D98988` (`kaleoDefinitionVersionId`) PRIMARY KEY (`kaleoNotificationRecipientId`) `address` varchar(255) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNotificationId` bigint(20) DEFAULT NULL `kaleoNotificationRecipientId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `notificationReceptionType` varchar(3) DEFAULT NULL `recipientClassName` varchar(200) DEFAULT NULL `recipientClassPK` bigint(20) DEFAULT NULL `recipientRoleType` int(11) DEFAULT NULL `recipientScriptContexts` longtext `recipientScriptLanguage` varchar(75) DEFAULT NULL `recipientScript` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoProcess` ( KEY `IX_65CA6CC9` (`DDLRecordSetId`) KEY `IX_A29A06D5` (`groupId`) KEY `IX_C1C03029` (`uuid_`,`companyId`) PRIMARY KEY (`kaleoProcessId`) UNIQUE KEY `IX_C6B8ACEB` (`uuid_`,`groupId`) `DDLRecordSetId` bigint(20) DEFAULT NULL `DDMTemplateId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoProcessId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `workflowDefinitionName` varchar(75) DEFAULT NULL `workflowDefinitionVersion` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoProcessLink` ( PRIMARY KEY (`kaleoProcessLinkId`) UNIQUE KEY `IX_10E0E9D0` (`kaleoProcessId`,`workflowTaskName`) `DDMTemplateId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `kaleoProcessId` bigint(20) DEFAULT NULL `kaleoProcessLinkId` bigint(20) NOT NULL `workflowTaskName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTask` ( KEY `IX_77B3F1A2` (`kaleoNodeId`) KEY `IX_E1F8B23D` (`companyId`) KEY `IX_FECA871F` (`kaleoDefinitionVersionId`) PRIMARY KEY (`kaleoTaskId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNodeId` bigint(20) DEFAULT NULL `kaleoTaskId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTaskAssignment` ( KEY `IX_1087068E` (`kaleoClassName`,`kaleoClassPK`,`assigneeClassName`) KEY `IX_611732B0` (`companyId`) KEY `IX_E362B24C` (`kaleoDefinitionVersionId`) PRIMARY KEY (`kaleoTaskAssignmentId`) `assigneeActionId` varchar(75) DEFAULT NULL `assigneeClassName` varchar(200) DEFAULT NULL `assigneeClassPK` bigint(20) DEFAULT NULL `assigneeScriptLanguage` varchar(75) DEFAULT NULL `assigneeScriptRequiredContexts` longtext `assigneeScript` longtext `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoClassName` varchar(200) DEFAULT NULL `kaleoClassPK` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNodeId` bigint(20) DEFAULT NULL `kaleoTaskAssignmentId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTaskAssignmentInstance` ( KEY `IX_38A47B17` (`groupId`,`assigneeClassPK`) KEY `IX_3BD436FD` (`assigneeClassName`,`assigneeClassPK`) KEY `IX_67A9EE93` (`kaleoInstanceId`) KEY `IX_6E3CDA1B` (`companyId`) KEY `IX_B751E781` (`kaleoDefinitionVersionId`) KEY `IX_CF204C89` (`kaleoTaskInstanceTokenId`,`assigneeClassName`) PRIMARY KEY (`kaleoTaskAssignmentInstanceId`) `assigneeClassName` varchar(200) DEFAULT NULL `assigneeClassPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `completed` tinyint(4) DEFAULT NULL `completionDate` datetime(6) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoInstanceId` bigint(20) DEFAULT NULL `kaleoInstanceTokenId` bigint(20) DEFAULT NULL `kaleoTaskAssignmentInstanceId` bigint(20) NOT NULL `kaleoTaskId` bigint(20) DEFAULT NULL `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL `kaleoTaskName` varchar(200) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTaskForm` ( KEY `IX_3B8B7F83` (`kaleoDefinitionVersionId`) KEY `IX_945326BE` (`kaleoNodeId`) KEY `IX_E38A5954` (`kaleoTaskId`,`formUuid`) KEY `IX_EFDA7E59` (`companyId`) PRIMARY KEY (`kaleoTaskFormId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `formCompanyId` bigint(20) DEFAULT NULL `formDefinition` longtext `formGroupId` bigint(20) DEFAULT NULL `formId` bigint(20) DEFAULT NULL `formUuid` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNodeId` bigint(20) DEFAULT NULL `kaleoTaskFormId` bigint(20) NOT NULL `kaleoTaskId` bigint(20) DEFAULT NULL `kaleoTaskName` varchar(200) DEFAULT NULL `metadata` longtext `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `priority` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTaskFormInstance` ( KEY `IX_2A86346C` (`kaleoTaskId`) KEY `IX_2C81C992` (`kaleoTaskInstanceTokenId`) KEY `IX_77B26CC4` (`companyId`) KEY `IX_E7F42BD0` (`kaleoTaskFormId`) KEY `IX_F118DB8` (`kaleoDefinitionVersionId`) KEY `IX_FF271E7C` (`kaleoInstanceId`) PRIMARY KEY (`kaleoTaskFormInstanceId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `formValueEntryGroupId` bigint(20) DEFAULT NULL `formValueEntryId` bigint(20) DEFAULT NULL `formValueEntryUuid` varchar(75) DEFAULT NULL `formValues` longtext `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoInstanceId` bigint(20) DEFAULT NULL `kaleoTaskFormId` bigint(20) DEFAULT NULL `kaleoTaskFormInstanceId` bigint(20) NOT NULL `kaleoTaskId` bigint(20) DEFAULT NULL `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL `metadata` longtext `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTaskInstanceToken` ( KEY `IX_4B55EBE` (`companyId`,`userId`,`completed`) KEY `IX_A3271995` (`className`,`classPK`) KEY `IX_B2822979` (`kaleoDefinitionVersionId`) KEY `IX_B857A115` (`kaleoInstanceId`,`kaleoTaskId`) PRIMARY KEY (`kaleoTaskInstanceTokenId`) `className` varchar(200) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `completed` tinyint(4) DEFAULT NULL `completionDate` datetime(6) DEFAULT NULL `completionUserId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `dueDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoInstanceId` bigint(20) DEFAULT NULL `kaleoInstanceTokenId` bigint(20) DEFAULT NULL `kaleoTaskId` bigint(20) DEFAULT NULL `kaleoTaskInstanceTokenId` bigint(20) NOT NULL `kaleoTaskName` varchar(200) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL `workflowContext` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTimer` ( KEY `IX_1A479F32` (`kaleoClassName`,`kaleoClassPK`,`blocking`) PRIMARY KEY (`kaleoTimerId`) `blocking` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `duration` double DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoClassName` varchar(200) DEFAULT NULL `kaleoClassPK` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoTimerId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `recurrenceDuration` double DEFAULT NULL `recurrenceScale` varchar(75) DEFAULT NULL `scale` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTimerInstanceToken` ( KEY `IX_13A5BA2C` (`kaleoInstanceTokenId`,`kaleoTimerId`) KEY `IX_DB279423` (`kaleoInstanceTokenId`,`completed`) KEY `IX_DB96C55B` (`kaleoInstanceId`) KEY `IX_F904A89A` (`kaleoInstanceTokenId`,`blocking`,`completed`) PRIMARY KEY (`kaleoTimerInstanceTokenId`) `blocking` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `completed` tinyint(4) DEFAULT NULL `completionDate` datetime(6) DEFAULT NULL `completionUserId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `kaleoClassName` varchar(200) DEFAULT NULL `kaleoClassPK` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoInstanceId` bigint(20) DEFAULT NULL `kaleoInstanceTokenId` bigint(20) DEFAULT NULL `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL `kaleoTimerId` bigint(20) DEFAULT NULL `kaleoTimerInstanceTokenId` bigint(20) NOT NULL `kaleoTimerName` varchar(200) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL `workflowContext` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `KaleoTransition` ( KEY `IX_16B426EF` (`kaleoDefinitionVersionId`) KEY `IX_41D6C6D` (`companyId`) KEY `IX_85268A11` (`kaleoNodeId`,`name`) KEY `IX_A38E2194` (`kaleoNodeId`,`defaultTransition`) PRIMARY KEY (`kaleoTransitionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultTransition` tinyint(4) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `kaleoDefinitionId` bigint(20) DEFAULT NULL `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL `kaleoNodeId` bigint(20) DEFAULT NULL `kaleoTransitionId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `sourceKaleoNodeId` bigint(20) DEFAULT NULL `sourceKaleoNodeName` varchar(200) DEFAULT NULL `targetKaleoNodeId` bigint(20) DEFAULT NULL `targetKaleoNodeName` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(200) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Layout` ( KEY `IX_11389031` (`layoutPrototypeUuid`,`ctCollectionId`) KEY `IX_12770E8F` (`groupId`,`masterLayoutPlid`,`ctCollectionId`) KEY `IX_18D0C537` (`groupId`,`privateLayout`,`sourcePrototypeLayoutUuid`,`ctCollectionId`) KEY `IX_1E4451FD` (`groupId`,`privateLayout`,`parentLayoutId`,`hidden_`,`ctCollectionId`) KEY `IX_24AA0CE2` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_31B45343` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_34D93878` (`groupId`,`ctCollectionId`) KEY `IX_4B906FF6` (`companyId`,`ctCollectionId`) KEY `IX_52D89564` (`groupId`,`privateLayout`,`parentLayoutId`,`ctCollectionId`) KEY `IX_5AA23582` (`uuid_`,`ctCollectionId`) KEY `IX_7BFE8B01` (`groupId`,`privateLayout`,`ctCollectionId`) KEY `IX_7F60B703` (`parentPlid`,`ctCollectionId`) KEY `IX_8F868C29` (`companyId`,`layoutPrototypeUuid`,`ctCollectionId`) KEY `IX_94E0E2D9` (`groupId`,`type_`,`ctCollectionId`) KEY `IX_989E917C` (`groupId`,`privateLayout`,`parentLayoutId`,`priority`,`ctCollectionId`) KEY `IX_A1FC5430` (`groupId`,`privateLayout`,`type_`,`ctCollectionId`) KEY `IX_A73CEAE7` (`groupId`,`privateLayout`,`status`,`ctCollectionId`) KEY `IX_C95F601E` (`privateLayout`,`iconImageId`,`ctCollectionId`) KEY `IX_E7B06BDB` (`iconImageId`,`ctCollectionId`) KEY `IX_ED8D4D2A` (`sourcePrototypeLayoutUuid`,`ctCollectionId`) KEY `IX_FD5AF6EE` (`ctCollectionId`) PRIMARY KEY (`plid`,`ctCollectionId`) UNIQUE KEY `IX_52D84D95` (`uuid_`,`groupId`,`privateLayout`,`ctCollectionId`) UNIQUE KEY `IX_B556968F` (`groupId`,`privateLayout`,`friendlyURL`,`ctCollectionId`) UNIQUE KEY `IX_CF5120DA` (`groupId`,`privateLayout`,`layoutId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `colorSchemeId` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `css` longtext `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `friendlyURL` varchar(255) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `hidden_` tinyint(4) DEFAULT NULL `iconImageId` bigint(20) DEFAULT NULL `keywords` longtext `lastPublishDate` datetime(6) DEFAULT NULL `layoutId` bigint(20) DEFAULT NULL `layoutPrototypeLinkEnabled` tinyint(4) DEFAULT NULL `layoutPrototypeUuid` varchar(75) DEFAULT NULL `masterLayoutPlid` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `parentLayoutId` bigint(20) DEFAULT NULL `parentPlid` bigint(20) DEFAULT NULL `plid` bigint(20) NOT NULL `priority` int(11) DEFAULT NULL `privateLayout` tinyint(4) DEFAULT NULL `publishDate` datetime(6) DEFAULT NULL `robots` longtext `sourcePrototypeLayoutUuid` varchar(75) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `styleBookEntryId` bigint(20) DEFAULT NULL `system_` tinyint(4) DEFAULT NULL `themeId` varchar(75) DEFAULT NULL `title` longtext `typeSettings` longtext `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutBranch` ( KEY `IX_A705FF94` (`layoutSetBranchId`,`plid`,`master`) PRIMARY KEY (`layoutBranchId`) UNIQUE KEY `IX_FD57097D` (`layoutSetBranchId`,`plid`,`name`) `companyId` bigint(20) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `layoutBranchId` bigint(20) NOT NULL `layoutSetBranchId` bigint(20) DEFAULT NULL `master` tinyint(4) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `plid` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutClassedModelUsage` ( KEY `IX_2644723E` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_A3F4F834` (`plid`,`ctCollectionId`) KEY `IX_ACA55FE7` (`uuid_`,`ctCollectionId`) KEY `IX_B0FEE15D` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_C03C3E53` (`classNameId`,`classPK`,`type_`,`ctCollectionId`) KEY `IX_F1220AB7` (`containerKey`,`containerType`,`plid`,`ctCollectionId`) PRIMARY KEY (`layoutClassedModelUsageId`,`ctCollectionId`) UNIQUE KEY `IX_63EAFC82` (`classNameId`,`classPK`,`containerKey`,`containerType`,`plid`,`ctCollectionId`) UNIQUE KEY `IX_8A32D79F` (`uuid_`,`groupId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `containerKey` varchar(200) DEFAULT NULL `containerType` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `layoutClassedModelUsageId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `plid` bigint(20) DEFAULT NULL `type_` int(11) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutFriendlyURL` ( KEY `IX_1C55E26` (`companyId`,`ctCollectionId`) KEY `IX_6F5128BF` (`groupId`,`privateLayout`,`friendlyURL`,`ctCollectionId`) KEY `IX_7ED3F2A8` (`groupId`,`ctCollectionId`) KEY `IX_9DE5C8B2` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_C765BBB2` (`uuid_`,`ctCollectionId`) KEY `IX_CB1E7787` (`plid`,`friendlyURL`,`ctCollectionId`) KEY `IX_EF247709` (`plid`,`ctCollectionId`) PRIMARY KEY (`layoutFriendlyURLId`,`ctCollectionId`) UNIQUE KEY `IX_2069E0D0` (`plid`,`languageId`,`ctCollectionId`) UNIQUE KEY `IX_58E59034` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_E73BB186` (`groupId`,`privateLayout`,`friendlyURL`,`languageId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `friendlyURL` varchar(255) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `languageId` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `layoutFriendlyURLId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `plid` bigint(20) DEFAULT NULL `privateLayout` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutPageTemplateCollection` ( KEY `IX_20C22DA9` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_3076CB1B` (`uuid_`,`ctCollectionId`) KEY `IX_E7DECBD1` (`groupId`,`ctCollectionId`) PRIMARY KEY (`layoutPageTemplateCollectionId`,`ctCollectionId`) UNIQUE KEY `IX_12B4C6EB` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_8AA52116` (`groupId`,`lptCollectionKey`,`ctCollectionId`) UNIQUE KEY `IX_AA989B50` (`groupId`,`name`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `layoutPageTemplateCollectionId` bigint(20) NOT NULL `lptCollectionKey` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutPageTemplateEntry` ( KEY `IX_152DAAB7` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_1BEBF1EE` (`groupId`,`type_`,`ctCollectionId`) KEY `IX_1EAAEAC8` (`groupId`,`layoutPageTemplateCollectionId`,`name`,`status`,`ctCollectionId`) KEY `IX_4447E8BB` (`groupId`,`classNameId`,`classTypeId`,`defaultTemplate`,`status`,`ctCollectionId`) KEY `IX_4496EACD` (`uuid_`,`ctCollectionId`) KEY `IX_67D695C0` (`groupId`,`classNameId`,`classTypeId`,`name`,`type_`,`ctCollectionId`) KEY `IX_693BD4F5` (`groupId`,`name`,`type_`,`status`,`ctCollectionId`) KEY `IX_7475C703` (`groupId`,`ctCollectionId`) KEY `IX_787FDFC9` (`groupId`,`layoutPageTemplateCollectionId`,`status`,`ctCollectionId`) KEY `IX_807E573D` (`groupId`,`classNameId`,`type_`,`defaultTemplate`,`ctCollectionId`) KEY `IX_8679C6A6` (`groupId`,`classNameId`,`classTypeId`,`name`,`type_`,`status`,`ctCollectionId`) KEY `IX_8FF63B0E` (`groupId`,`layoutPageTemplateCollectionId`,`type_`,`ctCollectionId`) KEY `IX_91BF14D4` (`groupId`,`type_`,`status`,`ctCollectionId`) KEY `IX_9615FDC` (`layoutPrototypeId`,`ctCollectionId`) KEY `IX_A3189AFF` (`groupId`,`type_`,`defaultTemplate`,`status`,`ctCollectionId`) KEY `IX_A9FC5F45` (`groupId`,`classNameId`,`classTypeId`,`type_`,`status`,`ctCollectionId`) KEY `IX_B42D81E3` (`groupId`,`layoutPageTemplateCollectionId`,`ctCollectionId`) KEY `IX_C4FE9CD5` (`groupId`,`classNameId`,`classTypeId`,`defaultTemplate`,`ctCollectionId`) KEY `IX_E86F3D5F` (`groupId`,`classNameId`,`classTypeId`,`type_`,`ctCollectionId`) KEY `IX_EAB6FBE2` (`groupId`,`layoutPageTemplateCollectionId`,`name`,`ctCollectionId`) KEY `IX_FFBEE902` (`groupId`,`name`,`ctCollectionId`) PRIMARY KEY (`layoutPageTemplateEntryId`,`ctCollectionId`) UNIQUE KEY `IX_62582F79` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_7C97630F` (`groupId`,`name`,`type_`,`ctCollectionId`) UNIQUE KEY `IX_87D3788E` (`plid`,`ctCollectionId`) UNIQUE KEY `IX_ECAFF217` (`groupId`,`layoutPageTemplateEntryKey`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classTypeId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultTemplate` tinyint(4) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `layoutPageTemplateCollectionId` bigint(20) DEFAULT NULL `layoutPageTemplateEntryId` bigint(20) NOT NULL `layoutPageTemplateEntryKey` varchar(75) DEFAULT NULL `layoutPrototypeId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `plid` bigint(20) DEFAULT NULL `previewFileEntryId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutPageTemplateStructure` ( KEY `IX_3DA9C76C` (`uuid_`,`ctCollectionId`) KEY `IX_7443F7E2` (`groupId`,`ctCollectionId`) KEY `IX_8E4F04B8` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`layoutPageTemplateStructureId`,`ctCollectionId`) UNIQUE KEY `IX_545A15BA` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_5B236537` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `layoutPageTemplateStructureId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutPageTemplateStructureRel` ( KEY `IX_34E1EF96` (`segmentsExperienceId`,`ctCollectionId`) KEY `IX_6AC1E153` (`uuid_`,`ctCollectionId`) KEY `IX_CA98471` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_CC9B240A` (`layoutPageTemplateStructureId`,`ctCollectionId`) PRIMARY KEY (`lPageTemplateStructureRelId`,`ctCollectionId`) UNIQUE KEY `IX_843407A3` (`layoutPageTemplateStructureId`,`segmentsExperienceId`,`ctCollectionId`) UNIQUE KEY `IX_FC932FB3` (`uuid_`,`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `data_` longtext `groupId` bigint(20) DEFAULT NULL `lPageTemplateStructureRelId` bigint(20) NOT NULL `layoutPageTemplateStructureId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `segmentsExperienceId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutPrototype` ( KEY `IX_557A639F` (`companyId`,`active_`) KEY `IX_63ED2532` (`uuid_`,`companyId`) PRIMARY KEY (`layoutPrototypeId`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `layoutPrototypeId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `settings_` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutRevision` ( KEY `IX_13984800` (`layoutSetBranchId`,`layoutBranchId`,`plid`) KEY `IX_38C5DF14` (`layoutSetBranchId`,`layoutBranchId`,`head`,`plid`) KEY `IX_421223B1` (`status`) KEY `IX_43E8286A` (`head`,`plid`) KEY `IX_4A84AF43` (`layoutSetBranchId`,`parentLayoutRevisionId`,`plid`) KEY `IX_70DA9ECB` (`layoutSetBranchId`,`plid`,`status`) KEY `IX_7FFAE700` (`layoutSetBranchId`,`status`) KEY `IX_8EC3D2BC` (`plid`,`status`) KEY `IX_9EC9F954` (`layoutSetBranchId`,`head`,`status`) KEY `IX_E10AC39` (`layoutSetBranchId`,`head`,`plid`) PRIMARY KEY (`layoutRevisionId`) `colorSchemeId` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `css` longtext `description` longtext `groupId` bigint(20) DEFAULT NULL `head` tinyint(4) DEFAULT NULL `iconImageId` bigint(20) DEFAULT NULL `keywords` longtext `layoutBranchId` bigint(20) DEFAULT NULL `layoutRevisionId` bigint(20) NOT NULL `layoutSetBranchId` bigint(20) DEFAULT NULL `major` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `parentLayoutRevisionId` bigint(20) DEFAULT NULL `plid` bigint(20) DEFAULT NULL `privateLayout` tinyint(4) DEFAULT NULL `robots` longtext `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `themeId` varchar(75) DEFAULT NULL `title` longtext `typeSettings` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutSEOEntry` ( KEY `IX_45265EED` (`uuid_`,`ctCollectionId`) KEY `IX_EA626297` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`layoutSEOEntryId`,`ctCollectionId`) UNIQUE KEY `IX_63195F59` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_93D96C8F` (`groupId`,`privateLayout`,`layoutId`,`ctCollectionId`) `DDMStorageId` bigint(20) DEFAULT NULL `canonicalURLEnabled` tinyint(4) DEFAULT NULL `canonicalURL` longtext `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `layoutId` bigint(20) DEFAULT NULL `layoutSEOEntryId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `openGraphDescriptionEnabled` tinyint(4) DEFAULT NULL `openGraphDescription` longtext `openGraphImageAlt` longtext `openGraphImageFileEntryId` bigint(20) DEFAULT NULL `openGraphTitleEnabled` tinyint(4) DEFAULT NULL `openGraphTitle` longtext `privateLayout` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutSEOSite` ( KEY `IX_9E369832` (`uuid_`,`ctCollectionId`) KEY `IX_E8061C32` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`layoutSEOSiteId`,`ctCollectionId`) UNIQUE KEY `IX_E4DFAF28` (`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `layoutSEOSiteId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `openGraphEnabled` tinyint(4) DEFAULT NULL `openGraphImageAlt` longtext `openGraphImageFileEntryId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutSet` ( KEY `IX_20615181` (`companyId`,`layoutSetPrototypeUuid`,`ctCollectionId`) KEY `IX_55443115` (`layoutSetPrototypeUuid`,`ctCollectionId`) KEY `IX_5B990A4A` (`groupId`,`ctCollectionId`) KEY `IX_A6EE9D37` (`privateLayout`,`logoId`,`ctCollectionId`) PRIMARY KEY (`layoutSetId`,`ctCollectionId`) UNIQUE KEY `IX_3F2A9AEF` (`groupId`,`privateLayout`,`ctCollectionId`) `colorSchemeId` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `css` longtext `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `layoutSetId` bigint(20) NOT NULL `layoutSetPrototypeLinkEnabled` tinyint(4) DEFAULT NULL `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL `logoId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `privateLayout` tinyint(4) DEFAULT NULL `settings_` longtext `themeId` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutSetBranch` ( KEY `IX_CCF0DA29` (`groupId`,`privateLayout`,`master`) PRIMARY KEY (`layoutSetBranchId`) UNIQUE KEY `IX_5FF18552` (`groupId`,`privateLayout`,`name`) `colorSchemeId` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `css` longtext `description` longtext `groupId` bigint(20) DEFAULT NULL `layoutSetBranchId` bigint(20) NOT NULL `layoutSetPrototypeLinkEnabled` tinyint(4) DEFAULT NULL `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL `logoId` bigint(20) DEFAULT NULL `master` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `privateLayout` tinyint(4) DEFAULT NULL `settings_` longtext `themeId` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `LayoutSetPrototype` ( KEY `IX_9178FC71` (`companyId`,`active_`) KEY `IX_D9FFCA84` (`uuid_`,`companyId`) PRIMARY KEY (`layoutSetPrototypeId`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `layoutSetPrototypeId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `settings_` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ListType` ( KEY `IX_2932DD37` (`type_`) PRIMARY KEY (`listTypeId`) UNIQUE KEY `IX_77729718` (`name`,`type_`) `listTypeId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Lock_` ( KEY `IX_2C418EAE` (`uuid_`,`companyId`) KEY `IX_E3F1286B` (`expirationDate`) PRIMARY KEY (`lockId`) UNIQUE KEY `IX_228562AD` (`className`,`key_`) `className` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `inheritable` tinyint(4) DEFAULT NULL `key_` varchar(255) DEFAULT NULL `lockId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `owner` varchar(1024) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MBBan` ( KEY `IX_1B616E18` (`userId`,`ctCollectionId`) KEY `IX_1E190683` (`banUserId`,`ctCollectionId`) KEY `IX_5DB3B492` (`uuid_`,`ctCollectionId`) KEY `IX_B9873388` (`groupId`,`ctCollectionId`) KEY `IX_D91D83D2` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`banId`,`ctCollectionId`) UNIQUE KEY `IX_6F119354` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_80F14E99` (`groupId`,`banUserId`,`ctCollectionId`) `banId` bigint(20) NOT NULL `banUserId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MBCategory` ( KEY `IX_194E0FD9` (`categoryId`,`groupId`,`parentCategoryId`,`ctCollectionId`) KEY `IX_22F8EB66` (`groupId`,`parentCategoryId`,`ctCollectionId`) KEY `IX_2541AACB` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_40852A13` (`companyId`,`status`,`ctCollectionId`) KEY `IX_52822F39` (`uuid_`,`ctCollectionId`) KEY `IX_B4A1A06F` (`groupId`,`ctCollectionId`) KEY `IX_DCD7164C` (`groupId`,`parentCategoryId`,`status`,`ctCollectionId`) KEY `IX_DF62B255` (`groupId`,`status`,`ctCollectionId`) KEY `IX_E88617BF` (`categoryId`,`groupId`,`parentCategoryId`,`status`,`ctCollectionId`) KEY `IX_FADEB62D` (`companyId`,`ctCollectionId`) PRIMARY KEY (`categoryId`,`ctCollectionId`) UNIQUE KEY `IX_5DD5248D` (`uuid_`,`groupId`,`ctCollectionId`) `categoryId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `displayStyle` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `parentCategoryId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MBDiscussion` ( KEY `IX_383E288F` (`uuid_`,`ctCollectionId`) KEY `IX_4C2D9FB5` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`discussionId`,`ctCollectionId`) UNIQUE KEY `IX_393E413A` (`threadId`,`ctCollectionId`) UNIQUE KEY `IX_3A2D4BF7` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_F4BC4496` (`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `discussionId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `threadId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MBMailingList` ( KEY `IX_161C8ED8` (`uuid_`,`ctCollectionId`) KEY `IX_B11BA1CC` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_DF91F0AD` (`active_`,`ctCollectionId`) PRIMARY KEY (`mailingListId`,`ctCollectionId`) UNIQUE KEY `IX_212E7CE` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_D626193B` (`groupId`,`categoryId`,`ctCollectionId`) `active_` tinyint(4) DEFAULT NULL `allowAnonymous` tinyint(4) DEFAULT NULL `categoryId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `emailAddress` varchar(254) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `inPassword` varchar(75) DEFAULT NULL `inProtocol` varchar(75) DEFAULT NULL `inReadInterval` int(11) DEFAULT NULL `inServerName` varchar(75) DEFAULT NULL `inServerPort` int(11) DEFAULT NULL `inUseSSL` tinyint(4) DEFAULT NULL `inUserName` varchar(75) DEFAULT NULL `mailingListId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `outCustom` tinyint(4) DEFAULT NULL `outEmailAddress` varchar(254) DEFAULT NULL `outPassword` varchar(75) DEFAULT NULL `outServerName` varchar(75) DEFAULT NULL `outServerPort` int(11) DEFAULT NULL `outUseSSL` tinyint(4) DEFAULT NULL `outUserName` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MBMessage` ( KEY `IX_158DD1B6` (`groupId`,`categoryId`,`threadId`,`ctCollectionId`) KEY `IX_19FE8691` (`classNameId`,`classPK`,`status`,`ctCollectionId`) KEY `IX_1C5603A0` (`userId`,`classNameId`,`status`,`ctCollectionId`) KEY `IX_297F24CF` (`threadId`,`ctCollectionId`) KEY `IX_3F043E90` (`userId`,`ctCollectionId`) KEY `IX_5C8DA38E` (`companyId`,`ctCollectionId`) KEY `IX_6C8B4B30` (`groupId`,`userId`,`status`,`ctCollectionId`) KEY `IX_711114B` (`userId`,`classNameId`,`classPK`,`status`,`ctCollectionId`) KEY `IX_7A7FD535` (`threadId`,`parentMessageId`,`ctCollectionId`) KEY `IX_7BEA05A9` (`groupId`,`externalReferenceCode`,`ctCollectionId`) KEY `IX_82ED07E3` (`groupId`,`categoryId`,`status`,`ctCollectionId`) KEY `IX_860370AB` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_8B146CBA` (`userId`,`classNameId`,`ctCollectionId`) KEY `IX_93815565` (`userId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_9CE52674` (`companyId`,`status`,`ctCollectionId`) KEY `IX_A25D6B5` (`threadId`,`status`,`ctCollectionId`) KEY `IX_A3E7210` (`groupId`,`ctCollectionId`) KEY `IX_AAAD4168` (`groupId`,`categoryId`,`threadId`,`answer`,`ctCollectionId`) KEY `IX_C56F4974` (`parentMessageId`,`status`,`ctCollectionId`) KEY `IX_C892444A` (`groupId`,`userId`,`ctCollectionId`) KEY `IX_CC88AC9C` (`groupId`,`categoryId`,`threadId`,`status`,`ctCollectionId`) KEY `IX_D6EAC68E` (`parentMessageId`,`ctCollectionId`) KEY `IX_DAB8F51A` (`uuid_`,`ctCollectionId`) KEY `IX_E84A6B81` (`threadId`,`answer`,`ctCollectionId`) KEY `IX_F0A963FD` (`groupId`,`categoryId`,`ctCollectionId`) KEY `IX_F6A852F6` (`groupId`,`status`,`ctCollectionId`) KEY `IX_F6B01E4A` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`messageId`,`ctCollectionId`) UNIQUE KEY `IX_8813E901` (`groupId`,`urlSubject`,`ctCollectionId`) UNIQUE KEY `IX_EAF86BCC` (`uuid_`,`groupId`,`ctCollectionId`) `allowPingbacks` tinyint(4) DEFAULT NULL `anonymous` tinyint(4) DEFAULT NULL `answer` tinyint(4) DEFAULT NULL `body` longtext `categoryId` bigint(20) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `externalReferenceCode` varchar(75) DEFAULT NULL `format` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `messageId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentMessageId` bigint(20) DEFAULT NULL `priority` double DEFAULT NULL `rootMessageId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `subject` varchar(75) DEFAULT NULL `threadId` bigint(20) DEFAULT NULL `treePath` longtext `urlSubject` varchar(255) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MBThread` ( KEY `IX_2A7B1F29` (`rootMessageId`,`ctCollectionId`) KEY `IX_75AA6913` (`lastPostDate`,`priority`,`ctCollectionId`) KEY `IX_93724410` (`groupId`,`categoryId`,`ctCollectionId`) KEY `IX_9B323489` (`groupId`,`status`,`ctCollectionId`) KEY `IX_A1BB5EE8` (`categoryId`,`priority`,`ctCollectionId`) KEY `IX_ADE096A3` (`groupId`,`ctCollectionId`) KEY `IX_BFEA24F6` (`groupId`,`categoryId`,`status`,`ctCollectionId`) KEY `IX_C25692A8` (`groupId`,`categoryId`,`lastPostDate`,`ctCollectionId`) KEY `IX_DBB1226D` (`uuid_`,`ctCollectionId`) KEY `IX_E3626F17` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`threadId`,`ctCollectionId`) UNIQUE KEY `IX_9DB28BD9` (`uuid_`,`groupId`,`ctCollectionId`) `categoryId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPostByUserId` bigint(20) DEFAULT NULL `lastPostDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `priority` double DEFAULT NULL `question` tinyint(4) DEFAULT NULL `rootMessageId` bigint(20) DEFAULT NULL `rootMessageUserId` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `threadId` bigint(20) NOT NULL `title` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MBThreadFlag` ( KEY `IX_91B1A4A8` (`threadId`,`ctCollectionId`) KEY `IX_ADF5B523` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_AEED2BE1` (`uuid_`,`ctCollectionId`) KEY `IX_F156E0A9` (`userId`,`ctCollectionId`) PRIMARY KEY (`threadFlagId`,`ctCollectionId`) UNIQUE KEY `IX_B2386762` (`userId`,`threadId`,`ctCollectionId`) UNIQUE KEY `IX_F437E4E5` (`uuid_`,`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `threadFlagId` bigint(20) NOT NULL `threadId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MDRAction` ( KEY `IX_C58A516B` (`uuid_`,`companyId`) KEY `IX_FD90786C` (`ruleGroupInstanceId`) PRIMARY KEY (`actionId`) UNIQUE KEY `IX_75BE36AD` (`uuid_`,`groupId`) `actionId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `ruleGroupInstanceId` bigint(20) DEFAULT NULL `typeSettings` longtext `type_` varchar(255) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MDRRule` ( KEY `IX_4F4293F1` (`ruleGroupId`) KEY `IX_7DEA8DF1` (`uuid_`,`companyId`) PRIMARY KEY (`ruleId`) UNIQUE KEY `IX_F3EFDCB3` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `ruleGroupId` bigint(20) DEFAULT NULL `ruleId` bigint(20) NOT NULL `typeSettings` longtext `type_` varchar(255) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MDRRuleGroup` ( KEY `IX_5849891C` (`groupId`) KEY `IX_CC14DC2` (`uuid_`,`companyId`) PRIMARY KEY (`ruleGroupId`) UNIQUE KEY `IX_46665CC4` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `ruleGroupId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MDRRuleGroupInstance` ( KEY `IX_22DAB85C` (`groupId`,`classNameId`,`classPK`) KEY `IX_25C9D1F7` (`uuid_`,`companyId`) KEY `IX_BF3E642B` (`ruleGroupId`) PRIMARY KEY (`ruleGroupInstanceId`) UNIQUE KEY `IX_808A0036` (`classNameId`,`classPK`,`ruleGroupId`) UNIQUE KEY `IX_9CBC6A39` (`uuid_`,`groupId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `priority` int(11) DEFAULT NULL `ruleGroupId` bigint(20) DEFAULT NULL `ruleGroupInstanceId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MFAEmailOTPEntry` ( PRIMARY KEY (`mfaEmailOTPEntryId`) UNIQUE KEY `IX_E9D0CF1B` (`userId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `failedAttempts` int(11) DEFAULT NULL `lastFailDate` datetime(6) DEFAULT NULL `lastFailIP` varchar(75) DEFAULT NULL `lastSuccessDate` datetime(6) DEFAULT NULL `lastSuccessIP` varchar(75) DEFAULT NULL `mfaEmailOTPEntryId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MFAFIDO2CredentialEntry` ( KEY `IX_A95911A1` (`credentialKeyHash`) PRIMARY KEY (`mfaFIDO2CredentialEntryId`) UNIQUE KEY `IX_F2E36027` (`userId`,`credentialKeyHash`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `credentialKeyHash` bigint(20) DEFAULT NULL `credentialKey` longtext `credentialType` int(11) DEFAULT NULL `failedAttempts` int(11) DEFAULT NULL `mfaFIDO2CredentialEntryId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `publicKeyCOSE` varchar(128) DEFAULT NULL `signatureCount` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MFATimeBasedOTPEntry` ( PRIMARY KEY (`mfaTimeBasedOTPEntryId`) UNIQUE KEY `IX_CEAB81E5` (`userId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `failedAttempts` int(11) DEFAULT NULL `lastFailDate` datetime(6) DEFAULT NULL `lastFailIP` varchar(75) DEFAULT NULL `lastSuccessDate` datetime(6) DEFAULT NULL `lastSuccessIP` varchar(75) DEFAULT NULL `mfaTimeBasedOTPEntryId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `sharedSecret` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Marketplace_App` ( KEY `IX_20F14D93` (`remoteAppId`) KEY `IX_865B7BD5` (`companyId`) KEY `IX_94A7EF25` (`category`) KEY `IX_A7807DA7` (`uuid_`,`companyId`) PRIMARY KEY (`appId`) `appId` bigint(20) NOT NULL `category` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `iconURL` longtext `modifiedDate` datetime(6) DEFAULT NULL `remoteAppId` bigint(20) DEFAULT NULL `required` tinyint(4) DEFAULT NULL `title` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Marketplace_Module` ( KEY `IX_5848F52D` (`appId`,`bundleSymbolicName`(255),`bundleVersion`) KEY `IX_896A375A` (`uuid_`,`companyId`) KEY `IX_C6938724` (`appId`,`contextName`) KEY `IX_DD03D499` (`bundleSymbolicName`(255)) KEY `IX_F2F1E964` (`contextName`) PRIMARY KEY (`moduleId`) `appId` bigint(20) DEFAULT NULL `bundleSymbolicName` varchar(500) DEFAULT NULL `bundleVersion` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `contextName` varchar(75) DEFAULT NULL `moduleId` bigint(20) NOT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MembershipRequest` ( KEY `IX_35AA8FA6` (`groupId`,`userId`,`statusId`) KEY `IX_66D70879` (`userId`) KEY `IX_C28C72EC` (`groupId`,`statusId`) PRIMARY KEY (`membershipRequestId`) `comments` longtext `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `membershipRequestId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `replierUserId` bigint(20) DEFAULT NULL `replyComments` longtext `replyDate` datetime(6) DEFAULT NULL `statusId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `MicroblogsEntry` ( KEY `IX_14ACFA9` (`creatorClassNameId`,`creatorClassPK`,`type_`) KEY `IX_1D8CE137` (`companyId`,`creatorClassNameId`,`creatorClassPK`,`type_`) KEY `IX_6AA6B164` (`creatorClassNameId`,`type_`) KEY `IX_6BD29B9C` (`type_`,`parentMicroblogsEntryId`) KEY `IX_8F04FC09` (`userId`,`createDate`,`type_`,`socialRelationType`) KEY `IX_92BA6F0` (`userId`,`type_`) KEY `IX_CA299EF2` (`companyId`,`creatorClassNameId`,`type_`) PRIMARY KEY (`microblogsEntryId`) `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `creatorClassNameId` bigint(20) DEFAULT NULL `creatorClassPK` bigint(20) DEFAULT NULL `microblogsEntryId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `parentMicroblogsEntryId` bigint(20) DEFAULT NULL `socialRelationType` int(11) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `OA2Auths_OA2ScopeGrants` ( KEY `IX_2F541817` (`oAuth2ScopeGrantId`) KEY `IX_87DAF9C3` (`companyId`) PRIMARY KEY (`oAuth2AuthorizationId`,`oAuth2ScopeGrantId`) `companyId` bigint(20) NOT NULL `oAuth2AuthorizationId` bigint(20) NOT NULL `oAuth2ScopeGrantId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `OAuth2Application` ( KEY `IX_523E5C67` (`companyId`,`clientId`) PRIMARY KEY (`oAuth2ApplicationId`) `allowedGrantTypes` varchar(75) DEFAULT NULL `clientCredentialUserId` bigint(20) DEFAULT NULL `clientCredentialUserName` varchar(75) DEFAULT NULL `clientId` varchar(75) DEFAULT NULL `clientProfile` int(11) DEFAULT NULL `clientSecret` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `features` longtext `homePageURL` longtext `iconFileEntryId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `oA2AScopeAliasesId` bigint(20) DEFAULT NULL `oAuth2ApplicationId` bigint(20) NOT NULL `privacyPolicyURL` longtext `redirectURIs` longtext `rememberDevice` tinyint(4) DEFAULT NULL `trustedApplication` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `OAuth2ApplicationScopeAliases` ( KEY `IX_282ECE83` (`companyId`) KEY `IX_2F9EBCBB` (`oAuth2ApplicationId`) PRIMARY KEY (`oA2AScopeAliasesId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `oA2AScopeAliasesId` bigint(20) NOT NULL `oAuth2ApplicationId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `OAuth2Authorization` ( KEY `IX_10C77BD5` (`refreshTokenContentHash`) KEY `IX_673EE35` (`companyId`,`refreshTokenContentHash`) KEY `IX_70DD169C` (`oAuth2ApplicationId`) KEY `IX_77D3B9EA` (`accessTokenContentHash`) KEY `IX_EFE93C04` (`userId`,`oAuth2ApplicationId`,`rememberDeviceContent`) KEY `IX_FB9F7B8A` (`companyId`,`accessTokenContentHash`) PRIMARY KEY (`oAuth2AuthorizationId`) `accessTokenContentHash` bigint(20) DEFAULT NULL `accessTokenContent` longtext `accessTokenCreateDate` datetime(6) DEFAULT NULL `accessTokenExpirationDate` datetime(6) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `oA2AScopeAliasesId` bigint(20) DEFAULT NULL `oAuth2ApplicationId` bigint(20) DEFAULT NULL `oAuth2AuthorizationId` bigint(20) NOT NULL `refreshTokenContentHash` bigint(20) DEFAULT NULL `refreshTokenContent` longtext `refreshTokenCreateDate` datetime(6) DEFAULT NULL `refreshTokenExpirationDate` datetime(6) DEFAULT NULL `rememberDeviceContent` varchar(75) DEFAULT NULL `remoteHostInfo` varchar(255) DEFAULT NULL `remoteIPInfo` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `OAuth2ScopeGrant` ( KEY `IX_80FCAC23` (`oA2AScopeAliasesId`) KEY `IX_88938BF` (`companyId`,`oA2AScopeAliasesId`,`applicationName`,`bundleSymbolicName`,`scope`) PRIMARY KEY (`oAuth2ScopeGrantId`) `applicationName` varchar(255) DEFAULT NULL `bundleSymbolicName` varchar(255) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `oA2AScopeAliasesId` bigint(20) DEFAULT NULL `oAuth2ScopeGrantId` bigint(20) NOT NULL `scopeAliases` longtext `scope` varchar(240) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ObjectDefinition` ( KEY `IX_3E56F38F` (`companyId`,`name`) KEY `IX_B929D94C` (`uuid_`,`companyId`) KEY `IX_CE84C4E8` (`system_`) KEY `IX_F6A157B1` (`companyId`,`objectDefinitionId`) PRIMARY KEY (`objectDefinitionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `dbTableName` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `objectDefinitionId` bigint(20) NOT NULL `pkObjectFieldDBColumnName` varchar(75) DEFAULT NULL `pkObjectFieldName` varchar(75) DEFAULT NULL `system_` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ObjectEntry` ( KEY `IX_139200BA` (`objectDefinitionId`) KEY `IX_49B9450D` (`uuid_`,`companyId`) PRIMARY KEY (`objectEntryId`) UNIQUE KEY `IX_5AF9AACF` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `objectDefinitionId` bigint(20) DEFAULT NULL `objectEntryId` bigint(20) NOT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ObjectField` ( KEY `IX_594B4995` (`uuid_`,`companyId`) KEY `IX_A59C5981` (`objectDefinitionId`,`name`) PRIMARY KEY (`objectFieldId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `dbColumnName` varchar(75) DEFAULT NULL `indexedAsKeyword` tinyint(4) DEFAULT NULL `indexedLanguageId` varchar(75) DEFAULT NULL `indexed` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `objectDefinitionId` bigint(20) DEFAULT NULL `objectFieldId` bigint(20) NOT NULL `required` tinyint(4) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ObjectLayout` ( KEY `IX_E27AC523` (`uuid_`,`companyId`) PRIMARY KEY (`objectLayoutId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `objectLayoutId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ObjectLayoutBox` ( KEY `IX_CDCBE8DC` (`uuid_`,`companyId`) PRIMARY KEY (`objectLayoutBoxId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `objectLayoutBoxId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ObjectLayoutTab` ( KEY `IX_94D361A6` (`uuid_`,`companyId`) PRIMARY KEY (`objectLayoutTabId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `objectLayoutTabId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ObjectRelationship` ( KEY `IX_11DAE1F1` (`uuid_`,`companyId`) PRIMARY KEY (`objectRelationshipId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `objectRelationshipId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `OrgGroupRole` ( KEY `IX_4A527DD3` (`groupId`) KEY `IX_AB044D1C` (`roleId`) PRIMARY KEY (`organizationId`,`groupId`,`roleId`) `companyId` bigint(20) DEFAULT NULL `groupId` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `organizationId` bigint(20) NOT NULL `roleId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `OrgLabor` ( KEY `IX_6AF0D434` (`organizationId`) PRIMARY KEY (`orgLaborId`) `companyId` bigint(20) DEFAULT NULL `friClose` int(11) DEFAULT NULL `friOpen` int(11) DEFAULT NULL `monClose` int(11) DEFAULT NULL `monOpen` int(11) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `orgLaborId` bigint(20) NOT NULL `organizationId` bigint(20) DEFAULT NULL `satClose` int(11) DEFAULT NULL `satOpen` int(11) DEFAULT NULL `sunClose` int(11) DEFAULT NULL `sunOpen` int(11) DEFAULT NULL `thuClose` int(11) DEFAULT NULL `thuOpen` int(11) DEFAULT NULL `tueClose` int(11) DEFAULT NULL `tueOpen` int(11) DEFAULT NULL `typeId` bigint(20) DEFAULT NULL `wedClose` int(11) DEFAULT NULL `wedOpen` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Organization_` ( KEY `IX_206D7DA0` (`uuid_`,`ctCollectionId`) KEY `IX_2C1E7914` (`companyId`,`ctCollectionId`) KEY `IX_38F85A25` (`companyId`,`externalReferenceCode`,`ctCollectionId`) KEY `IX_3F532604` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_7A5E9780` (`companyId`,`parentOrganizationId`,`ctCollectionId`) KEY `IX_DC36A7BF` (`companyId`,`parentOrganizationId`,`name`,`ctCollectionId`) PRIMARY KEY (`organizationId`,`ctCollectionId`) UNIQUE KEY `IX_F1E40A53` (`companyId`,`name`,`ctCollectionId`) `comments` longtext `companyId` bigint(20) DEFAULT NULL `countryId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `externalReferenceCode` varchar(75) DEFAULT NULL `logoId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(100) DEFAULT NULL `organizationId` bigint(20) NOT NULL `parentOrganizationId` bigint(20) DEFAULT NULL `recursable` tinyint(4) DEFAULT NULL `regionId` bigint(20) DEFAULT NULL `statusId` bigint(20) DEFAULT NULL `treePath` longtext `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PasswordPolicy` ( KEY `IX_2C1142E` (`companyId`,`defaultPolicy`) KEY `IX_E4D7EF87` (`uuid_`,`companyId`) PRIMARY KEY (`passwordPolicyId`) UNIQUE KEY `IX_3FBFA9F4` (`companyId`,`name`) `allowDictionaryWords` tinyint(4) DEFAULT NULL `changeRequired` tinyint(4) DEFAULT NULL `changeable` tinyint(4) DEFAULT NULL `checkSyntax` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultPolicy` tinyint(4) DEFAULT NULL `description` longtext `expireable` tinyint(4) DEFAULT NULL `graceLimit` int(11) DEFAULT NULL `historyCount` int(11) DEFAULT NULL `history` tinyint(4) DEFAULT NULL `lockoutDuration` bigint(20) DEFAULT NULL `lockout` tinyint(4) DEFAULT NULL `maxAge` bigint(20) DEFAULT NULL `maxFailure` int(11) DEFAULT NULL `minAge` bigint(20) DEFAULT NULL `minAlphanumeric` int(11) DEFAULT NULL `minLength` int(11) DEFAULT NULL `minLowerCase` int(11) DEFAULT NULL `minNumbers` int(11) DEFAULT NULL `minSymbols` int(11) DEFAULT NULL `minUpperCase` int(11) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `passwordPolicyId` bigint(20) NOT NULL `regex` longtext `requireUnlock` tinyint(4) DEFAULT NULL `resetFailureCount` bigint(20) DEFAULT NULL `resetTicketMaxAge` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `warningTime` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PasswordPolicyRel` ( KEY `IX_CD25266E` (`passwordPolicyId`) PRIMARY KEY (`passwordPolicyRelId`) UNIQUE KEY `IX_C3A17327` (`classNameId`,`classPK`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `passwordPolicyId` bigint(20) DEFAULT NULL `passwordPolicyRelId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PasswordTracker` ( KEY `IX_326F75BD` (`userId`) PRIMARY KEY (`passwordTrackerId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `passwordTrackerId` bigint(20) NOT NULL `password_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Phone` ( KEY `IX_812CE07A` (`companyId`,`classNameId`,`classPK`,`primary_`) KEY `IX_B271FA88` (`uuid_`,`companyId`) KEY `IX_F202B9CE` (`userId`) PRIMARY KEY (`phoneId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `extension` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `number_` varchar(75) DEFAULT NULL `phoneId` bigint(20) NOT NULL `primary_` tinyint(4) DEFAULT NULL `typeId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PluginSetting` ( PRIMARY KEY (`pluginSettingId`) UNIQUE KEY `IX_7171B2E8` (`companyId`,`pluginId`,`pluginType`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `pluginId` varchar(75) DEFAULT NULL `pluginSettingId` bigint(20) NOT NULL `pluginType` varchar(75) DEFAULT NULL `roles` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PollsChoice` ( KEY `IX_8AE746EF` (`uuid_`,`companyId`) PRIMARY KEY (`choiceId`) UNIQUE KEY `IX_C222BD31` (`uuid_`,`groupId`) UNIQUE KEY `IX_D76DD2CF` (`questionId`,`name`) `choiceId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `questionId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PollsQuestion` ( KEY `IX_9FF342EA` (`groupId`) KEY `IX_F910BBB4` (`uuid_`,`companyId`) PRIMARY KEY (`questionId`) UNIQUE KEY `IX_F3C9F36` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `expirationDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `lastVoteDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `questionId` bigint(20) NOT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PollsVote` ( KEY `IX_1BBFD4D3` (`questionId`,`userId`) KEY `IX_7D8E92B8` (`uuid_`,`companyId`) KEY `IX_D5DF7B54` (`choiceId`) PRIMARY KEY (`voteId`) UNIQUE KEY `IX_A88C673A` (`uuid_`,`groupId`) `choiceId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `questionId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `voteDate` datetime(6) DEFAULT NULL `voteId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PortalPreferenceValue` ( KEY `IX_4C7A38C4` (`portalPreferencesId`,`namespace`) KEY `IX_9FF9CC4E` (`portalPreferencesId`,`key_`,`namespace`,`smallValue`) PRIMARY KEY (`portalPreferenceValueId`) UNIQUE KEY `IX_A6DD0ECF` (`portalPreferencesId`,`index_`,`key_`,`namespace`) `companyId` bigint(20) DEFAULT NULL `index_` int(11) DEFAULT NULL `key_` varchar(255) DEFAULT NULL `largeValue` longtext `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `namespace` varchar(255) DEFAULT NULL `portalPreferenceValueId` bigint(20) NOT NULL `portalPreferencesId` bigint(20) DEFAULT NULL `smallValue` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PortalPreferences` ( KEY `IX_D1F795F1` (`ownerId`,`ownerType`) PRIMARY KEY (`portalPreferencesId`) `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `ownerId` bigint(20) DEFAULT NULL `ownerType` int(11) DEFAULT NULL `portalPreferencesId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Portlet` ( PRIMARY KEY (`id_`) UNIQUE KEY `IX_12B5E51D` (`companyId`,`portletId`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `id_` bigint(20) NOT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `portletId` varchar(200) DEFAULT NULL `roles` longtext ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PortletItem` ( KEY `IX_96BDD537` (`groupId`,`classNameId`) KEY `IX_D699243F` (`groupId`,`name`,`portletId`,`classNameId`) KEY `IX_E922D6C0` (`groupId`,`portletId`,`classNameId`) PRIMARY KEY (`portletItemId`) `classNameId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `portletId` varchar(200) DEFAULT NULL `portletItemId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PortletPreferenceValue` ( KEY `IX_2E0FE9EA` (`portletPreferencesId`,`name`,`smallValue`,`ctCollectionId`) KEY `IX_4462FCD` (`portletPreferencesId`,`ctCollectionId`) KEY `IX_B94C124C` (`portletPreferencesId`,`name`,`ctCollectionId`) PRIMARY KEY (`portletPreferenceValueId`,`ctCollectionId`) UNIQUE KEY `IX_AD38E28D` (`portletPreferencesId`,`index_`,`name`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `index_` int(11) DEFAULT NULL `largeValue` longtext `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `portletPreferenceValueId` bigint(20) NOT NULL `portletPreferencesId` bigint(20) DEFAULT NULL `readOnly` tinyint(4) DEFAULT NULL `smallValue` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PortletPreferences` ( KEY `IX_258CCF40` (`ownerId`,`ownerType`,`portletId`,`ctCollectionId`) KEY `IX_31DA3CB8` (`ownerId`,`ctCollectionId`) KEY `IX_451D78CC` (`ownerId`,`ownerType`,`plid`,`ctCollectionId`) KEY `IX_67E205D4` (`plid`,`portletId`,`ctCollectionId`) KEY `IX_8D0717FF` (`portletId`,`ctCollectionId`) KEY `IX_C77A74AD` (`plid`,`ctCollectionId`) KEY `IX_D48717FF` (`ownerType`,`plid`,`portletId`,`ctCollectionId`) KEY `IX_D6C3E66A` (`ownerType`,`portletId`,`ctCollectionId`) KEY `IX_F0B8A3A0` (`companyId`,`ownerId`,`ownerType`,`portletId`,`ctCollectionId`) PRIMARY KEY (`portletPreferencesId`,`ctCollectionId`) UNIQUE KEY `IX_CB778855` (`ownerId`,`ownerType`,`plid`,`portletId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `ownerId` bigint(20) DEFAULT NULL `ownerType` int(11) DEFAULT NULL `plid` bigint(20) DEFAULT NULL `portletId` varchar(200) DEFAULT NULL `portletPreferencesId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `PushNotificationsDevice` ( KEY `IX_2FBF066B` (`userId`,`platform`) PRIMARY KEY (`pushNotificationsDeviceId`) UNIQUE KEY `IX_2F3EDC9F` (`token`(255)) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `platform` varchar(75) DEFAULT NULL `pushNotificationsDeviceId` bigint(20) NOT NULL `token` longtext `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_BLOB_TRIGGERS` ( PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) `BLOB_DATA` longblob `SCHED_NAME` varchar(120) NOT NULL `TRIGGER_GROUP` varchar(200) NOT NULL `TRIGGER_NAME` varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_CALENDARS` ( PRIMARY KEY (`SCHED_NAME`,`CALENDAR_NAME`) `CALENDAR_NAME` varchar(200) NOT NULL `CALENDAR` longblob NOT NULL `SCHED_NAME` varchar(120) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_CRON_TRIGGERS` ( PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) `CRON_EXPRESSION` varchar(200) NOT NULL `SCHED_NAME` varchar(120) NOT NULL `TIME_ZONE_ID` varchar(80) DEFAULT NULL `TRIGGER_GROUP` varchar(200) NOT NULL `TRIGGER_NAME` varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_FIRED_TRIGGERS` ( KEY `IX_339E078M` (`SCHED_NAME`,`INSTANCE_NAME`,`REQUESTS_RECOVERY`) KEY `IX_4BD722BM` (`SCHED_NAME`,`TRIGGER_GROUP`) KEY `IX_5005E3AF` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`) KEY `IX_BC2F03B0` (`SCHED_NAME`,`JOB_GROUP`) KEY `IX_BE3835E5` (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) PRIMARY KEY (`SCHED_NAME`,`ENTRY_ID`) `ENTRY_ID` varchar(95) NOT NULL `FIRED_TIME` bigint(20) NOT NULL `INSTANCE_NAME` varchar(200) NOT NULL `IS_NONCONCURRENT` tinyint(4) DEFAULT NULL `JOB_GROUP` varchar(200) DEFAULT NULL `JOB_NAME` varchar(200) DEFAULT NULL `PRIORITY` int(11) NOT NULL `REQUESTS_RECOVERY` tinyint(4) DEFAULT NULL `SCHED_NAME` varchar(120) NOT NULL `STATE` varchar(16) NOT NULL `TRIGGER_GROUP` varchar(200) NOT NULL `TRIGGER_NAME` varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_JOB_DETAILS` ( KEY `IX_779BCA37` (`SCHED_NAME`,`REQUESTS_RECOVERY`) KEY `IX_88328984` (`SCHED_NAME`,`JOB_GROUP`) PRIMARY KEY (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`) `DESCRIPTION` varchar(250) DEFAULT NULL `IS_DURABLE` tinyint(4) NOT NULL `IS_NONCONCURRENT` tinyint(4) NOT NULL `IS_UPDATE_DATA` tinyint(4) NOT NULL `JOB_CLASS_NAME` varchar(250) NOT NULL `JOB_DATA` longblob `JOB_GROUP` varchar(200) NOT NULL `JOB_NAME` varchar(200) NOT NULL `REQUESTS_RECOVERY` tinyint(4) NOT NULL `SCHED_NAME` varchar(120) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_LOCKS` ( PRIMARY KEY (`SCHED_NAME`,`LOCK_NAME`) `LOCK_NAME` varchar(40) NOT NULL `SCHED_NAME` varchar(120) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_PAUSED_TRIGGER_GRPS` ( PRIMARY KEY (`SCHED_NAME`,`TRIGGER_GROUP`) `SCHED_NAME` varchar(120) NOT NULL `TRIGGER_GROUP` varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_SCHEDULER_STATE` ( PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`) `CHECKIN_INTERVAL` bigint(20) NOT NULL `INSTANCE_NAME` varchar(200) NOT NULL `LAST_CHECKIN_TIME` bigint(20) NOT NULL `SCHED_NAME` varchar(120) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_SIMPLE_TRIGGERS` ( PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) `REPEAT_COUNT` bigint(20) NOT NULL `REPEAT_INTERVAL` bigint(20) NOT NULL `SCHED_NAME` varchar(120) NOT NULL `TIMES_TRIGGERED` bigint(20) NOT NULL `TRIGGER_GROUP` varchar(200) NOT NULL `TRIGGER_NAME` varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_SIMPROP_TRIGGERS` ( PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) `BOOL_PROP_1` tinyint(4) DEFAULT NULL `BOOL_PROP_2` tinyint(4) DEFAULT NULL `DEC_PROP_1` decimal(13,4) DEFAULT NULL `DEC_PROP_2` decimal(13,4) DEFAULT NULL `INT_PROP_1` int(11) DEFAULT NULL `INT_PROP_2` int(11) DEFAULT NULL `LONG_PROP_1` bigint(20) DEFAULT NULL `LONG_PROP_2` bigint(20) DEFAULT NULL `SCHED_NAME` varchar(120) NOT NULL `STR_PROP_1` varchar(512) DEFAULT NULL `STR_PROP_2` varchar(512) DEFAULT NULL `STR_PROP_3` varchar(512) DEFAULT NULL `TRIGGER_GROUP` varchar(200) NOT NULL `TRIGGER_NAME` varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `QUARTZ_TRIGGERS` ( KEY `IX_1F92813C` (`SCHED_NAME`,`NEXT_FIRE_TIME`,`MISFIRE_INSTR`) KEY `IX_8AA50BE1` (`SCHED_NAME`,`JOB_GROUP`) KEY `IX_91CA7CCE` (`SCHED_NAME`,`TRIGGER_GROUP`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`,`MISFIRE_INSTR`) KEY `IX_99108B6E` (`SCHED_NAME`,`TRIGGER_STATE`) KEY `IX_A85822A0` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`) KEY `IX_CD7132D0` (`SCHED_NAME`,`CALENDAR_NAME`) KEY `IX_D219AFDE` (`SCHED_NAME`,`TRIGGER_GROUP`,`TRIGGER_STATE`) KEY `IX_F2DD7C7E` (`SCHED_NAME`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`,`MISFIRE_INSTR`) PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) `CALENDAR_NAME` varchar(200) DEFAULT NULL `DESCRIPTION` varchar(250) DEFAULT NULL `END_TIME` bigint(20) DEFAULT NULL `JOB_DATA` longblob `JOB_GROUP` varchar(200) NOT NULL `JOB_NAME` varchar(200) NOT NULL `MISFIRE_INSTR` int(11) DEFAULT NULL `NEXT_FIRE_TIME` bigint(20) DEFAULT NULL `PREV_FIRE_TIME` bigint(20) DEFAULT NULL `PRIORITY` int(11) DEFAULT NULL `SCHED_NAME` varchar(120) NOT NULL `START_TIME` bigint(20) NOT NULL `TRIGGER_GROUP` varchar(200) NOT NULL `TRIGGER_NAME` varchar(200) NOT NULL `TRIGGER_STATE` varchar(16) NOT NULL `TRIGGER_TYPE` varchar(8) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RatingsEntry` ( KEY `IX_66592BE9` (`classNameId`,`classPK`,`score`,`ctCollectionId`) KEY `IX_A4389D50` (`uuid_`,`ctCollectionId`) KEY `IX_CBD05854` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_FD0395B5` (`classNameId`,`classPK`,`ctCollectionId`) PRIMARY KEY (`entryId`,`ctCollectionId`) UNIQUE KEY `IX_B938D06F` (`userId`,`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `entryId` bigint(20) NOT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `score` double DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RatingsStats` ( KEY `IX_11A5584A` (`classNameId`,`modifiedDate`) KEY `IX_5EC6007D` (`classNameId`,`createDate`) PRIMARY KEY (`statsId`,`ctCollectionId`) UNIQUE KEY `IX_C286E0E2` (`classNameId`,`classPK`,`ctCollectionId`) `averageScore` double DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `statsId` bigint(20) NOT NULL `totalEntries` int(11) DEFAULT NULL `totalScore` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ReadingTimeEntry` ( KEY `IX_29FACA53` (`uuid_`,`companyId`) PRIMARY KEY (`readingTimeEntryId`) UNIQUE KEY `IX_73B13580` (`groupId`,`classNameId`,`classPK`) UNIQUE KEY `IX_D647C995` (`uuid_`,`groupId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `readingTimeEntryId` bigint(20) NOT NULL `readingTime` bigint(20) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RecentLayoutBranch` ( KEY `IX_351E86E8` (`layoutBranchId`) KEY `IX_B91F79BD` (`groupId`) PRIMARY KEY (`recentLayoutBranchId`) UNIQUE KEY `IX_C27D6369` (`userId`,`layoutSetBranchId`,`plid`) `companyId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `layoutBranchId` bigint(20) DEFAULT NULL `layoutSetBranchId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `plid` bigint(20) DEFAULT NULL `recentLayoutBranchId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RecentLayoutRevision` ( KEY `IX_8D8A2724` (`groupId`) KEY `IX_DA0788DA` (`layoutRevisionId`) PRIMARY KEY (`recentLayoutRevisionId`) UNIQUE KEY `IX_4C600BD0` (`userId`,`layoutSetBranchId`,`plid`) `companyId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `layoutRevisionId` bigint(20) DEFAULT NULL `layoutSetBranchId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `plid` bigint(20) DEFAULT NULL `recentLayoutRevisionId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RecentLayoutSetBranch` ( KEY `IX_23FF0700` (`layoutSetBranchId`) KEY `IX_711995A5` (`groupId`) PRIMARY KEY (`recentLayoutSetBranchId`) UNIQUE KEY `IX_4654D204` (`userId`,`layoutSetId`) `companyId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `layoutSetBranchId` bigint(20) DEFAULT NULL `layoutSetId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `recentLayoutSetBranchId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RedirectEntry` ( KEY `IX_106FBFC3` (`groupId`,`destinationURL`(255)) KEY `IX_5A2CF310` (`uuid_`,`companyId`) PRIMARY KEY (`redirectEntryId`) UNIQUE KEY `IX_1576FD92` (`uuid_`,`groupId`) UNIQUE KEY `IX_5040C136` (`groupId`,`sourceURL`(255)) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `destinationURL` longtext `expirationDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastOccurrenceDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `permanent_` tinyint(4) DEFAULT NULL `redirectEntryId` bigint(20) NOT NULL `sourceURL` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RedirectNotFoundEntry` ( PRIMARY KEY (`redirectNotFoundEntryId`) UNIQUE KEY `IX_84671762` (`groupId`,`url`(255)) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `ignored` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `redirectNotFoundEntryId` bigint(20) NOT NULL `url` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Region` ( KEY `IX_11FB3E42` (`countryId`,`active_`) KEY `IX_2D9A426F` (`active_`) KEY `IX_60C0214E` (`uuid_`,`companyId`) PRIMARY KEY (`regionId`) UNIQUE KEY `IX_A2635F5C` (`countryId`,`regionCode`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `countryId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultLanguageId` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `position` double DEFAULT NULL `regionCode` varchar(75) DEFAULT NULL `regionId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RegionLocalization` ( PRIMARY KEY (`regionLocalizationId`) UNIQUE KEY `IX_A149763D` (`regionId`,`languageId`) `companyId` bigint(20) DEFAULT NULL `languageId` varchar(75) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `regionId` bigint(20) DEFAULT NULL `regionLocalizationId` bigint(20) NOT NULL `title` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Release_` ( PRIMARY KEY (`releaseId`) UNIQUE KEY `IX_8BD6BCA7` (`servletContextName`) `buildDate` datetime(6) DEFAULT NULL `buildNumber` int(11) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `releaseId` bigint(20) NOT NULL `schemaVersion` varchar(75) DEFAULT NULL `servletContextName` varchar(75) DEFAULT NULL `state_` int(11) DEFAULT NULL `testString` varchar(1024) DEFAULT NULL `verified` tinyint(4) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RemoteAppEntry` ( KEY `IX_5F8F9C11` (`uuid_`,`companyId`) PRIMARY KEY (`remoteAppEntryId`) UNIQUE KEY `IX_A88F5614` (`companyId`,`url`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `remoteAppEntryId` bigint(20) NOT NULL `url` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Reports_Definition` ( KEY `IX_6C1481B1` (`groupId`) KEY `IX_7F79EB6F` (`companyId`) KEY `IX_F08C2CCD` (`uuid_`,`companyId`) PRIMARY KEY (`definitionId`) UNIQUE KEY `IX_D4E3828F` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `definitionId` bigint(20) NOT NULL `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `reportName` varchar(75) DEFAULT NULL `reportParameters` longtext `sourceId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Reports_Entry` ( PRIMARY KEY (`entryId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `definitionId` bigint(20) DEFAULT NULL `emailDelivery` varchar(200) DEFAULT NULL `emailNotifications` varchar(200) DEFAULT NULL `endDate` datetime(6) DEFAULT NULL `entryId` bigint(20) NOT NULL `errorMessage` longtext `format` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `pageURL` longtext `portletId` varchar(75) DEFAULT NULL `recurrence` varchar(75) DEFAULT NULL `repeating` tinyint(4) DEFAULT NULL `reportParameters` longtext `scheduleRequest` tinyint(4) DEFAULT NULL `startDate` datetime(6) DEFAULT NULL `status` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Reports_Source` ( KEY `IX_89138B95` (`uuid_`,`companyId`) KEY `IX_C5A9E1E9` (`groupId`) KEY `IX_C9381DA7` (`companyId`) PRIMARY KEY (`sourceId`) UNIQUE KEY `IX_A3C3F357` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `driverClassName` varchar(75) DEFAULT NULL `driverPassword` varchar(75) DEFAULT NULL `driverUrl` longtext `driverUserName` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` longtext `sourceId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Repository` ( KEY `IX_F543EA4` (`uuid_`,`companyId`) PRIMARY KEY (`repositoryId`) UNIQUE KEY `IX_11641E26` (`uuid_`,`groupId`) UNIQUE KEY `IX_60C8634C` (`groupId`,`name`,`portletId`) `classNameId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `dlFolderId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(200) DEFAULT NULL `portletId` varchar(200) DEFAULT NULL `repositoryId` bigint(20) NOT NULL `typeSettings` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `RepositoryEntry` ( KEY `IX_D3B9AF62` (`uuid_`,`companyId`) PRIMARY KEY (`repositoryEntryId`) UNIQUE KEY `IX_354AA664` (`uuid_`,`groupId`) UNIQUE KEY `IX_9BDCF489` (`repositoryId`,`mappedId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `manualCheckInRequired` tinyint(4) DEFAULT NULL `mappedId` varchar(255) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `repositoryEntryId` bigint(20) NOT NULL `repositoryId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ResourceAction` ( PRIMARY KEY (`resourceActionId`) UNIQUE KEY `IX_EDB9986E` (`name`,`actionId`) `actionId` varchar(75) DEFAULT NULL `bitwiseValue` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `resourceActionId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ResourcePermission` ( KEY `IX_2FABAAC8` (`companyId`,`scope`,`primKey`,`ctCollectionId`) KEY `IX_3078CBE6` (`roleId`,`ctCollectionId`) KEY `IX_490017A2` (`companyId`,`primKey`,`ctCollectionId`) KEY `IX_6AD73500` (`name`,`ctCollectionId`) KEY `IX_829B8423` (`companyId`,`name`,`scope`,`roleId`,`ctCollectionId`) KEY `IX_9A838EC7` (`companyId`,`name`,`scope`,`primKey`,`ctCollectionId`) KEY `IX_B60B5751` (`companyId`,`name`,`scope`,`primKeyId`,`roleId`,`viewActionId`,`ctCollectionId`) KEY `IX_F3870DDF` (`scope`,`ctCollectionId`) KEY `IX_FABE6981` (`ctCollectionId`) PRIMARY KEY (`resourcePermissionId`,`ctCollectionId`) UNIQUE KEY `IX_A9FF4B2C` (`companyId`,`name`,`scope`,`primKey`,`roleId`,`ctCollectionId`) `actionIds` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `ownerId` bigint(20) DEFAULT NULL `primKeyId` bigint(20) DEFAULT NULL `primKey` varchar(255) DEFAULT NULL `resourcePermissionId` bigint(20) NOT NULL `roleId` bigint(20) DEFAULT NULL `scope` int(11) DEFAULT NULL `viewActionId` tinyint(4) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Role_` ( KEY `IX_18A86359` (`subtype`,`ctCollectionId`) KEY `IX_411F50A1` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_4EA65517` (`companyId`,`ctCollectionId`) KEY `IX_7037255A` (`companyId`,`type_`,`ctCollectionId`) KEY `IX_B482E6EC` (`name`,`ctCollectionId`) KEY `IX_D8DA3062` (`type_`,`subtype`,`ctCollectionId`) KEY `IX_EFF1D323` (`uuid_`,`ctCollectionId`) KEY `IX_FFA7B144` (`type_`,`ctCollectionId`) PRIMARY KEY (`roleId`,`ctCollectionId`) UNIQUE KEY `IX_4CC99816` (`companyId`,`name`,`ctCollectionId`) UNIQUE KEY `IX_C0F6BCAC` (`companyId`,`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `roleId` bigint(20) NOT NULL `subtype` varchar(75) DEFAULT NULL `title` longtext `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SAPEntry` ( KEY `IX_6D669D6F` (`companyId`,`defaultSAPEntry`) KEY `IX_90740311` (`companyId`,`name`) KEY `IX_AAAEBA0A` (`uuid_`,`companyId`) PRIMARY KEY (`sapEntryId`) `allowedServiceSignatures` longtext `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `defaultSAPEntry` tinyint(4) DEFAULT NULL `enabled` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `name` varchar(75) DEFAULT NULL `sapEntryId` bigint(20) NOT NULL `title` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SamlIdpSpConnection` ( KEY `IX_87463CFB` (`companyId`,`samlSpEntityId`(255)) PRIMARY KEY (`samlIdpSpConnectionId`) `assertionLifetime` int(11) DEFAULT NULL `attributeNames` longtext `attributesEnabled` tinyint(4) DEFAULT NULL `attributesNamespaceEnabled` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `enabled` tinyint(4) DEFAULT NULL `encryptionForced` tinyint(4) DEFAULT NULL `metadataUpdatedDate` datetime(6) DEFAULT NULL `metadataUrl` varchar(1024) DEFAULT NULL `metadataXml` longtext `modifiedDate` datetime(6) DEFAULT NULL `nameIdAttribute` varchar(1024) DEFAULT NULL `nameIdFormat` varchar(1024) DEFAULT NULL `name` varchar(75) DEFAULT NULL `samlIdpSpConnectionId` bigint(20) NOT NULL `samlSpEntityId` varchar(1024) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SamlIdpSpSession` ( KEY `IX_545F7B35` (`createDate`) KEY `IX_713E871E` (`samlIdpSsoSessionId`,`samlPeerBindingId`) PRIMARY KEY (`samlIdpSpSessionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `samlIdpSpSessionId` bigint(20) NOT NULL `samlIdpSsoSessionId` bigint(20) DEFAULT NULL `samlPeerBindingId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SamlIdpSsoSession` ( KEY `IX_5E8BFDF9` (`samlIdpSsoSessionKey`) KEY `IX_E5D1CDD3` (`createDate`) PRIMARY KEY (`samlIdpSsoSessionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `samlIdpSsoSessionId` bigint(20) NOT NULL `samlIdpSsoSessionKey` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SamlPeerBinding` ( KEY `IX_E642E1AE` (`companyId`,`deleted`,`samlNameIdFormat`,`samlNameIdNameQualifier`,`samlNameIdValue`,`samlPeerEntityId`) PRIMARY KEY (`samlPeerBindingId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `deleted` tinyint(4) DEFAULT NULL `samlNameIdFormat` varchar(75) DEFAULT NULL `samlNameIdNameQualifier` varchar(75) DEFAULT NULL `samlNameIdSpNameQualifier` varchar(75) DEFAULT NULL `samlNameIdSpProvidedId` varchar(75) DEFAULT NULL `samlNameIdValue` varchar(75) DEFAULT NULL `samlPeerBindingId` bigint(20) NOT NULL `samlPeerEntityId` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SamlSpAuthRequest` ( KEY `IX_10D77E09` (`samlIdpEntityId`(255),`samlSpAuthRequestKey`) KEY `IX_49073861` (`createDate`) PRIMARY KEY (`samlSpAuthnRequestId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `samlIdpEntityId` varchar(1024) DEFAULT NULL `samlSpAuthRequestKey` varchar(75) DEFAULT NULL `samlSpAuthnRequestId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SamlSpIdpConnection` ( KEY `IX_61204DD` (`companyId`,`samlIdpEntityId`(255)) PRIMARY KEY (`samlSpIdpConnectionId`) `assertionSignatureRequired` tinyint(4) DEFAULT NULL `clockSkew` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `enabled` tinyint(4) DEFAULT NULL `forceAuthn` tinyint(4) DEFAULT NULL `ldapImportEnabled` tinyint(4) DEFAULT NULL `metadataUpdatedDate` datetime(6) DEFAULT NULL `metadataUrl` varchar(1024) DEFAULT NULL `metadataXml` longtext `modifiedDate` datetime(6) DEFAULT NULL `nameIdFormat` varchar(1024) DEFAULT NULL `name` varchar(75) DEFAULT NULL `samlIdpEntityId` varchar(1024) DEFAULT NULL `samlSpIdpConnectionId` bigint(20) NOT NULL `signAuthnRequest` tinyint(4) DEFAULT NULL `unknownUsersAreStrangers` tinyint(4) DEFAULT NULL `userAttributeMappings` longtext `userId` bigint(20) DEFAULT NULL `userIdentifierExpression` varchar(200) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SamlSpMessage` ( KEY `IX_31762094` (`expirationDate`) KEY `IX_5615F9DD` (`samlIdpEntityId`(255),`samlIdpResponseKey`) PRIMARY KEY (`samlSpMessageId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `samlIdpEntityId` varchar(1024) DEFAULT NULL `samlIdpResponseKey` varchar(75) DEFAULT NULL `samlSpMessageId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SamlSpSession` ( KEY `IX_2001B382` (`sessionIndex`) KEY `IX_5C25BCF` (`samlPeerBindingId`) KEY `IX_85F532ED` (`jSessionId`) KEY `IX_C052F506` (`companyId`,`sessionIndex`) PRIMARY KEY (`samlSpSessionId`) UNIQUE KEY `IX_C66E4319` (`samlSpSessionKey`) `assertionXml` longtext `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `jSessionId` varchar(200) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `samlPeerBindingId` bigint(20) DEFAULT NULL `samlSpSessionId` bigint(20) NOT NULL `samlSpSessionKey` varchar(75) DEFAULT NULL `sessionIndex` varchar(75) DEFAULT NULL `terminated_` tinyint(4) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SegmentsEntry` ( KEY `IX_11EC38E2` (`active_`,`type_`,`ctCollectionId`) KEY `IX_575940DC` (`groupId`,`active_`,`type_`,`ctCollectionId`) KEY `IX_5A459E2D` (`groupId`,`active_`,`source`,`type_`,`ctCollectionId`) KEY `IX_780F47D5` (`groupId`,`active_`,`ctCollectionId`) KEY `IX_86F8593A` (`uuid_`,`ctCollectionId`) KEY `IX_96AE375B` (`type_`,`ctCollectionId`) KEY `IX_A4354E30` (`groupId`,`ctCollectionId`) KEY `IX_B65DAD05` (`source`,`ctCollectionId`) KEY `IX_D7DEE62A` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`segmentsEntryId`,`ctCollectionId`) UNIQUE KEY `IX_CEF7ABAC` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_DB53F1B1` (`groupId`,`segmentsEntryKey`,`ctCollectionId`) `active_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `criteria` longtext `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `segmentsEntryId` bigint(20) NOT NULL `segmentsEntryKey` varchar(75) DEFAULT NULL `source` varchar(75) DEFAULT NULL `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SegmentsEntryRel` ( KEY `IX_2CA498AE` (`segmentsEntryId`,`ctCollectionId`) KEY `IX_42A8B790` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_694665A0` (`classNameId`,`classPK`,`ctCollectionId`) PRIMARY KEY (`segmentsEntryRelId`,`ctCollectionId`) UNIQUE KEY `IX_AAD22503` (`segmentsEntryId`,`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `segmentsEntryId` bigint(20) DEFAULT NULL `segmentsEntryRelId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SegmentsEntryRole` ( KEY `IX_156C5BB1` (`roleId`,`ctCollectionId`) KEY `IX_A4591B8D` (`segmentsEntryId`,`ctCollectionId`) PRIMARY KEY (`segmentsEntryRoleId`,`ctCollectionId`) UNIQUE KEY `IX_2876B1F2` (`segmentsEntryId`,`roleId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `roleId` bigint(20) DEFAULT NULL `segmentsEntryId` bigint(20) DEFAULT NULL `segmentsEntryRoleId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SegmentsExperience` ( KEY `IX_7F7B2B82` (`uuid_`,`ctCollectionId`) KEY `IX_874CAE78` (`groupId`,`ctCollectionId`) KEY `IX_99B31F58` (`groupId`,`classNameId`,`classPK`,`active_`,`ctCollectionId`) KEY `IX_B42F674D` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_BAA8E72B` (`segmentsEntryId`,`ctCollectionId`) KEY `IX_BDBB56E2` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_D78112F6` (`groupId`,`segmentsEntryId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_F48D81CF` (`groupId`,`segmentsEntryId`,`classNameId`,`classPK`,`active_`,`ctCollectionId`) PRIMARY KEY (`segmentsExperienceId`,`ctCollectionId`) UNIQUE KEY `IX_3C28EA64` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_789CF949` (`groupId`,`segmentsExperienceKey`,`ctCollectionId`) UNIQUE KEY `IX_8AD425` (`groupId`,`classNameId`,`classPK`,`priority`,`ctCollectionId`) `active_` tinyint(4) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` longtext `priority` int(11) DEFAULT NULL `segmentsEntryId` bigint(20) DEFAULT NULL `segmentsExperienceId` bigint(20) NOT NULL `segmentsExperienceKey` varchar(75) DEFAULT NULL `typeSettings` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SegmentsExperiment` ( KEY `IX_2FF139A2` (`segmentsExperienceId`,`status`) KEY `IX_8D0D6955` (`groupId`,`segmentsExperienceId`,`classNameId`,`classPK`) KEY `IX_9152891A` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_A8C39A55` (`segmentsExperienceId`,`classNameId`,`classPK`,`status`,`ctCollectionId`) KEY `IX_B2F2805` (`groupId`,`ctCollectionId`) KEY `IX_BB044BF5` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_C16A886F` (`segmentsExperienceId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_C7EDCF7` (`classNameId`,`classPK`,`segmentsExperienceId`,`status`) KEY `IX_E4D8A44F` (`uuid_`,`ctCollectionId`) KEY `IX_F6C2A82D` (`segmentsExperimentKey`,`ctCollectionId`) KEY `IX_FE51B455` (`groupId`,`classNameId`,`classPK`,`segmentsExperienceId`) PRIMARY KEY (`segmentsExperimentId`,`ctCollectionId`) UNIQUE KEY `IX_9749F869` (`groupId`,`segmentsExperimentKey`,`ctCollectionId`) UNIQUE KEY `IX_9B420837` (`uuid_`,`groupId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `segmentsEntryId` bigint(20) DEFAULT NULL `segmentsExperienceId` bigint(20) DEFAULT NULL `segmentsExperimentId` bigint(20) NOT NULL `segmentsExperimentKey` varchar(75) DEFAULT NULL `status` int(11) DEFAULT NULL `typeSettings` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SegmentsExperimentRel` ( KEY `IX_3FA9F4CC` (`segmentsExperimentId`,`ctCollectionId`) PRIMARY KEY (`segmentsExperimentRelId`,`ctCollectionId`) UNIQUE KEY `IX_9EDCFAE5` (`segmentsExperimentId`,`segmentsExperienceId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `segmentsExperienceId` bigint(20) DEFAULT NULL `segmentsExperimentId` bigint(20) DEFAULT NULL `segmentsExperimentRelId` bigint(20) NOT NULL `split` double DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ServiceComponent` ( PRIMARY KEY (`serviceComponentId`) UNIQUE KEY `IX_4F0315B8` (`buildNamespace`,`buildNumber`) `buildDate` bigint(20) DEFAULT NULL `buildNamespace` varchar(75) DEFAULT NULL `buildNumber` bigint(20) DEFAULT NULL `data_` longtext `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `serviceComponentId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SharepointOAuth2TokenEntry` ( PRIMARY KEY (`sharepointOAuth2TokenEntryId`) UNIQUE KEY `IX_E60AC8EE` (`userId`,`configurationPid`) `accessToken` longtext `companyId` bigint(20) DEFAULT NULL `configurationPid` varchar(75) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `refreshToken` longtext `sharepointOAuth2TokenEntryId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SharingEntry` ( KEY `IX_1E35B88D` (`expirationDate`) KEY `IX_1ED300B1` (`classNameId`,`classPK`) KEY `IX_9A668578` (`userId`,`classNameId`) KEY `IX_E7A29E50` (`uuid_`,`companyId`) KEY `IX_F066C0CE` (`groupId`) PRIMARY KEY (`sharingEntryId`) UNIQUE KEY `IX_3062F746` (`toUserId`,`classNameId`,`classPK`) UNIQUE KEY `IX_5EDE78D2` (`uuid_`,`groupId`) `actionIds` bigint(20) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `shareable` tinyint(4) DEFAULT NULL `sharingEntryId` bigint(20) NOT NULL `toUserId` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SiteFriendlyURL` ( KEY `IX_E6D46A97` (`uuid_`,`companyId`) PRIMARY KEY (`siteFriendlyURLId`) UNIQUE KEY `IX_7A3B7A2C` (`companyId`,`groupId`,`languageId`) UNIQUE KEY `IX_82D4AAD9` (`uuid_`,`groupId`) UNIQUE KEY `IX_FF899B2F` (`companyId`,`friendlyURL`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `friendlyURL` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `languageId` varchar(75) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `siteFriendlyURLId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SiteNavigationMenu` ( KEY `IX_4E4D8BD4` (`groupId`,`auto_`,`ctCollectionId`) KEY `IX_73889CE8` (`groupId`,`ctCollectionId`) KEY `IX_8B2CA672` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_9BF87866` (`companyId`,`ctCollectionId`) KEY `IX_AB5CA069` (`groupId`,`type_`,`ctCollectionId`) KEY `IX_E9BFF5F2` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`siteNavigationMenuId`,`ctCollectionId`) UNIQUE KEY `IX_CA90FF27` (`groupId`,`name`,`ctCollectionId`) UNIQUE KEY `IX_F1C8DDF4` (`uuid_`,`groupId`,`ctCollectionId`) `auto_` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `siteNavigationMenuId` bigint(20) NOT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SiteNavigationMenuItem` ( KEY `IX_28431880` (`siteNavigationMenuId`,`parentSiteNavigationMenuItemId`,`ctCollectionId`) KEY `IX_5A4EA097` (`parentSiteNavigationMenuItemId`,`ctCollectionId`) KEY `IX_9C7CF713` (`companyId`,`ctCollectionId`) KEY `IX_9D80D31F` (`uuid_`,`ctCollectionId`) KEY `IX_9E380099` (`siteNavigationMenuId`,`name`,`ctCollectionId`) KEY `IX_B569BB25` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_CB221BDA` (`siteNavigationMenuId`,`ctCollectionId`) PRIMARY KEY (`siteNavigationMenuItemId`,`ctCollectionId`) UNIQUE KEY `IX_CD998367` (`uuid_`,`groupId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `order_` int(11) DEFAULT NULL `parentSiteNavigationMenuItemId` bigint(20) DEFAULT NULL `siteNavigationMenuId` bigint(20) DEFAULT NULL `siteNavigationMenuItemId` bigint(20) NOT NULL `typeSettings` longtext `type_` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SocialActivity` ( KEY `IX_28C22ABD` (`mirrorActivityId`,`ctCollectionId`) KEY `IX_5AD306C4` (`companyId`,`ctCollectionId`) KEY `IX_90E6DCFC` (`classNameId`,`classPK`,`type_`,`ctCollectionId`) KEY `IX_96BE971A` (`userId`,`ctCollectionId`) KEY `IX_9C9CB625` (`groupId`,`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`,`ctCollectionId`) KEY `IX_9E7AC81A` (`activitySetId`,`ctCollectionId`) KEY `IX_A57E31D2` (`mirrorActivityId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_A9CF2AC6` (`groupId`,`ctCollectionId`) KEY `IX_AD0B0FB5` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_E948429` (`receiverUserId`,`ctCollectionId`) PRIMARY KEY (`activityId`,`ctCollectionId`) UNIQUE KEY `IX_24810327` (`groupId`,`userId`,`createDate`,`classNameId`,`classPK`,`type_`,`receiverUserId`,`ctCollectionId`) `activityId` bigint(20) NOT NULL `activitySetId` bigint(20) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `extraData` longtext `groupId` bigint(20) DEFAULT NULL `mirrorActivityId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentClassNameId` bigint(20) DEFAULT NULL `parentClassPK` bigint(20) DEFAULT NULL `receiverUserId` bigint(20) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SocialActivityAchievement` ( KEY `IX_38BEA989` (`groupId`,`userId`,`ctCollectionId`) KEY `IX_5DE7864F` (`groupId`,`ctCollectionId`) KEY `IX_9F91FD47` (`groupId`,`userId`,`firstInGroup`,`ctCollectionId`) KEY `IX_ADBE078D` (`groupId`,`firstInGroup`,`ctCollectionId`) KEY `IX_CAFEFF4E` (`groupId`,`name`,`ctCollectionId`) PRIMARY KEY (`activityAchievementId`,`ctCollectionId`) UNIQUE KEY `IX_5ED94F08` (`groupId`,`userId`,`name`,`ctCollectionId`) `activityAchievementId` bigint(20) NOT NULL `companyId` bigint(20) DEFAULT NULL `createDate` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `firstInGroup` tinyint(4) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SocialActivityCounter` ( KEY `IX_7ACAB562` (`groupId`,`ctCollectionId`) KEY `IX_B7252B62` (`groupId`,`classNameId`,`classPK`,`ownerType`,`ctCollectionId`) KEY `IX_BDC6A299` (`classNameId`,`classPK`,`ctCollectionId`) PRIMARY KEY (`activityCounterId`,`ctCollectionId`) UNIQUE KEY `IX_8F6B63C5` (`groupId`,`classNameId`,`classPK`,`name`,`ownerType`,`endPeriod`,`ctCollectionId`) UNIQUE KEY `IX_D520F00C` (`groupId`,`classNameId`,`classPK`,`name`,`ownerType`,`startPeriod`,`ctCollectionId`) `active_` tinyint(4) DEFAULT NULL `activityCounterId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `currentValue` int(11) DEFAULT NULL `endPeriod` int(11) DEFAULT NULL `graceValue` int(11) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `ownerType` int(11) DEFAULT NULL `startPeriod` int(11) DEFAULT NULL `totalValue` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SocialActivityLimit` ( KEY `IX_197F2743` (`groupId`,`ctCollectionId`) KEY `IX_710E96FD` (`userId`,`ctCollectionId`) KEY `IX_D800658` (`classNameId`,`classPK`,`ctCollectionId`) PRIMARY KEY (`activityLimitId`,`ctCollectionId`) UNIQUE KEY `IX_4A636E75` (`groupId`,`userId`,`classNameId`,`classPK`,`activityType`,`activityCounterName`,`ctCollectionId`) `activityCounterName` varchar(75) DEFAULT NULL `activityLimitId` bigint(20) NOT NULL `activityType` int(11) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `value` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SocialActivitySet` ( KEY `IX_34A94D3C` (`groupId`,`ctCollectionId`) KEY `IX_49DD2872` (`classNameId`,`classPK`,`type_`,`ctCollectionId`) KEY `IX_A37B4DE4` (`userId`,`ctCollectionId`) KEY `IX_EF377278` (`userId`,`classNameId`,`classPK`,`type_`,`ctCollectionId`) KEY `IX_EF8C463D` (`groupId`,`userId`,`classNameId`,`type_`,`ctCollectionId`) KEY `IX_F4E22E1B` (`groupId`,`userId`,`type_`,`ctCollectionId`) PRIMARY KEY (`activitySetId`,`ctCollectionId`) `activityCount` int(11) DEFAULT NULL `activitySetId` bigint(20) NOT NULL `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `extraData` longtext `groupId` bigint(20) DEFAULT NULL `modifiedDate` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SocialActivitySetting` ( KEY `IX_11AAEF7C` (`groupId`,`classNameId`,`ctCollectionId`) KEY `IX_35A9252B` (`groupId`,`activityType`,`ctCollectionId`) KEY `IX_4FC6CD18` (`groupId`,`classNameId`,`activityType`,`name`,`ctCollectionId`) KEY `IX_6B06688E` (`groupId`,`ctCollectionId`) KEY `IX_D0E7F399` (`groupId`,`classNameId`,`activityType`,`ctCollectionId`) PRIMARY KEY (`activitySettingId`,`ctCollectionId`) `activitySettingId` bigint(20) NOT NULL `activityType` int(11) DEFAULT NULL `classNameId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `value` varchar(1024) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SocialRelation` ( KEY `IX_2CB87B7A` (`companyId`,`type_`,`ctCollectionId`) KEY `IX_3A6962E7` (`userId1`,`type_`,`ctCollectionId`) KEY `IX_3C42B606` (`userId2`,`type_`,`ctCollectionId`) KEY `IX_5A757CEE` (`userId1`,`userId2`,`ctCollectionId`) KEY `IX_60BA2F7` (`companyId`,`ctCollectionId`) KEY `IX_8B78EDEB` (`userId2`,`ctCollectionId`) KEY `IX_92E91103` (`uuid_`,`ctCollectionId`) KEY `IX_A29EEF24` (`type_`,`ctCollectionId`) KEY `IX_BDCE8C2A` (`userId1`,`ctCollectionId`) KEY `IX_FDA0A6C1` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`relationId`,`ctCollectionId`) UNIQUE KEY `IX_D97ACDA3` (`userId1`,`userId2`,`type_`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `relationId` bigint(20) NOT NULL `type_` int(11) DEFAULT NULL `userId1` bigint(20) DEFAULT NULL `userId2` bigint(20) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SocialRequest` ( KEY `IX_58C2E7DA` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_59718D06` (`userId`,`status`,`ctCollectionId`) KEY `IX_684858A` (`uuid_`,`ctCollectionId`) KEY `IX_8CAABC20` (`userId`,`ctCollectionId`) KEY `IX_9E3B7BFE` (`companyId`,`ctCollectionId`) KEY `IX_9E789515` (`receiverUserId`,`status`,`ctCollectionId`) KEY `IX_A776F23B` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_B626432F` (`receiverUserId`,`ctCollectionId`) KEY `IX_D54872A2` (`userId`,`classNameId`,`classPK`,`type_`,`status`,`ctCollectionId`) KEY `IX_EB193CE5` (`classNameId`,`classPK`,`type_`,`receiverUserId`,`status`,`ctCollectionId`) PRIMARY KEY (`requestId`,`ctCollectionId`) UNIQUE KEY `IX_350595C` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_EF4BB505` (`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `extraData` longtext `groupId` bigint(20) DEFAULT NULL `modifiedDate` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `receiverUserId` bigint(20) DEFAULT NULL `requestId` bigint(20) NOT NULL `status` int(11) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `StyleBookEntry` ( KEY `IX_2006982F` (`groupId`,`defaultStyleBookEntry`,`head`,`ctCollectionId`) KEY `IX_20478749` (`groupId`,`name`,`ctCollectionId`) KEY `IX_38C3C389` (`groupId`,`styleBookEntryKey`,`ctCollectionId`) KEY `IX_5035E4DD` (`groupId`,`name`,`head`,`ctCollectionId`) KEY `IX_52E35A12` (`uuid_`,`groupId`,`ctCollectionId`) KEY `IX_7A2DA01B` (`groupId`,`defaultStyleBookEntry`,`ctCollectionId`) KEY `IX_82488F5E` (`groupId`,`head`,`ctCollectionId`) KEY `IX_A7C9C014` (`uuid_`,`ctCollectionId`) KEY `IX_C24ABF64` (`uuid_`,`companyId`,`head`,`ctCollectionId`) KEY `IX_D648668A` (`groupId`,`ctCollectionId`) KEY `IX_F989310` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_FDBF1968` (`uuid_`,`head`,`ctCollectionId`) PRIMARY KEY (`styleBookEntryId`,`ctCollectionId`) UNIQUE KEY `IX_47F0BCE6` (`uuid_`,`groupId`,`head`,`ctCollectionId`) UNIQUE KEY `IX_4B23F11D` (`groupId`,`styleBookEntryKey`,`head`,`ctCollectionId`) UNIQUE KEY `IX_6ECDD86B` (`headId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultStyleBookEntry` tinyint(4) DEFAULT NULL `frontendTokensValues` longtext `groupId` bigint(20) DEFAULT NULL `headId` bigint(20) DEFAULT NULL `head` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `previewFileEntryId` bigint(20) DEFAULT NULL `styleBookEntryId` bigint(20) NOT NULL `styleBookEntryKey` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `StyleBookEntryVersion` ( KEY `IX_13634EA3` (`groupId`,`name`,`version`,`ctCollectionId`) KEY `IX_142CBE82` (`groupId`,`version`,`ctCollectionId`) KEY `IX_39DEBFAB` (`styleBookEntryId`,`ctCollectionId`) KEY `IX_3BC5DB81` (`groupId`,`name`,`ctCollectionId`) KEY `IX_4DF1581` (`groupId`,`defaultStyleBookEntry`,`version`,`ctCollectionId`) KEY `IX_59FE682C` (`uuid_`,`companyId`,`version`,`ctCollectionId`) KEY `IX_68B20A51` (`groupId`,`styleBookEntryKey`,`ctCollectionId`) KEY `IX_7DF81238` (`uuid_`,`version`,`ctCollectionId`) KEY `IX_81A333D8` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_911BCC4C` (`uuid_`,`ctCollectionId`) KEY `IX_A72F8CDA` (`uuid_`,`groupId`,`ctCollectionId`) KEY `IX_B34844C2` (`groupId`,`ctCollectionId`) KEY `IX_E88B42E3` (`groupId`,`defaultStyleBookEntry`,`ctCollectionId`) PRIMARY KEY (`styleBookEntryVersionId`,`ctCollectionId`) UNIQUE KEY `IX_22D9116A` (`uuid_`,`groupId`,`version`,`ctCollectionId`) UNIQUE KEY `IX_5DF6C9D3` (`groupId`,`styleBookEntryKey`,`version`,`ctCollectionId`) UNIQUE KEY `IX_ED1779B9` (`styleBookEntryId`,`version`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultStyleBookEntry` tinyint(4) DEFAULT NULL `frontendTokensValues` longtext `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `previewFileEntryId` bigint(20) DEFAULT NULL `styleBookEntryId` bigint(20) DEFAULT NULL `styleBookEntryKey` varchar(75) DEFAULT NULL `styleBookEntryVersionId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Subscription` ( KEY `IX_16B6BFDF` (`groupId`,`userId`,`ctCollectionId`) KEY `IX_55BB775B` (`userId`,`ctCollectionId`) KEY `IX_80A7978` (`companyId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_CA6E52A5` (`groupId`,`ctCollectionId`) KEY `IX_F4B715CF` (`userId`,`classNameId`,`ctCollectionId`) PRIMARY KEY (`subscriptionId`,`ctCollectionId`) UNIQUE KEY `IX_FCCD4132` (`companyId`,`userId`,`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `frequency` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `subscriptionId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `SystemEvent` ( KEY `IX_46E892C` (`groupId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_6C051FA5` (`groupId`,`classNameId`,`classPK`,`type_`,`ctCollectionId`) KEY `IX_C009825D` (`groupId`,`systemEventSetKey`,`ctCollectionId`) KEY `IX_E9FA8197` (`groupId`,`ctCollectionId`) PRIMARY KEY (`systemEventId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `classUuid` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `extraData` longtext `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `parentSystemEventId` bigint(20) DEFAULT NULL `referrerClassNameId` bigint(20) DEFAULT NULL `systemEventId` bigint(20) NOT NULL `systemEventSetKey` bigint(20) DEFAULT NULL `type_` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Team` ( KEY `IX_14857E95` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_622C8165` (`groupId`,`ctCollectionId`) KEY `IX_713531A3` (`companyId`,`ctCollectionId`) KEY `IX_FC1CD5AF` (`uuid_`,`ctCollectionId`) PRIMARY KEY (`teamId`,`ctCollectionId`) UNIQUE KEY `IX_1AAF62D7` (`uuid_`,`groupId`,`ctCollectionId`) UNIQUE KEY `IX_D424D1E4` (`groupId`,`name`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `groupId` bigint(20) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `teamId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Ticket` ( KEY `IX_1E8DFB2E` (`classNameId`,`classPK`,`type_`) KEY `IX_8BACD0AA` (`companyId`,`classNameId`,`classPK`,`type_`) KEY `IX_B2468446` (`key_`) PRIMARY KEY (`ticketId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `expirationDate` datetime(6) DEFAULT NULL `extraInfo` longtext `key_` varchar(75) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `ticketId` bigint(20) NOT NULL `type_` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `TranslationEntry` ( KEY `IX_24C6B95A` (`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_581ACBC7` (`companyId`,`status`) KEY `IX_7859444B` (`uuid_`,`ctCollectionId`) KEY `IX_A04D7489` (`groupId`,`status`) KEY `IX_E0191679` (`uuid_`,`companyId`,`ctCollectionId`) PRIMARY KEY (`translationEntryId`,`ctCollectionId`) UNIQUE KEY `IX_322E31A1` (`classNameId`,`classPK`,`languageId`,`ctCollectionId`) UNIQUE KEY `IX_D4FA3BB` (`uuid_`,`groupId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `contentType` varchar(75) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `languageId` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `translationEntryId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `TrashEntry` ( KEY `IX_7E02E946` (`groupId`,`createDate`,`ctCollectionId`) KEY `IX_D4D4588` (`groupId`,`ctCollectionId`) KEY `IX_D7357906` (`companyId`,`ctCollectionId`) KEY `IX_FD0078C2` (`groupId`,`classNameId`,`ctCollectionId`) PRIMARY KEY (`entryId`,`ctCollectionId`) UNIQUE KEY `IX_16DA0033` (`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `entryId` bigint(20) NOT NULL `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `status` int(11) DEFAULT NULL `systemEventSetKey` bigint(20) DEFAULT NULL `typeSettings` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `TrashVersion` ( KEY `IX_A2051595` (`entryId`,`classNameId`,`ctCollectionId`) KEY `IX_B0B4DD5` (`entryId`,`ctCollectionId`) PRIMARY KEY (`versionId`,`ctCollectionId`) UNIQUE KEY `IX_96536499` (`classNameId`,`classPK`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `entryId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `status` int(11) DEFAULT NULL `typeSettings` longtext `versionId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserGroup` ( KEY `IX_544FAE0D` (`companyId`,`externalReferenceCode`,`ctCollectionId`) KEY `IX_9F5F49EC` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_C990BAB8` (`uuid_`,`ctCollectionId`) KEY `IX_E8AD6A2C` (`companyId`,`ctCollectionId`) KEY `IX_FFCDFCE5` (`companyId`,`parentUserGroupId`,`ctCollectionId`) PRIMARY KEY (`userGroupId`,`ctCollectionId`) UNIQUE KEY `IX_3F4FC96B` (`companyId`,`name`,`ctCollectionId`) `addedByLDAPImport` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(255) DEFAULT NULL `parentUserGroupId` bigint(20) DEFAULT NULL `userGroupId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserGroupGroupRole` ( KEY `IX_451514B0` (`userGroupId`,`groupId`,`ctCollectionId`) KEY `IX_61B91326` (`groupId`,`roleId`,`ctCollectionId`) KEY `IX_663FBB6` (`userGroupId`,`ctCollectionId`) KEY `IX_92E36EA` (`roleId`,`ctCollectionId`) KEY `IX_CF59F0C1` (`groupId`,`ctCollectionId`) PRIMARY KEY (`userGroupGroupRoleId`,`ctCollectionId`) UNIQUE KEY `IX_B384D815` (`userGroupId`,`groupId`,`roleId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `roleId` bigint(20) DEFAULT NULL `userGroupGroupRoleId` bigint(20) NOT NULL `userGroupId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserGroupRole` ( KEY `IX_21D2A7C8` (`userId`,`ctCollectionId`) KEY `IX_813D2FD8` (`groupId`,`ctCollectionId`) KEY `IX_AA134B3D` (`groupId`,`roleId`,`ctCollectionId`) KEY `IX_AA91DCDE` (`userId`,`groupId`,`ctCollectionId`) KEY `IX_EEB38F3` (`roleId`,`ctCollectionId`) PRIMARY KEY (`userGroupRoleId`,`ctCollectionId`) UNIQUE KEY `IX_F8059243` (`userId`,`groupId`,`roleId`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `roleId` bigint(20) DEFAULT NULL `userGroupRoleId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserGroups_Teams` ( KEY `IX_2AC5356C` (`companyId`) KEY `IX_7F187E63` (`userGroupId`) PRIMARY KEY (`teamId`,`userGroupId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `teamId` bigint(20) NOT NULL `userGroupId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserIdMapper` ( PRIMARY KEY (`userIdMapperId`) UNIQUE KEY `IX_41A32E0D` (`type_`,`externalUserId`) UNIQUE KEY `IX_D1C44A6E` (`userId`,`type_`) `companyId` bigint(20) DEFAULT NULL `description` varchar(75) DEFAULT NULL `externalUserId` varchar(75) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `type_` varchar(75) DEFAULT NULL `userIdMapperId` bigint(20) NOT NULL `userId` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserNotificationDelivery` ( PRIMARY KEY (`userNotificationDeliveryId`) UNIQUE KEY `IX_8B6E3ACE` (`userId`,`portletId`,`classNameId`,`notificationType`,`deliveryType`) `classNameId` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `deliver` tinyint(4) DEFAULT NULL `deliveryType` int(11) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `notificationType` int(11) DEFAULT NULL `portletId` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userNotificationDeliveryId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserNotificationEvent` ( KEY `IX_3DBB361A` (`userId`,`archived`) KEY `IX_4BF3A7AD` (`userId`,`deliveryType`,`delivered`,`actionRequired`,`archived`) KEY `IX_5CE95F03` (`userId`,`actionRequired`,`archived`) KEY `IX_7AFE83D7` (`userId`,`type_`,`deliveryType`,`delivered`,`archived`) KEY `IX_93012C4` (`userId`,`deliveryType`,`delivered`,`archived`) KEY `IX_9D34232F` (`userId`,`delivered`,`actionRequired`,`archived`) KEY `IX_A6BAFDFE` (`uuid_`,`companyId`) KEY `IX_A87A585C` (`userId`,`deliveryType`,`archived`) KEY `IX_BD8BD246` (`userId`,`delivered`,`archived`) KEY `IX_BF29100B` (`type_`) KEY `IX_C4EFBD45` (`userId`,`deliveryType`,`actionRequired`,`archived`) PRIMARY KEY (`userNotificationEventId`) `actionRequired` tinyint(4) DEFAULT NULL `archived` tinyint(4) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `deliverBy` bigint(20) DEFAULT NULL `delivered` tinyint(4) DEFAULT NULL `deliveryType` int(11) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `payload` longtext `timestamp` bigint(20) DEFAULT NULL `type_` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userNotificationEventId` bigint(20) NOT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserTracker` ( KEY `IX_29BA1CF5` (`companyId`) KEY `IX_46B0AE8E` (`sessionId`) KEY `IX_E4EFBA8D` (`userId`) PRIMARY KEY (`userTrackerId`) `companyId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `remoteAddr` varchar(75) DEFAULT NULL `remoteHost` varchar(75) DEFAULT NULL `sessionId` varchar(200) DEFAULT NULL `userAgent` varchar(200) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userTrackerId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `UserTrackerPath` ( KEY `IX_14D8BCC0` (`userTrackerId`) PRIMARY KEY (`userTrackerPathId`) `companyId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `pathDate` datetime(6) DEFAULT NULL `path_` longtext `userTrackerId` bigint(20) DEFAULT NULL `userTrackerPathId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `User_` ( KEY `IX_16583D92` (`companyId`,`defaultUser`,`status`,`ctCollectionId`) KEY `IX_210A2A8D` (`companyId`,`externalReferenceCode`,`ctCollectionId`) KEY `IX_51338B6A` (`companyId`,`createDate`,`ctCollectionId`) KEY `IX_53E4FDAC` (`companyId`,`ctCollectionId`) KEY `IX_64D54302` (`portraitId`,`ctCollectionId`) KEY `IX_66712F3F` (`companyId`,`googleUserId`,`ctCollectionId`) KEY `IX_79724177` (`companyId`,`modifiedDate`,`ctCollectionId`) KEY `IX_952F78E5` (`companyId`,`openId`(255),`ctCollectionId`) KEY `IX_A09EEAB5` (`companyId`,`createDate`,`modifiedDate`,`ctCollectionId`) KEY `IX_B5A2C66C` (`uuid_`,`companyId`,`ctCollectionId`) KEY `IX_BC478292` (`companyId`,`status`,`ctCollectionId`) KEY `IX_DBE0B8AC` (`companyId`,`defaultUser`,`ctCollectionId`) KEY `IX_E1D5EE24` (`emailAddress`,`ctCollectionId`) KEY `IX_EA9E0E38` (`uuid_`,`ctCollectionId`) KEY `IX_F0BD8F61` (`companyId`,`facebookId`,`ctCollectionId`) PRIMARY KEY (`userId`,`ctCollectionId`) UNIQUE KEY `IX_6C9F41D8` (`companyId`,`emailAddress`,`ctCollectionId`) UNIQUE KEY `IX_C15FB5CF` (`contactId`,`ctCollectionId`) UNIQUE KEY `IX_EEC1E477` (`companyId`,`screenName`,`ctCollectionId`) `agreedToTermsOfUse` tinyint(4) DEFAULT NULL `comments` longtext `companyId` bigint(20) DEFAULT NULL `contactId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultUser` tinyint(4) DEFAULT NULL `digest` varchar(255) DEFAULT NULL `emailAddressVerified` tinyint(4) DEFAULT NULL `emailAddress` varchar(254) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `facebookId` bigint(20) DEFAULT NULL `failedLoginAttempts` int(11) DEFAULT NULL `firstName` varchar(75) DEFAULT NULL `googleUserId` varchar(75) DEFAULT NULL `graceLoginCount` int(11) DEFAULT NULL `greeting` varchar(255) DEFAULT NULL `jobTitle` varchar(100) DEFAULT NULL `languageId` varchar(75) DEFAULT NULL `lastFailedLoginDate` datetime(6) DEFAULT NULL `lastLoginDate` datetime(6) DEFAULT NULL `lastLoginIP` varchar(75) DEFAULT NULL `lastName` varchar(75) DEFAULT NULL `ldapServerId` bigint(20) DEFAULT NULL `lockoutDate` datetime(6) DEFAULT NULL `lockout` tinyint(4) DEFAULT NULL `loginDate` datetime(6) DEFAULT NULL `loginIP` varchar(75) DEFAULT NULL `middleName` varchar(75) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `openId` varchar(1024) DEFAULT NULL `passwordEncrypted` tinyint(4) DEFAULT NULL `passwordModifiedDate` datetime(6) DEFAULT NULL `passwordReset` tinyint(4) DEFAULT NULL `password_` varchar(75) DEFAULT NULL `portraitId` bigint(20) DEFAULT NULL `reminderQueryAnswer` varchar(75) DEFAULT NULL `reminderQueryQuestion` varchar(75) DEFAULT NULL `screenName` varchar(75) DEFAULT NULL `status` int(11) DEFAULT NULL `timeZoneId` varchar(75) DEFAULT NULL `userId` bigint(20) NOT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Users_Groups` ( KEY `IX_3499B657` (`companyId`) KEY `IX_F10B6C6B` (`userId`) PRIMARY KEY (`groupId`,`userId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) NOT NULL `userId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Users_Orgs` ( KEY `IX_5FBB883C` (`companyId`) KEY `IX_FB646CA6` (`userId`) PRIMARY KEY (`organizationId`,`userId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `organizationId` bigint(20) NOT NULL `userId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Users_Roles` ( KEY `IX_C1A01806` (`userId`) KEY `IX_F987A0DC` (`companyId`) PRIMARY KEY (`roleId`,`userId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `roleId` bigint(20) NOT NULL `userId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Users_Teams` ( KEY `IX_799F8283` (`companyId`) KEY `IX_A098EFBF` (`userId`) PRIMARY KEY (`teamId`,`userId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `teamId` bigint(20) NOT NULL `userId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Users_UserGroups` ( KEY `IX_66FF2503` (`userGroupId`) KEY `IX_BB65040C` (`companyId`) PRIMARY KEY (`userId`,`userGroupId`,`ctCollectionId`) `companyId` bigint(20) NOT NULL `ctChangeType` tinyint(4) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `userGroupId` bigint(20) NOT NULL `userId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `ViewCountEntry` ( PRIMARY KEY (`companyId`,`classNameId`,`classPK`) `classNameId` bigint(20) NOT NULL `classPK` bigint(20) NOT NULL `companyId` bigint(20) NOT NULL `viewCount` bigint(20) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `VirtualHost` ( KEY `IX_6A3E4238` (`companyId`,`layoutSetId`,`defaultVirtualHost`,`ctCollectionId`) KEY `IX_741D01F2` (`companyId`,`layoutSetId`,`ctCollectionId`) PRIMARY KEY (`virtualHostId`,`ctCollectionId`) UNIQUE KEY `IX_76A64FBE` (`hostname`,`ctCollectionId`) `companyId` bigint(20) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `defaultVirtualHost` tinyint(4) DEFAULT NULL `hostname` varchar(200) DEFAULT NULL `languageId` varchar(75) DEFAULT NULL `layoutSetId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `virtualHostId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `WMSLADefinition` ( KEY `IX_11F22A34` (`companyId`,`active_`,`processId`,`status`) KEY `IX_41DD251F` (`uuid_`,`companyId`) KEY `IX_73175D43` (`companyId`,`status`) KEY `IX_764B37D1` (`companyId`,`active_`,`processId`,`processVersion`,`status`) KEY `IX_8872D52F` (`companyId`,`active_`,`name`,`processId`) KEY `IX_F68F2F64` (`wmSLADefinitionId`,`active_`) PRIMARY KEY (`wmSLADefinitionId`) UNIQUE KEY `IX_285A6761` (`uuid_`,`groupId`) `active_` tinyint(4) DEFAULT NULL `calendarKey` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `duration` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `pauseNodeKeys` varchar(75) DEFAULT NULL `processId` bigint(20) DEFAULT NULL `processVersion` varchar(75) DEFAULT NULL `startNodeKeys` varchar(75) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `stopNodeKeys` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL `wmSLADefinitionId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `WMSLADefinitionVersion` ( KEY `IX_89A383B7` (`wmSLADefinitionId`) KEY `IX_A59DFB41` (`version`,`wmSLADefinitionId`) KEY `IX_F056686D` (`uuid_`,`companyId`) PRIMARY KEY (`wmSLADefinitionVersionId`) UNIQUE KEY `IX_DB48262F` (`uuid_`,`groupId`) `active_` tinyint(4) DEFAULT NULL `calendarKey` varchar(75) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `duration` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `pauseNodeKeys` varchar(75) DEFAULT NULL `processId` bigint(20) DEFAULT NULL `processVersion` varchar(75) DEFAULT NULL `startNodeKeys` varchar(75) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `stopNodeKeys` varchar(75) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` varchar(75) DEFAULT NULL `wmSLADefinitionId` bigint(20) DEFAULT NULL `wmSLADefinitionVersionId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `WebDAVProps` ( PRIMARY KEY (`webDavPropsId`) UNIQUE KEY `IX_97DFA146` (`classNameId`,`classPK`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `props` longtext `webDavPropsId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `Website` ( KEY `IX_1AA07A6D` (`companyId`,`classNameId`,`classPK`,`primary_`) KEY `IX_712BCD35` (`uuid_`,`companyId`) KEY `IX_F75690BB` (`userId`) PRIMARY KEY (`websiteId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `primary_` tinyint(4) DEFAULT NULL `typeId` bigint(20) DEFAULT NULL `url` longtext `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `websiteId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `WikiNode` ( KEY `IX_23325358` (`groupId`,`status`) KEY `IX_7FF2268B` (`groupId`,`externalReferenceCode`) KEY `IX_B54332D6` (`companyId`,`status`) KEY `IX_E0E6D12C` (`uuid_`,`companyId`) PRIMARY KEY (`nodeId`) UNIQUE KEY `IX_7609B2AE` (`uuid_`,`groupId`) UNIQUE KEY `IX_920CD8B1` (`groupId`,`name`) `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `description` longtext `externalReferenceCode` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `lastPostDate` datetime(6) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `name` varchar(75) DEFAULT NULL `nodeId` bigint(20) NOT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `WikiPage` ( KEY `IX_1725355C` (`resourcePrimKey`,`status`) KEY `IX_18565130` (`groupId`,`externalReferenceCode`,`version`) KEY `IX_1ECC7656` (`nodeId`,`redirectTitle`) KEY `IX_40F94F68` (`nodeId`,`head`,`redirectTitle`,`status`) KEY `IX_432F0AB0` (`nodeId`,`head`,`status`) KEY `IX_46EEF3C8` (`nodeId`,`parentTitle`) KEY `IX_546F2D5C` (`nodeId`,`status`) KEY `IX_5DC4BD39` (`uuid_`,`companyId`) KEY `IX_5FF21CE6` (`groupId`,`nodeId`,`title`,`head`) KEY `IX_941E429C` (`groupId`,`nodeId`,`status`) KEY `IX_94D1054D` (`resourcePrimKey`,`nodeId`,`status`) KEY `IX_9F7655DA` (`nodeId`,`head`,`parentTitle`,`status`) KEY `IX_A2001730` (`format`) KEY `IX_B65BBC83` (`companyId`) KEY `IX_BA72B89A` (`groupId`,`nodeId`,`head`,`parentTitle`,`status`) KEY `IX_BEA33AB8` (`nodeId`,`title`,`status`) KEY `IX_CAA451D6` (`groupId`,`userId`,`nodeId`,`status`) KEY `IX_E0092FF0` (`groupId`,`nodeId`,`head`,`status`) KEY `IX_E1F55FB` (`resourcePrimKey`,`nodeId`,`head`) KEY `IX_E745EA26` (`nodeId`,`title`,`head`) KEY `IX_FBBE7C96` (`userId`,`nodeId`,`status`) PRIMARY KEY (`pageId`) UNIQUE KEY `IX_2CD67C81` (`resourcePrimKey`,`nodeId`,`version`) UNIQUE KEY `IX_3D4AF476` (`nodeId`,`title`,`version`) UNIQUE KEY `IX_899D3DFB` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `content` longtext `createDate` datetime(6) DEFAULT NULL `externalReferenceCode` varchar(75) DEFAULT NULL `format` varchar(75) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `head` tinyint(4) DEFAULT NULL `lastPublishDate` datetime(6) DEFAULT NULL `minorEdit` tinyint(4) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `nodeId` bigint(20) DEFAULT NULL `pageId` bigint(20) NOT NULL `parentTitle` varchar(255) DEFAULT NULL `redirectTitle` varchar(255) DEFAULT NULL `resourcePrimKey` bigint(20) DEFAULT NULL `statusByUserId` bigint(20) DEFAULT NULL `statusByUserName` varchar(75) DEFAULT NULL `statusDate` datetime(6) DEFAULT NULL `status` int(11) DEFAULT NULL `summary` longtext `title` varchar(255) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL `version` double DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `WikiPageResource` ( KEY `IX_13319367` (`uuid_`,`companyId`) PRIMARY KEY (`resourcePrimKey`) UNIQUE KEY `IX_21277664` (`nodeId`,`title`) UNIQUE KEY `IX_F705C7A9` (`uuid_`,`groupId`) `companyId` bigint(20) DEFAULT NULL `groupId` bigint(20) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `nodeId` bigint(20) DEFAULT NULL `resourcePrimKey` bigint(20) NOT NULL `title` varchar(255) DEFAULT NULL `uuid_` varchar(75) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `WorkflowDefinitionLink` ( KEY `IX_5E9866FC` (`groupId`,`companyId`,`classNameId`,`ctCollectionId`) KEY `IX_6483FCD4` (`companyId`,`ctCollectionId`) KEY `IX_65327B4C` (`groupId`,`companyId`,`classNameId`,`classPK`,`typePK`,`ctCollectionId`) KEY `IX_701BF76D` (`companyId`,`workflowDefinitionName`,`workflowDefinitionVersion`,`ctCollectionId`) KEY `IX_B6C5C563` (`groupId`,`companyId`,`classNameId`,`classPK`,`ctCollectionId`) PRIMARY KEY (`workflowDefinitionLinkId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `typePK` bigint(20) DEFAULT NULL `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `workflowDefinitionLinkId` bigint(20) NOT NULL `workflowDefinitionName` varchar(75) DEFAULT NULL `workflowDefinitionVersion` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client * /*!40101 SET @saved_cs_client = @@character_set_client * /*!40101 SET character_set_client = utf8 * CREATE TABLE `WorkflowInstanceLink` ( KEY `IX_688A5865` (`groupId`,`companyId`,`classNameId`,`classPK`,`ctCollectionId`) KEY `IX_6E4C09BA` (`groupId`,`companyId`,`classNameId`,`ctCollectionId`) PRIMARY KEY (`workflowInstanceLinkId`,`ctCollectionId`) `classNameId` bigint(20) DEFAULT NULL `classPK` bigint(20) DEFAULT NULL `companyId` bigint(20) DEFAULT NULL `createDate` datetime(6) DEFAULT NULL `ctCollectionId` bigint(20) NOT NULL DEFAULT '0' `groupId` bigint(20) DEFAULT NULL `modifiedDate` datetime(6) DEFAULT NULL `mvccVersion` bigint(20) NOT NULL DEFAULT '0' `userId` bigint(20) DEFAULT NULL `userName` varchar(75) DEFAULT NULL `workflowInstanceId` bigint(20) DEFAULT NULL `workflowInstanceLinkId` bigint(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client *