/* Navicat MySQL Data Transfer Source Server : mysql5.5 Source Server Version : 50552 Source Host : 192.168.159.147:3306 Source Database : test1 Target Server Type : MYSQL Target Server Version : 50552 File Encoding : 65001 Date: 2017-06-09 11:22:03 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for Account_ -- ---------------------------- DROP TABLE IF EXISTS `Account_`; CREATE TABLE `Account_` ( `accountId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentAccountId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `legalName` varchar(75) DEFAULT NULL, `legalId` varchar(75) DEFAULT NULL, `legalType` varchar(75) DEFAULT NULL, `sicCode` varchar(75) DEFAULT NULL, `tickerSymbol` varchar(75) DEFAULT NULL, `industry` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `size_` varchar(75) DEFAULT NULL, PRIMARY KEY (`accountId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Account_ -- ---------------------------- INSERT INTO `Account_` VALUES ('10138', '10136', '0', '', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '0', 'liferay.com', '', '', '', '', '', '', '', ''); -- ---------------------------- -- Table structure for Address -- ---------------------------- DROP TABLE IF EXISTS `Address`; CREATE TABLE `Address` ( `addressId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `street1` varchar(75) DEFAULT NULL, `street2` varchar(75) DEFAULT NULL, `street3` varchar(75) DEFAULT NULL, `city` varchar(75) DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `regionId` bigint(20) DEFAULT NULL, `countryId` bigint(20) DEFAULT NULL, `typeId` int(11) DEFAULT NULL, `mailing` tinyint(4) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`addressId`), KEY `IX_93D5AD4E` (`companyId`), KEY `IX_ABD7DAC0` (`companyId`,`classNameId`), KEY `IX_71CB1123` (`companyId`,`classNameId`,`classPK`), KEY `IX_923BD178` (`companyId`,`classNameId`,`classPK`,`mailing`), KEY `IX_9226DBB4` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_5BC8B0D4` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Address -- ---------------------------- -- ---------------------------- -- Table structure for AnnouncementsDelivery -- ---------------------------- DROP TABLE IF EXISTS `AnnouncementsDelivery`; CREATE TABLE `AnnouncementsDelivery` ( `deliveryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `email` tinyint(4) DEFAULT NULL, `sms` tinyint(4) DEFAULT NULL, `website` tinyint(4) DEFAULT NULL, PRIMARY KEY (`deliveryId`), UNIQUE KEY `IX_BA4413D5` (`userId`,`type_`), KEY `IX_6EDB9600` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AnnouncementsDelivery -- ---------------------------- -- ---------------------------- -- Table structure for AnnouncementsEntry -- ---------------------------- DROP TABLE IF EXISTS `AnnouncementsEntry`; CREATE TABLE `AnnouncementsEntry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `content` longtext, `url` longtext, `type_` varchar(75) DEFAULT NULL, `displayDate` datetime DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, `priority` int(11) DEFAULT NULL, `alert` tinyint(4) DEFAULT NULL, PRIMARY KEY (`entryId`), KEY `IX_A6EF0B81` (`classNameId`,`classPK`), KEY `IX_14F06A6B` (`classNameId`,`classPK`,`alert`), KEY `IX_D49C2E66` (`userId`), KEY `IX_1AFBDE08` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AnnouncementsEntry -- ---------------------------- -- ---------------------------- -- Table structure for AnnouncementsFlag -- ---------------------------- DROP TABLE IF EXISTS `AnnouncementsFlag`; CREATE TABLE `AnnouncementsFlag` ( `flagId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `entryId` bigint(20) DEFAULT NULL, `value` int(11) DEFAULT NULL, PRIMARY KEY (`flagId`), UNIQUE KEY `IX_4539A99C` (`userId`,`entryId`,`value`), KEY `IX_9C7EB9F` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AnnouncementsFlag -- ---------------------------- -- ---------------------------- -- Table structure for AssetCategory -- ---------------------------- DROP TABLE IF EXISTS `AssetCategory`; CREATE TABLE `AssetCategory` ( `uuid_` varchar(75) DEFAULT NULL, `categoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `leftCategoryId` bigint(20) DEFAULT NULL, `rightCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `vocabularyId` bigint(20) DEFAULT NULL, PRIMARY KEY (`categoryId`), UNIQUE KEY `IX_BE4DF2BF` (`parentCategoryId`,`name`,`vocabularyId`), UNIQUE KEY `IX_E8D019AA` (`uuid_`,`groupId`), KEY `IX_E639E2F6` (`groupId`), KEY `IX_D61ABE08` (`name`,`vocabularyId`), KEY `IX_7BB1826B` (`parentCategoryId`), KEY `IX_9DDD15EA` (`parentCategoryId`,`name`), KEY `IX_B185E980` (`parentCategoryId`,`vocabularyId`), KEY `IX_4D37BB00` (`uuid_`), KEY `IX_287B1F89` (`vocabularyId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetCategory -- ---------------------------- -- ---------------------------- -- Table structure for AssetCategoryProperty -- ---------------------------- DROP TABLE IF EXISTS `AssetCategoryProperty`; CREATE TABLE `AssetCategoryProperty` ( `categoryPropertyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `value` varchar(75) DEFAULT NULL, PRIMARY KEY (`categoryPropertyId`), UNIQUE KEY `IX_DBD111AA` (`categoryId`,`key_`), KEY `IX_99DA856` (`categoryId`), KEY `IX_8654719F` (`companyId`), KEY `IX_52340033` (`companyId`,`key_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetCategoryProperty -- ---------------------------- -- ---------------------------- -- Table structure for AssetEntries_AssetCategories -- ---------------------------- DROP TABLE IF EXISTS `AssetEntries_AssetCategories`; CREATE TABLE `AssetEntries_AssetCategories` ( `entryId` bigint(20) NOT NULL, `categoryId` bigint(20) NOT NULL, PRIMARY KEY (`entryId`,`categoryId`), KEY `IX_A188F560` (`categoryId`), KEY `IX_E119938A` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetEntries_AssetCategories -- ---------------------------- -- ---------------------------- -- Table structure for AssetEntries_AssetTags -- ---------------------------- DROP TABLE IF EXISTS `AssetEntries_AssetTags`; CREATE TABLE `AssetEntries_AssetTags` ( `entryId` bigint(20) NOT NULL, `tagId` bigint(20) NOT NULL, PRIMARY KEY (`entryId`,`tagId`), KEY `IX_2ED82CAD` (`entryId`), KEY `IX_B2A61B55` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetEntries_AssetTags -- ---------------------------- -- ---------------------------- -- Table structure for AssetEntry -- ---------------------------- DROP TABLE IF EXISTS `AssetEntry`; CREATE TABLE `AssetEntry` ( `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `visible` tinyint(4) DEFAULT NULL, `startDate` datetime DEFAULT NULL, `endDate` datetime DEFAULT NULL, `publishDate` datetime DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `summary` longtext, `url` longtext, `height` int(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `priority` double DEFAULT NULL, `viewCount` int(11) DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_1E9D371D` (`classNameId`,`classPK`), KEY `IX_FC1F9C7B` (`classUuid`), KEY `IX_7306C60` (`companyId`), KEY `IX_1EBA6821` (`groupId`,`classUuid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetEntry -- ---------------------------- INSERT INTO `AssetEntry` VALUES ('10160', '10154', '10136', '10140', ' ', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '10096', '10158', '9319dae2-01dd-4146-8480-6af228fd61ea', '0', null, null, null, null, 'text/html', '10157', '', '', '', '0', '0', '0', '0'); INSERT INTO `AssetEntry` VALUES ('10168', '10162', '10136', '10140', ' ', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '10096', '10166', '2c04f5a7-5223-489e-ad19-1f44053c7052', '0', null, null, null, null, 'text/html', '10165', '', '', '', '0', '0', '0', '0'); INSERT INTO `AssetEntry` VALUES ('10183', '10174', '10136', '10178', 'Test Test', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '10047', '10178', '9bd41473-6159-48dc-bf46-63c1948bb22d', '0', null, null, null, null, '', 'Test Test', '', '', '', '0', '0', '0', '0'); INSERT INTO `AssetEntry` VALUES ('10278', '10180', '10136', '10178', 'Test Test', '2017-06-09 03:16:23', '2017-06-09 03:16:23', '10096', '10276', '53d61a16-b622-4d55-af8c-dc5ff8fc0d2e', '0', null, null, null, null, 'text/html', '10275', '', '', '', '0', '0', '0', '0'); INSERT INTO `AssetEntry` VALUES ('10283', '10180', '10136', '10178', 'Test Test', '2017-06-09 03:16:23', '2017-06-09 03:16:23', '10096', '10281', '2fe32275-78eb-4db8-8016-70e97819b167', '0', null, null, null, null, 'text/html', '10280', '', '', '', '0', '0', '0', '0'); INSERT INTO `AssetEntry` VALUES ('10298', '10162', '10136', '10178', 'Test Test', '2017-06-09 03:18:52', '2017-06-09 03:18:52', '10087', '10296', '92810aa1-8fd7-486f-b4a9-e11d41610657', '1', null, null, '2017-06-09 03:18:00', null, 'text/html', 'Test', '', '', '', '0', '0', '0', '0'); INSERT INTO `AssetEntry` VALUES ('10301', '10162', '10136', '10178', 'Test Test', '2017-06-09 03:18:52', '2017-06-09 03:18:52', '10096', '10299', '518033c1-06af-49ca-b4c5-a8094be61dcb', '0', null, null, null, null, 'text/html', '10296', '', '', '', '0', '0', '0', '0'); -- ---------------------------- -- Table structure for AssetLink -- ---------------------------- DROP TABLE IF EXISTS `AssetLink`; CREATE TABLE `AssetLink` ( `linkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `entryId1` bigint(20) DEFAULT NULL, `entryId2` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `weight` int(11) DEFAULT NULL, PRIMARY KEY (`linkId`), KEY `IX_128516C8` (`entryId1`), KEY `IX_56E0AB21` (`entryId1`,`entryId2`), KEY `IX_8F542794` (`entryId1`,`entryId2`,`type_`), KEY `IX_14D5A20D` (`entryId1`,`type_`), KEY `IX_12851A89` (`entryId2`), KEY `IX_91F132C` (`entryId2`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetLink -- ---------------------------- -- ---------------------------- -- Table structure for AssetTag -- ---------------------------- DROP TABLE IF EXISTS `AssetTag`; CREATE TABLE `AssetTag` ( `tagId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `assetCount` int(11) DEFAULT NULL, PRIMARY KEY (`tagId`), KEY `IX_7C9E46BA` (`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetTag -- ---------------------------- -- ---------------------------- -- Table structure for AssetTagProperty -- ---------------------------- DROP TABLE IF EXISTS `AssetTagProperty`; CREATE TABLE `AssetTagProperty` ( `tagPropertyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `tagId` bigint(20) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `value` varchar(255) DEFAULT NULL, PRIMARY KEY (`tagPropertyId`), UNIQUE KEY `IX_2C944354` (`tagId`,`key_`), KEY `IX_DFF1F063` (`companyId`), KEY `IX_13805BF7` (`companyId`,`key_`), KEY `IX_3269E180` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetTagProperty -- ---------------------------- -- ---------------------------- -- Table structure for AssetTagStats -- ---------------------------- DROP TABLE IF EXISTS `AssetTagStats`; CREATE TABLE `AssetTagStats` ( `tagStatsId` bigint(20) NOT NULL, `tagId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `assetCount` int(11) DEFAULT NULL, PRIMARY KEY (`tagStatsId`), UNIQUE KEY `IX_56682CC4` (`tagId`,`classNameId`), KEY `IX_50702693` (`classNameId`), KEY `IX_9464CA` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetTagStats -- ---------------------------- -- ---------------------------- -- Table structure for AssetVocabulary -- ---------------------------- DROP TABLE IF EXISTS `AssetVocabulary`; CREATE TABLE `AssetVocabulary` ( `uuid_` varchar(75) DEFAULT NULL, `vocabularyId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `settings_` longtext, PRIMARY KEY (`vocabularyId`), UNIQUE KEY `IX_C0AAD74D` (`groupId`,`name`), UNIQUE KEY `IX_1B2B8792` (`uuid_`,`groupId`), KEY `IX_B22D908C` (`companyId`), KEY `IX_B6B8CA0E` (`groupId`), KEY `IX_55F58818` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of AssetVocabulary -- ---------------------------- INSERT INTO `AssetVocabulary` VALUES ('b75a0afa-a151-453d-a581-27048f752222', '10304', '10162', '10136', '10140', ' ', '2017-06-09 03:19:00', '2017-06-09 03:19:00', 'Topic', 'Topic', '', ''); INSERT INTO `AssetVocabulary` VALUES ('8c9155e0-1de7-4f0d-9d35-2ef926ca13b7', '10305', '10174', '10136', '10140', ' ', '2017-06-09 03:19:00', '2017-06-09 03:19:00', 'Topic', 'Topic', '', ''); -- ---------------------------- -- Table structure for BlogsEntry -- ---------------------------- DROP TABLE IF EXISTS `BlogsEntry`; CREATE TABLE `BlogsEntry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `title` varchar(150) DEFAULT NULL, `urlTitle` varchar(150) DEFAULT NULL, `content` longtext, `displayDate` datetime DEFAULT NULL, `allowPingbacks` tinyint(4) DEFAULT NULL, `allowTrackbacks` tinyint(4) DEFAULT NULL, `trackbacks` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_DB780A20` (`groupId`,`urlTitle`), UNIQUE KEY `IX_1B1040FD` (`uuid_`,`groupId`), KEY `IX_72EF6041` (`companyId`), KEY `IX_430D791F` (`companyId`,`displayDate`), KEY `IX_BB0C2905` (`companyId`,`displayDate`,`status`), KEY `IX_EB2DCE27` (`companyId`,`status`), KEY `IX_8CACE77B` (`companyId`,`userId`), KEY `IX_A5F57B61` (`companyId`,`userId`,`status`), KEY `IX_81A50303` (`groupId`), KEY `IX_621E19D` (`groupId`,`displayDate`), KEY `IX_F0E73383` (`groupId`,`displayDate`,`status`), KEY `IX_1EFD8EE9` (`groupId`,`status`), KEY `IX_FBDE0AA3` (`groupId`,`userId`,`displayDate`), KEY `IX_DA04F689` (`groupId`,`userId`,`displayDate`,`status`), KEY `IX_49E15A23` (`groupId`,`userId`,`status`), KEY `IX_69157A4D` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of BlogsEntry -- ---------------------------- -- ---------------------------- -- Table structure for BlogsStatsUser -- ---------------------------- DROP TABLE IF EXISTS `BlogsStatsUser`; CREATE TABLE `BlogsStatsUser` ( `statsUserId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `entryCount` int(11) DEFAULT NULL, `lastPostDate` datetime DEFAULT NULL, `ratingsTotalEntries` int(11) DEFAULT NULL, `ratingsTotalScore` double DEFAULT NULL, `ratingsAverageScore` double DEFAULT NULL, PRIMARY KEY (`statsUserId`), UNIQUE KEY `IX_82254C25` (`groupId`,`userId`), KEY `IX_90CDA39A` (`companyId`,`entryCount`), KEY `IX_43840EEB` (`groupId`), KEY `IX_28C78D5C` (`groupId`,`entryCount`), KEY `IX_BB51F1D9` (`userId`), KEY `IX_507BA031` (`userId`,`lastPostDate`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of BlogsStatsUser -- ---------------------------- -- ---------------------------- -- Table structure for BookmarksEntry -- ---------------------------- DROP TABLE IF EXISTS `BookmarksEntry`; CREATE TABLE `BookmarksEntry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `url` longtext, `comments` longtext, `visits` int(11) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_EAA02A91` (`uuid_`,`groupId`), KEY `IX_E52FF7EF` (`groupId`), KEY `IX_5200100C` (`groupId`,`folderId`), KEY `IX_E2E9F129` (`groupId`,`userId`), KEY `IX_B670BA39` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of BookmarksEntry -- ---------------------------- -- ---------------------------- -- Table structure for BookmarksFolder -- ---------------------------- DROP TABLE IF EXISTS `BookmarksFolder`; CREATE TABLE `BookmarksFolder` ( `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_DC2F8927` (`uuid_`,`groupId`), KEY `IX_2ABA25D7` (`companyId`), KEY `IX_7F703619` (`groupId`), KEY `IX_967799C0` (`groupId`,`parentFolderId`), KEY `IX_451E7AE3` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of BookmarksFolder -- ---------------------------- -- ---------------------------- -- Table structure for BrowserTracker -- ---------------------------- DROP TABLE IF EXISTS `BrowserTracker`; CREATE TABLE `BrowserTracker` ( `browserTrackerId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `browserKey` bigint(20) DEFAULT NULL, PRIMARY KEY (`browserTrackerId`), UNIQUE KEY `IX_E7B95510` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of BrowserTracker -- ---------------------------- -- ---------------------------- -- Table structure for CalEvent -- ---------------------------- DROP TABLE IF EXISTS `CalEvent`; CREATE TABLE `CalEvent` ( `uuid_` varchar(75) DEFAULT NULL, `eventId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `description` longtext, `startDate` datetime DEFAULT NULL, `endDate` datetime DEFAULT NULL, `durationHour` int(11) DEFAULT NULL, `durationMinute` int(11) DEFAULT NULL, `allDay` tinyint(4) DEFAULT NULL, `timeZoneSensitive` tinyint(4) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `repeating` tinyint(4) DEFAULT NULL, `recurrence` longtext, `remindBy` int(11) DEFAULT NULL, `firstReminder` int(11) DEFAULT NULL, `secondReminder` int(11) DEFAULT NULL, PRIMARY KEY (`eventId`), UNIQUE KEY `IX_5CCE79C8` (`uuid_`,`groupId`), KEY `IX_D6FD9496` (`companyId`), KEY `IX_12EE4898` (`groupId`), KEY `IX_4FDDD2BF` (`groupId`,`repeating`), KEY `IX_FCD7C63D` (`groupId`,`type_`), KEY `IX_F6006202` (`remindBy`), KEY `IX_C1AD2122` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of CalEvent -- ---------------------------- -- ---------------------------- -- Table structure for ClassName_ -- ---------------------------- DROP TABLE IF EXISTS `ClassName_`; CREATE TABLE `ClassName_` ( `classNameId` bigint(20) NOT NULL, `value` varchar(200) DEFAULT NULL, PRIMARY KEY (`classNameId`), UNIQUE KEY `IX_B27A301F` (`value`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ClassName_ -- ---------------------------- INSERT INTO `ClassName_` VALUES ('10001', 'com.liferay.counter.model.Counter'); INSERT INTO `ClassName_` VALUES ('10002', 'com.liferay.portal.kernel.workflow.WorkflowTask'); INSERT INTO `ClassName_` VALUES ('10003', 'com.liferay.portal.model.Account'); INSERT INTO `ClassName_` VALUES ('10004', 'com.liferay.portal.model.Address'); INSERT INTO `ClassName_` VALUES ('10005', 'com.liferay.portal.model.BrowserTracker'); INSERT INTO `ClassName_` VALUES ('10006', 'com.liferay.portal.model.ClassName'); INSERT INTO `ClassName_` VALUES ('10007', 'com.liferay.portal.model.ClusterGroup'); INSERT INTO `ClassName_` VALUES ('10008', 'com.liferay.portal.model.Company'); INSERT INTO `ClassName_` VALUES ('10009', 'com.liferay.portal.model.Contact'); INSERT INTO `ClassName_` VALUES ('10010', 'com.liferay.portal.model.Country'); INSERT INTO `ClassName_` VALUES ('10011', 'com.liferay.portal.model.EmailAddress'); INSERT INTO `ClassName_` VALUES ('10012', 'com.liferay.portal.model.Group'); INSERT INTO `ClassName_` VALUES ('10013', 'com.liferay.portal.model.Image'); INSERT INTO `ClassName_` VALUES ('10014', 'com.liferay.portal.model.Layout'); INSERT INTO `ClassName_` VALUES ('10015', 'com.liferay.portal.model.LayoutPrototype'); INSERT INTO `ClassName_` VALUES ('10016', 'com.liferay.portal.model.LayoutSet'); INSERT INTO `ClassName_` VALUES ('10017', 'com.liferay.portal.model.LayoutSetPrototype'); INSERT INTO `ClassName_` VALUES ('10018', 'com.liferay.portal.model.ListType'); INSERT INTO `ClassName_` VALUES ('10019', 'com.liferay.portal.model.Lock'); INSERT INTO `ClassName_` VALUES ('10020', 'com.liferay.portal.model.MembershipRequest'); INSERT INTO `ClassName_` VALUES ('10024', 'com.liferay.portal.model.Organization'); INSERT INTO `ClassName_` VALUES ('10021', 'com.liferay.portal.model.OrgGroupPermission'); INSERT INTO `ClassName_` VALUES ('10022', 'com.liferay.portal.model.OrgGroupRole'); INSERT INTO `ClassName_` VALUES ('10023', 'com.liferay.portal.model.OrgLabor'); INSERT INTO `ClassName_` VALUES ('10025', 'com.liferay.portal.model.PasswordPolicy'); INSERT INTO `ClassName_` VALUES ('10026', 'com.liferay.portal.model.PasswordPolicyRel'); INSERT INTO `ClassName_` VALUES ('10027', 'com.liferay.portal.model.PasswordTracker'); INSERT INTO `ClassName_` VALUES ('10028', 'com.liferay.portal.model.Permission'); INSERT INTO `ClassName_` VALUES ('10029', 'com.liferay.portal.model.Phone'); INSERT INTO `ClassName_` VALUES ('10030', 'com.liferay.portal.model.PluginSetting'); INSERT INTO `ClassName_` VALUES ('10031', 'com.liferay.portal.model.PortalPreferences'); INSERT INTO `ClassName_` VALUES ('10032', 'com.liferay.portal.model.Portlet'); INSERT INTO `ClassName_` VALUES ('10033', 'com.liferay.portal.model.PortletItem'); INSERT INTO `ClassName_` VALUES ('10034', 'com.liferay.portal.model.PortletPreferences'); INSERT INTO `ClassName_` VALUES ('10035', 'com.liferay.portal.model.Region'); INSERT INTO `ClassName_` VALUES ('10036', 'com.liferay.portal.model.Release'); INSERT INTO `ClassName_` VALUES ('10037', 'com.liferay.portal.model.Resource'); INSERT INTO `ClassName_` VALUES ('10038', 'com.liferay.portal.model.ResourceAction'); INSERT INTO `ClassName_` VALUES ('10039', 'com.liferay.portal.model.ResourceCode'); INSERT INTO `ClassName_` VALUES ('10040', 'com.liferay.portal.model.ResourcePermission'); INSERT INTO `ClassName_` VALUES ('10041', 'com.liferay.portal.model.Role'); INSERT INTO `ClassName_` VALUES ('10042', 'com.liferay.portal.model.ServiceComponent'); INSERT INTO `ClassName_` VALUES ('10043', 'com.liferay.portal.model.Shard'); INSERT INTO `ClassName_` VALUES ('10044', 'com.liferay.portal.model.Subscription'); INSERT INTO `ClassName_` VALUES ('10045', 'com.liferay.portal.model.Team'); INSERT INTO `ClassName_` VALUES ('10046', 'com.liferay.portal.model.Ticket'); INSERT INTO `ClassName_` VALUES ('10047', 'com.liferay.portal.model.User'); INSERT INTO `ClassName_` VALUES ('10048', 'com.liferay.portal.model.UserGroup'); INSERT INTO `ClassName_` VALUES ('10049', 'com.liferay.portal.model.UserGroupGroupRole'); INSERT INTO `ClassName_` VALUES ('10050', 'com.liferay.portal.model.UserGroupRole'); INSERT INTO `ClassName_` VALUES ('10051', 'com.liferay.portal.model.UserIdMapper'); INSERT INTO `ClassName_` VALUES ('10052', 'com.liferay.portal.model.UserNotificationEvent'); INSERT INTO `ClassName_` VALUES ('10170', 'com.liferay.portal.model.UserPersonalCommunity'); INSERT INTO `ClassName_` VALUES ('10053', 'com.liferay.portal.model.UserTracker'); INSERT INTO `ClassName_` VALUES ('10054', 'com.liferay.portal.model.UserTrackerPath'); INSERT INTO `ClassName_` VALUES ('10055', 'com.liferay.portal.model.VirtualHost'); INSERT INTO `ClassName_` VALUES ('10056', 'com.liferay.portal.model.WebDAVProps'); INSERT INTO `ClassName_` VALUES ('10057', 'com.liferay.portal.model.Website'); INSERT INTO `ClassName_` VALUES ('10058', 'com.liferay.portal.model.WorkflowDefinitionLink'); INSERT INTO `ClassName_` VALUES ('10059', 'com.liferay.portal.model.WorkflowInstanceLink'); INSERT INTO `ClassName_` VALUES ('10060', 'com.liferay.portlet.announcements.model.AnnouncementsDelivery'); INSERT INTO `ClassName_` VALUES ('10061', 'com.liferay.portlet.announcements.model.AnnouncementsEntry'); INSERT INTO `ClassName_` VALUES ('10062', 'com.liferay.portlet.announcements.model.AnnouncementsFlag'); INSERT INTO `ClassName_` VALUES ('10063', 'com.liferay.portlet.asset.model.AssetCategory'); INSERT INTO `ClassName_` VALUES ('10064', 'com.liferay.portlet.asset.model.AssetCategoryProperty'); INSERT INTO `ClassName_` VALUES ('10065', 'com.liferay.portlet.asset.model.AssetEntry'); INSERT INTO `ClassName_` VALUES ('10066', 'com.liferay.portlet.asset.model.AssetLink'); INSERT INTO `ClassName_` VALUES ('10067', 'com.liferay.portlet.asset.model.AssetTag'); INSERT INTO `ClassName_` VALUES ('10068', 'com.liferay.portlet.asset.model.AssetTagProperty'); INSERT INTO `ClassName_` VALUES ('10069', 'com.liferay.portlet.asset.model.AssetTagStats'); INSERT INTO `ClassName_` VALUES ('10070', 'com.liferay.portlet.asset.model.AssetVocabulary'); INSERT INTO `ClassName_` VALUES ('10071', 'com.liferay.portlet.blogs.model.BlogsEntry'); INSERT INTO `ClassName_` VALUES ('10072', 'com.liferay.portlet.blogs.model.BlogsStatsUser'); INSERT INTO `ClassName_` VALUES ('10073', 'com.liferay.portlet.bookmarks.model.BookmarksEntry'); INSERT INTO `ClassName_` VALUES ('10074', 'com.liferay.portlet.bookmarks.model.BookmarksFolder'); INSERT INTO `ClassName_` VALUES ('10075', 'com.liferay.portlet.calendar.model.CalEvent'); INSERT INTO `ClassName_` VALUES ('10076', 'com.liferay.portlet.documentlibrary.model.DLFileEntry'); INSERT INTO `ClassName_` VALUES ('10077', 'com.liferay.portlet.documentlibrary.model.DLFileRank'); INSERT INTO `ClassName_` VALUES ('10078', 'com.liferay.portlet.documentlibrary.model.DLFileShortcut'); INSERT INTO `ClassName_` VALUES ('10079', 'com.liferay.portlet.documentlibrary.model.DLFileVersion'); INSERT INTO `ClassName_` VALUES ('10080', 'com.liferay.portlet.documentlibrary.model.DLFolder'); INSERT INTO `ClassName_` VALUES ('10081', 'com.liferay.portlet.expando.model.ExpandoColumn'); INSERT INTO `ClassName_` VALUES ('10082', 'com.liferay.portlet.expando.model.ExpandoRow'); INSERT INTO `ClassName_` VALUES ('10083', 'com.liferay.portlet.expando.model.ExpandoTable'); INSERT INTO `ClassName_` VALUES ('10084', 'com.liferay.portlet.expando.model.ExpandoValue'); INSERT INTO `ClassName_` VALUES ('10085', 'com.liferay.portlet.imagegallery.model.IGFolder'); INSERT INTO `ClassName_` VALUES ('10086', 'com.liferay.portlet.imagegallery.model.IGImage'); INSERT INTO `ClassName_` VALUES ('10087', 'com.liferay.portlet.journal.model.JournalArticle'); INSERT INTO `ClassName_` VALUES ('10088', 'com.liferay.portlet.journal.model.JournalArticleImage'); INSERT INTO `ClassName_` VALUES ('10089', 'com.liferay.portlet.journal.model.JournalArticleResource'); INSERT INTO `ClassName_` VALUES ('10090', 'com.liferay.portlet.journal.model.JournalContentSearch'); INSERT INTO `ClassName_` VALUES ('10091', 'com.liferay.portlet.journal.model.JournalFeed'); INSERT INTO `ClassName_` VALUES ('10092', 'com.liferay.portlet.journal.model.JournalStructure'); INSERT INTO `ClassName_` VALUES ('10093', 'com.liferay.portlet.journal.model.JournalTemplate'); INSERT INTO `ClassName_` VALUES ('10094', 'com.liferay.portlet.messageboards.model.MBBan'); INSERT INTO `ClassName_` VALUES ('10095', 'com.liferay.portlet.messageboards.model.MBCategory'); INSERT INTO `ClassName_` VALUES ('10096', 'com.liferay.portlet.messageboards.model.MBDiscussion'); INSERT INTO `ClassName_` VALUES ('10097', 'com.liferay.portlet.messageboards.model.MBMailingList'); INSERT INTO `ClassName_` VALUES ('10098', 'com.liferay.portlet.messageboards.model.MBMessage'); INSERT INTO `ClassName_` VALUES ('10099', 'com.liferay.portlet.messageboards.model.MBMessageFlag'); INSERT INTO `ClassName_` VALUES ('10100', 'com.liferay.portlet.messageboards.model.MBStatsUser'); INSERT INTO `ClassName_` VALUES ('10101', 'com.liferay.portlet.messageboards.model.MBThread'); INSERT INTO `ClassName_` VALUES ('10102', 'com.liferay.portlet.polls.model.PollsChoice'); INSERT INTO `ClassName_` VALUES ('10103', 'com.liferay.portlet.polls.model.PollsQuestion'); INSERT INTO `ClassName_` VALUES ('10104', 'com.liferay.portlet.polls.model.PollsVote'); INSERT INTO `ClassName_` VALUES ('10105', 'com.liferay.portlet.ratings.model.RatingsEntry'); INSERT INTO `ClassName_` VALUES ('10106', 'com.liferay.portlet.ratings.model.RatingsStats'); INSERT INTO `ClassName_` VALUES ('10107', 'com.liferay.portlet.shopping.model.ShoppingCart'); INSERT INTO `ClassName_` VALUES ('10108', 'com.liferay.portlet.shopping.model.ShoppingCategory'); INSERT INTO `ClassName_` VALUES ('10109', 'com.liferay.portlet.shopping.model.ShoppingCoupon'); INSERT INTO `ClassName_` VALUES ('10110', 'com.liferay.portlet.shopping.model.ShoppingItem'); INSERT INTO `ClassName_` VALUES ('10111', 'com.liferay.portlet.shopping.model.ShoppingItemField'); INSERT INTO `ClassName_` VALUES ('10112', 'com.liferay.portlet.shopping.model.ShoppingItemPrice'); INSERT INTO `ClassName_` VALUES ('10113', 'com.liferay.portlet.shopping.model.ShoppingOrder'); INSERT INTO `ClassName_` VALUES ('10114', 'com.liferay.portlet.shopping.model.ShoppingOrderItem'); INSERT INTO `ClassName_` VALUES ('10115', 'com.liferay.portlet.social.model.SocialActivity'); INSERT INTO `ClassName_` VALUES ('10116', 'com.liferay.portlet.social.model.SocialEquityAssetEntry'); INSERT INTO `ClassName_` VALUES ('10117', 'com.liferay.portlet.social.model.SocialEquityGroupSetting'); INSERT INTO `ClassName_` VALUES ('10118', 'com.liferay.portlet.social.model.SocialEquityHistory'); INSERT INTO `ClassName_` VALUES ('10119', 'com.liferay.portlet.social.model.SocialEquityLog'); INSERT INTO `ClassName_` VALUES ('10120', 'com.liferay.portlet.social.model.SocialEquitySetting'); INSERT INTO `ClassName_` VALUES ('10121', 'com.liferay.portlet.social.model.SocialEquityUser'); INSERT INTO `ClassName_` VALUES ('10122', 'com.liferay.portlet.social.model.SocialRelation'); INSERT INTO `ClassName_` VALUES ('10123', 'com.liferay.portlet.social.model.SocialRequest'); INSERT INTO `ClassName_` VALUES ('10124', 'com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion'); INSERT INTO `ClassName_` VALUES ('10125', 'com.liferay.portlet.softwarecatalog.model.SCLicense'); INSERT INTO `ClassName_` VALUES ('10126', 'com.liferay.portlet.softwarecatalog.model.SCProductEntry'); INSERT INTO `ClassName_` VALUES ('10127', 'com.liferay.portlet.softwarecatalog.model.SCProductScreenshot'); INSERT INTO `ClassName_` VALUES ('10128', 'com.liferay.portlet.softwarecatalog.model.SCProductVersion'); INSERT INTO `ClassName_` VALUES ('10129', 'com.liferay.portlet.tasks.model.TasksProposal'); INSERT INTO `ClassName_` VALUES ('10130', 'com.liferay.portlet.tasks.model.TasksReview'); INSERT INTO `ClassName_` VALUES ('10131', 'com.liferay.portlet.usernotifications.model.UserNotificationEvent'); INSERT INTO `ClassName_` VALUES ('10132', 'com.liferay.portlet.wiki.model.WikiNode'); INSERT INTO `ClassName_` VALUES ('10133', 'com.liferay.portlet.wiki.model.WikiPage'); INSERT INTO `ClassName_` VALUES ('10134', 'com.liferay.portlet.wiki.model.WikiPageResource'); -- ---------------------------- -- Table structure for ClusterGroup -- ---------------------------- DROP TABLE IF EXISTS `ClusterGroup`; CREATE TABLE `ClusterGroup` ( `clusterGroupId` bigint(20) NOT NULL, `name` varchar(75) DEFAULT NULL, `clusterNodeIds` varchar(75) DEFAULT NULL, `wholeCluster` tinyint(4) DEFAULT NULL, PRIMARY KEY (`clusterGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ClusterGroup -- ---------------------------- -- ---------------------------- -- Table structure for Company -- ---------------------------- DROP TABLE IF EXISTS `Company`; CREATE TABLE `Company` ( `companyId` bigint(20) NOT NULL, `accountId` bigint(20) DEFAULT NULL, `webId` varchar(75) DEFAULT NULL, `key_` longtext, `mx` varchar(75) DEFAULT NULL, `homeURL` longtext, `logoId` bigint(20) DEFAULT NULL, `system` tinyint(4) DEFAULT NULL, `maxUsers` int(11) DEFAULT NULL, PRIMARY KEY (`companyId`), UNIQUE KEY `IX_EC00543C` (`webId`), KEY `IX_38EFE3FD` (`logoId`), KEY `IX_12566EC2` (`mx`), KEY `IX_35E3E7C6` (`system`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Company -- ---------------------------- INSERT INTO `Company` VALUES ('10136', '10138', 'liferay.com', 'rO0ABXNyABRqYXZhLnNlY3VyaXR5LktleVJlcL35T7OImqVDAgAETAAJYWxnb3JpdGhtdAASTGphdmEvbGFuZy9TdHJpbmc7WwAHZW5jb2RlZHQAAltCTAAGZm9ybWF0cQB+AAFMAAR0eXBldAAbTGphdmEvc2VjdXJpdHkvS2V5UmVwJFR5cGU7eHB0AANERVN1cgACW0Ks8xf4BghU4AIAAHhwAAAACOwZOJTaB5HCdAADUkFXfnIAGWphdmEuc2VjdXJpdHkuS2V5UmVwJFR5cGUAAAAAAAAAABIAAHhyAA5qYXZhLmxhbmcuRW51bQAAAAAAAAAAEgAAeHB0AAZTRUNSRVQ=', 'liferay.com', '', '0', '0', '0'); -- ---------------------------- -- Table structure for Contact_ -- ---------------------------- DROP TABLE IF EXISTS `Contact_`; CREATE TABLE `Contact_` ( `contactId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `accountId` bigint(20) DEFAULT NULL, `parentContactId` bigint(20) DEFAULT NULL, `firstName` varchar(75) DEFAULT NULL, `middleName` varchar(75) DEFAULT NULL, `lastName` varchar(75) DEFAULT NULL, `prefixId` int(11) DEFAULT NULL, `suffixId` int(11) DEFAULT NULL, `male` tinyint(4) DEFAULT NULL, `birthday` datetime DEFAULT NULL, `smsSn` varchar(75) DEFAULT NULL, `aimSn` varchar(75) DEFAULT NULL, `facebookSn` varchar(75) DEFAULT NULL, `icqSn` varchar(75) DEFAULT NULL, `jabberSn` varchar(75) DEFAULT NULL, `msnSn` varchar(75) DEFAULT NULL, `mySpaceSn` varchar(75) DEFAULT NULL, `skypeSn` varchar(75) DEFAULT NULL, `twitterSn` varchar(75) DEFAULT NULL, `ymSn` varchar(75) DEFAULT NULL, `employeeStatusId` varchar(75) DEFAULT NULL, `employeeNumber` varchar(75) DEFAULT NULL, `jobTitle` varchar(100) DEFAULT NULL, `jobClass` varchar(75) DEFAULT NULL, `hoursOfOperation` varchar(75) DEFAULT NULL, PRIMARY KEY (`contactId`), KEY `IX_66D496A3` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Contact_ -- ---------------------------- INSERT INTO `Contact_` VALUES ('10141', '10136', '10140', '', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '10138', '0', '', '', '', '0', '0', '1', '2017-06-09 03:16:06', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `Contact_` VALUES ('10179', '10136', '10178', '', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '10138', '0', 'Test', '', 'Test', '0', '0', '1', '1970-01-01 00:00:00', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); -- ---------------------------- -- Table structure for Counter -- ---------------------------- DROP TABLE IF EXISTS `Counter`; CREATE TABLE `Counter` ( `name` varchar(75) NOT NULL, `currentId` bigint(20) DEFAULT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Counter -- ---------------------------- INSERT INTO `Counter` VALUES ('com.liferay.counter.model.Counter', '10400'); INSERT INTO `Counter` VALUES ('com.liferay.portal.model.Layout#10154#true', '1'); INSERT INTO `Counter` VALUES ('com.liferay.portal.model.Layout#10162#false', '1'); INSERT INTO `Counter` VALUES ('com.liferay.portal.model.Layout#10180#false', '1'); INSERT INTO `Counter` VALUES ('com.liferay.portal.model.Layout#10180#true', '1'); INSERT INTO `Counter` VALUES ('com.liferay.portal.model.Permission', '100'); INSERT INTO `Counter` VALUES ('com.liferay.portal.model.Resource', '100'); INSERT INTO `Counter` VALUES ('com.liferay.portal.model.ResourceAction', '700'); INSERT INTO `Counter` VALUES ('com.liferay.portal.model.ResourcePermission', '400'); -- ---------------------------- -- Table structure for Country -- ---------------------------- DROP TABLE IF EXISTS `Country`; CREATE TABLE `Country` ( `countryId` bigint(20) NOT NULL, `name` varchar(75) DEFAULT NULL, `a2` varchar(75) DEFAULT NULL, `a3` varchar(75) DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `idd_` varchar(75) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`countryId`), UNIQUE KEY `IX_717B97E1` (`a2`), UNIQUE KEY `IX_717B9BA2` (`a3`), UNIQUE KEY `IX_19DA007B` (`name`), KEY `IX_25D734CD` (`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Country -- ---------------------------- INSERT INTO `Country` VALUES ('1', 'Canada', 'CA', 'CAN', '124', '001', '1'); INSERT INTO `Country` VALUES ('2', 'China', 'CN', 'CHN', '156', '086', '1'); INSERT INTO `Country` VALUES ('3', 'France', 'FR', 'FRA', '250', '033', '1'); INSERT INTO `Country` VALUES ('4', 'Germany', 'DE', 'DEU', '276', '049', '1'); INSERT INTO `Country` VALUES ('5', 'Hong Kong', 'HK', 'HKG', '344', '852', '1'); INSERT INTO `Country` VALUES ('6', 'Hungary', 'HU', 'HUN', '348', '036', '1'); INSERT INTO `Country` VALUES ('7', 'Israel', 'IL', 'ISR', '376', '972', '1'); INSERT INTO `Country` VALUES ('8', 'Italy', 'IT', 'ITA', '380', '039', '1'); INSERT INTO `Country` VALUES ('9', 'Japan', 'JP', 'JPN', '392', '081', '1'); INSERT INTO `Country` VALUES ('10', 'South Korea', 'KR', 'KOR', '410', '082', '1'); INSERT INTO `Country` VALUES ('11', 'Netherlands', 'NL', 'NLD', '528', '031', '1'); INSERT INTO `Country` VALUES ('12', 'Portugal', 'PT', 'PRT', '620', '351', '1'); INSERT INTO `Country` VALUES ('13', 'Russia', 'RU', 'RUS', '643', '007', '1'); INSERT INTO `Country` VALUES ('14', 'Singapore', 'SG', 'SGP', '702', '065', '1'); INSERT INTO `Country` VALUES ('15', 'Spain', 'ES', 'ESP', '724', '034', '1'); INSERT INTO `Country` VALUES ('16', 'Turkey', 'TR', 'TUR', '792', '090', '1'); INSERT INTO `Country` VALUES ('17', 'Vietnam', 'VN', 'VNM', '704', '084', '1'); INSERT INTO `Country` VALUES ('18', 'United Kingdom', 'GB', 'GBR', '826', '044', '1'); INSERT INTO `Country` VALUES ('19', 'United States', 'US', 'USA', '840', '001', '1'); INSERT INTO `Country` VALUES ('20', 'Afghanistan', 'AF', 'AFG', '4', '093', '1'); INSERT INTO `Country` VALUES ('21', 'Albania', 'AL', 'ALB', '8', '355', '1'); INSERT INTO `Country` VALUES ('22', 'Algeria', 'DZ', 'DZA', '12', '213', '1'); INSERT INTO `Country` VALUES ('23', 'American Samoa', 'AS', 'ASM', '16', '684', '1'); INSERT INTO `Country` VALUES ('24', 'Andorra', 'AD', 'AND', '20', '376', '1'); INSERT INTO `Country` VALUES ('25', 'Angola', 'AO', 'AGO', '24', '244', '1'); INSERT INTO `Country` VALUES ('26', 'Anguilla', 'AI', 'AIA', '660', '264', '1'); INSERT INTO `Country` VALUES ('27', 'Antarctica', 'AQ', 'ATA', '10', '672', '1'); INSERT INTO `Country` VALUES ('28', 'Antigua', 'AG', 'ATG', '28', '268', '1'); INSERT INTO `Country` VALUES ('29', 'Argentina', 'AR', 'ARG', '32', '054', '1'); INSERT INTO `Country` VALUES ('30', 'Armenia', 'AM', 'ARM', '51', '374', '1'); INSERT INTO `Country` VALUES ('31', 'Aruba', 'AW', 'ABW', '533', '297', '1'); INSERT INTO `Country` VALUES ('32', 'Australia', 'AU', 'AUS', '36', '061', '1'); INSERT INTO `Country` VALUES ('33', 'Austria', 'AT', 'AUT', '40', '043', '1'); INSERT INTO `Country` VALUES ('34', 'Azerbaijan', 'AZ', 'AZE', '31', '994', '1'); INSERT INTO `Country` VALUES ('35', 'Bahamas', 'BS', 'BHS', '44', '242', '1'); INSERT INTO `Country` VALUES ('36', 'Bahrain', 'BH', 'BHR', '48', '973', '1'); INSERT INTO `Country` VALUES ('37', 'Bangladesh', 'BD', 'BGD', '50', '880', '1'); INSERT INTO `Country` VALUES ('38', 'Barbados', 'BB', 'BRB', '52', '246', '1'); INSERT INTO `Country` VALUES ('39', 'Belarus', 'BY', 'BLR', '112', '375', '1'); INSERT INTO `Country` VALUES ('40', 'Belgium', 'BE', 'BEL', '56', '032', '1'); INSERT INTO `Country` VALUES ('41', 'Belize', 'BZ', 'BLZ', '84', '501', '1'); INSERT INTO `Country` VALUES ('42', 'Benin', 'BJ', 'BEN', '204', '229', '1'); INSERT INTO `Country` VALUES ('43', 'Bermuda', 'BM', 'BMU', '60', '441', '1'); INSERT INTO `Country` VALUES ('44', 'Bhutan', 'BT', 'BTN', '64', '975', '1'); INSERT INTO `Country` VALUES ('45', 'Bolivia', 'BO', 'BOL', '68', '591', '1'); INSERT INTO `Country` VALUES ('46', 'Bosnia-Herzegovina', 'BA', 'BIH', '70', '387', '1'); INSERT INTO `Country` VALUES ('47', 'Botswana', 'BW', 'BWA', '72', '267', '1'); INSERT INTO `Country` VALUES ('48', 'Brazil', 'BR', 'BRA', '76', '055', '1'); INSERT INTO `Country` VALUES ('49', 'British Virgin Islands', 'VG', 'VGB', '92', '284', '1'); INSERT INTO `Country` VALUES ('50', 'Brunei', 'BN', 'BRN', '96', '673', '1'); INSERT INTO `Country` VALUES ('51', 'Bulgaria', 'BG', 'BGR', '100', '359', '1'); INSERT INTO `Country` VALUES ('52', 'Burkina Faso', 'BF', 'BFA', '854', '226', '1'); INSERT INTO `Country` VALUES ('53', 'Burma (Myanmar)', 'MM', 'MMR', '104', '095', '1'); INSERT INTO `Country` VALUES ('54', 'Burundi', 'BI', 'BDI', '108', '257', '1'); INSERT INTO `Country` VALUES ('55', 'Cambodia', 'KH', 'KHM', '116', '855', '1'); INSERT INTO `Country` VALUES ('56', 'Cameroon', 'CM', 'CMR', '120', '237', '1'); INSERT INTO `Country` VALUES ('57', 'Cape Verde Island', 'CV', 'CPV', '132', '238', '1'); INSERT INTO `Country` VALUES ('58', 'Cayman Islands', 'KY', 'CYM', '136', '345', '1'); INSERT INTO `Country` VALUES ('59', 'Central African Republic', 'CF', 'CAF', '140', '236', '1'); INSERT INTO `Country` VALUES ('60', 'Chad', 'TD', 'TCD', '148', '235', '1'); INSERT INTO `Country` VALUES ('61', 'Chile', 'CL', 'CHL', '152', '056', '1'); INSERT INTO `Country` VALUES ('62', 'Christmas Island', 'CX', 'CXR', '162', '061', '1'); INSERT INTO `Country` VALUES ('63', 'Cocos Islands', 'CC', 'CCK', '166', '061', '1'); INSERT INTO `Country` VALUES ('64', 'Colombia', 'CO', 'COL', '170', '057', '1'); INSERT INTO `Country` VALUES ('65', 'Comoros', 'KM', 'COM', '174', '269', '1'); INSERT INTO `Country` VALUES ('66', 'Republic of Congo', 'CD', 'COD', '180', '242', '1'); INSERT INTO `Country` VALUES ('67', 'Democratic Republic of Congo', 'CG', 'COG', '178', '243', '1'); INSERT INTO `Country` VALUES ('68', 'Cook Islands', 'CK', 'COK', '184', '682', '1'); INSERT INTO `Country` VALUES ('69', 'Costa Rica', 'CR', 'CRI', '188', '506', '1'); INSERT INTO `Country` VALUES ('70', 'Croatia', 'HR', 'HRV', '191', '385', '1'); INSERT INTO `Country` VALUES ('71', 'Cuba', 'CU', 'CUB', '192', '053', '1'); INSERT INTO `Country` VALUES ('72', 'Cyprus', 'CY', 'CYP', '196', '357', '1'); INSERT INTO `Country` VALUES ('73', 'Czech Republic', 'CZ', 'CZE', '203', '420', '1'); INSERT INTO `Country` VALUES ('74', 'Denmark', 'DK', 'DNK', '208', '045', '1'); INSERT INTO `Country` VALUES ('75', 'Djibouti', 'DJ', 'DJI', '262', '253', '1'); INSERT INTO `Country` VALUES ('76', 'Dominica', 'DM', 'DMA', '212', '767', '1'); INSERT INTO `Country` VALUES ('77', 'Dominican Republic', 'DO', 'DOM', '214', '809', '1'); INSERT INTO `Country` VALUES ('78', 'Ecuador', 'EC', 'ECU', '218', '593', '1'); INSERT INTO `Country` VALUES ('79', 'Egypt', 'EG', 'EGY', '818', '020', '1'); INSERT INTO `Country` VALUES ('80', 'El Salvador', 'SV', 'SLV', '222', '503', '1'); INSERT INTO `Country` VALUES ('81', 'Equatorial Guinea', 'GQ', 'GNQ', '226', '240', '1'); INSERT INTO `Country` VALUES ('82', 'Eritrea', 'ER', 'ERI', '232', '291', '1'); INSERT INTO `Country` VALUES ('83', 'Estonia', 'EE', 'EST', '233', '372', '1'); INSERT INTO `Country` VALUES ('84', 'Ethiopia', 'ET', 'ETH', '231', '251', '1'); INSERT INTO `Country` VALUES ('85', 'Faeroe Islands', 'FO', 'FRO', '234', '298', '1'); INSERT INTO `Country` VALUES ('86', 'Falkland Islands', 'FK', 'FLK', '238', '500', '1'); INSERT INTO `Country` VALUES ('87', 'Fiji Islands', 'FJ', 'FJI', '242', '679', '1'); INSERT INTO `Country` VALUES ('88', 'Finland', 'FI', 'FIN', '246', '358', '1'); INSERT INTO `Country` VALUES ('89', 'French Guiana', 'GF', 'GUF', '254', '594', '1'); INSERT INTO `Country` VALUES ('90', 'French Polynesia', 'PF', 'PYF', '258', '689', '1'); INSERT INTO `Country` VALUES ('91', 'Gabon', 'GA', 'GAB', '266', '241', '1'); INSERT INTO `Country` VALUES ('92', 'Gambia', 'GM', 'GMB', '270', '220', '1'); INSERT INTO `Country` VALUES ('93', 'Georgia', 'GE', 'GEO', '268', '995', '1'); INSERT INTO `Country` VALUES ('94', 'Ghana', 'GH', 'GHA', '288', '233', '1'); INSERT INTO `Country` VALUES ('95', 'Gibraltar', 'GI', 'GIB', '292', '350', '1'); INSERT INTO `Country` VALUES ('96', 'Greece', 'GR', 'GRC', '300', '030', '1'); INSERT INTO `Country` VALUES ('97', 'Greenland', 'GL', 'GRL', '304', '299', '1'); INSERT INTO `Country` VALUES ('98', 'Grenada', 'GD', 'GRD', '308', '473', '1'); INSERT INTO `Country` VALUES ('99', 'Guadeloupe', 'GP', 'GLP', '312', '590', '1'); INSERT INTO `Country` VALUES ('100', 'Guam', 'GU', 'GUM', '316', '671', '1'); INSERT INTO `Country` VALUES ('101', 'Guatemala', 'GT', 'GTM', '320', '502', '1'); INSERT INTO `Country` VALUES ('102', 'Guinea', 'GN', 'GIN', '324', '224', '1'); INSERT INTO `Country` VALUES ('103', 'Guinea-Bissau', 'GW', 'GNB', '624', '245', '1'); INSERT INTO `Country` VALUES ('104', 'Guyana', 'GY', 'GUY', '328', '592', '1'); INSERT INTO `Country` VALUES ('105', 'Haiti', 'HT', 'HTI', '332', '509', '1'); INSERT INTO `Country` VALUES ('106', 'Honduras', 'HN', 'HND', '340', '504', '1'); INSERT INTO `Country` VALUES ('107', 'Iceland', 'IS', 'ISL', '352', '354', '1'); INSERT INTO `Country` VALUES ('108', 'India', 'IN', 'IND', '356', '091', '1'); INSERT INTO `Country` VALUES ('109', 'Indonesia', 'ID', 'IDN', '360', '062', '1'); INSERT INTO `Country` VALUES ('110', 'Iran', 'IR', 'IRN', '364', '098', '1'); INSERT INTO `Country` VALUES ('111', 'Iraq', 'IQ', 'IRQ', '368', '964', '1'); INSERT INTO `Country` VALUES ('112', 'Ireland', 'IE', 'IRL', '372', '353', '1'); INSERT INTO `Country` VALUES ('113', 'Ivory Coast', 'CI', 'CIV', '384', '225', '1'); INSERT INTO `Country` VALUES ('114', 'Jamaica', 'JM', 'JAM', '388', '876', '1'); INSERT INTO `Country` VALUES ('115', 'Jordan', 'JO', 'JOR', '400', '962', '1'); INSERT INTO `Country` VALUES ('116', 'Kazakhstan', 'KZ', 'KAZ', '398', '007', '1'); INSERT INTO `Country` VALUES ('117', 'Kenya', 'KE', 'KEN', '404', '254', '1'); INSERT INTO `Country` VALUES ('118', 'Kiribati', 'KI', 'KIR', '408', '686', '1'); INSERT INTO `Country` VALUES ('119', 'Kuwait', 'KW', 'KWT', '414', '965', '1'); INSERT INTO `Country` VALUES ('120', 'North Korea', 'KP', 'PRK', '408', '850', '1'); INSERT INTO `Country` VALUES ('121', 'Kyrgyzstan', 'KG', 'KGZ', '471', '996', '1'); INSERT INTO `Country` VALUES ('122', 'Laos', 'LA', 'LAO', '418', '856', '1'); INSERT INTO `Country` VALUES ('123', 'Latvia', 'LV', 'LVA', '428', '371', '1'); INSERT INTO `Country` VALUES ('124', 'Lebanon', 'LB', 'LBN', '422', '961', '1'); INSERT INTO `Country` VALUES ('125', 'Lesotho', 'LS', 'LSO', '426', '266', '1'); INSERT INTO `Country` VALUES ('126', 'Liberia', 'LR', 'LBR', '430', '231', '1'); INSERT INTO `Country` VALUES ('127', 'Libya', 'LY', 'LBY', '434', '218', '1'); INSERT INTO `Country` VALUES ('128', 'Liechtenstein', 'LI', 'LIE', '438', '423', '1'); INSERT INTO `Country` VALUES ('129', 'Lithuania', 'LT', 'LTU', '440', '370', '1'); INSERT INTO `Country` VALUES ('130', 'Luxembourg', 'LU', 'LUX', '442', '352', '1'); INSERT INTO `Country` VALUES ('131', 'Macau', 'MO', 'MAC', '446', '853', '1'); INSERT INTO `Country` VALUES ('132', 'Macedonia', 'MK', 'MKD', '807', '389', '1'); INSERT INTO `Country` VALUES ('133', 'Madagascar', 'MG', 'MDG', '450', '261', '1'); INSERT INTO `Country` VALUES ('134', 'Malawi', 'MW', 'MWI', '454', '265', '1'); INSERT INTO `Country` VALUES ('135', 'Malaysia', 'MY', 'MYS', '458', '060', '1'); INSERT INTO `Country` VALUES ('136', 'Maldives', 'MV', 'MDV', '462', '960', '1'); INSERT INTO `Country` VALUES ('137', 'Mali', 'ML', 'MLI', '466', '223', '1'); INSERT INTO `Country` VALUES ('138', 'Malta', 'MT', 'MLT', '470', '356', '1'); INSERT INTO `Country` VALUES ('139', 'Marshall Islands', 'MH', 'MHL', '584', '692', '1'); INSERT INTO `Country` VALUES ('140', 'Martinique', 'MQ', 'MTQ', '474', '596', '1'); INSERT INTO `Country` VALUES ('141', 'Mauritania', 'MR', 'MRT', '478', '222', '1'); INSERT INTO `Country` VALUES ('142', 'Mauritius', 'MU', 'MUS', '480', '230', '1'); INSERT INTO `Country` VALUES ('143', 'Mayotte Island', 'YT', 'MYT', '175', '269', '1'); INSERT INTO `Country` VALUES ('144', 'Mexico', 'MX', 'MEX', '484', '052', '1'); INSERT INTO `Country` VALUES ('145', 'Micronesia', 'FM', 'FSM', '583', '691', '1'); INSERT INTO `Country` VALUES ('146', 'Moldova', 'MD', 'MDA', '498', '373', '1'); INSERT INTO `Country` VALUES ('147', 'Monaco', 'MC', 'MCO', '492', '377', '1'); INSERT INTO `Country` VALUES ('148', 'Mongolia', 'MN', 'MNG', '496', '976', '1'); INSERT INTO `Country` VALUES ('149', 'Montenegro', 'ME', 'MNE', '499', '382', '1'); INSERT INTO `Country` VALUES ('150', 'Montserrat', 'MS', 'MSR', '500', '664', '1'); INSERT INTO `Country` VALUES ('151', 'Morocco', 'MA', 'MAR', '504', '212', '1'); INSERT INTO `Country` VALUES ('152', 'Mozambique', 'MZ', 'MOZ', '508', '258', '1'); INSERT INTO `Country` VALUES ('153', 'Namibia', 'NA', 'NAM', '516', '264', '1'); INSERT INTO `Country` VALUES ('154', 'Nauru', 'NR', 'NRU', '520', '674', '1'); INSERT INTO `Country` VALUES ('155', 'Nepal', 'NP', 'NPL', '524', '977', '1'); INSERT INTO `Country` VALUES ('156', 'Netherlands Antilles', 'AN', 'ANT', '530', '599', '1'); INSERT INTO `Country` VALUES ('157', 'New Caledonia', 'NC', 'NCL', '540', '687', '1'); INSERT INTO `Country` VALUES ('158', 'New Zealand', 'NZ', 'NZL', '554', '064', '1'); INSERT INTO `Country` VALUES ('159', 'Nicaragua', 'NI', 'NIC', '558', '505', '1'); INSERT INTO `Country` VALUES ('160', 'Niger', 'NE', 'NER', '562', '227', '1'); INSERT INTO `Country` VALUES ('161', 'Nigeria', 'NG', 'NGA', '566', '234', '1'); INSERT INTO `Country` VALUES ('162', 'Niue', 'NU', 'NIU', '570', '683', '1'); INSERT INTO `Country` VALUES ('163', 'Norfolk Island', 'NF', 'NFK', '574', '672', '1'); INSERT INTO `Country` VALUES ('164', 'Norway', 'NO', 'NOR', '578', '047', '1'); INSERT INTO `Country` VALUES ('165', 'Oman', 'OM', 'OMN', '512', '968', '1'); INSERT INTO `Country` VALUES ('166', 'Pakistan', 'PK', 'PAK', '586', '092', '1'); INSERT INTO `Country` VALUES ('167', 'Palau', 'PW', 'PLW', '585', '680', '1'); INSERT INTO `Country` VALUES ('168', 'Palestine', 'PS', 'PSE', '275', '970', '1'); INSERT INTO `Country` VALUES ('169', 'Panama', 'PA', 'PAN', '591', '507', '1'); INSERT INTO `Country` VALUES ('170', 'Papua New Guinea', 'PG', 'PNG', '598', '675', '1'); INSERT INTO `Country` VALUES ('171', 'Paraguay', 'PY', 'PRY', '600', '595', '1'); INSERT INTO `Country` VALUES ('172', 'Peru', 'PE', 'PER', '604', '051', '1'); INSERT INTO `Country` VALUES ('173', 'Philippines', 'PH', 'PHL', '608', '063', '1'); INSERT INTO `Country` VALUES ('174', 'Poland', 'PL', 'POL', '616', '048', '1'); INSERT INTO `Country` VALUES ('175', 'Puerto Rico', 'PR', 'PRI', '630', '787', '1'); INSERT INTO `Country` VALUES ('176', 'Qatar', 'QA', 'QAT', '634', '974', '1'); INSERT INTO `Country` VALUES ('177', 'Reunion Island', 'RE', 'REU', '638', '262', '1'); INSERT INTO `Country` VALUES ('178', 'Romania', 'RO', 'ROU', '642', '040', '1'); INSERT INTO `Country` VALUES ('179', 'Rwanda', 'RW', 'RWA', '646', '250', '1'); INSERT INTO `Country` VALUES ('180', 'St. Helena', 'SH', 'SHN', '654', '290', '1'); INSERT INTO `Country` VALUES ('181', 'St. Kitts', 'KN', 'KNA', '659', '869', '1'); INSERT INTO `Country` VALUES ('182', 'St. Lucia', 'LC', 'LCA', '662', '758', '1'); INSERT INTO `Country` VALUES ('183', 'St. Pierre & Miquelon', 'PM', 'SPM', '666', '508', '1'); INSERT INTO `Country` VALUES ('184', 'St. Vincent', 'VC', 'VCT', '670', '784', '1'); INSERT INTO `Country` VALUES ('185', 'San Marino', 'SM', 'SMR', '674', '378', '1'); INSERT INTO `Country` VALUES ('186', 'Sao Tome & Principe', 'ST', 'STP', '678', '239', '1'); INSERT INTO `Country` VALUES ('187', 'Saudi Arabia', 'SA', 'SAU', '682', '966', '1'); INSERT INTO `Country` VALUES ('188', 'Senegal', 'SN', 'SEN', '686', '221', '1'); INSERT INTO `Country` VALUES ('189', 'Serbia', 'RS', 'SRB', '688', '381', '1'); INSERT INTO `Country` VALUES ('190', 'Seychelles', 'SC', 'SYC', '690', '248', '1'); INSERT INTO `Country` VALUES ('191', 'Sierra Leone', 'SL', 'SLE', '694', '249', '1'); INSERT INTO `Country` VALUES ('192', 'Slovakia', 'SK', 'SVK', '703', '421', '1'); INSERT INTO `Country` VALUES ('193', 'Slovenia', 'SI', 'SVN', '705', '386', '1'); INSERT INTO `Country` VALUES ('194', 'Solomon Islands', 'SB', 'SLB', '90', '677', '1'); INSERT INTO `Country` VALUES ('195', 'Somalia', 'SO', 'SOM', '706', '252', '1'); INSERT INTO `Country` VALUES ('196', 'South Africa', 'ZA', 'ZAF', '710', '027', '1'); INSERT INTO `Country` VALUES ('197', 'Sri Lanka', 'LK', 'LKA', '144', '094', '1'); INSERT INTO `Country` VALUES ('198', 'Sudan', 'SD', 'SDN', '736', '095', '1'); INSERT INTO `Country` VALUES ('199', 'Suriname', 'SR', 'SUR', '740', '597', '1'); INSERT INTO `Country` VALUES ('200', 'Swaziland', 'SZ', 'SWZ', '748', '268', '1'); INSERT INTO `Country` VALUES ('201', 'Sweden', 'SE', 'SWE', '752', '046', '1'); INSERT INTO `Country` VALUES ('202', 'Switzerland', 'CH', 'CHE', '756', '041', '1'); INSERT INTO `Country` VALUES ('203', 'Syria', 'SY', 'SYR', '760', '963', '1'); INSERT INTO `Country` VALUES ('204', 'Taiwan', 'TW', 'TWN', '158', '886', '1'); INSERT INTO `Country` VALUES ('205', 'Tajikistan', 'TJ', 'TJK', '762', '992', '1'); INSERT INTO `Country` VALUES ('206', 'Tanzania', 'TZ', 'TZA', '834', '255', '1'); INSERT INTO `Country` VALUES ('207', 'Thailand', 'TH', 'THA', '764', '066', '1'); INSERT INTO `Country` VALUES ('208', 'Togo', 'TG', 'TGO', '768', '228', '1'); INSERT INTO `Country` VALUES ('209', 'Tonga', 'TO', 'TON', '776', '676', '1'); INSERT INTO `Country` VALUES ('210', 'Trinidad & Tobago', 'TT', 'TTO', '780', '868', '1'); INSERT INTO `Country` VALUES ('211', 'Tunisia', 'TN', 'TUN', '788', '216', '1'); INSERT INTO `Country` VALUES ('212', 'Turkmenistan', 'TM', 'TKM', '795', '993', '1'); INSERT INTO `Country` VALUES ('213', 'Turks & Caicos', 'TC', 'TCA', '796', '649', '1'); INSERT INTO `Country` VALUES ('214', 'Tuvalu', 'TV', 'TUV', '798', '688', '1'); INSERT INTO `Country` VALUES ('215', 'Uganda', 'UG', 'UGA', '800', '256', '1'); INSERT INTO `Country` VALUES ('216', 'Ukraine', 'UA', 'UKR', '804', '380', '1'); INSERT INTO `Country` VALUES ('217', 'United Arab Emirates', 'AE', 'ARE', '784', '971', '1'); INSERT INTO `Country` VALUES ('218', 'Uruguay', 'UY', 'URY', '858', '598', '1'); INSERT INTO `Country` VALUES ('219', 'Uzbekistan', 'UZ', 'UZB', '860', '998', '1'); INSERT INTO `Country` VALUES ('220', 'Vanuatu', 'VU', 'VUT', '548', '678', '1'); INSERT INTO `Country` VALUES ('221', 'Vatican City', 'VA', 'VAT', '336', '039', '1'); INSERT INTO `Country` VALUES ('222', 'Venezuela', 'VE', 'VEN', '862', '058', '1'); INSERT INTO `Country` VALUES ('223', 'Wallis & Futuna', 'WF', 'WLF', '876', '681', '1'); INSERT INTO `Country` VALUES ('224', 'Western Samoa', 'EH', 'ESH', '732', '685', '1'); INSERT INTO `Country` VALUES ('225', 'Yemen', 'YE', 'YEM', '887', '967', '1'); INSERT INTO `Country` VALUES ('226', 'Zambia', 'ZM', 'ZMB', '894', '260', '1'); INSERT INTO `Country` VALUES ('227', 'Zimbabwe', 'ZW', 'ZWE', '716', '263', '1'); -- ---------------------------- -- Table structure for CyrusUser -- ---------------------------- DROP TABLE IF EXISTS `CyrusUser`; CREATE TABLE `CyrusUser` ( `userId` varchar(75) NOT NULL, `password_` varchar(75) NOT NULL, PRIMARY KEY (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of CyrusUser -- ---------------------------- -- ---------------------------- -- Table structure for CyrusVirtual -- ---------------------------- DROP TABLE IF EXISTS `CyrusVirtual`; CREATE TABLE `CyrusVirtual` ( `emailAddress` varchar(75) NOT NULL, `userId` varchar(75) NOT NULL, PRIMARY KEY (`emailAddress`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of CyrusVirtual -- ---------------------------- -- ---------------------------- -- Table structure for DLFileEntry -- ---------------------------- DROP TABLE IF EXISTS `DLFileEntry`; CREATE TABLE `DLFileEntry` ( `uuid_` varchar(75) DEFAULT NULL, `fileEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` longtext, `extraSettings` longtext, `version` varchar(75) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `readCount` int(11) DEFAULT NULL, PRIMARY KEY (`fileEntryId`), UNIQUE KEY `IX_5391712` (`groupId`,`folderId`,`name`), UNIQUE KEY `IX_ED5CA615` (`groupId`,`folderId`,`title`), UNIQUE KEY `IX_BC2E7E6A` (`uuid_`,`groupId`), KEY `IX_4CB1B2B4` (`companyId`), KEY `IX_F4AF5636` (`groupId`), KEY `IX_93CF8193` (`groupId`,`folderId`), KEY `IX_43261870` (`groupId`,`userId`), KEY `IX_D20C434D` (`groupId`,`userId`,`folderId`), KEY `IX_64F0FE40` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of DLFileEntry -- ---------------------------- -- ---------------------------- -- Table structure for DLFileRank -- ---------------------------- DROP TABLE IF EXISTS `DLFileRank`; CREATE TABLE `DLFileRank` ( `fileRankId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`fileRankId`), UNIQUE KEY `IX_38F0315` (`companyId`,`userId`,`fileEntryId`), KEY `IX_A65A1F8B` (`fileEntryId`), KEY `IX_BAFB116E` (`groupId`,`userId`), KEY `IX_EED06670` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of DLFileRank -- ---------------------------- -- ---------------------------- -- Table structure for DLFileShortcut -- ---------------------------- DROP TABLE IF EXISTS `DLFileShortcut`; CREATE TABLE `DLFileShortcut` ( `uuid_` varchar(75) DEFAULT NULL, `fileShortcutId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `toFileEntryId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`fileShortcutId`), UNIQUE KEY `IX_FDB4A946` (`uuid_`,`groupId`), KEY `IX_B0051937` (`groupId`,`folderId`), KEY `IX_ECCE311D` (`groupId`,`folderId`,`status`), KEY `IX_4B7247F6` (`toFileEntryId`), KEY `IX_4831EBE4` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of DLFileShortcut -- ---------------------------- -- ---------------------------- -- Table structure for DLFileVersion -- ---------------------------- DROP TABLE IF EXISTS `DLFileVersion`; CREATE TABLE `DLFileVersion` ( `fileVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` longtext, `changeLog` varchar(75) DEFAULT NULL, `extraSettings` longtext, `version` varchar(75) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`fileVersionId`), UNIQUE KEY `IX_E2815081` (`fileEntryId`,`version`), KEY `IX_C68DC967` (`fileEntryId`), KEY `IX_D47BB14D` (`fileEntryId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of DLFileVersion -- ---------------------------- -- ---------------------------- -- Table structure for DLFolder -- ---------------------------- DROP TABLE IF EXISTS `DLFolder`; CREATE TABLE `DLFolder` ( `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `description` longtext, `lastPostDate` datetime DEFAULT NULL, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_902FD874` (`groupId`,`parentFolderId`,`name`), UNIQUE KEY `IX_3CC1DED2` (`uuid_`,`groupId`), KEY `IX_A74DB14C` (`companyId`), KEY `IX_F2EA1ACE` (`groupId`), KEY `IX_49C37475` (`groupId`,`parentFolderId`), KEY `IX_51556082` (`parentFolderId`,`name`), KEY `IX_CBC408D8` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of DLFolder -- ---------------------------- -- ---------------------------- -- Table structure for EmailAddress -- ---------------------------- DROP TABLE IF EXISTS `EmailAddress`; CREATE TABLE `EmailAddress` ( `emailAddressId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `address` varchar(75) DEFAULT NULL, `typeId` int(11) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`emailAddressId`), KEY `IX_1BB072CA` (`companyId`), KEY `IX_49D2DEC4` (`companyId`,`classNameId`), KEY `IX_551A519F` (`companyId`,`classNameId`,`classPK`), KEY `IX_2A2CB130` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_7B43CD8` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of EmailAddress -- ---------------------------- -- ---------------------------- -- Table structure for ExpandoColumn -- ---------------------------- DROP TABLE IF EXISTS `ExpandoColumn`; CREATE TABLE `ExpandoColumn` ( `columnId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `defaultData` longtext, `typeSettings` longtext, PRIMARY KEY (`columnId`), UNIQUE KEY `IX_FEFC8DA7` (`tableId`,`name`), KEY `IX_A8C0CBE8` (`tableId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ExpandoColumn -- ---------------------------- -- ---------------------------- -- Table structure for ExpandoRow -- ---------------------------- DROP TABLE IF EXISTS `ExpandoRow`; CREATE TABLE `ExpandoRow` ( `rowId_` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`rowId_`), UNIQUE KEY `IX_81EFBFF5` (`tableId`,`classPK`), KEY `IX_D3F5D7AE` (`tableId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ExpandoRow -- ---------------------------- -- ---------------------------- -- Table structure for ExpandoTable -- ---------------------------- DROP TABLE IF EXISTS `ExpandoTable`; CREATE TABLE `ExpandoTable` ( `tableId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, PRIMARY KEY (`tableId`), UNIQUE KEY `IX_37562284` (`companyId`,`classNameId`,`name`), KEY `IX_B5AE8A85` (`companyId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ExpandoTable -- ---------------------------- -- ---------------------------- -- Table structure for ExpandoValue -- ---------------------------- DROP TABLE IF EXISTS `ExpandoValue`; CREATE TABLE `ExpandoValue` ( `valueId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `columnId` bigint(20) DEFAULT NULL, `rowId_` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `data_` longtext, PRIMARY KEY (`valueId`), UNIQUE KEY `IX_9DDD21E5` (`columnId`,`rowId_`), UNIQUE KEY `IX_D27B03E7` (`tableId`,`columnId`,`classPK`), KEY `IX_B29FEF17` (`classNameId`,`classPK`), KEY `IX_F7DD0987` (`columnId`), KEY `IX_9112A7A0` (`rowId_`), KEY `IX_F0566A77` (`tableId`), KEY `IX_1BD3F4C` (`tableId`,`classPK`), KEY `IX_CA9AFB7C` (`tableId`,`columnId`), KEY `IX_B71E92D5` (`tableId`,`rowId_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ExpandoValue -- ---------------------------- -- ---------------------------- -- Table structure for Group_ -- ---------------------------- DROP TABLE IF EXISTS `Group_`; CREATE TABLE `Group_` ( `groupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `creatorUserId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `parentGroupId` bigint(20) DEFAULT NULL, `liveGroupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `type_` int(11) DEFAULT NULL, `typeSettings` longtext, `friendlyURL` varchar(100) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`groupId`), UNIQUE KEY `IX_D0D5E397` (`companyId`,`classNameId`,`classPK`), UNIQUE KEY `IX_5DE0BE11` (`companyId`,`classNameId`,`liveGroupId`,`name`), UNIQUE KEY `IX_5BDDB872` (`companyId`,`friendlyURL`), UNIQUE KEY `IX_BBCA55B` (`companyId`,`liveGroupId`,`name`), UNIQUE KEY `IX_5AA68501` (`companyId`,`name`), KEY `IX_ABA5CEC2` (`companyId`), KEY `IX_16218A38` (`liveGroupId`), KEY `IX_7B590A7A` (`type_`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Group_ -- ---------------------------- INSERT INTO `Group_` VALUES ('10154', '10136', '10140', '10012', '10154', '0', '0', 'Control Panel', '', '3', '', '/control_panel', '1'); INSERT INTO `Group_` VALUES ('10162', '10136', '10140', '10012', '10162', '0', '0', 'Guest', '', '1', '', '/guest', '1'); INSERT INTO `Group_` VALUES ('10171', '10136', '10140', '10170', '10140', '0', '0', 'User Personal Community', '', '3', '', '/personal_community', '1'); INSERT INTO `Group_` VALUES ('10174', '10136', '10140', '10008', '10136', '0', '0', '10136', '', '0', '', '/null', '1'); INSERT INTO `Group_` VALUES ('10180', '10136', '10178', '10047', '10178', '0', '0', '10178', '', '0', '', '/test', '1'); -- ---------------------------- -- Table structure for Groups_Orgs -- ---------------------------- DROP TABLE IF EXISTS `Groups_Orgs`; CREATE TABLE `Groups_Orgs` ( `groupId` bigint(20) NOT NULL, `organizationId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`organizationId`), KEY `IX_75267DCA` (`groupId`), KEY `IX_6BBB7682` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Groups_Orgs -- ---------------------------- -- ---------------------------- -- Table structure for Groups_Permissions -- ---------------------------- DROP TABLE IF EXISTS `Groups_Permissions`; CREATE TABLE `Groups_Permissions` ( `groupId` bigint(20) NOT NULL, `permissionId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`permissionId`), KEY `IX_C48736B` (`groupId`), KEY `IX_EC97689D` (`permissionId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Groups_Permissions -- ---------------------------- -- ---------------------------- -- Table structure for Groups_Roles -- ---------------------------- DROP TABLE IF EXISTS `Groups_Roles`; CREATE TABLE `Groups_Roles` ( `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`roleId`), KEY `IX_84471FD2` (`groupId`), KEY `IX_3103EF3D` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Groups_Roles -- ---------------------------- -- ---------------------------- -- Table structure for Groups_UserGroups -- ---------------------------- DROP TABLE IF EXISTS `Groups_UserGroups`; CREATE TABLE `Groups_UserGroups` ( `groupId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`userGroupId`), KEY `IX_31FB749A` (`groupId`), KEY `IX_3B69160F` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Groups_UserGroups -- ---------------------------- -- ---------------------------- -- Table structure for IGFolder -- ---------------------------- DROP TABLE IF EXISTS `IGFolder`; CREATE TABLE `IGFolder` ( `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_9BBAFB1E` (`groupId`,`parentFolderId`,`name`), UNIQUE KEY `IX_B10EFD68` (`uuid_`,`groupId`), KEY `IX_60214CF6` (`companyId`), KEY `IX_206498F8` (`groupId`), KEY `IX_1A605E9F` (`groupId`,`parentFolderId`), KEY `IX_F73C0982` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of IGFolder -- ---------------------------- -- ---------------------------- -- Table structure for IGImage -- ---------------------------- DROP TABLE IF EXISTS `IGImage`; CREATE TABLE `IGImage` ( `uuid_` varchar(75) DEFAULT NULL, `imageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `smallImageId` bigint(20) DEFAULT NULL, `largeImageId` bigint(20) DEFAULT NULL, `custom1ImageId` bigint(20) DEFAULT NULL, `custom2ImageId` bigint(20) DEFAULT NULL, PRIMARY KEY (`imageId`), UNIQUE KEY `IX_E97342D9` (`uuid_`,`groupId`), KEY `IX_E597322D` (`custom1ImageId`), KEY `IX_D9E0A34C` (`custom2ImageId`), KEY `IX_63820A7` (`groupId`), KEY `IX_8956B2C4` (`groupId`,`folderId`), KEY `IX_AAE8DF83` (`groupId`,`folderId`,`name`), KEY `IX_BE79E1E1` (`groupId`,`userId`), KEY `IX_64F0B572` (`largeImageId`), KEY `IX_D3D32126` (`smallImageId`), KEY `IX_265BB0F1` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of IGImage -- ---------------------------- -- ---------------------------- -- Table structure for Image -- ---------------------------- DROP TABLE IF EXISTS `Image`; CREATE TABLE `Image` ( `imageId` bigint(20) NOT NULL, `modifiedDate` datetime DEFAULT NULL, `text_` longtext, `type_` varchar(75) DEFAULT NULL, `height` int(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `size_` int(11) DEFAULT NULL, PRIMARY KEY (`imageId`), KEY `IX_6A925A4D` (`size_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Image -- ---------------------------- -- ---------------------------- -- Table structure for JournalArticle -- ---------------------------- DROP TABLE IF EXISTS `JournalArticle`; CREATE TABLE `JournalArticle` ( `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `resourcePrimKey` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, `version` double DEFAULT NULL, `title` varchar(300) DEFAULT NULL, `urlTitle` varchar(150) DEFAULT NULL, `description` longtext, `content` longtext, `type_` varchar(75) DEFAULT NULL, `structureId` varchar(75) DEFAULT NULL, `templateId` varchar(75) DEFAULT NULL, `displayDate` datetime DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, `reviewDate` datetime DEFAULT NULL, `indexable` tinyint(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_85C52EEC` (`groupId`,`articleId`,`version`), UNIQUE KEY `IX_3463D95B` (`uuid_`,`groupId`), KEY `IX_DFF98523` (`companyId`), KEY `IX_323DF109` (`companyId`,`status`), KEY `IX_3D070845` (`companyId`,`version`), KEY `IX_E82F322B` (`companyId`,`version`,`status`), KEY `IX_9356F865` (`groupId`), KEY `IX_68C0F69C` (`groupId`,`articleId`), KEY `IX_4D5CD982` (`groupId`,`articleId`,`status`), KEY `IX_301D024B` (`groupId`,`status`), KEY `IX_2E207659` (`groupId`,`structureId`), KEY `IX_8DEAE14E` (`groupId`,`templateId`), KEY `IX_22882D02` (`groupId`,`urlTitle`), KEY `IX_D2D249E8` (`groupId`,`urlTitle`,`status`), KEY `IX_33F49D16` (`resourcePrimKey`), KEY `IX_3E2765FC` (`resourcePrimKey`,`status`), KEY `IX_EF9B7028` (`smallImageId`), KEY `IX_F029602F` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of JournalArticle -- ---------------------------- INSERT INTO `JournalArticle` VALUES ('92810aa1-8fd7-486f-b4a9-e11d41610657', '10295', '10296', '10162', '10136', '10178', 'Test Test', '2017-06-09 03:18:52', '2017-06-09 03:18:52', '10294', '1', 'Test', 'test', '', '\n Test

]]>
', 'general', '', '', '2017-06-09 03:18:00', null, null, '1', '0', '10297', '', '0', '10178', 'Test Test', '2017-06-09 03:18:52'); -- ---------------------------- -- Table structure for JournalArticleImage -- ---------------------------- DROP TABLE IF EXISTS `JournalArticleImage`; CREATE TABLE `JournalArticleImage` ( `articleImageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, `version` double DEFAULT NULL, `elInstanceId` varchar(75) DEFAULT NULL, `elName` varchar(75) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `tempImage` tinyint(4) DEFAULT NULL, PRIMARY KEY (`articleImageId`), UNIQUE KEY `IX_103D6207` (`groupId`,`articleId`,`version`,`elInstanceId`,`elName`,`languageId`), KEY `IX_3B51BB68` (`groupId`), KEY `IX_158B526F` (`groupId`,`articleId`,`version`), KEY `IX_D4121315` (`tempImage`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of JournalArticleImage -- ---------------------------- -- ---------------------------- -- Table structure for JournalArticleResource -- ---------------------------- DROP TABLE IF EXISTS `JournalArticleResource`; CREATE TABLE `JournalArticleResource` ( `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, PRIMARY KEY (`resourcePrimKey`), UNIQUE KEY `IX_88DF994A` (`groupId`,`articleId`), UNIQUE KEY `IX_84AB0309` (`uuid_`,`groupId`), KEY `IX_F8433677` (`groupId`), KEY `IX_DCD1FAC1` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of JournalArticleResource -- ---------------------------- INSERT INTO `JournalArticleResource` VALUES ('e1588797-7904-42d2-ac30-05ce4b82daca', '10296', '10162', '10294'); -- ---------------------------- -- Table structure for JournalContentSearch -- ---------------------------- DROP TABLE IF EXISTS `JournalContentSearch`; CREATE TABLE `JournalContentSearch` ( `contentSearchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, PRIMARY KEY (`contentSearchId`), UNIQUE KEY `IX_C3AA93B8` (`groupId`,`privateLayout`,`layoutId`,`portletId`,`articleId`), KEY `IX_9207CB31` (`articleId`), KEY `IX_6838E427` (`groupId`,`articleId`), KEY `IX_20962903` (`groupId`,`privateLayout`), KEY `IX_7CC7D73E` (`groupId`,`privateLayout`,`articleId`), KEY `IX_B3B318DC` (`groupId`,`privateLayout`,`layoutId`), KEY `IX_7ACC74C9` (`groupId`,`privateLayout`,`layoutId`,`portletId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of JournalContentSearch -- ---------------------------- -- ---------------------------- -- Table structure for JournalFeed -- ---------------------------- DROP TABLE IF EXISTS `JournalFeed`; CREATE TABLE `JournalFeed` ( `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `feedId` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `type_` varchar(75) DEFAULT NULL, `structureId` varchar(75) DEFAULT NULL, `templateId` varchar(75) DEFAULT NULL, `rendererTemplateId` varchar(75) DEFAULT NULL, `delta` int(11) DEFAULT NULL, `orderByCol` varchar(75) DEFAULT NULL, `orderByType` varchar(75) DEFAULT NULL, `targetLayoutFriendlyUrl` varchar(255) DEFAULT NULL, `targetPortletId` varchar(75) DEFAULT NULL, `contentField` varchar(75) DEFAULT NULL, `feedType` varchar(75) DEFAULT NULL, `feedVersion` double DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_65576CBC` (`groupId`,`feedId`), UNIQUE KEY `IX_39031F51` (`uuid_`,`groupId`), KEY `IX_35A2DB2F` (`groupId`), KEY `IX_50C36D79` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of JournalFeed -- ---------------------------- -- ---------------------------- -- Table structure for JournalStructure -- ---------------------------- DROP TABLE IF EXISTS `JournalStructure`; CREATE TABLE `JournalStructure` ( `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `structureId` varchar(75) DEFAULT NULL, `parentStructureId` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `xsd` longtext, PRIMARY KEY (`id_`), UNIQUE KEY `IX_AB6E9996` (`groupId`,`structureId`), UNIQUE KEY `IX_42E86E58` (`uuid_`,`groupId`), KEY `IX_B97F5608` (`groupId`), KEY `IX_CA0BD48C` (`groupId`,`parentStructureId`), KEY `IX_8831E4FC` (`structureId`), KEY `IX_6702CA92` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of JournalStructure -- ---------------------------- -- ---------------------------- -- Table structure for JournalTemplate -- ---------------------------- DROP TABLE IF EXISTS `JournalTemplate`; CREATE TABLE `JournalTemplate` ( `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `templateId` varchar(75) DEFAULT NULL, `structureId` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `xsl` longtext, `langType` varchar(75) DEFAULT NULL, `cacheable` tinyint(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, PRIMARY KEY (`id_`), UNIQUE KEY `IX_E802AA3C` (`groupId`,`templateId`), UNIQUE KEY `IX_62D1B3AD` (`uuid_`,`groupId`), KEY `IX_77923653` (`groupId`), KEY `IX_1701CB2B` (`groupId`,`structureId`), KEY `IX_25FFB6FA` (`smallImageId`), KEY `IX_1B12CA20` (`templateId`), KEY `IX_2857419D` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of JournalTemplate -- ---------------------------- -- ---------------------------- -- Table structure for Layout -- ---------------------------- DROP TABLE IF EXISTS `Layout`; CREATE TABLE `Layout` ( `uuid_` varchar(75) DEFAULT NULL, `plid` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `parentLayoutId` bigint(20) DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `hidden_` tinyint(4) DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `iconImage` tinyint(4) DEFAULT NULL, `iconImageId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `wapThemeId` varchar(75) DEFAULT NULL, `wapColorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `priority` int(11) DEFAULT NULL, `layoutPrototypeId` bigint(20) DEFAULT NULL, `dlFolderId` bigint(20) DEFAULT NULL, PRIMARY KEY (`plid`), UNIQUE KEY `IX_BC2C4231` (`groupId`,`privateLayout`,`friendlyURL`), UNIQUE KEY `IX_7162C27C` (`groupId`,`privateLayout`,`layoutId`), UNIQUE KEY `IX_CED31606` (`uuid_`,`groupId`), KEY `IX_C7FBC998` (`companyId`), KEY `IX_FAD05595` (`dlFolderId`), KEY `IX_C099D61A` (`groupId`), KEY `IX_705F5AA3` (`groupId`,`privateLayout`), KEY `IX_6DE88B06` (`groupId`,`privateLayout`,`parentLayoutId`), KEY `IX_1A1B61D2` (`groupId`,`privateLayout`,`type_`), KEY `IX_23922F7D` (`iconImageId`), KEY `IX_D0822724` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Layout -- ---------------------------- INSERT INTO `Layout` VALUES ('0e644b8f-0036-4377-9e33-a37f8bebf148', '10157', '10154', '10136', '1', '1', '0', 'Control Panel', '', '', 'control_panel', '', '0', '/manage', '0', '0', '', '', '', '', '', '0', '0', '0'); INSERT INTO `Layout` VALUES ('fe7b60e2-7b64-49e7-bd2a-21e6684e75fa', '10165', '10162', '10136', '0', '1', '0', 'Welcome', '', '', 'portlet', 'layout-template-id=2_columns_ii\ncolumn-2=47,\ncolumn-1=101_INSTANCE_R9wk,101_INSTANCE_3cdU,58\n', '0', '/home', '0', '0', '', '', '', '', '', '0', '0', '0'); INSERT INTO `Layout` VALUES ('f84f13b4-f683-4d94-8130-af3160aecfa3', '10275', '10180', '10136', '1', '1', '0', 'Welcome', '', '', 'portlet', 'layout-template-id=2_columns_ii\ncolumn-2=29,8,\ncolumn-1=82,23,11,\n', '0', '/home', '0', '0', '', '', '', '', '', '0', '0', '0'); INSERT INTO `Layout` VALUES ('399b877f-0352-4d7f-b935-6c05c2566a2f', '10280', '10180', '10136', '0', '1', '0', 'Welcome', '', '', 'portlet', 'layout-template-id=2_columns_ii\ncolumn-2=33,\ncolumn-1=82,3,\n', '0', '/home', '0', '0', '', '', '', '', '', '0', '0', '0'); -- ---------------------------- -- Table structure for LayoutPrototype -- ---------------------------- DROP TABLE IF EXISTS `LayoutPrototype`; CREATE TABLE `LayoutPrototype` ( `layoutPrototypeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutPrototypeId`), KEY `IX_30616AAA` (`companyId`), KEY `IX_557A639F` (`companyId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of LayoutPrototype -- ---------------------------- -- ---------------------------- -- Table structure for LayoutSet -- ---------------------------- DROP TABLE IF EXISTS `LayoutSet`; CREATE TABLE `LayoutSet` ( `layoutSetId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `logo` tinyint(4) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `wapThemeId` varchar(75) DEFAULT NULL, `wapColorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `pageCount` int(11) DEFAULT NULL, `settings_` longtext, `layoutSetPrototypeId` bigint(20) DEFAULT NULL, PRIMARY KEY (`layoutSetId`), UNIQUE KEY `IX_48550691` (`groupId`,`privateLayout`), KEY `IX_A40B8BEC` (`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of LayoutSet -- ---------------------------- INSERT INTO `LayoutSet` VALUES ('10155', '10154', '10136', '1', '0', '0', 'classic', '01', 'mobile', '01', '', '1', '', '0'); INSERT INTO `LayoutSet` VALUES ('10156', '10154', '10136', '0', '0', '0', 'classic', '01', 'mobile', '01', '', '0', '', '0'); INSERT INTO `LayoutSet` VALUES ('10163', '10162', '10136', '1', '0', '0', 'classic', '01', 'mobile', '01', '', '0', '', '0'); INSERT INTO `LayoutSet` VALUES ('10164', '10162', '10136', '0', '0', '0', 'classic', '01', 'mobile', '01', '', '1', '', '0'); INSERT INTO `LayoutSet` VALUES ('10172', '10171', '10136', '1', '0', '0', 'classic', '01', 'mobile', '01', '', '0', '', '0'); INSERT INTO `LayoutSet` VALUES ('10173', '10171', '10136', '0', '0', '0', 'classic', '01', 'mobile', '01', '', '0', '', '0'); INSERT INTO `LayoutSet` VALUES ('10175', '10174', '10136', '1', '0', '0', 'classic', '01', 'mobile', '01', '', '0', '', '0'); INSERT INTO `LayoutSet` VALUES ('10176', '10174', '10136', '0', '0', '0', 'classic', '01', 'mobile', '01', '', '0', '', '0'); INSERT INTO `LayoutSet` VALUES ('10181', '10180', '10136', '1', '0', '0', 'classic', '01', 'mobile', '01', '', '1', '', '0'); INSERT INTO `LayoutSet` VALUES ('10182', '10180', '10136', '0', '0', '0', 'classic', '01', 'mobile', '01', '', '1', '', '0'); -- ---------------------------- -- Table structure for LayoutSetPrototype -- ---------------------------- DROP TABLE IF EXISTS `LayoutSetPrototype`; CREATE TABLE `LayoutSetPrototype` ( `layoutSetPrototypeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutSetPrototypeId`), KEY `IX_55F63D98` (`companyId`), KEY `IX_9178FC71` (`companyId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of LayoutSetPrototype -- ---------------------------- -- ---------------------------- -- Table structure for ListType -- ---------------------------- DROP TABLE IF EXISTS `ListType`; CREATE TABLE `ListType` ( `listTypeId` int(11) NOT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`listTypeId`), KEY `IX_2932DD37` (`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ListType -- ---------------------------- INSERT INTO `ListType` VALUES ('10000', 'billing', 'com.liferay.portal.model.Account.address'); INSERT INTO `ListType` VALUES ('10001', 'other', 'com.liferay.portal.model.Account.address'); INSERT INTO `ListType` VALUES ('10002', 'p-o-box', 'com.liferay.portal.model.Account.address'); INSERT INTO `ListType` VALUES ('10003', 'shipping', 'com.liferay.portal.model.Account.address'); INSERT INTO `ListType` VALUES ('10004', 'email-address', 'com.liferay.portal.model.Account.emailAddress'); INSERT INTO `ListType` VALUES ('10005', 'email-address-2', 'com.liferay.portal.model.Account.emailAddress'); INSERT INTO `ListType` VALUES ('10006', 'email-address-3', 'com.liferay.portal.model.Account.emailAddress'); INSERT INTO `ListType` VALUES ('10007', 'fax', 'com.liferay.portal.model.Account.phone'); INSERT INTO `ListType` VALUES ('10008', 'local', 'com.liferay.portal.model.Account.phone'); INSERT INTO `ListType` VALUES ('10009', 'other', 'com.liferay.portal.model.Account.phone'); INSERT INTO `ListType` VALUES ('10010', 'toll-free', 'com.liferay.portal.model.Account.phone'); INSERT INTO `ListType` VALUES ('10011', 'tty', 'com.liferay.portal.model.Account.phone'); INSERT INTO `ListType` VALUES ('10012', 'intranet', 'com.liferay.portal.model.Account.website'); INSERT INTO `ListType` VALUES ('10013', 'public', 'com.liferay.portal.model.Account.website'); INSERT INTO `ListType` VALUES ('11000', 'business', 'com.liferay.portal.model.Contact.address'); INSERT INTO `ListType` VALUES ('11001', 'other', 'com.liferay.portal.model.Contact.address'); INSERT INTO `ListType` VALUES ('11002', 'personal', 'com.liferay.portal.model.Contact.address'); INSERT INTO `ListType` VALUES ('11003', 'email-address', 'com.liferay.portal.model.Contact.emailAddress'); INSERT INTO `ListType` VALUES ('11004', 'email-address-2', 'com.liferay.portal.model.Contact.emailAddress'); INSERT INTO `ListType` VALUES ('11005', 'email-address-3', 'com.liferay.portal.model.Contact.emailAddress'); INSERT INTO `ListType` VALUES ('11006', 'business', 'com.liferay.portal.model.Contact.phone'); INSERT INTO `ListType` VALUES ('11007', 'business-fax', 'com.liferay.portal.model.Contact.phone'); INSERT INTO `ListType` VALUES ('11008', 'mobile-phone', 'com.liferay.portal.model.Contact.phone'); INSERT INTO `ListType` VALUES ('11009', 'other', 'com.liferay.portal.model.Contact.phone'); INSERT INTO `ListType` VALUES ('11010', 'pager', 'com.liferay.portal.model.Contact.phone'); INSERT INTO `ListType` VALUES ('11011', 'personal', 'com.liferay.portal.model.Contact.phone'); INSERT INTO `ListType` VALUES ('11012', 'personal-fax', 'com.liferay.portal.model.Contact.phone'); INSERT INTO `ListType` VALUES ('11013', 'tty', 'com.liferay.portal.model.Contact.phone'); INSERT INTO `ListType` VALUES ('11014', 'dr', 'com.liferay.portal.model.Contact.prefix'); INSERT INTO `ListType` VALUES ('11015', 'mr', 'com.liferay.portal.model.Contact.prefix'); INSERT INTO `ListType` VALUES ('11016', 'mrs', 'com.liferay.portal.model.Contact.prefix'); INSERT INTO `ListType` VALUES ('11017', 'ms', 'com.liferay.portal.model.Contact.prefix'); INSERT INTO `ListType` VALUES ('11020', 'ii', 'com.liferay.portal.model.Contact.suffix'); INSERT INTO `ListType` VALUES ('11021', 'iii', 'com.liferay.portal.model.Contact.suffix'); INSERT INTO `ListType` VALUES ('11022', 'iv', 'com.liferay.portal.model.Contact.suffix'); INSERT INTO `ListType` VALUES ('11023', 'jr', 'com.liferay.portal.model.Contact.suffix'); INSERT INTO `ListType` VALUES ('11024', 'phd', 'com.liferay.portal.model.Contact.suffix'); INSERT INTO `ListType` VALUES ('11025', 'sr', 'com.liferay.portal.model.Contact.suffix'); INSERT INTO `ListType` VALUES ('11026', 'blog', 'com.liferay.portal.model.Contact.website'); INSERT INTO `ListType` VALUES ('11027', 'business', 'com.liferay.portal.model.Contact.website'); INSERT INTO `ListType` VALUES ('11028', 'other', 'com.liferay.portal.model.Contact.website'); INSERT INTO `ListType` VALUES ('11029', 'personal', 'com.liferay.portal.model.Contact.website'); INSERT INTO `ListType` VALUES ('12000', 'billing', 'com.liferay.portal.model.Organization.address'); INSERT INTO `ListType` VALUES ('12001', 'other', 'com.liferay.portal.model.Organization.address'); INSERT INTO `ListType` VALUES ('12002', 'p-o-box', 'com.liferay.portal.model.Organization.address'); INSERT INTO `ListType` VALUES ('12003', 'shipping', 'com.liferay.portal.model.Organization.address'); INSERT INTO `ListType` VALUES ('12004', 'email-address', 'com.liferay.portal.model.Organization.emailAddress'); INSERT INTO `ListType` VALUES ('12005', 'email-address-2', 'com.liferay.portal.model.Organization.emailAddress'); INSERT INTO `ListType` VALUES ('12006', 'email-address-3', 'com.liferay.portal.model.Organization.emailAddress'); INSERT INTO `ListType` VALUES ('12007', 'fax', 'com.liferay.portal.model.Organization.phone'); INSERT INTO `ListType` VALUES ('12008', 'local', 'com.liferay.portal.model.Organization.phone'); INSERT INTO `ListType` VALUES ('12009', 'other', 'com.liferay.portal.model.Organization.phone'); INSERT INTO `ListType` VALUES ('12010', 'toll-free', 'com.liferay.portal.model.Organization.phone'); INSERT INTO `ListType` VALUES ('12011', 'tty', 'com.liferay.portal.model.Organization.phone'); INSERT INTO `ListType` VALUES ('12012', 'administrative', 'com.liferay.portal.model.Organization.service'); INSERT INTO `ListType` VALUES ('12013', 'contracts', 'com.liferay.portal.model.Organization.service'); INSERT INTO `ListType` VALUES ('12014', 'donation', 'com.liferay.portal.model.Organization.service'); INSERT INTO `ListType` VALUES ('12015', 'retail', 'com.liferay.portal.model.Organization.service'); INSERT INTO `ListType` VALUES ('12016', 'training', 'com.liferay.portal.model.Organization.service'); INSERT INTO `ListType` VALUES ('12017', 'full-member', 'com.liferay.portal.model.Organization.status'); INSERT INTO `ListType` VALUES ('12018', 'provisional-member', 'com.liferay.portal.model.Organization.status'); INSERT INTO `ListType` VALUES ('12019', 'intranet', 'com.liferay.portal.model.Organization.website'); INSERT INTO `ListType` VALUES ('12020', 'public', 'com.liferay.portal.model.Organization.website'); -- ---------------------------- -- Table structure for Lock_ -- ---------------------------- DROP TABLE IF EXISTS `Lock_`; CREATE TABLE `Lock_` ( `uuid_` varchar(75) DEFAULT NULL, `lockId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `className` varchar(75) DEFAULT NULL, `key_` varchar(200) DEFAULT NULL, `owner` varchar(300) DEFAULT NULL, `inheritable` tinyint(4) DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, PRIMARY KEY (`lockId`), KEY `IX_228562AD` (`className`,`key_`), KEY `IX_E3F1286B` (`expirationDate`), KEY `IX_13C5CD3A` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Lock_ -- ---------------------------- -- ---------------------------- -- Table structure for MBBan -- ---------------------------- DROP TABLE IF EXISTS `MBBan`; CREATE TABLE `MBBan` ( `banId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `banUserId` bigint(20) DEFAULT NULL, PRIMARY KEY (`banId`), UNIQUE KEY `IX_8ABC4E3B` (`groupId`,`banUserId`), KEY `IX_69951A25` (`banUserId`), KEY `IX_5C3FF12A` (`groupId`), KEY `IX_48814BBA` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MBBan -- ---------------------------- -- ---------------------------- -- Table structure for MBCategory -- ---------------------------- DROP TABLE IF EXISTS `MBCategory`; CREATE TABLE `MBCategory` ( `uuid_` varchar(75) DEFAULT NULL, `categoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `threadCount` int(11) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `lastPostDate` datetime DEFAULT NULL, PRIMARY KEY (`categoryId`), UNIQUE KEY `IX_F7D28C2F` (`uuid_`,`groupId`), KEY `IX_BC735DCF` (`companyId`), KEY `IX_BB870C11` (`groupId`), KEY `IX_ED292508` (`groupId`,`parentCategoryId`), KEY `IX_C2626EDB` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MBCategory -- ---------------------------- -- ---------------------------- -- Table structure for MBDiscussion -- ---------------------------- DROP TABLE IF EXISTS `MBDiscussion`; CREATE TABLE `MBDiscussion` ( `discussionId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, PRIMARY KEY (`discussionId`), UNIQUE KEY `IX_33A4DE38` (`classNameId`,`classPK`), UNIQUE KEY `IX_B5CA2DC` (`threadId`), KEY `IX_79D0120B` (`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MBDiscussion -- ---------------------------- INSERT INTO `MBDiscussion` VALUES ('10161', '10014', '10157', '10159'); INSERT INTO `MBDiscussion` VALUES ('10169', '10014', '10165', '10167'); INSERT INTO `MBDiscussion` VALUES ('10279', '10014', '10275', '10277'); INSERT INTO `MBDiscussion` VALUES ('10284', '10014', '10280', '10282'); INSERT INTO `MBDiscussion` VALUES ('10302', '10087', '10296', '10300'); -- ---------------------------- -- Table structure for MBMailingList -- ---------------------------- DROP TABLE IF EXISTS `MBMailingList`; CREATE TABLE `MBMailingList` ( `uuid_` varchar(75) DEFAULT NULL, `mailingListId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `emailAddress` varchar(75) DEFAULT NULL, `inProtocol` varchar(75) DEFAULT NULL, `inServerName` varchar(75) DEFAULT NULL, `inServerPort` int(11) DEFAULT NULL, `inUseSSL` tinyint(4) DEFAULT NULL, `inUserName` varchar(75) DEFAULT NULL, `inPassword` varchar(75) DEFAULT NULL, `inReadInterval` int(11) DEFAULT NULL, `outEmailAddress` varchar(75) DEFAULT NULL, `outCustom` tinyint(4) DEFAULT NULL, `outServerName` varchar(75) DEFAULT NULL, `outServerPort` int(11) DEFAULT NULL, `outUseSSL` tinyint(4) DEFAULT NULL, `outUserName` varchar(75) DEFAULT NULL, `outPassword` varchar(75) DEFAULT NULL, `allowAnonymous` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`mailingListId`), UNIQUE KEY `IX_76CE9CDD` (`groupId`,`categoryId`), UNIQUE KEY `IX_E858F170` (`uuid_`,`groupId`), KEY `IX_BFEB984F` (`active_`), KEY `IX_4115EC7A` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MBMailingList -- ---------------------------- -- ---------------------------- -- Table structure for MBMessage -- ---------------------------- DROP TABLE IF EXISTS `MBMessage`; CREATE TABLE `MBMessage` ( `uuid_` varchar(75) DEFAULT NULL, `messageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, `rootMessageId` bigint(20) DEFAULT NULL, `parentMessageId` bigint(20) DEFAULT NULL, `subject` varchar(75) DEFAULT NULL, `body` longtext, `attachments` tinyint(4) DEFAULT NULL, `anonymous` tinyint(4) DEFAULT NULL, `priority` double DEFAULT NULL, `allowPingbacks` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`messageId`), UNIQUE KEY `IX_8D12316E` (`uuid_`,`groupId`), KEY `IX_51A8D44D` (`classNameId`,`classPK`), KEY `IX_F6687633` (`classNameId`,`classPK`,`status`), KEY `IX_B1432D30` (`companyId`), KEY `IX_1AD93C16` (`companyId`,`status`), KEY `IX_5B153FB2` (`groupId`), KEY `IX_1073AB9F` (`groupId`,`categoryId`), KEY `IX_4257DB85` (`groupId`,`categoryId`,`status`), KEY `IX_B674AB58` (`groupId`,`categoryId`,`threadId`), KEY `IX_385E123E` (`groupId`,`categoryId`,`threadId`,`status`), KEY `IX_ED39AC98` (`groupId`,`status`), KEY `IX_8EB8C5EC` (`groupId`,`userId`), KEY `IX_377858D2` (`groupId`,`userId`,`status`), KEY `IX_75B95071` (`threadId`), KEY `IX_A7038CD7` (`threadId`,`parentMessageId`), KEY `IX_9DC8E57` (`threadId`,`status`), KEY `IX_7A040C32` (`userId`), KEY `IX_C57B16BC` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MBMessage -- ---------------------------- INSERT INTO `MBMessage` VALUES ('9319dae2-01dd-4146-8480-6af228fd61ea', '10158', '10154', '10136', '10140', ' ', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '10014', '10157', '-1', '10159', '10158', '0', '10157', '10157', '0', '1', '0', '0', '0', '10140', ' ', '2017-06-09 03:16:06'); INSERT INTO `MBMessage` VALUES ('2c04f5a7-5223-489e-ad19-1f44053c7052', '10166', '10162', '10136', '10140', ' ', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '10014', '10165', '-1', '10167', '10166', '0', '10165', '10165', '0', '1', '0', '0', '0', '10140', ' ', '2017-06-09 03:16:06'); INSERT INTO `MBMessage` VALUES ('53d61a16-b622-4d55-af8c-dc5ff8fc0d2e', '10276', '10180', '10136', '10178', 'Test Test', '2017-06-09 03:16:23', '2017-06-09 03:16:23', '10014', '10275', '-1', '10277', '10276', '0', '10275', '10275', '0', '0', '0', '0', '0', '10178', 'Test Test', '2017-06-09 03:16:23'); INSERT INTO `MBMessage` VALUES ('2fe32275-78eb-4db8-8016-70e97819b167', '10281', '10180', '10136', '10178', 'Test Test', '2017-06-09 03:16:23', '2017-06-09 03:16:23', '10014', '10280', '-1', '10282', '10281', '0', '10280', '10280', '0', '0', '0', '0', '0', '10178', 'Test Test', '2017-06-09 03:16:23'); INSERT INTO `MBMessage` VALUES ('518033c1-06af-49ca-b4c5-a8094be61dcb', '10299', '10162', '10136', '10178', 'Test Test', '2017-06-09 03:18:52', '2017-06-09 03:18:52', '10087', '10296', '-1', '10300', '10299', '0', '10296', '10296', '0', '0', '0', '0', '0', '10178', 'Test Test', '2017-06-09 03:18:52'); -- ---------------------------- -- Table structure for MBMessageFlag -- ---------------------------- DROP TABLE IF EXISTS `MBMessageFlag`; CREATE TABLE `MBMessageFlag` ( `messageFlagId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, `messageId` bigint(20) DEFAULT NULL, `flag` int(11) DEFAULT NULL, PRIMARY KEY (`messageFlagId`), UNIQUE KEY `IX_E9EB6194` (`userId`,`messageId`,`flag`), KEY `IX_D180D4AE` (`messageId`), KEY `IX_A6973A8E` (`messageId`,`flag`), KEY `IX_C1C9A8FD` (`threadId`), KEY `IX_3CFD579D` (`threadId`,`flag`), KEY `IX_7B2917BE` (`userId`), KEY `IX_2EA537D7` (`userId`,`threadId`,`flag`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MBMessageFlag -- ---------------------------- -- ---------------------------- -- Table structure for MBStatsUser -- ---------------------------- DROP TABLE IF EXISTS `MBStatsUser`; CREATE TABLE `MBStatsUser` ( `statsUserId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `lastPostDate` datetime DEFAULT NULL, PRIMARY KEY (`statsUserId`), UNIQUE KEY `IX_9168E2C9` (`groupId`,`userId`), KEY `IX_A00A898F` (`groupId`), KEY `IX_FAB5A88B` (`groupId`,`messageCount`), KEY `IX_847F92B5` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MBStatsUser -- ---------------------------- -- ---------------------------- -- Table structure for MBThread -- ---------------------------- DROP TABLE IF EXISTS `MBThread`; CREATE TABLE `MBThread` ( `threadId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `rootMessageId` bigint(20) DEFAULT NULL, `rootMessageUserId` bigint(20) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `viewCount` int(11) DEFAULT NULL, `lastPostByUserId` bigint(20) DEFAULT NULL, `lastPostDate` datetime DEFAULT NULL, `priority` double DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`threadId`), KEY `IX_41F6DC8A` (`categoryId`,`priority`), KEY `IX_95C0EA45` (`groupId`), KEY `IX_9A2D11B2` (`groupId`,`categoryId`), KEY `IX_50F1904A` (`groupId`,`categoryId`,`lastPostDate`), KEY `IX_485F7E98` (`groupId`,`categoryId`,`status`), KEY `IX_E1E7142B` (`groupId`,`status`), KEY `IX_AEDD9CB5` (`lastPostDate`,`priority`), KEY `IX_CC993ECB` (`rootMessageId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MBThread -- ---------------------------- INSERT INTO `MBThread` VALUES ('10159', '10154', '10136', '-1', '10158', '10140', '1', '0', '0', '2017-06-09 03:16:06', '0', '0', '10140', ' ', '2017-06-09 03:16:06'); INSERT INTO `MBThread` VALUES ('10167', '10162', '10136', '-1', '10166', '10140', '1', '0', '0', '2017-06-09 03:16:06', '0', '0', '10140', ' ', '2017-06-09 03:16:06'); INSERT INTO `MBThread` VALUES ('10277', '10180', '10136', '-1', '10276', '10178', '1', '0', '10178', '2017-06-09 03:16:23', '0', '0', '10178', 'Test Test', '2017-06-09 03:16:23'); INSERT INTO `MBThread` VALUES ('10282', '10180', '10136', '-1', '10281', '10178', '1', '0', '10178', '2017-06-09 03:16:23', '0', '0', '10178', 'Test Test', '2017-06-09 03:16:23'); INSERT INTO `MBThread` VALUES ('10300', '10162', '10136', '-1', '10299', '10178', '1', '0', '10178', '2017-06-09 03:18:52', '0', '0', '10178', 'Test Test', '2017-06-09 03:18:52'); -- ---------------------------- -- Table structure for MembershipRequest -- ---------------------------- DROP TABLE IF EXISTS `MembershipRequest`; CREATE TABLE `MembershipRequest` ( `membershipRequestId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `comments` longtext, `replyComments` longtext, `replyDate` datetime DEFAULT NULL, `replierUserId` bigint(20) DEFAULT NULL, `statusId` int(11) DEFAULT NULL, PRIMARY KEY (`membershipRequestId`), KEY `IX_8A1CC4B` (`groupId`), KEY `IX_C28C72EC` (`groupId`,`statusId`), KEY `IX_35AA8FA6` (`groupId`,`userId`,`statusId`), KEY `IX_66D70879` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of MembershipRequest -- ---------------------------- -- ---------------------------- -- Table structure for Organization_ -- ---------------------------- DROP TABLE IF EXISTS `Organization_`; CREATE TABLE `Organization_` ( `organizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `parentOrganizationId` bigint(20) DEFAULT NULL, `leftOrganizationId` bigint(20) DEFAULT NULL, `rightOrganizationId` bigint(20) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `recursable` tinyint(4) DEFAULT NULL, `regionId` bigint(20) DEFAULT NULL, `countryId` bigint(20) DEFAULT NULL, `statusId` int(11) DEFAULT NULL, `comments` longtext, PRIMARY KEY (`organizationId`), UNIQUE KEY `IX_E301BDF5` (`companyId`,`name`), KEY `IX_834BCEB6` (`companyId`), KEY `IX_418E4522` (`companyId`,`parentOrganizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Organization_ -- ---------------------------- -- ---------------------------- -- Table structure for OrgGroupPermission -- ---------------------------- DROP TABLE IF EXISTS `OrgGroupPermission`; CREATE TABLE `OrgGroupPermission` ( `organizationId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `permissionId` bigint(20) NOT NULL, PRIMARY KEY (`organizationId`,`groupId`,`permissionId`), KEY `IX_A425F71A` (`groupId`), KEY `IX_6C53DA4E` (`permissionId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of OrgGroupPermission -- ---------------------------- -- ---------------------------- -- Table structure for OrgGroupRole -- ---------------------------- DROP TABLE IF EXISTS `OrgGroupRole`; CREATE TABLE `OrgGroupRole` ( `organizationId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`organizationId`,`groupId`,`roleId`), KEY `IX_4A527DD3` (`groupId`), KEY `IX_AB044D1C` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of OrgGroupRole -- ---------------------------- -- ---------------------------- -- Table structure for OrgLabor -- ---------------------------- DROP TABLE IF EXISTS `OrgLabor`; CREATE TABLE `OrgLabor` ( `orgLaborId` bigint(20) NOT NULL, `organizationId` bigint(20) DEFAULT NULL, `typeId` int(11) DEFAULT NULL, `sunOpen` int(11) DEFAULT NULL, `sunClose` int(11) DEFAULT NULL, `monOpen` int(11) DEFAULT NULL, `monClose` int(11) DEFAULT NULL, `tueOpen` int(11) DEFAULT NULL, `tueClose` int(11) DEFAULT NULL, `wedOpen` int(11) DEFAULT NULL, `wedClose` int(11) DEFAULT NULL, `thuOpen` int(11) DEFAULT NULL, `thuClose` int(11) DEFAULT NULL, `friOpen` int(11) DEFAULT NULL, `friClose` int(11) DEFAULT NULL, `satOpen` int(11) DEFAULT NULL, `satClose` int(11) DEFAULT NULL, PRIMARY KEY (`orgLaborId`), KEY `IX_6AF0D434` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of OrgLabor -- ---------------------------- -- ---------------------------- -- Table structure for PasswordPolicy -- ---------------------------- DROP TABLE IF EXISTS `PasswordPolicy`; CREATE TABLE `PasswordPolicy` ( `passwordPolicyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `defaultPolicy` tinyint(4) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `changeable` tinyint(4) DEFAULT NULL, `changeRequired` tinyint(4) DEFAULT NULL, `minAge` bigint(20) DEFAULT NULL, `checkSyntax` tinyint(4) DEFAULT NULL, `allowDictionaryWords` tinyint(4) 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, `history` tinyint(4) DEFAULT NULL, `historyCount` int(11) DEFAULT NULL, `expireable` tinyint(4) DEFAULT NULL, `maxAge` bigint(20) DEFAULT NULL, `warningTime` bigint(20) DEFAULT NULL, `graceLimit` int(11) DEFAULT NULL, `lockout` tinyint(4) DEFAULT NULL, `maxFailure` int(11) DEFAULT NULL, `lockoutDuration` bigint(20) DEFAULT NULL, `requireUnlock` tinyint(4) DEFAULT NULL, `resetFailureCount` bigint(20) DEFAULT NULL, `resetTicketMaxAge` bigint(20) DEFAULT NULL, PRIMARY KEY (`passwordPolicyId`), UNIQUE KEY `IX_3FBFA9F4` (`companyId`,`name`), KEY `IX_2C1142E` (`companyId`,`defaultPolicy`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PasswordPolicy -- ---------------------------- INSERT INTO `PasswordPolicy` VALUES ('10177', '10136', '10140', ' ', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '1', 'Default Password Policy', 'Default Password Policy', '1', '0', '0', '0', '1', '0', '6', '0', '1', '0', '1', '0', '6', '0', '8640000', '86400', '0', '0', '3', '0', '1', '600', '86400'); -- ---------------------------- -- Table structure for PasswordPolicyRel -- ---------------------------- DROP TABLE IF EXISTS `PasswordPolicyRel`; CREATE TABLE `PasswordPolicyRel` ( `passwordPolicyRelId` bigint(20) NOT NULL, `passwordPolicyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`passwordPolicyRelId`), KEY `IX_C3A17327` (`classNameId`,`classPK`), KEY `IX_CD25266E` (`passwordPolicyId`), KEY `IX_ED7CF243` (`passwordPolicyId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PasswordPolicyRel -- ---------------------------- -- ---------------------------- -- Table structure for PasswordTracker -- ---------------------------- DROP TABLE IF EXISTS `PasswordTracker`; CREATE TABLE `PasswordTracker` ( `passwordTrackerId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, PRIMARY KEY (`passwordTrackerId`), KEY `IX_326F75BD` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PasswordTracker -- ---------------------------- -- ---------------------------- -- Table structure for Permission_ -- ---------------------------- DROP TABLE IF EXISTS `Permission_`; CREATE TABLE `Permission_` ( `permissionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `actionId` varchar(75) DEFAULT NULL, `resourceId` bigint(20) DEFAULT NULL, PRIMARY KEY (`permissionId`), UNIQUE KEY `IX_4D19C2B8` (`actionId`,`resourceId`), KEY `IX_F090C113` (`resourceId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Permission_ -- ---------------------------- -- ---------------------------- -- Table structure for Phone -- ---------------------------- DROP TABLE IF EXISTS `Phone`; CREATE TABLE `Phone` ( `phoneId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `typeId` int(11) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`phoneId`), KEY `IX_9F704A14` (`companyId`), KEY `IX_A2E4AFBA` (`companyId`,`classNameId`), KEY `IX_9A53569` (`companyId`,`classNameId`,`classPK`), KEY `IX_812CE07A` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_F202B9CE` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Phone -- ---------------------------- -- ---------------------------- -- Table structure for PluginSetting -- ---------------------------- DROP TABLE IF EXISTS `PluginSetting`; CREATE TABLE `PluginSetting` ( `pluginSettingId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `pluginId` varchar(75) DEFAULT NULL, `pluginType` varchar(75) DEFAULT NULL, `roles` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`pluginSettingId`), UNIQUE KEY `IX_7171B2E8` (`companyId`,`pluginId`,`pluginType`), KEY `IX_B9746445` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PluginSetting -- ---------------------------- -- ---------------------------- -- Table structure for PollsChoice -- ---------------------------- DROP TABLE IF EXISTS `PollsChoice`; CREATE TABLE `PollsChoice` ( `uuid_` varchar(75) DEFAULT NULL, `choiceId` bigint(20) NOT NULL, `questionId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`choiceId`), UNIQUE KEY `IX_D76DD2CF` (`questionId`,`name`), KEY `IX_EC370F10` (`questionId`), KEY `IX_6660B399` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PollsChoice -- ---------------------------- -- ---------------------------- -- Table structure for PollsQuestion -- ---------------------------- DROP TABLE IF EXISTS `PollsQuestion`; CREATE TABLE `PollsQuestion` ( `uuid_` varchar(75) DEFAULT NULL, `questionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `title` longtext, `description` longtext, `expirationDate` datetime DEFAULT NULL, `lastVoteDate` datetime DEFAULT NULL, PRIMARY KEY (`questionId`), UNIQUE KEY `IX_F3C9F36` (`uuid_`,`groupId`), KEY `IX_9FF342EA` (`groupId`), KEY `IX_51F087F4` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PollsQuestion -- ---------------------------- -- ---------------------------- -- Table structure for PollsVote -- ---------------------------- DROP TABLE IF EXISTS `PollsVote`; CREATE TABLE `PollsVote` ( `voteId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `questionId` bigint(20) DEFAULT NULL, `choiceId` bigint(20) DEFAULT NULL, `voteDate` datetime DEFAULT NULL, PRIMARY KEY (`voteId`), UNIQUE KEY `IX_1BBFD4D3` (`questionId`,`userId`), KEY `IX_D5DF7B54` (`choiceId`), KEY `IX_12112599` (`questionId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PollsVote -- ---------------------------- -- ---------------------------- -- Table structure for PortalPreferences -- ---------------------------- DROP TABLE IF EXISTS `PortalPreferences`; CREATE TABLE `PortalPreferences` ( `portalPreferencesId` bigint(20) NOT NULL, `ownerId` bigint(20) DEFAULT NULL, `ownerType` int(11) DEFAULT NULL, `preferences` longtext, PRIMARY KEY (`portalPreferencesId`), KEY `IX_D1F795F1` (`ownerId`,`ownerType`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PortalPreferences -- ---------------------------- INSERT INTO `PortalPreferences` VALUES ('10135', '0', '1', ''); INSERT INTO `PortalPreferences` VALUES ('10142', '10136', '1', ''); INSERT INTO `PortalPreferences` VALUES ('10270', '10140', '4', ''); INSERT INTO `PortalPreferences` VALUES ('10271', '10140', '4', ''); INSERT INTO `PortalPreferences` VALUES ('10285', '10178', '4', 'com.liferay.portal.util.SessionClicks#show-portlet-description-15false'); -- ---------------------------- -- Table structure for Portlet -- ---------------------------- DROP TABLE IF EXISTS `Portlet`; CREATE TABLE `Portlet` ( `id_` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `roles` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_12B5E51D` (`companyId`,`portletId`), KEY `IX_80CC9508` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Portlet -- ---------------------------- INSERT INTO `Portlet` VALUES ('10184', '10136', '98', '', '1'); INSERT INTO `Portlet` VALUES ('10185', '10136', '66', '', '1'); INSERT INTO `Portlet` VALUES ('10186', '10136', '27', '', '1'); INSERT INTO `Portlet` VALUES ('10187', '10136', '152', '', '1'); INSERT INTO `Portlet` VALUES ('10188', '10136', '134', '', '1'); INSERT INTO `Portlet` VALUES ('10189', '10136', '130', '', '1'); INSERT INTO `Portlet` VALUES ('10190', '10136', '122', '', '1'); INSERT INTO `Portlet` VALUES ('10191', '10136', '36', '', '1'); INSERT INTO `Portlet` VALUES ('10192', '10136', '26', '', '1'); INSERT INTO `Portlet` VALUES ('10193', '10136', '104', '', '1'); INSERT INTO `Portlet` VALUES ('10194', '10136', '153', '', '1'); INSERT INTO `Portlet` VALUES ('10195', '10136', '64', '', '1'); INSERT INTO `Portlet` VALUES ('10196', '10136', '129', '', '1'); INSERT INTO `Portlet` VALUES ('10197', '10136', '100', '', '1'); INSERT INTO `Portlet` VALUES ('10198', '10136', '19', '', '1'); INSERT INTO `Portlet` VALUES ('10199', '10136', '157', '', '1'); INSERT INTO `Portlet` VALUES ('10200', '10136', '128', '', '1'); INSERT INTO `Portlet` VALUES ('10201', '10136', '154', '', '1'); INSERT INTO `Portlet` VALUES ('10202', '10136', '148', '', '1'); INSERT INTO `Portlet` VALUES ('10203', '10136', '11', '', '1'); INSERT INTO `Portlet` VALUES ('10204', '10136', '29', '', '1'); INSERT INTO `Portlet` VALUES ('10205', '10136', '158', '', '1'); INSERT INTO `Portlet` VALUES ('10206', '10136', '8', '', '1'); INSERT INTO `Portlet` VALUES ('10207', '10136', '58', '', '1'); INSERT INTO `Portlet` VALUES ('10208', '10136', '155', '', '1'); INSERT INTO `Portlet` VALUES ('10209', '10136', '71', '', '1'); INSERT INTO `Portlet` VALUES ('10210', '10136', '97', '', '1'); INSERT INTO `Portlet` VALUES ('10211', '10136', '39', '', '1'); INSERT INTO `Portlet` VALUES ('10212', '10136', '85', '', '1'); INSERT INTO `Portlet` VALUES ('10213', '10136', '118', '', '1'); INSERT INTO `Portlet` VALUES ('10214', '10136', '79', '', '1'); INSERT INTO `Portlet` VALUES ('10215', '10136', '107', '', '1'); INSERT INTO `Portlet` VALUES ('10216', '10136', '30', '', '1'); INSERT INTO `Portlet` VALUES ('10217', '10136', '147', '', '1'); INSERT INTO `Portlet` VALUES ('10218', '10136', '48', '', '1'); INSERT INTO `Portlet` VALUES ('10219', '10136', '125', '', '1'); INSERT INTO `Portlet` VALUES ('10220', '10136', '146', '', '1'); INSERT INTO `Portlet` VALUES ('10221', '10136', '62', '', '1'); INSERT INTO `Portlet` VALUES ('10222', '10136', '159', '', '1'); INSERT INTO `Portlet` VALUES ('10223', '10136', '108', '', '1'); INSERT INTO `Portlet` VALUES ('10224', '10136', '84', '', '1'); INSERT INTO `Portlet` VALUES ('10225', '10136', '101', '', '1'); INSERT INTO `Portlet` VALUES ('10226', '10136', '121', '', '1'); INSERT INTO `Portlet` VALUES ('10227', '10136', '37', '', '1'); INSERT INTO `Portlet` VALUES ('10228', '10136', '143', '', '1'); INSERT INTO `Portlet` VALUES ('10229', '10136', '77', '', '1'); INSERT INTO `Portlet` VALUES ('10230', '10136', '115', '', '1'); INSERT INTO `Portlet` VALUES ('10231', '10136', '56', '', '1'); INSERT INTO `Portlet` VALUES ('10232', '10136', '16', '', '1'); INSERT INTO `Portlet` VALUES ('10233', '10136', '111', '', '1'); INSERT INTO `Portlet` VALUES ('10234', '10136', '3', '', '1'); INSERT INTO `Portlet` VALUES ('10235', '10136', '23', '', '1'); INSERT INTO `Portlet` VALUES ('10236', '10136', '20', '', '1'); INSERT INTO `Portlet` VALUES ('10237', '10136', '83', '', '1'); INSERT INTO `Portlet` VALUES ('10238', '10136', '99', '', '1'); INSERT INTO `Portlet` VALUES ('10239', '10136', '70', '', '1'); INSERT INTO `Portlet` VALUES ('10240', '10136', '141', '', '1'); INSERT INTO `Portlet` VALUES ('10241', '10136', '9', '', '1'); INSERT INTO `Portlet` VALUES ('10242', '10136', '28', '', '1'); INSERT INTO `Portlet` VALUES ('10243', '10136', '137', '', '1'); INSERT INTO `Portlet` VALUES ('10244', '10136', '47', '', '1'); INSERT INTO `Portlet` VALUES ('10245', '10136', '15', '', '1'); INSERT INTO `Portlet` VALUES ('10246', '10136', '116', '', '1'); INSERT INTO `Portlet` VALUES ('10247', '10136', '82', '', '1'); INSERT INTO `Portlet` VALUES ('10248', '10136', '151', '', '1'); INSERT INTO `Portlet` VALUES ('10249', '10136', '54', '', '1'); INSERT INTO `Portlet` VALUES ('10250', '10136', '132', '', '1'); INSERT INTO `Portlet` VALUES ('10251', '10136', '34', '', '1'); INSERT INTO `Portlet` VALUES ('10252', '10136', '61', '', '1'); INSERT INTO `Portlet` VALUES ('10253', '10136', '73', '', '1'); INSERT INTO `Portlet` VALUES ('10254', '10136', '31', '', '1'); INSERT INTO `Portlet` VALUES ('10255', '10136', '136', '', '1'); INSERT INTO `Portlet` VALUES ('10256', '10136', '50', '', '1'); INSERT INTO `Portlet` VALUES ('10257', '10136', '127', '', '1'); INSERT INTO `Portlet` VALUES ('10258', '10136', '25', '', '1'); INSERT INTO `Portlet` VALUES ('10259', '10136', '33', '', '1'); INSERT INTO `Portlet` VALUES ('10260', '10136', '150', '', '1'); INSERT INTO `Portlet` VALUES ('10261', '10136', '126', '', '1'); INSERT INTO `Portlet` VALUES ('10262', '10136', '114', '', '1'); INSERT INTO `Portlet` VALUES ('10263', '10136', '149', '', '1'); INSERT INTO `Portlet` VALUES ('10264', '10136', '67', '', '1'); INSERT INTO `Portlet` VALUES ('10265', '10136', '110', '', '1'); INSERT INTO `Portlet` VALUES ('10266', '10136', '59', '', '1'); INSERT INTO `Portlet` VALUES ('10267', '10136', '135', '', '1'); INSERT INTO `Portlet` VALUES ('10268', '10136', '131', '', '1'); INSERT INTO `Portlet` VALUES ('10269', '10136', '102', '', '1'); -- ---------------------------- -- Table structure for PortletItem -- ---------------------------- DROP TABLE IF EXISTS `PortletItem`; CREATE TABLE `PortletItem` ( `portletItemId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `portletId` varchar(75) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, PRIMARY KEY (`portletItemId`), KEY `IX_96BDD537` (`groupId`,`classNameId`), KEY `IX_D699243F` (`groupId`,`name`,`portletId`,`classNameId`), KEY `IX_2C61314E` (`groupId`,`portletId`), KEY `IX_E922D6C0` (`groupId`,`portletId`,`classNameId`), KEY `IX_8E71167F` (`groupId`,`portletId`,`classNameId`,`name`), KEY `IX_33B8CE8D` (`groupId`,`portletId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PortletItem -- ---------------------------- -- ---------------------------- -- Table structure for PortletPreferences -- ---------------------------- DROP TABLE IF EXISTS `PortletPreferences`; CREATE TABLE `PortletPreferences` ( `portletPreferencesId` bigint(20) NOT NULL, `ownerId` bigint(20) DEFAULT NULL, `ownerType` int(11) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `preferences` longtext, PRIMARY KEY (`portletPreferencesId`), UNIQUE KEY `IX_C7057FF7` (`ownerId`,`ownerType`,`plid`,`portletId`), KEY `IX_E4F13E6E` (`ownerId`,`ownerType`,`plid`), KEY `IX_F15C1C4F` (`plid`), KEY `IX_D340DB76` (`plid`,`portletId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of PortletPreferences -- ---------------------------- INSERT INTO `PortletPreferences` VALUES ('10272', '0', '3', '10165', '103', ''); INSERT INTO `PortletPreferences` VALUES ('10273', '0', '3', '10165', '47', ''); INSERT INTO `PortletPreferences` VALUES ('10274', '0', '3', '10165', '58', ''); INSERT INTO `PortletPreferences` VALUES ('10286', '0', '3', '10165', '145', ''); INSERT INTO `PortletPreferences` VALUES ('10287', '0', '3', '10165', 'terms-of-use', ''); INSERT INTO `PortletPreferences` VALUES ('10288', '0', '3', '10165', 'password-reminder', ''); INSERT INTO `PortletPreferences` VALUES ('10289', '0', '3', '10165', '101_INSTANCE_3cdU', 'rss-display-styleshow-available-localesfalserss-formatmetadata-fieldsasset-link-behaviorshowFullContentclass-name-ids100711009610098100861008710075100731007610133enable-comment-ratingsfalseextensionsfalsefalsefalsefalsefalsefalsedefault-scopetrueenable-commentstrueenable-printfalseselection-stylemanualscope-idsGroup_10162display-styletitle-listrss-nameenable-tag-based-navigationfalseenable-flagsfalseenable-rssfalseabstract-length200show-query-logicfalseshow-asset-titletrueenable-ratingsfalserss-delta0show-context-linktrueany-asset-typetrue'); INSERT INTO `PortletPreferences` VALUES ('10290', '10162', '2', '0', '15', ''); INSERT INTO `PortletPreferences` VALUES ('10291', '0', '3', '10157', '160', ''); INSERT INTO `PortletPreferences` VALUES ('10292', '0', '3', '10157', '15', ''); INSERT INTO `PortletPreferences` VALUES ('10293', '0', '3', '10157', '145', ''); INSERT INTO `PortletPreferences` VALUES ('10303', '0', '3', '10165', '86', ''); INSERT INTO `PortletPreferences` VALUES ('10306', '0', '3', '10165', '101_INSTANCE_R9wk', ''); -- ---------------------------- -- Table structure for QUARTZ_BLOB_TRIGGERS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_BLOB_TRIGGERS`; CREATE TABLE `QUARTZ_BLOB_TRIGGERS` ( `TRIGGER_NAME` varchar(80) NOT NULL, `TRIGGER_GROUP` varchar(80) NOT NULL, `BLOB_DATA` longblob, PRIMARY KEY (`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_BLOB_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_CALENDARS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_CALENDARS`; CREATE TABLE `QUARTZ_CALENDARS` ( `CALENDAR_NAME` varchar(80) NOT NULL, `CALENDAR` longblob NOT NULL, PRIMARY KEY (`CALENDAR_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_CALENDARS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_CRON_TRIGGERS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_CRON_TRIGGERS`; CREATE TABLE `QUARTZ_CRON_TRIGGERS` ( `TRIGGER_NAME` varchar(80) NOT NULL, `TRIGGER_GROUP` varchar(80) NOT NULL, `CRON_EXPRESSION` varchar(80) NOT NULL, `TIME_ZONE_ID` varchar(80) DEFAULT NULL, PRIMARY KEY (`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_CRON_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_FIRED_TRIGGERS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_FIRED_TRIGGERS`; CREATE TABLE `QUARTZ_FIRED_TRIGGERS` ( `ENTRY_ID` varchar(95) NOT NULL, `TRIGGER_NAME` varchar(80) NOT NULL, `TRIGGER_GROUP` varchar(80) NOT NULL, `IS_VOLATILE` tinyint(4) NOT NULL, `INSTANCE_NAME` varchar(80) NOT NULL, `FIRED_TIME` bigint(20) NOT NULL, `PRIORITY` int(11) NOT NULL, `STATE` varchar(16) NOT NULL, `JOB_NAME` varchar(80) DEFAULT NULL, `JOB_GROUP` varchar(80) DEFAULT NULL, `IS_STATEFUL` tinyint(4) DEFAULT NULL, `REQUESTS_RECOVERY` tinyint(4) DEFAULT NULL, PRIMARY KEY (`ENTRY_ID`), KEY `IX_804154AF` (`INSTANCE_NAME`), KEY `IX_BAB9A1F7` (`JOB_GROUP`), KEY `IX_ADEE6A17` (`JOB_NAME`), KEY `IX_64B194F2` (`TRIGGER_GROUP`), KEY `IX_5FEABBC` (`TRIGGER_NAME`), KEY `IX_20D8706C` (`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_FIRED_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_JOB_DETAILS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_JOB_DETAILS`; CREATE TABLE `QUARTZ_JOB_DETAILS` ( `JOB_NAME` varchar(80) NOT NULL, `JOB_GROUP` varchar(80) NOT NULL, `DESCRIPTION` varchar(120) DEFAULT NULL, `JOB_CLASS_NAME` varchar(128) NOT NULL, `IS_DURABLE` tinyint(4) NOT NULL, `IS_VOLATILE` tinyint(4) NOT NULL, `IS_STATEFUL` tinyint(4) NOT NULL, `REQUESTS_RECOVERY` tinyint(4) NOT NULL, `JOB_DATA` longblob, PRIMARY KEY (`JOB_NAME`,`JOB_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_JOB_DETAILS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_JOB_LISTENERS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_JOB_LISTENERS`; CREATE TABLE `QUARTZ_JOB_LISTENERS` ( `JOB_NAME` varchar(80) NOT NULL, `JOB_GROUP` varchar(80) NOT NULL, `JOB_LISTENER` varchar(80) NOT NULL, PRIMARY KEY (`JOB_NAME`,`JOB_GROUP`,`JOB_LISTENER`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_JOB_LISTENERS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_LOCKS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_LOCKS`; CREATE TABLE `QUARTZ_LOCKS` ( `LOCK_NAME` varchar(40) NOT NULL, PRIMARY KEY (`LOCK_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_LOCKS -- ---------------------------- INSERT INTO `QUARTZ_LOCKS` VALUES ('CALENDAR_ACCESS'); INSERT INTO `QUARTZ_LOCKS` VALUES ('JOB_ACCESS'); INSERT INTO `QUARTZ_LOCKS` VALUES ('MISFIRE_ACCESS'); INSERT INTO `QUARTZ_LOCKS` VALUES ('STATE_ACCESS'); INSERT INTO `QUARTZ_LOCKS` VALUES ('TRIGGER_ACCESS'); -- ---------------------------- -- Table structure for QUARTZ_PAUSED_TRIGGER_GRPS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_PAUSED_TRIGGER_GRPS`; CREATE TABLE `QUARTZ_PAUSED_TRIGGER_GRPS` ( `TRIGGER_GROUP` varchar(80) NOT NULL, PRIMARY KEY (`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_PAUSED_TRIGGER_GRPS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_SCHEDULER_STATE -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_SCHEDULER_STATE`; CREATE TABLE `QUARTZ_SCHEDULER_STATE` ( `INSTANCE_NAME` varchar(80) NOT NULL, `LAST_CHECKIN_TIME` bigint(20) NOT NULL, `CHECKIN_INTERVAL` bigint(20) NOT NULL, PRIMARY KEY (`INSTANCE_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_SCHEDULER_STATE -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_SIMPLE_TRIGGERS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_SIMPLE_TRIGGERS`; CREATE TABLE `QUARTZ_SIMPLE_TRIGGERS` ( `TRIGGER_NAME` varchar(80) NOT NULL, `TRIGGER_GROUP` varchar(80) NOT NULL, `REPEAT_COUNT` bigint(20) NOT NULL, `REPEAT_INTERVAL` bigint(20) NOT NULL, `TIMES_TRIGGERED` bigint(20) NOT NULL, PRIMARY KEY (`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_SIMPLE_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_TRIGGER_LISTENERS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_TRIGGER_LISTENERS`; CREATE TABLE `QUARTZ_TRIGGER_LISTENERS` ( `TRIGGER_NAME` varchar(80) NOT NULL, `TRIGGER_GROUP` varchar(80) NOT NULL, `TRIGGER_LISTENER` varchar(80) NOT NULL, PRIMARY KEY (`TRIGGER_NAME`,`TRIGGER_GROUP`,`TRIGGER_LISTENER`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_TRIGGER_LISTENERS -- ---------------------------- -- ---------------------------- -- Table structure for QUARTZ_TRIGGERS -- ---------------------------- DROP TABLE IF EXISTS `QUARTZ_TRIGGERS`; CREATE TABLE `QUARTZ_TRIGGERS` ( `TRIGGER_NAME` varchar(80) NOT NULL, `TRIGGER_GROUP` varchar(80) NOT NULL, `JOB_NAME` varchar(80) NOT NULL, `JOB_GROUP` varchar(80) NOT NULL, `IS_VOLATILE` tinyint(4) NOT NULL, `DESCRIPTION` varchar(120) DEFAULT NULL, `NEXT_FIRE_TIME` bigint(20) DEFAULT NULL, `PREV_FIRE_TIME` bigint(20) DEFAULT NULL, `PRIORITY` int(11) DEFAULT NULL, `TRIGGER_STATE` varchar(16) NOT NULL, `TRIGGER_TYPE` varchar(8) NOT NULL, `START_TIME` bigint(20) NOT NULL, `END_TIME` bigint(20) DEFAULT NULL, `CALENDAR_NAME` varchar(80) DEFAULT NULL, `MISFIRE_INSTR` int(11) DEFAULT NULL, `JOB_DATA` longblob, PRIMARY KEY (`TRIGGER_NAME`,`TRIGGER_GROUP`), KEY `IX_F7655CC3` (`NEXT_FIRE_TIME`), KEY `IX_9955EFB5` (`TRIGGER_STATE`), KEY `IX_8040C593` (`TRIGGER_STATE`,`NEXT_FIRE_TIME`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of QUARTZ_TRIGGERS -- ---------------------------- -- ---------------------------- -- Table structure for RatingsEntry -- ---------------------------- DROP TABLE IF EXISTS `RatingsEntry`; CREATE TABLE `RatingsEntry` ( `entryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `score` double DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_B47E3C11` (`userId`,`classNameId`,`classPK`), KEY `IX_16184D57` (`classNameId`,`classPK`), KEY `IX_A1A8CB8B` (`classNameId`,`classPK`,`score`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of RatingsEntry -- ---------------------------- -- ---------------------------- -- Table structure for RatingsStats -- ---------------------------- DROP TABLE IF EXISTS `RatingsStats`; CREATE TABLE `RatingsStats` ( `statsId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `totalEntries` int(11) DEFAULT NULL, `totalScore` double DEFAULT NULL, `averageScore` double DEFAULT NULL, PRIMARY KEY (`statsId`), UNIQUE KEY `IX_A6E99284` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of RatingsStats -- ---------------------------- -- ---------------------------- -- Table structure for Region -- ---------------------------- DROP TABLE IF EXISTS `Region`; CREATE TABLE `Region` ( `regionId` bigint(20) NOT NULL, `countryId` bigint(20) DEFAULT NULL, `regionCode` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`regionId`), KEY `IX_2D9A426F` (`active_`), KEY `IX_16D87CA7` (`countryId`), KEY `IX_11FB3E42` (`countryId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Region -- ---------------------------- INSERT INTO `Region` VALUES ('1001', '1', 'AB', 'Alberta', '1'); INSERT INTO `Region` VALUES ('1002', '1', 'BC', 'British Columbia', '1'); INSERT INTO `Region` VALUES ('1003', '1', 'MB', 'Manitoba', '1'); INSERT INTO `Region` VALUES ('1004', '1', 'NB', 'New Brunswick', '1'); INSERT INTO `Region` VALUES ('1005', '1', 'NL', 'Newfoundland and Labrador', '1'); INSERT INTO `Region` VALUES ('1006', '1', 'NT', 'Northwest Territories', '1'); INSERT INTO `Region` VALUES ('1007', '1', 'NS', 'Nova Scotia', '1'); INSERT INTO `Region` VALUES ('1008', '1', 'NU', 'Nunavut', '1'); INSERT INTO `Region` VALUES ('1009', '1', 'ON', 'Ontario', '1'); INSERT INTO `Region` VALUES ('1010', '1', 'PE', 'Prince Edward Island', '1'); INSERT INTO `Region` VALUES ('1011', '1', 'QC', 'Quebec', '1'); INSERT INTO `Region` VALUES ('1012', '1', 'SK', 'Saskatchewan', '1'); INSERT INTO `Region` VALUES ('1013', '1', 'YT', 'Yukon', '1'); INSERT INTO `Region` VALUES ('2001', '2', 'CN-34', 'Anhui', '1'); INSERT INTO `Region` VALUES ('2002', '2', 'CN-92', 'Aomen', '1'); INSERT INTO `Region` VALUES ('2003', '2', 'CN-11', 'Beijing', '1'); INSERT INTO `Region` VALUES ('2004', '2', 'CN-50', 'Chongqing', '1'); INSERT INTO `Region` VALUES ('2005', '2', 'CN-35', 'Fujian', '1'); INSERT INTO `Region` VALUES ('2006', '2', 'CN-62', 'Gansu', '1'); INSERT INTO `Region` VALUES ('2007', '2', 'CN-44', 'Guangdong', '1'); INSERT INTO `Region` VALUES ('2008', '2', 'CN-45', 'Guangxi', '1'); INSERT INTO `Region` VALUES ('2009', '2', 'CN-52', 'Guizhou', '1'); INSERT INTO `Region` VALUES ('2010', '2', 'CN-46', 'Hainan', '1'); INSERT INTO `Region` VALUES ('2011', '2', 'CN-13', 'Hebei', '1'); INSERT INTO `Region` VALUES ('2012', '2', 'CN-23', 'Heilongjiang', '1'); INSERT INTO `Region` VALUES ('2013', '2', 'CN-41', 'Henan', '1'); INSERT INTO `Region` VALUES ('2014', '2', 'CN-42', 'Hubei', '1'); INSERT INTO `Region` VALUES ('2015', '2', 'CN-43', 'Hunan', '1'); INSERT INTO `Region` VALUES ('2016', '2', 'CN-32', 'Jiangsu', '1'); INSERT INTO `Region` VALUES ('2017', '2', 'CN-36', 'Jiangxi', '1'); INSERT INTO `Region` VALUES ('2018', '2', 'CN-22', 'Jilin', '1'); INSERT INTO `Region` VALUES ('2019', '2', 'CN-21', 'Liaoning', '1'); INSERT INTO `Region` VALUES ('2020', '2', 'CN-15', 'Nei Mongol', '1'); INSERT INTO `Region` VALUES ('2021', '2', 'CN-64', 'Ningxia', '1'); INSERT INTO `Region` VALUES ('2022', '2', 'CN-63', 'Qinghai', '1'); INSERT INTO `Region` VALUES ('2023', '2', 'CN-61', 'Shaanxi', '1'); INSERT INTO `Region` VALUES ('2024', '2', 'CN-37', 'Shandong', '1'); INSERT INTO `Region` VALUES ('2025', '2', 'CN-31', 'Shanghai', '1'); INSERT INTO `Region` VALUES ('2026', '2', 'CN-14', 'Shanxi', '1'); INSERT INTO `Region` VALUES ('2027', '2', 'CN-51', 'Sichuan', '1'); INSERT INTO `Region` VALUES ('2028', '2', 'CN-71', 'Taiwan', '1'); INSERT INTO `Region` VALUES ('2029', '2', 'CN-12', 'Tianjin', '1'); INSERT INTO `Region` VALUES ('2030', '2', 'CN-91', 'Xianggang', '1'); INSERT INTO `Region` VALUES ('2031', '2', 'CN-65', 'Xinjiang', '1'); INSERT INTO `Region` VALUES ('2032', '2', 'CN-54', 'Xizang', '1'); INSERT INTO `Region` VALUES ('2033', '2', 'CN-53', 'Yunnan', '1'); INSERT INTO `Region` VALUES ('2034', '2', 'CN-33', 'Zhejiang', '1'); INSERT INTO `Region` VALUES ('3001', '3', 'A', 'Alsace', '1'); INSERT INTO `Region` VALUES ('3002', '3', 'B', 'Aquitaine', '1'); INSERT INTO `Region` VALUES ('3003', '3', 'C', 'Auvergne', '1'); INSERT INTO `Region` VALUES ('3004', '3', 'P', 'Basse-Normandie', '1'); INSERT INTO `Region` VALUES ('3005', '3', 'D', 'Bourgogne', '1'); INSERT INTO `Region` VALUES ('3006', '3', 'E', 'Bretagne', '1'); INSERT INTO `Region` VALUES ('3007', '3', 'F', 'Centre', '1'); INSERT INTO `Region` VALUES ('3008', '3', 'G', 'Champagne-Ardenne', '1'); INSERT INTO `Region` VALUES ('3009', '3', 'H', 'Corse', '1'); INSERT INTO `Region` VALUES ('3010', '3', 'GF', 'Guyane', '1'); INSERT INTO `Region` VALUES ('3011', '3', 'I', 'Franche Comté', '1'); INSERT INTO `Region` VALUES ('3012', '3', 'GP', 'Guadeloupe', '1'); INSERT INTO `Region` VALUES ('3013', '3', 'Q', 'Haute-Normandie', '1'); INSERT INTO `Region` VALUES ('3014', '3', 'J', 'Île-de-France', '1'); INSERT INTO `Region` VALUES ('3015', '3', 'K', 'Languedoc-Roussillon', '1'); INSERT INTO `Region` VALUES ('3016', '3', 'L', 'Limousin', '1'); INSERT INTO `Region` VALUES ('3017', '3', 'M', 'Lorraine', '1'); INSERT INTO `Region` VALUES ('3018', '3', 'MQ', 'Martinique', '1'); INSERT INTO `Region` VALUES ('3019', '3', 'N', 'Midi-Pyrénées', '1'); INSERT INTO `Region` VALUES ('3020', '3', 'O', 'Nord Pas de Calais', '1'); INSERT INTO `Region` VALUES ('3021', '3', 'R', 'Pays de la Loire', '1'); INSERT INTO `Region` VALUES ('3022', '3', 'S', 'Picardie', '1'); INSERT INTO `Region` VALUES ('3023', '3', 'T', 'Poitou-Charentes', '1'); INSERT INTO `Region` VALUES ('3024', '3', 'U', 'Provence-Alpes-Côte-d\'Azur', '1'); INSERT INTO `Region` VALUES ('3025', '3', 'RE', 'Réunion', '1'); INSERT INTO `Region` VALUES ('3026', '3', 'V', 'Rhône-Alpes', '1'); INSERT INTO `Region` VALUES ('4001', '4', 'BW', 'Baden-Württemberg', '1'); INSERT INTO `Region` VALUES ('4002', '4', 'BY', 'Bayern', '1'); INSERT INTO `Region` VALUES ('4003', '4', 'BE', 'Berlin', '1'); INSERT INTO `Region` VALUES ('4004', '4', 'BR', 'Brandenburg', '1'); INSERT INTO `Region` VALUES ('4005', '4', 'HB', 'Bremen', '1'); INSERT INTO `Region` VALUES ('4006', '4', 'HH', 'Hamburg', '1'); INSERT INTO `Region` VALUES ('4007', '4', 'HE', 'Hessen', '1'); INSERT INTO `Region` VALUES ('4008', '4', 'MV', 'Mecklenburg-Vorpommern', '1'); INSERT INTO `Region` VALUES ('4009', '4', 'NI', 'Niedersachsen', '1'); INSERT INTO `Region` VALUES ('4010', '4', 'NW', 'Nordrhein-Westfalen', '1'); INSERT INTO `Region` VALUES ('4011', '4', 'RP', 'Rheinland-Pfalz', '1'); INSERT INTO `Region` VALUES ('4012', '4', 'SL', 'Saarland', '1'); INSERT INTO `Region` VALUES ('4013', '4', 'SN', 'Sachsen', '1'); INSERT INTO `Region` VALUES ('4014', '4', 'ST', 'Sachsen-Anhalt', '1'); INSERT INTO `Region` VALUES ('4015', '4', 'SH', 'Schleswig-Holstein', '1'); INSERT INTO `Region` VALUES ('4016', '4', 'TH', 'Thüringen', '1'); INSERT INTO `Region` VALUES ('8001', '8', 'AG', 'Agrigento', '1'); INSERT INTO `Region` VALUES ('8002', '8', 'AL', 'Alessandria', '1'); INSERT INTO `Region` VALUES ('8003', '8', 'AN', 'Ancona', '1'); INSERT INTO `Region` VALUES ('8004', '8', 'AO', 'Aosta', '1'); INSERT INTO `Region` VALUES ('8005', '8', 'AR', 'Arezzo', '1'); INSERT INTO `Region` VALUES ('8006', '8', 'AP', 'Ascoli Piceno', '1'); INSERT INTO `Region` VALUES ('8007', '8', 'AT', 'Asti', '1'); INSERT INTO `Region` VALUES ('8008', '8', 'AV', 'Avellino', '1'); INSERT INTO `Region` VALUES ('8009', '8', 'BA', 'Bari', '1'); INSERT INTO `Region` VALUES ('8010', '8', 'BT', 'Barletta-Andria-Trani', '1'); INSERT INTO `Region` VALUES ('8011', '8', 'BL', 'Belluno', '1'); INSERT INTO `Region` VALUES ('8012', '8', 'BN', 'Benevento', '1'); INSERT INTO `Region` VALUES ('8013', '8', 'BG', 'Bergamo', '1'); INSERT INTO `Region` VALUES ('8014', '8', 'BI', 'Biella', '1'); INSERT INTO `Region` VALUES ('8015', '8', 'BO', 'Bologna', '1'); INSERT INTO `Region` VALUES ('8016', '8', 'BZ', 'Bolzano', '1'); INSERT INTO `Region` VALUES ('8017', '8', 'BS', 'Brescia', '1'); INSERT INTO `Region` VALUES ('8018', '8', 'BR', 'Brindisi', '1'); INSERT INTO `Region` VALUES ('8019', '8', 'CA', 'Cagliari', '1'); INSERT INTO `Region` VALUES ('8020', '8', 'CL', 'Caltanissetta', '1'); INSERT INTO `Region` VALUES ('8021', '8', 'CB', 'Campobasso', '1'); INSERT INTO `Region` VALUES ('8022', '8', 'CI', 'Carbonia-Iglesias', '1'); INSERT INTO `Region` VALUES ('8023', '8', 'CE', 'Caserta', '1'); INSERT INTO `Region` VALUES ('8024', '8', 'CT', 'Catania', '1'); INSERT INTO `Region` VALUES ('8025', '8', 'CZ', 'Catanzaro', '1'); INSERT INTO `Region` VALUES ('8026', '8', 'CH', 'Chieti', '1'); INSERT INTO `Region` VALUES ('8027', '8', 'CO', 'Como', '1'); INSERT INTO `Region` VALUES ('8028', '8', 'CS', 'Cosenza', '1'); INSERT INTO `Region` VALUES ('8029', '8', 'CR', 'Cremona', '1'); INSERT INTO `Region` VALUES ('8030', '8', 'KR', 'Crotone', '1'); INSERT INTO `Region` VALUES ('8031', '8', 'CN', 'Cuneo', '1'); INSERT INTO `Region` VALUES ('8032', '8', 'EN', 'Enna', '1'); INSERT INTO `Region` VALUES ('8033', '8', 'FM', 'Fermo', '1'); INSERT INTO `Region` VALUES ('8034', '8', 'FE', 'Ferrara', '1'); INSERT INTO `Region` VALUES ('8035', '8', 'FI', 'Firenze', '1'); INSERT INTO `Region` VALUES ('8036', '8', 'FG', 'Foggia', '1'); INSERT INTO `Region` VALUES ('8037', '8', 'FC', 'Forli-Cesena', '1'); INSERT INTO `Region` VALUES ('8038', '8', 'FR', 'Frosinone', '1'); INSERT INTO `Region` VALUES ('8039', '8', 'GE', 'Genova', '1'); INSERT INTO `Region` VALUES ('8040', '8', 'GO', 'Gorizia', '1'); INSERT INTO `Region` VALUES ('8041', '8', 'GR', 'Grosseto', '1'); INSERT INTO `Region` VALUES ('8042', '8', 'IM', 'Imperia', '1'); INSERT INTO `Region` VALUES ('8043', '8', 'IS', 'Isernia', '1'); INSERT INTO `Region` VALUES ('8044', '8', 'AQ', 'L\'Aquila', '1'); INSERT INTO `Region` VALUES ('8045', '8', 'SP', 'La Spezia', '1'); INSERT INTO `Region` VALUES ('8046', '8', 'LT', 'Latina', '1'); INSERT INTO `Region` VALUES ('8047', '8', 'LE', 'Lecce', '1'); INSERT INTO `Region` VALUES ('8048', '8', 'LC', 'Lecco', '1'); INSERT INTO `Region` VALUES ('8049', '8', 'LI', 'Livorno', '1'); INSERT INTO `Region` VALUES ('8050', '8', 'LO', 'Lodi', '1'); INSERT INTO `Region` VALUES ('8051', '8', 'LU', 'Lucca', '1'); INSERT INTO `Region` VALUES ('8052', '8', 'MC', 'Macerata', '1'); INSERT INTO `Region` VALUES ('8053', '8', 'MN', 'Mantova', '1'); INSERT INTO `Region` VALUES ('8054', '8', 'MS', 'Massa-Carrara', '1'); INSERT INTO `Region` VALUES ('8055', '8', 'MT', 'Matera', '1'); INSERT INTO `Region` VALUES ('8056', '8', 'MA', 'Medio Campidano', '1'); INSERT INTO `Region` VALUES ('8057', '8', 'ME', 'Messina', '1'); INSERT INTO `Region` VALUES ('8058', '8', 'MI', 'Milano', '1'); INSERT INTO `Region` VALUES ('8059', '8', 'MO', 'Modena', '1'); INSERT INTO `Region` VALUES ('8060', '8', 'MZ', 'Monza', '1'); INSERT INTO `Region` VALUES ('8061', '8', 'NA', 'Napoli', '1'); INSERT INTO `Region` VALUES ('8062', '8', 'NO', 'Novara', '1'); INSERT INTO `Region` VALUES ('8063', '8', 'NU', 'Nuoro', '1'); INSERT INTO `Region` VALUES ('8064', '8', 'OG', 'Ogliastra', '1'); INSERT INTO `Region` VALUES ('8065', '8', 'OT', 'Olbia-Tempio', '1'); INSERT INTO `Region` VALUES ('8066', '8', 'OR', 'Oristano', '1'); INSERT INTO `Region` VALUES ('8067', '8', 'PD', 'Padova', '1'); INSERT INTO `Region` VALUES ('8068', '8', 'PA', 'Palermo', '1'); INSERT INTO `Region` VALUES ('8069', '8', 'PR', 'Parma', '1'); INSERT INTO `Region` VALUES ('8070', '8', 'PV', 'Pavia', '1'); INSERT INTO `Region` VALUES ('8071', '8', 'PG', 'Perugia', '1'); INSERT INTO `Region` VALUES ('8072', '8', 'PU', 'Pesaro e Urbino', '1'); INSERT INTO `Region` VALUES ('8073', '8', 'PE', 'Pescara', '1'); INSERT INTO `Region` VALUES ('8074', '8', 'PC', 'Piacenza', '1'); INSERT INTO `Region` VALUES ('8075', '8', 'PI', 'Pisa', '1'); INSERT INTO `Region` VALUES ('8076', '8', 'PT', 'Pistoia', '1'); INSERT INTO `Region` VALUES ('8077', '8', 'PN', 'Pordenone', '1'); INSERT INTO `Region` VALUES ('8078', '8', 'PZ', 'Potenza', '1'); INSERT INTO `Region` VALUES ('8079', '8', 'PO', 'Prato', '1'); INSERT INTO `Region` VALUES ('8080', '8', 'RG', 'Ragusa', '1'); INSERT INTO `Region` VALUES ('8081', '8', 'RA', 'Ravenna', '1'); INSERT INTO `Region` VALUES ('8082', '8', 'RC', 'Reggio Calabria', '1'); INSERT INTO `Region` VALUES ('8083', '8', 'RE', 'Reggio Emilia', '1'); INSERT INTO `Region` VALUES ('8084', '8', 'RI', 'Rieti', '1'); INSERT INTO `Region` VALUES ('8085', '8', 'RN', 'Rimini', '1'); INSERT INTO `Region` VALUES ('8086', '8', 'RM', 'Roma', '1'); INSERT INTO `Region` VALUES ('8087', '8', 'RO', 'Rovigo', '1'); INSERT INTO `Region` VALUES ('8088', '8', 'SA', 'Salerno', '1'); INSERT INTO `Region` VALUES ('8089', '8', 'SS', 'Sassari', '1'); INSERT INTO `Region` VALUES ('8090', '8', 'SV', 'Savona', '1'); INSERT INTO `Region` VALUES ('8091', '8', 'SI', 'Siena', '1'); INSERT INTO `Region` VALUES ('8092', '8', 'SR', 'Siracusa', '1'); INSERT INTO `Region` VALUES ('8093', '8', 'SO', 'Sondrio', '1'); INSERT INTO `Region` VALUES ('8094', '8', 'TA', 'Taranto', '1'); INSERT INTO `Region` VALUES ('8095', '8', 'TE', 'Teramo', '1'); INSERT INTO `Region` VALUES ('8096', '8', 'TR', 'Terni', '1'); INSERT INTO `Region` VALUES ('8097', '8', 'TO', 'Torino', '1'); INSERT INTO `Region` VALUES ('8098', '8', 'TP', 'Trapani', '1'); INSERT INTO `Region` VALUES ('8099', '8', 'TN', 'Trento', '1'); INSERT INTO `Region` VALUES ('8100', '8', 'TV', 'Treviso', '1'); INSERT INTO `Region` VALUES ('8101', '8', 'TS', 'Trieste', '1'); INSERT INTO `Region` VALUES ('8102', '8', 'UD', 'Udine', '1'); INSERT INTO `Region` VALUES ('8103', '8', 'VA', 'Varese', '1'); INSERT INTO `Region` VALUES ('8104', '8', 'VE', 'Venezia', '1'); INSERT INTO `Region` VALUES ('8105', '8', 'VB', 'Verbano-Cusio-Ossola', '1'); INSERT INTO `Region` VALUES ('8106', '8', 'VC', 'Vercelli', '1'); INSERT INTO `Region` VALUES ('8107', '8', 'VR', 'Verona', '1'); INSERT INTO `Region` VALUES ('8108', '8', 'VV', 'Vibo Valentia', '1'); INSERT INTO `Region` VALUES ('8109', '8', 'VI', 'Vicenza', '1'); INSERT INTO `Region` VALUES ('8110', '8', 'VT', 'Viterbo', '1'); INSERT INTO `Region` VALUES ('11001', '11', 'DR', 'Drenthe', '1'); INSERT INTO `Region` VALUES ('11002', '11', 'FL', 'Flevoland', '1'); INSERT INTO `Region` VALUES ('11003', '11', 'FR', 'Friesland', '1'); INSERT INTO `Region` VALUES ('11004', '11', 'GE', 'Gelderland', '1'); INSERT INTO `Region` VALUES ('11005', '11', 'GR', 'Groningen', '1'); INSERT INTO `Region` VALUES ('11006', '11', 'LI', 'Limburg', '1'); INSERT INTO `Region` VALUES ('11007', '11', 'NB', 'Noord-Brabant', '1'); INSERT INTO `Region` VALUES ('11008', '11', 'NH', 'Noord-Holland', '1'); INSERT INTO `Region` VALUES ('11009', '11', 'OV', 'Overijssel', '1'); INSERT INTO `Region` VALUES ('11010', '11', 'UT', 'Utrecht', '1'); INSERT INTO `Region` VALUES ('11011', '11', 'ZE', 'Zeeland', '1'); INSERT INTO `Region` VALUES ('11012', '11', 'ZH', 'Zuid-Holland', '1'); INSERT INTO `Region` VALUES ('15001', '15', 'AN', 'Andalusia', '1'); INSERT INTO `Region` VALUES ('15002', '15', 'AR', 'Aragon', '1'); INSERT INTO `Region` VALUES ('15003', '15', 'AS', 'Asturias', '1'); INSERT INTO `Region` VALUES ('15004', '15', 'IB', 'Balearic Islands', '1'); INSERT INTO `Region` VALUES ('15005', '15', 'PV', 'Basque Country', '1'); INSERT INTO `Region` VALUES ('15006', '15', 'CN', 'Canary Islands', '1'); INSERT INTO `Region` VALUES ('15007', '15', 'CB', 'Cantabria', '1'); INSERT INTO `Region` VALUES ('15008', '15', 'CL', 'Castile and Leon', '1'); INSERT INTO `Region` VALUES ('15009', '15', 'CM', 'Castile-La Mancha', '1'); INSERT INTO `Region` VALUES ('15010', '15', 'CT', 'Catalonia', '1'); INSERT INTO `Region` VALUES ('15011', '15', 'CE', 'Ceuta', '1'); INSERT INTO `Region` VALUES ('15012', '15', 'EX', 'Extremadura', '1'); INSERT INTO `Region` VALUES ('15013', '15', 'GA', 'Galicia', '1'); INSERT INTO `Region` VALUES ('15014', '15', 'LO', 'La Rioja', '1'); INSERT INTO `Region` VALUES ('15015', '15', 'M', 'Madrid', '1'); INSERT INTO `Region` VALUES ('15016', '15', 'ML', 'Melilla', '1'); INSERT INTO `Region` VALUES ('15017', '15', 'MU', 'Murcia', '1'); INSERT INTO `Region` VALUES ('15018', '15', 'NA', 'Navarra', '1'); INSERT INTO `Region` VALUES ('15019', '15', 'VC', 'Valencia', '1'); INSERT INTO `Region` VALUES ('19001', '19', 'AL', 'Alabama', '1'); INSERT INTO `Region` VALUES ('19002', '19', 'AK', 'Alaska', '1'); INSERT INTO `Region` VALUES ('19003', '19', 'AZ', 'Arizona', '1'); INSERT INTO `Region` VALUES ('19004', '19', 'AR', 'Arkansas', '1'); INSERT INTO `Region` VALUES ('19005', '19', 'CA', 'California', '1'); INSERT INTO `Region` VALUES ('19006', '19', 'CO', 'Colorado', '1'); INSERT INTO `Region` VALUES ('19007', '19', 'CT', 'Connecticut', '1'); INSERT INTO `Region` VALUES ('19008', '19', 'DC', 'District of Columbia', '1'); INSERT INTO `Region` VALUES ('19009', '19', 'DE', 'Delaware', '1'); INSERT INTO `Region` VALUES ('19010', '19', 'FL', 'Florida', '1'); INSERT INTO `Region` VALUES ('19011', '19', 'GA', 'Georgia', '1'); INSERT INTO `Region` VALUES ('19012', '19', 'HI', 'Hawaii', '1'); INSERT INTO `Region` VALUES ('19013', '19', 'ID', 'Idaho', '1'); INSERT INTO `Region` VALUES ('19014', '19', 'IL', 'Illinois', '1'); INSERT INTO `Region` VALUES ('19015', '19', 'IN', 'Indiana', '1'); INSERT INTO `Region` VALUES ('19016', '19', 'IA', 'Iowa', '1'); INSERT INTO `Region` VALUES ('19017', '19', 'KS', 'Kansas', '1'); INSERT INTO `Region` VALUES ('19018', '19', 'KY', 'Kentucky ', '1'); INSERT INTO `Region` VALUES ('19019', '19', 'LA', 'Louisiana ', '1'); INSERT INTO `Region` VALUES ('19020', '19', 'ME', 'Maine', '1'); INSERT INTO `Region` VALUES ('19021', '19', 'MD', 'Maryland', '1'); INSERT INTO `Region` VALUES ('19022', '19', 'MA', 'Massachusetts', '1'); INSERT INTO `Region` VALUES ('19023', '19', 'MI', 'Michigan', '1'); INSERT INTO `Region` VALUES ('19024', '19', 'MN', 'Minnesota', '1'); INSERT INTO `Region` VALUES ('19025', '19', 'MS', 'Mississippi', '1'); INSERT INTO `Region` VALUES ('19026', '19', 'MO', 'Missouri', '1'); INSERT INTO `Region` VALUES ('19027', '19', 'MT', 'Montana', '1'); INSERT INTO `Region` VALUES ('19028', '19', 'NE', 'Nebraska', '1'); INSERT INTO `Region` VALUES ('19029', '19', 'NV', 'Nevada', '1'); INSERT INTO `Region` VALUES ('19030', '19', 'NH', 'New Hampshire', '1'); INSERT INTO `Region` VALUES ('19031', '19', 'NJ', 'New Jersey', '1'); INSERT INTO `Region` VALUES ('19032', '19', 'NM', 'New Mexico', '1'); INSERT INTO `Region` VALUES ('19033', '19', 'NY', 'New York', '1'); INSERT INTO `Region` VALUES ('19034', '19', 'NC', 'North Carolina', '1'); INSERT INTO `Region` VALUES ('19035', '19', 'ND', 'North Dakota', '1'); INSERT INTO `Region` VALUES ('19036', '19', 'OH', 'Ohio', '1'); INSERT INTO `Region` VALUES ('19037', '19', 'OK', 'Oklahoma ', '1'); INSERT INTO `Region` VALUES ('19038', '19', 'OR', 'Oregon', '1'); INSERT INTO `Region` VALUES ('19039', '19', 'PA', 'Pennsylvania', '1'); INSERT INTO `Region` VALUES ('19040', '19', 'PR', 'Puerto Rico', '1'); INSERT INTO `Region` VALUES ('19041', '19', 'RI', 'Rhode Island', '1'); INSERT INTO `Region` VALUES ('19042', '19', 'SC', 'South Carolina', '1'); INSERT INTO `Region` VALUES ('19043', '19', 'SD', 'South Dakota', '1'); INSERT INTO `Region` VALUES ('19044', '19', 'TN', 'Tennessee', '1'); INSERT INTO `Region` VALUES ('19045', '19', 'TX', 'Texas', '1'); INSERT INTO `Region` VALUES ('19046', '19', 'UT', 'Utah', '1'); INSERT INTO `Region` VALUES ('19047', '19', 'VT', 'Vermont', '1'); INSERT INTO `Region` VALUES ('19048', '19', 'VA', 'Virginia', '1'); INSERT INTO `Region` VALUES ('19049', '19', 'WA', 'Washington', '1'); INSERT INTO `Region` VALUES ('19050', '19', 'WV', 'West Virginia', '1'); INSERT INTO `Region` VALUES ('19051', '19', 'WI', 'Wisconsin', '1'); INSERT INTO `Region` VALUES ('19052', '19', 'WY', 'Wyoming', '1'); INSERT INTO `Region` VALUES ('32001', '32', 'ACT', 'Australian Capital Territory', '1'); INSERT INTO `Region` VALUES ('32002', '32', 'NSW', 'New South Wales', '1'); INSERT INTO `Region` VALUES ('32003', '32', 'NT', 'Northern Territory', '1'); INSERT INTO `Region` VALUES ('32004', '32', 'QLD', 'Queensland', '1'); INSERT INTO `Region` VALUES ('32005', '32', 'SA', 'South Australia', '1'); INSERT INTO `Region` VALUES ('32006', '32', 'TAS', 'Tasmania', '1'); INSERT INTO `Region` VALUES ('32007', '32', 'VIC', 'Victoria', '1'); INSERT INTO `Region` VALUES ('32008', '32', 'WA', 'Western Australia', '1'); INSERT INTO `Region` VALUES ('202001', '202', 'AG', 'Aargau', '1'); INSERT INTO `Region` VALUES ('202002', '202', 'AR', 'Appenzell Ausserrhoden', '1'); INSERT INTO `Region` VALUES ('202003', '202', 'AI', 'Appenzell Innerrhoden', '1'); INSERT INTO `Region` VALUES ('202004', '202', 'BL', 'Basel-Landschaft', '1'); INSERT INTO `Region` VALUES ('202005', '202', 'BS', 'Basel-Stadt', '1'); INSERT INTO `Region` VALUES ('202006', '202', 'BE', 'Bern', '1'); INSERT INTO `Region` VALUES ('202007', '202', 'FR', 'Fribourg', '1'); INSERT INTO `Region` VALUES ('202008', '202', 'GE', 'Geneva', '1'); INSERT INTO `Region` VALUES ('202009', '202', 'GL', 'Glarus', '1'); INSERT INTO `Region` VALUES ('202010', '202', 'GR', 'Graubünden', '1'); INSERT INTO `Region` VALUES ('202011', '202', 'JU', 'Jura', '1'); INSERT INTO `Region` VALUES ('202012', '202', 'LU', 'Lucerne', '1'); INSERT INTO `Region` VALUES ('202013', '202', 'NE', 'Neuchâtel', '1'); INSERT INTO `Region` VALUES ('202014', '202', 'NW', 'Nidwalden', '1'); INSERT INTO `Region` VALUES ('202015', '202', 'OW', 'Obwalden', '1'); INSERT INTO `Region` VALUES ('202016', '202', 'SH', 'Schaffhausen', '1'); INSERT INTO `Region` VALUES ('202017', '202', 'SZ', 'Schwyz', '1'); INSERT INTO `Region` VALUES ('202018', '202', 'SO', 'Solothurn', '1'); INSERT INTO `Region` VALUES ('202019', '202', 'SG', 'St. Gallen', '1'); INSERT INTO `Region` VALUES ('202020', '202', 'TG', 'Thurgau', '1'); INSERT INTO `Region` VALUES ('202021', '202', 'TI', 'Ticino', '1'); INSERT INTO `Region` VALUES ('202022', '202', 'UR', 'Uri', '1'); INSERT INTO `Region` VALUES ('202023', '202', 'VS', 'Valais', '1'); INSERT INTO `Region` VALUES ('202024', '202', 'VD', 'Vaud', '1'); INSERT INTO `Region` VALUES ('202025', '202', 'ZG', 'Zug', '1'); INSERT INTO `Region` VALUES ('202026', '202', 'ZH', 'Zürich', '1'); -- ---------------------------- -- Table structure for Release_ -- ---------------------------- DROP TABLE IF EXISTS `Release_`; CREATE TABLE `Release_` ( `releaseId` bigint(20) NOT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `servletContextName` varchar(75) DEFAULT NULL, `buildNumber` int(11) DEFAULT NULL, `buildDate` datetime DEFAULT NULL, `verified` tinyint(4) DEFAULT NULL, `testString` varchar(1024) DEFAULT NULL, PRIMARY KEY (`releaseId`), KEY `IX_8BD6BCA7` (`servletContextName`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Release_ -- ---------------------------- INSERT INTO `Release_` VALUES ('1', '2017-06-09 11:15:32', '2017-06-09 03:16:00', 'portal', '6012', '2017-06-09 03:16:00', '1', 'You take the blue pill, the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes.'); -- ---------------------------- -- Table structure for Resource_ -- ---------------------------- DROP TABLE IF EXISTS `Resource_`; CREATE TABLE `Resource_` ( `resourceId` bigint(20) NOT NULL, `codeId` bigint(20) DEFAULT NULL, `primKey` varchar(255) DEFAULT NULL, PRIMARY KEY (`resourceId`), UNIQUE KEY `IX_67DE7856` (`codeId`,`primKey`), KEY `IX_2578FBD3` (`codeId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Resource_ -- ---------------------------- -- ---------------------------- -- Table structure for ResourceAction -- ---------------------------- DROP TABLE IF EXISTS `ResourceAction`; CREATE TABLE `ResourceAction` ( `resourceActionId` bigint(20) NOT NULL, `name` varchar(255) DEFAULT NULL, `actionId` varchar(75) DEFAULT NULL, `bitwiseValue` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourceActionId`), UNIQUE KEY `IX_EDB9986E` (`name`,`actionId`), KEY `IX_81F2DB09` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ResourceAction -- ---------------------------- INSERT INTO `ResourceAction` VALUES ('1', 'com.liferay.portlet.softwarecatalog', 'ADD_FRAMEWORK_VERSION', '2'); INSERT INTO `ResourceAction` VALUES ('2', 'com.liferay.portlet.softwarecatalog', 'ADD_PRODUCT_ENTRY', '4'); INSERT INTO `ResourceAction` VALUES ('3', 'com.liferay.portlet.softwarecatalog', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('4', 'com.liferay.portal.model.Team', 'ASSIGN_MEMBERS', '2'); INSERT INTO `ResourceAction` VALUES ('5', 'com.liferay.portal.model.Team', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('6', 'com.liferay.portal.model.Team', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('7', 'com.liferay.portal.model.Team', 'UPDATE', '16'); INSERT INTO `ResourceAction` VALUES ('8', 'com.liferay.portal.model.Team', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('9', 'com.liferay.portal.model.PasswordPolicy', 'ASSIGN_MEMBERS', '2'); INSERT INTO `ResourceAction` VALUES ('10', 'com.liferay.portal.model.PasswordPolicy', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('11', 'com.liferay.portal.model.PasswordPolicy', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('12', 'com.liferay.portal.model.PasswordPolicy', 'UPDATE', '16'); INSERT INTO `ResourceAction` VALUES ('13', 'com.liferay.portal.model.PasswordPolicy', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('14', 'com.liferay.portlet.blogs.model.BlogsEntry', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('15', 'com.liferay.portlet.blogs.model.BlogsEntry', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('16', 'com.liferay.portlet.blogs.model.BlogsEntry', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('17', 'com.liferay.portlet.blogs.model.BlogsEntry', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('18', 'com.liferay.portlet.blogs.model.BlogsEntry', 'UPDATE', '32'); INSERT INTO `ResourceAction` VALUES ('19', 'com.liferay.portlet.blogs.model.BlogsEntry', 'UPDATE_DISCUSSION', '64'); INSERT INTO `ResourceAction` VALUES ('20', 'com.liferay.portlet.blogs.model.BlogsEntry', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('21', 'com.liferay.portlet.journal.model.JournalFeed', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('22', 'com.liferay.portlet.journal.model.JournalFeed', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('23', 'com.liferay.portlet.journal.model.JournalFeed', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('24', 'com.liferay.portlet.journal.model.JournalFeed', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('25', 'com.liferay.portlet.wiki.model.WikiNode', 'ADD_ATTACHMENT', '2'); INSERT INTO `ResourceAction` VALUES ('26', 'com.liferay.portlet.wiki.model.WikiNode', 'ADD_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('27', 'com.liferay.portlet.wiki.model.WikiNode', 'DELETE', '8'); INSERT INTO `ResourceAction` VALUES ('28', 'com.liferay.portlet.wiki.model.WikiNode', 'IMPORT', '16'); INSERT INTO `ResourceAction` VALUES ('29', 'com.liferay.portlet.wiki.model.WikiNode', 'PERMISSIONS', '32'); INSERT INTO `ResourceAction` VALUES ('30', 'com.liferay.portlet.wiki.model.WikiNode', 'SUBSCRIBE', '64'); INSERT INTO `ResourceAction` VALUES ('31', 'com.liferay.portlet.wiki.model.WikiNode', 'UPDATE', '128'); INSERT INTO `ResourceAction` VALUES ('32', 'com.liferay.portlet.wiki.model.WikiNode', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('33', 'com.liferay.portlet.announcements.model.AnnouncementsEntry', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('34', 'com.liferay.portlet.announcements.model.AnnouncementsEntry', 'UPDATE', '4'); INSERT INTO `ResourceAction` VALUES ('35', 'com.liferay.portlet.announcements.model.AnnouncementsEntry', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('36', 'com.liferay.portlet.announcements.model.AnnouncementsEntry', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('37', 'com.liferay.portlet.bookmarks', 'ADD_ENTRY', '2'); INSERT INTO `ResourceAction` VALUES ('38', 'com.liferay.portlet.bookmarks', 'ADD_FOLDER', '4'); INSERT INTO `ResourceAction` VALUES ('39', 'com.liferay.portlet.bookmarks', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('40', 'com.liferay.portlet.bookmarks', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('41', 'com.liferay.portlet.asset.model.AssetVocabulary', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('42', 'com.liferay.portlet.asset.model.AssetVocabulary', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('43', 'com.liferay.portlet.asset.model.AssetVocabulary', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('44', 'com.liferay.portlet.asset.model.AssetVocabulary', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('45', 'com.liferay.portlet.documentlibrary.model.DLFolder', 'ACCESS', '2'); INSERT INTO `ResourceAction` VALUES ('46', 'com.liferay.portlet.documentlibrary.model.DLFolder', 'ADD_DOCUMENT', '4'); INSERT INTO `ResourceAction` VALUES ('47', 'com.liferay.portlet.documentlibrary.model.DLFolder', 'ADD_SHORTCUT', '8'); INSERT INTO `ResourceAction` VALUES ('48', 'com.liferay.portlet.documentlibrary.model.DLFolder', 'ADD_SUBFOLDER', '16'); INSERT INTO `ResourceAction` VALUES ('49', 'com.liferay.portlet.documentlibrary.model.DLFolder', 'DELETE', '32'); INSERT INTO `ResourceAction` VALUES ('50', 'com.liferay.portlet.documentlibrary.model.DLFolder', 'PERMISSIONS', '64'); INSERT INTO `ResourceAction` VALUES ('51', 'com.liferay.portlet.documentlibrary.model.DLFolder', 'UPDATE', '128'); INSERT INTO `ResourceAction` VALUES ('52', 'com.liferay.portlet.documentlibrary.model.DLFolder', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('53', 'com.liferay.portlet.expando.model.ExpandoColumn', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('54', 'com.liferay.portlet.expando.model.ExpandoColumn', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('55', 'com.liferay.portlet.expando.model.ExpandoColumn', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('56', 'com.liferay.portlet.expando.model.ExpandoColumn', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('57', 'com.liferay.portlet.documentlibrary', 'ADD_DOCUMENT', '2'); INSERT INTO `ResourceAction` VALUES ('58', 'com.liferay.portlet.documentlibrary', 'ADD_FOLDER', '4'); INSERT INTO `ResourceAction` VALUES ('59', 'com.liferay.portlet.documentlibrary', 'ADD_SHORTCUT', '8'); INSERT INTO `ResourceAction` VALUES ('60', 'com.liferay.portlet.documentlibrary', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('61', 'com.liferay.portlet.documentlibrary', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('62', 'com.liferay.portlet.calendar.model.CalEvent', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('63', 'com.liferay.portlet.calendar.model.CalEvent', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('64', 'com.liferay.portlet.calendar.model.CalEvent', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('65', 'com.liferay.portlet.calendar.model.CalEvent', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('66', 'com.liferay.portlet.calendar.model.CalEvent', 'UPDATE', '32'); INSERT INTO `ResourceAction` VALUES ('67', 'com.liferay.portlet.calendar.model.CalEvent', 'UPDATE_DISCUSSION', '64'); INSERT INTO `ResourceAction` VALUES ('68', 'com.liferay.portlet.calendar.model.CalEvent', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('69', 'com.liferay.portlet.shopping.model.ShoppingCategory', 'ADD_ITEM', '2'); INSERT INTO `ResourceAction` VALUES ('70', 'com.liferay.portlet.shopping.model.ShoppingCategory', 'ADD_SUBCATEGORY', '4'); INSERT INTO `ResourceAction` VALUES ('71', 'com.liferay.portlet.shopping.model.ShoppingCategory', 'DELETE', '8'); INSERT INTO `ResourceAction` VALUES ('72', 'com.liferay.portlet.shopping.model.ShoppingCategory', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('73', 'com.liferay.portlet.shopping.model.ShoppingCategory', 'UPDATE', '32'); INSERT INTO `ResourceAction` VALUES ('74', 'com.liferay.portlet.shopping.model.ShoppingCategory', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('75', 'com.liferay.portlet.documentlibrary.model.DLFileShortcut', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('76', 'com.liferay.portlet.documentlibrary.model.DLFileShortcut', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('77', 'com.liferay.portlet.documentlibrary.model.DLFileShortcut', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('78', 'com.liferay.portlet.documentlibrary.model.DLFileShortcut', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('79', 'com.liferay.portlet.documentlibrary.model.DLFileShortcut', 'UPDATE', '32'); INSERT INTO `ResourceAction` VALUES ('80', 'com.liferay.portlet.documentlibrary.model.DLFileShortcut', 'UPDATE_DISCUSSION', '64'); INSERT INTO `ResourceAction` VALUES ('81', 'com.liferay.portlet.documentlibrary.model.DLFileShortcut', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('82', 'com.liferay.portlet.journal', 'ADD_ARTICLE', '2'); INSERT INTO `ResourceAction` VALUES ('83', 'com.liferay.portlet.journal', 'ADD_FEED', '4'); INSERT INTO `ResourceAction` VALUES ('84', 'com.liferay.portlet.journal', 'ADD_STRUCTURE', '8'); INSERT INTO `ResourceAction` VALUES ('85', 'com.liferay.portlet.journal', 'ADD_TEMPLATE', '16'); INSERT INTO `ResourceAction` VALUES ('86', 'com.liferay.portlet.journal', 'SUBSCRIBE', '32'); INSERT INTO `ResourceAction` VALUES ('87', 'com.liferay.portlet.journal', 'PERMISSIONS', '64'); INSERT INTO `ResourceAction` VALUES ('88', 'com.liferay.portlet.calendar', 'ADD_EVENT', '2'); INSERT INTO `ResourceAction` VALUES ('89', 'com.liferay.portlet.calendar', 'EXPORT_ALL_EVENTS', '4'); INSERT INTO `ResourceAction` VALUES ('90', 'com.liferay.portlet.calendar', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('91', 'com.liferay.portal.model.LayoutPrototype', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('92', 'com.liferay.portal.model.LayoutPrototype', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('93', 'com.liferay.portal.model.LayoutPrototype', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('94', 'com.liferay.portal.model.LayoutPrototype', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('95', 'com.liferay.portlet.tasks.model.TasksProposal', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('96', 'com.liferay.portlet.tasks.model.TasksProposal', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('97', 'com.liferay.portlet.tasks.model.TasksProposal', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('98', 'com.liferay.portlet.tasks.model.TasksProposal', 'UPDATE', '16'); INSERT INTO `ResourceAction` VALUES ('99', 'com.liferay.portlet.tasks.model.TasksProposal', 'UPDATE_DISCUSSION', '32'); INSERT INTO `ResourceAction` VALUES ('100', 'com.liferay.portlet.tasks.model.TasksProposal', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('101', 'com.liferay.portlet.tasks.model.TasksProposal', 'PERMISSIONS', '64'); INSERT INTO `ResourceAction` VALUES ('102', 'com.liferay.portal.model.Organization', 'APPROVE_PROPOSAL', '2'); INSERT INTO `ResourceAction` VALUES ('103', 'com.liferay.portal.model.Organization', 'ASSIGN_MEMBERS', '4'); INSERT INTO `ResourceAction` VALUES ('104', 'com.liferay.portal.model.Organization', 'ASSIGN_REVIEWER', '8'); INSERT INTO `ResourceAction` VALUES ('105', 'com.liferay.portal.model.Organization', 'ASSIGN_USER_ROLES', '16'); INSERT INTO `ResourceAction` VALUES ('106', 'com.liferay.portal.model.Organization', 'DELETE', '32'); INSERT INTO `ResourceAction` VALUES ('107', 'com.liferay.portal.model.Organization', 'MANAGE_ANNOUNCEMENTS', '64'); INSERT INTO `ResourceAction` VALUES ('108', 'com.liferay.portal.model.Organization', 'MANAGE_ARCHIVED_SETUPS', '128'); INSERT INTO `ResourceAction` VALUES ('109', 'com.liferay.portal.model.Organization', 'MANAGE_LAYOUTS', '256'); INSERT INTO `ResourceAction` VALUES ('110', 'com.liferay.portal.model.Organization', 'MANAGE_STAGING', '512'); INSERT INTO `ResourceAction` VALUES ('111', 'com.liferay.portal.model.Organization', 'MANAGE_SUBORGANIZATIONS', '1024'); INSERT INTO `ResourceAction` VALUES ('112', 'com.liferay.portal.model.Organization', 'MANAGE_TEAMS', '2048'); INSERT INTO `ResourceAction` VALUES ('113', 'com.liferay.portal.model.Organization', 'MANAGE_USERS', '4096'); INSERT INTO `ResourceAction` VALUES ('114', 'com.liferay.portal.model.Organization', 'PERMISSIONS', '8192'); INSERT INTO `ResourceAction` VALUES ('115', 'com.liferay.portal.model.Organization', 'PUBLISH_STAGING', '16384'); INSERT INTO `ResourceAction` VALUES ('116', 'com.liferay.portal.model.Organization', 'UPDATE', '32768'); INSERT INTO `ResourceAction` VALUES ('117', 'com.liferay.portal.model.Organization', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('118', 'com.liferay.portlet.imagegallery', 'ADD_FOLDER', '2'); INSERT INTO `ResourceAction` VALUES ('119', 'com.liferay.portlet.imagegallery', 'ADD_IMAGE', '4'); INSERT INTO `ResourceAction` VALUES ('120', 'com.liferay.portlet.imagegallery', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('121', 'com.liferay.portlet.imagegallery', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('122', 'com.liferay.portlet.softwarecatalog.model.SCLicense', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('123', 'com.liferay.portlet.softwarecatalog.model.SCLicense', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('124', 'com.liferay.portlet.softwarecatalog.model.SCLicense', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('125', 'com.liferay.portlet.softwarecatalog.model.SCLicense', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('126', 'com.liferay.portlet.journal.model.JournalTemplate', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('127', 'com.liferay.portlet.journal.model.JournalTemplate', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('128', 'com.liferay.portlet.journal.model.JournalTemplate', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('129', 'com.liferay.portlet.journal.model.JournalTemplate', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('130', 'com.liferay.portlet.journal.model.JournalArticle', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('131', 'com.liferay.portlet.journal.model.JournalArticle', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('132', 'com.liferay.portlet.journal.model.JournalArticle', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('133', 'com.liferay.portlet.journal.model.JournalArticle', 'EXPIRE', '16'); INSERT INTO `ResourceAction` VALUES ('134', 'com.liferay.portlet.journal.model.JournalArticle', 'PERMISSIONS', '32'); INSERT INTO `ResourceAction` VALUES ('135', 'com.liferay.portlet.journal.model.JournalArticle', 'UPDATE', '64'); INSERT INTO `ResourceAction` VALUES ('136', 'com.liferay.portlet.journal.model.JournalArticle', 'UPDATE_DISCUSSION', '128'); INSERT INTO `ResourceAction` VALUES ('137', 'com.liferay.portlet.journal.model.JournalArticle', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('138', 'com.liferay.portlet.bookmarks.model.BookmarksFolder', 'ACCESS', '2'); INSERT INTO `ResourceAction` VALUES ('139', 'com.liferay.portlet.bookmarks.model.BookmarksFolder', 'ADD_ENTRY', '4'); INSERT INTO `ResourceAction` VALUES ('140', 'com.liferay.portlet.bookmarks.model.BookmarksFolder', 'ADD_SUBFOLDER', '8'); INSERT INTO `ResourceAction` VALUES ('141', 'com.liferay.portlet.bookmarks.model.BookmarksFolder', 'DELETE', '16'); INSERT INTO `ResourceAction` VALUES ('142', 'com.liferay.portlet.bookmarks.model.BookmarksFolder', 'PERMISSIONS', '32'); INSERT INTO `ResourceAction` VALUES ('143', 'com.liferay.portlet.bookmarks.model.BookmarksFolder', 'UPDATE', '64'); INSERT INTO `ResourceAction` VALUES ('144', 'com.liferay.portlet.bookmarks.model.BookmarksFolder', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('145', 'com.liferay.portal.model.Group', 'APPROVE_PROPOSAL', '2'); INSERT INTO `ResourceAction` VALUES ('146', 'com.liferay.portal.model.Group', 'ASSIGN_MEMBERS', '4'); INSERT INTO `ResourceAction` VALUES ('147', 'com.liferay.portal.model.Group', 'ASSIGN_REVIEWER', '8'); INSERT INTO `ResourceAction` VALUES ('148', 'com.liferay.portal.model.Group', 'ASSIGN_USER_ROLES', '16'); INSERT INTO `ResourceAction` VALUES ('149', 'com.liferay.portal.model.Group', 'DELETE', '32'); INSERT INTO `ResourceAction` VALUES ('150', 'com.liferay.portal.model.Group', 'MANAGE_ANNOUNCEMENTS', '64'); INSERT INTO `ResourceAction` VALUES ('151', 'com.liferay.portal.model.Group', 'MANAGE_ARCHIVED_SETUPS', '128'); INSERT INTO `ResourceAction` VALUES ('152', 'com.liferay.portal.model.Group', 'MANAGE_LAYOUTS', '256'); INSERT INTO `ResourceAction` VALUES ('153', 'com.liferay.portal.model.Group', 'MANAGE_STAGING', '512'); INSERT INTO `ResourceAction` VALUES ('154', 'com.liferay.portal.model.Group', 'MANAGE_TEAMS', '1024'); INSERT INTO `ResourceAction` VALUES ('155', 'com.liferay.portal.model.Group', 'PERMISSIONS', '2048'); INSERT INTO `ResourceAction` VALUES ('156', 'com.liferay.portal.model.Group', 'PUBLISH_STAGING', '4096'); INSERT INTO `ResourceAction` VALUES ('157', 'com.liferay.portal.model.Group', 'PUBLISH_TO_REMOTE', '8192'); INSERT INTO `ResourceAction` VALUES ('158', 'com.liferay.portal.model.Group', 'UPDATE', '16384'); INSERT INTO `ResourceAction` VALUES ('159', 'com.liferay.portlet.journal.model.JournalStructure', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('160', 'com.liferay.portlet.journal.model.JournalStructure', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('161', 'com.liferay.portlet.journal.model.JournalStructure', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('162', 'com.liferay.portlet.journal.model.JournalStructure', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('163', 'com.liferay.portlet.asset.model.AssetTag', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('164', 'com.liferay.portlet.asset.model.AssetTag', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('165', 'com.liferay.portlet.asset.model.AssetTag', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('166', 'com.liferay.portlet.asset.model.AssetTag', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('167', 'com.liferay.portal.model.Layout', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('168', 'com.liferay.portal.model.Layout', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('169', 'com.liferay.portal.model.Layout', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('170', 'com.liferay.portal.model.Layout', 'UPDATE', '16'); INSERT INTO `ResourceAction` VALUES ('171', 'com.liferay.portal.model.Layout', 'UPDATE_DISCUSSION', '32'); INSERT INTO `ResourceAction` VALUES ('172', 'com.liferay.portal.model.Layout', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('173', 'com.liferay.portal.model.Layout', 'PERMISSIONS', '64'); INSERT INTO `ResourceAction` VALUES ('174', 'com.liferay.portlet.imagegallery.model.IGImage', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('175', 'com.liferay.portlet.imagegallery.model.IGImage', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('176', 'com.liferay.portlet.imagegallery.model.IGImage', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('177', 'com.liferay.portlet.imagegallery.model.IGImage', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('178', 'com.liferay.portlet.asset', 'ADD_TAG', '2'); INSERT INTO `ResourceAction` VALUES ('179', 'com.liferay.portlet.asset', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('180', 'com.liferay.portlet.asset', 'ADD_CATEGORY', '8'); INSERT INTO `ResourceAction` VALUES ('181', 'com.liferay.portlet.asset', 'ADD_VOCABULARY', '16'); INSERT INTO `ResourceAction` VALUES ('182', 'com.liferay.portlet.messageboards', 'ADD_CATEGORY', '2'); INSERT INTO `ResourceAction` VALUES ('183', 'com.liferay.portlet.messageboards', 'ADD_FILE', '4'); INSERT INTO `ResourceAction` VALUES ('184', 'com.liferay.portlet.messageboards', 'ADD_MESSAGE', '8'); INSERT INTO `ResourceAction` VALUES ('185', 'com.liferay.portlet.messageboards', 'BAN_USER', '16'); INSERT INTO `ResourceAction` VALUES ('186', 'com.liferay.portlet.messageboards', 'MOVE_THREAD', '32'); INSERT INTO `ResourceAction` VALUES ('187', 'com.liferay.portlet.messageboards', 'LOCK_THREAD', '64'); INSERT INTO `ResourceAction` VALUES ('188', 'com.liferay.portlet.messageboards', 'PERMISSIONS', '128'); INSERT INTO `ResourceAction` VALUES ('189', 'com.liferay.portlet.messageboards', 'REPLY_TO_MESSAGE', '256'); INSERT INTO `ResourceAction` VALUES ('190', 'com.liferay.portlet.messageboards', 'SUBSCRIBE', '512'); INSERT INTO `ResourceAction` VALUES ('191', 'com.liferay.portlet.messageboards', 'UPDATE_THREAD_PRIORITY', '1024'); INSERT INTO `ResourceAction` VALUES ('192', 'com.liferay.portlet.messageboards', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('193', 'com.liferay.portlet.polls', 'ADD_QUESTION', '2'); INSERT INTO `ResourceAction` VALUES ('194', 'com.liferay.portlet.polls', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('195', 'com.liferay.portlet.shopping.model.ShoppingItem', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('196', 'com.liferay.portlet.shopping.model.ShoppingItem', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('197', 'com.liferay.portlet.shopping.model.ShoppingItem', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('198', 'com.liferay.portlet.shopping.model.ShoppingItem', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('199', 'com.liferay.portlet.bookmarks.model.BookmarksEntry', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('200', 'com.liferay.portlet.bookmarks.model.BookmarksEntry', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('201', 'com.liferay.portlet.bookmarks.model.BookmarksEntry', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('202', 'com.liferay.portlet.bookmarks.model.BookmarksEntry', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('203', 'com.liferay.portlet.softwarecatalog.model.SCProductEntry', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('204', 'com.liferay.portlet.softwarecatalog.model.SCProductEntry', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('205', 'com.liferay.portlet.softwarecatalog.model.SCProductEntry', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('206', 'com.liferay.portlet.softwarecatalog.model.SCProductEntry', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('207', 'com.liferay.portlet.softwarecatalog.model.SCProductEntry', 'UPDATE', '32'); INSERT INTO `ResourceAction` VALUES ('208', 'com.liferay.portlet.softwarecatalog.model.SCProductEntry', 'UPDATE_DISCUSSION', '64'); INSERT INTO `ResourceAction` VALUES ('209', 'com.liferay.portlet.softwarecatalog.model.SCProductEntry', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('210', 'com.liferay.portal.model.User', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('211', 'com.liferay.portal.model.User', 'IMPERSONATE', '4'); INSERT INTO `ResourceAction` VALUES ('212', 'com.liferay.portal.model.User', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('213', 'com.liferay.portal.model.User', 'UPDATE', '16'); INSERT INTO `ResourceAction` VALUES ('214', 'com.liferay.portal.model.User', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('215', 'com.liferay.portal.model.LayoutSetPrototype', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('216', 'com.liferay.portal.model.LayoutSetPrototype', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('217', 'com.liferay.portal.model.LayoutSetPrototype', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('218', 'com.liferay.portal.model.LayoutSetPrototype', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('219', 'com.liferay.portlet.shopping', 'ADD_CATEGORY', '2'); INSERT INTO `ResourceAction` VALUES ('220', 'com.liferay.portlet.shopping', 'ADD_ITEM', '4'); INSERT INTO `ResourceAction` VALUES ('221', 'com.liferay.portlet.shopping', 'MANAGE_COUPONS', '8'); INSERT INTO `ResourceAction` VALUES ('222', 'com.liferay.portlet.shopping', 'MANAGE_ORDERS', '16'); INSERT INTO `ResourceAction` VALUES ('223', 'com.liferay.portlet.shopping', 'PERMISSIONS', '32'); INSERT INTO `ResourceAction` VALUES ('224', 'com.liferay.portlet.shopping', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('225', 'com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('226', 'com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('227', 'com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('228', 'com.liferay.portlet.wiki', 'ADD_NODE', '2'); INSERT INTO `ResourceAction` VALUES ('229', 'com.liferay.portlet.wiki', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('230', 'com.liferay.portlet.polls.model.PollsQuestion', 'ADD_VOTE', '2'); INSERT INTO `ResourceAction` VALUES ('231', 'com.liferay.portlet.polls.model.PollsQuestion', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('232', 'com.liferay.portlet.polls.model.PollsQuestion', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('233', 'com.liferay.portlet.polls.model.PollsQuestion', 'UPDATE', '16'); INSERT INTO `ResourceAction` VALUES ('234', 'com.liferay.portlet.polls.model.PollsQuestion', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('235', 'com.liferay.portal.model.UserGroup', 'ASSIGN_MEMBERS', '2'); INSERT INTO `ResourceAction` VALUES ('236', 'com.liferay.portal.model.UserGroup', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('237', 'com.liferay.portal.model.UserGroup', 'MANAGE_ANNOUNCEMENTS', '8'); INSERT INTO `ResourceAction` VALUES ('238', 'com.liferay.portal.model.UserGroup', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('239', 'com.liferay.portal.model.UserGroup', 'MANAGE_LAYOUTS', '32'); INSERT INTO `ResourceAction` VALUES ('240', 'com.liferay.portal.model.UserGroup', 'UPDATE', '64'); INSERT INTO `ResourceAction` VALUES ('241', 'com.liferay.portal.model.UserGroup', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('242', 'com.liferay.portlet.shopping.model.ShoppingOrder', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('243', 'com.liferay.portlet.shopping.model.ShoppingOrder', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('244', 'com.liferay.portlet.shopping.model.ShoppingOrder', 'UPDATE', '8'); INSERT INTO `ResourceAction` VALUES ('245', 'com.liferay.portlet.shopping.model.ShoppingOrder', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('246', 'com.liferay.portlet.imagegallery.model.IGFolder', 'ACCESS', '2'); INSERT INTO `ResourceAction` VALUES ('247', 'com.liferay.portlet.imagegallery.model.IGFolder', 'ADD_IMAGE', '4'); INSERT INTO `ResourceAction` VALUES ('248', 'com.liferay.portlet.imagegallery.model.IGFolder', 'ADD_SUBFOLDER', '8'); INSERT INTO `ResourceAction` VALUES ('249', 'com.liferay.portlet.imagegallery.model.IGFolder', 'DELETE', '16'); INSERT INTO `ResourceAction` VALUES ('250', 'com.liferay.portlet.imagegallery.model.IGFolder', 'PERMISSIONS', '32'); INSERT INTO `ResourceAction` VALUES ('251', 'com.liferay.portlet.imagegallery.model.IGFolder', 'UPDATE', '64'); INSERT INTO `ResourceAction` VALUES ('252', 'com.liferay.portlet.imagegallery.model.IGFolder', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('253', 'com.liferay.portal.model.Role', 'ASSIGN_MEMBERS', '2'); INSERT INTO `ResourceAction` VALUES ('254', 'com.liferay.portal.model.Role', 'DEFINE_PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('255', 'com.liferay.portal.model.Role', 'DELETE', '8'); INSERT INTO `ResourceAction` VALUES ('256', 'com.liferay.portal.model.Role', 'MANAGE_ANNOUNCEMENTS', '16'); INSERT INTO `ResourceAction` VALUES ('257', 'com.liferay.portal.model.Role', 'PERMISSIONS', '32'); INSERT INTO `ResourceAction` VALUES ('258', 'com.liferay.portal.model.Role', 'UPDATE', '64'); INSERT INTO `ResourceAction` VALUES ('259', 'com.liferay.portal.model.Role', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('260', 'com.liferay.portlet.messageboards.model.MBCategory', 'ADD_FILE', '2'); INSERT INTO `ResourceAction` VALUES ('261', 'com.liferay.portlet.messageboards.model.MBCategory', 'ADD_MESSAGE', '4'); INSERT INTO `ResourceAction` VALUES ('262', 'com.liferay.portlet.messageboards.model.MBCategory', 'ADD_SUBCATEGORY', '8'); INSERT INTO `ResourceAction` VALUES ('263', 'com.liferay.portlet.messageboards.model.MBCategory', 'DELETE', '16'); INSERT INTO `ResourceAction` VALUES ('264', 'com.liferay.portlet.messageboards.model.MBCategory', 'LOCK_THREAD', '32'); INSERT INTO `ResourceAction` VALUES ('265', 'com.liferay.portlet.messageboards.model.MBCategory', 'MOVE_THREAD', '64'); INSERT INTO `ResourceAction` VALUES ('266', 'com.liferay.portlet.messageboards.model.MBCategory', 'PERMISSIONS', '128'); INSERT INTO `ResourceAction` VALUES ('267', 'com.liferay.portlet.messageboards.model.MBCategory', 'REPLY_TO_MESSAGE', '256'); INSERT INTO `ResourceAction` VALUES ('268', 'com.liferay.portlet.messageboards.model.MBCategory', 'SUBSCRIBE', '512'); INSERT INTO `ResourceAction` VALUES ('269', 'com.liferay.portlet.messageboards.model.MBCategory', 'UPDATE', '1024'); INSERT INTO `ResourceAction` VALUES ('270', 'com.liferay.portlet.messageboards.model.MBCategory', 'UPDATE_THREAD_PRIORITY', '2048'); INSERT INTO `ResourceAction` VALUES ('271', 'com.liferay.portlet.messageboards.model.MBCategory', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('272', 'com.liferay.portlet.wiki.model.WikiPage', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('273', 'com.liferay.portlet.wiki.model.WikiPage', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('274', 'com.liferay.portlet.wiki.model.WikiPage', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('275', 'com.liferay.portlet.wiki.model.WikiPage', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('276', 'com.liferay.portlet.wiki.model.WikiPage', 'SUBSCRIBE', '32'); INSERT INTO `ResourceAction` VALUES ('277', 'com.liferay.portlet.wiki.model.WikiPage', 'UPDATE', '64'); INSERT INTO `ResourceAction` VALUES ('278', 'com.liferay.portlet.wiki.model.WikiPage', 'UPDATE_DISCUSSION', '128'); INSERT INTO `ResourceAction` VALUES ('279', 'com.liferay.portlet.wiki.model.WikiPage', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('280', 'com.liferay.portlet.asset.model.AssetCategory', 'ADD_CATEGORY', '2'); INSERT INTO `ResourceAction` VALUES ('281', 'com.liferay.portlet.asset.model.AssetCategory', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('282', 'com.liferay.portlet.asset.model.AssetCategory', 'PERMISSIONS', '8'); INSERT INTO `ResourceAction` VALUES ('283', 'com.liferay.portlet.asset.model.AssetCategory', 'UPDATE', '16'); INSERT INTO `ResourceAction` VALUES ('284', 'com.liferay.portlet.asset.model.AssetCategory', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('285', 'com.liferay.portlet.messageboards.model.MBMessage', 'DELETE', '2'); INSERT INTO `ResourceAction` VALUES ('286', 'com.liferay.portlet.messageboards.model.MBMessage', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('287', 'com.liferay.portlet.messageboards.model.MBMessage', 'SUBSCRIBE', '8'); INSERT INTO `ResourceAction` VALUES ('288', 'com.liferay.portlet.messageboards.model.MBMessage', 'UPDATE', '16'); INSERT INTO `ResourceAction` VALUES ('289', 'com.liferay.portlet.messageboards.model.MBMessage', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('290', 'com.liferay.portlet.blogs', 'ADD_ENTRY', '2'); INSERT INTO `ResourceAction` VALUES ('291', 'com.liferay.portlet.blogs', 'PERMISSIONS', '4'); INSERT INTO `ResourceAction` VALUES ('292', 'com.liferay.portlet.blogs', 'SUBSCRIBE', '8'); INSERT INTO `ResourceAction` VALUES ('293', 'com.liferay.portlet.documentlibrary.model.DLFileEntry', 'ADD_DISCUSSION', '2'); INSERT INTO `ResourceAction` VALUES ('294', 'com.liferay.portlet.documentlibrary.model.DLFileEntry', 'DELETE', '4'); INSERT INTO `ResourceAction` VALUES ('295', 'com.liferay.portlet.documentlibrary.model.DLFileEntry', 'DELETE_DISCUSSION', '8'); INSERT INTO `ResourceAction` VALUES ('296', 'com.liferay.portlet.documentlibrary.model.DLFileEntry', 'PERMISSIONS', '16'); INSERT INTO `ResourceAction` VALUES ('297', 'com.liferay.portlet.documentlibrary.model.DLFileEntry', 'UPDATE', '32'); INSERT INTO `ResourceAction` VALUES ('298', 'com.liferay.portlet.documentlibrary.model.DLFileEntry', 'UPDATE_DISCUSSION', '64'); INSERT INTO `ResourceAction` VALUES ('299', 'com.liferay.portlet.documentlibrary.model.DLFileEntry', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('300', '98', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('301', '98', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('302', '98', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('303', '98', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('304', '66', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('305', '66', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('306', '66', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('307', '156', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('308', '156', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('309', '156', 'ACCESS_IN_CONTROL_PANEL', '4'); INSERT INTO `ResourceAction` VALUES ('310', '156', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('311', '152', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('312', '152', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('313', '152', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('314', '27', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('315', '27', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('316', '27', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('317', '88', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('318', '88', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('319', '88', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('320', '87', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('321', '87', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('322', '87', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('323', '134', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('324', '134', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('325', '134', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('326', '130', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('327', '130', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('328', '130', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('329', '122', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('330', '122', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('331', '122', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('332', '36', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('333', '36', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('334', '36', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('335', '26', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('336', '26', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('337', '26', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('338', '104', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('339', '104', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('340', '104', 'ACCESS_IN_CONTROL_PANEL', '4'); INSERT INTO `ResourceAction` VALUES ('341', '104', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('342', '64', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('343', '64', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('344', '64', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('345', '153', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('346', '153', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('347', '153', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('348', '129', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('349', '129', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('350', '129', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('351', '100', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('352', '100', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('353', '100', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('354', '157', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('355', '157', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('356', '157', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('357', '19', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('358', '19', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('359', '19', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('360', '19', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('361', '160', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('362', '160', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('363', '160', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('364', '128', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('365', '128', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('366', '128', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('367', '86', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('368', '86', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('369', '86', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('370', '154', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('371', '154', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('372', '154', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('373', '148', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('374', '148', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('375', '148', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('376', '11', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('377', '11', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('378', '11', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('379', '120', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('380', '120', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('381', '120', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('382', '29', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('383', '29', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('384', '29', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('385', '158', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('386', '158', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('387', '158', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('388', '124', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('389', '124', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('390', '124', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('391', '8', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('392', '8', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('393', '8', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('394', '8', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('395', '58', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('396', '58', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('397', '58', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('398', '155', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('399', '155', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('400', '155', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('401', '97', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('402', '97', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('403', '97', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('404', '71', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('405', '71', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('406', '71', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('407', '39', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('408', '39', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('409', '39', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('410', '85', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('411', '85', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('412', '85', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('413', '118', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('414', '118', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('415', '118', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('416', '107', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('417', '107', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('418', '107', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('419', '79', 'CONFIGURATION', '2'); INSERT INTO `ResourceAction` VALUES ('420', '79', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('421', '79', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('422', '30', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('423', '30', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('424', '30', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('425', '147', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('426', '147', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('427', '147', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('428', '48', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('429', '48', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('430', '48', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('431', '125', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('432', '125', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('433', '125', 'EXPORT_USER', '8'); INSERT INTO `ResourceAction` VALUES ('434', '125', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('435', '144', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('436', '144', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('437', '144', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('438', '146', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('439', '146', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('440', '146', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('441', '62', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('442', '62', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('443', '62', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('444', '159', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('445', '159', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('446', '159', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('447', '108', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('448', '108', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('449', '108', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('450', '139', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('451', '139', 'ADD_EXPANDO', '4'); INSERT INTO `ResourceAction` VALUES ('452', '139', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('453', '139', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('454', '84', 'ADD_ENTRY', '2'); INSERT INTO `ResourceAction` VALUES ('455', '84', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('456', '84', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('457', '84', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('458', '101', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('459', '101', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('460', '101', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('461', '121', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('462', '121', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('463', '121', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('464', '49', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('465', '49', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('466', '49', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('467', '143', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('468', '143', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('469', '143', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('470', '37', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('471', '37', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('472', '37', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('473', '77', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('474', '77', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('475', '77', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('476', '115', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('477', '115', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('478', '115', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('479', '56', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('480', '56', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('481', '56', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('482', '142', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('483', '142', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('484', '142', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('485', '111', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('486', '111', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('487', '111', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('488', '16', 'PREFERENCES', '2'); INSERT INTO `ResourceAction` VALUES ('489', '16', 'GUEST_PREFERENCES', '4'); INSERT INTO `ResourceAction` VALUES ('490', '16', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('491', '16', 'ADD_TO_PAGE', '8'); INSERT INTO `ResourceAction` VALUES ('492', '16', 'CONFIGURATION', '16'); INSERT INTO `ResourceAction` VALUES ('493', '3', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('494', '3', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('495', '3', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('496', '20', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('497', '20', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('498', '20', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('499', '20', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('500', '23', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('501', '23', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('502', '23', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('503', '145', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('504', '145', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('505', '145', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('506', '83', 'ADD_ENTRY', '2'); INSERT INTO `ResourceAction` VALUES ('507', '83', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('508', '83', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('509', '83', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('510', '99', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('511', '99', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('512', '99', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('513', '70', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('514', '70', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('515', '70', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('516', '141', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('517', '141', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('518', '141', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('519', '9', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('520', '9', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('521', '9', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('522', '137', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('523', '137', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('524', '137', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('525', '28', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('526', '28', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('527', '28', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('528', '28', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('529', '133', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('530', '133', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('531', '133', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('532', '116', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('533', '116', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('534', '116', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('535', '15', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('536', '15', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('537', '15', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('538', '15', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('539', '47', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('540', '47', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('541', '47', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('542', '82', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('543', '82', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('544', '82', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('545', '103', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('546', '103', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('547', '103', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('548', '151', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('549', '151', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('550', '151', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('551', '140', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('552', '140', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('553', '140', 'ACCESS_IN_CONTROL_PANEL', '4'); INSERT INTO `ResourceAction` VALUES ('554', '140', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('555', '54', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('556', '54', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('557', '54', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('558', '132', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('559', '132', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('560', '132', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('561', '34', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('562', '34', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('563', '34', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('564', '61', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('565', '61', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('566', '61', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('567', '73', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('568', '73', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('569', '73', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('570', '31', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('571', '31', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('572', '31', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('573', '31', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('574', '136', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('575', '136', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('576', '136', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('577', '127', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('578', '127', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('579', '127', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('580', '50', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('581', '50', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('582', '50', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('583', '25', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('584', '25', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('585', '25', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('586', '90', 'ADD_COMMUNITY', '2'); INSERT INTO `ResourceAction` VALUES ('587', '90', 'ADD_LAYOUT_PROTOTYPE', '4'); INSERT INTO `ResourceAction` VALUES ('588', '90', 'ADD_LAYOUT_SET_PROTOTYPE', '8'); INSERT INTO `ResourceAction` VALUES ('589', '90', 'ADD_LICENSE', '16'); INSERT INTO `ResourceAction` VALUES ('590', '90', 'ADD_ORGANIZATION', '32'); INSERT INTO `ResourceAction` VALUES ('591', '90', 'ADD_PASSWORD_POLICY', '64'); INSERT INTO `ResourceAction` VALUES ('592', '90', 'ADD_ROLE', '128'); INSERT INTO `ResourceAction` VALUES ('593', '90', 'ADD_USER', '256'); INSERT INTO `ResourceAction` VALUES ('594', '90', 'ADD_USER_GROUP', '512'); INSERT INTO `ResourceAction` VALUES ('595', '90', 'CONFIGURATION', '1024'); INSERT INTO `ResourceAction` VALUES ('596', '90', 'EXPORT_USER', '2048'); INSERT INTO `ResourceAction` VALUES ('597', '90', 'ADD_TO_PAGE', '4096'); INSERT INTO `ResourceAction` VALUES ('598', '90', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('599', '150', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('600', '150', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('601', '150', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('602', '113', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('603', '113', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('604', '113', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('605', '33', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('606', '33', 'ADD_TO_PAGE', '4'); INSERT INTO `ResourceAction` VALUES ('607', '33', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('608', '33', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('609', '2', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('610', '2', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('611', '2', 'ACCESS_IN_CONTROL_PANEL', '4'); INSERT INTO `ResourceAction` VALUES ('612', '2', 'CONFIGURATION', '8'); INSERT INTO `ResourceAction` VALUES ('613', '119', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('614', '119', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('615', '119', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('616', '126', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('617', '126', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('618', '126', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('619', '114', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('620', '114', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('621', '114', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('622', '149', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('623', '149', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('624', '149', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('625', '67', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('626', '67', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('627', '67', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('628', '110', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('629', '110', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('630', '110', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('631', '135', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('632', '135', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('633', '135', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('634', '59', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('635', '59', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('636', '59', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('637', '131', 'ACCESS_IN_CONTROL_PANEL', '2'); INSERT INTO `ResourceAction` VALUES ('638', '131', 'CONFIGURATION', '4'); INSERT INTO `ResourceAction` VALUES ('639', '131', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('640', '102', 'VIEW', '1'); INSERT INTO `ResourceAction` VALUES ('641', '102', 'ADD_TO_PAGE', '2'); INSERT INTO `ResourceAction` VALUES ('642', '102', 'CONFIGURATION', '4'); -- ---------------------------- -- Table structure for ResourceCode -- ---------------------------- DROP TABLE IF EXISTS `ResourceCode`; CREATE TABLE `ResourceCode` ( `codeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `scope` int(11) DEFAULT NULL, PRIMARY KEY (`codeId`), UNIQUE KEY `IX_A32C097E` (`companyId`,`name`,`scope`), KEY `IX_717FDD47` (`companyId`), KEY `IX_AACAFF40` (`name`), KEY `IX_FCADE8C4` (`name`,`scope`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ResourceCode -- ---------------------------- -- ---------------------------- -- Table structure for ResourcePermission -- ---------------------------- DROP TABLE IF EXISTS `ResourcePermission`; CREATE TABLE `ResourcePermission` ( `resourcePermissionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `scope` int(11) DEFAULT NULL, `primKey` varchar(255) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, `ownerId` bigint(20) DEFAULT NULL, `actionIds` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourcePermissionId`), UNIQUE KEY `IX_8D83D0CE` (`companyId`,`name`,`scope`,`primKey`,`roleId`), UNIQUE KEY `IX_4A1F4402` (`companyId`,`name`,`scope`,`primKey`,`roleId`,`ownerId`,`actionIds`), KEY `IX_88705859` (`companyId`,`name`,`primKey`,`ownerId`), KEY `IX_C94C7708` (`companyId`,`name`,`primKey`,`roleId`,`actionIds`), KEY `IX_60B99860` (`companyId`,`name`,`scope`), KEY `IX_2200AA69` (`companyId`,`name`,`scope`,`primKey`), KEY `IX_A37A0588` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ResourcePermission -- ---------------------------- INSERT INTO `ResourcePermission` VALUES ('138', '10136', '100', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('139', '10136', '100', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('20', '10136', '100', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('183', '10136', '101', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('184', '10136', '101', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('185', '10136', '101', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('48', '10136', '101', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('284', '10136', '101', '4', '10165_LAYOUT_101_INSTANCE_3cdU', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('282', '10136', '101', '4', '10165_LAYOUT_101_INSTANCE_3cdU', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('283', '10136', '101', '4', '10165_LAYOUT_101_INSTANCE_3cdU', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('311', '10136', '101', '4', '10165_LAYOUT_101_INSTANCE_R9wk', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('309', '10136', '101', '4', '10165_LAYOUT_101_INSTANCE_R9wk', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('310', '10136', '101', '4', '10165_LAYOUT_101_INSTANCE_R9wk', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('262', '10136', '102', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('263', '10136', '102', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('264', '10136', '102', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('92', '10136', '102', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('267', '10136', '103', '4', '10165_LAYOUT_103', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('265', '10136', '103', '4', '10165_LAYOUT_103', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('266', '10136', '103', '4', '10165_LAYOUT_103', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('134', '10136', '104', '1', '10136', '10143', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('16', '10136', '104', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('168', '10136', '107', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('169', '10136', '107', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('38', '10136', '107', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('179', '10136', '108', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('180', '10136', '108', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('46', '10136', '108', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('145', '10136', '11', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('146', '10136', '11', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('26', '10136', '11', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('258', '10136', '110', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('259', '10136', '110', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('88', '10136', '110', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('205', '10136', '111', '1', '10136', '10143', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('56', '10136', '111', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('253', '10136', '114', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('254', '10136', '114', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('255', '10136', '114', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('85', '10136', '114', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('197', '10136', '115', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('198', '10136', '115', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('199', '10136', '115', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('53', '10136', '115', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('229', '10136', '116', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('230', '10136', '116', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('231', '10136', '116', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('69', '10136', '116', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('164', '10136', '118', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('165', '10136', '118', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('166', '10136', '118', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('36', '10136', '118', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('186', '10136', '121', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('187', '10136', '121', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('188', '10136', '121', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('49', '10136', '121', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('127', '10136', '122', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('128', '10136', '122', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('129', '10136', '122', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('13', '10136', '122', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('42', '10136', '125', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('84', '10136', '126', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('80', '10136', '127', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('23', '10136', '128', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('19', '10136', '129', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('12', '10136', '130', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('91', '10136', '131', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('73', '10136', '132', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('11', '10136', '134', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('90', '10136', '135', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('78', '10136', '136', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('66', '10136', '137', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('218', '10136', '141', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('219', '10136', '141', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('220', '10136', '141', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('63', '10136', '141', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('191', '10136', '143', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('192', '10136', '143', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('193', '10136', '143', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('51', '10136', '143', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('296', '10136', '145', '4', '10157_LAYOUT_145', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('294', '10136', '145', '4', '10157_LAYOUT_145', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('295', '10136', '145', '4', '10157_LAYOUT_145', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('281', '10136', '145', '4', '10165_LAYOUT_145', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('279', '10136', '145', '4', '10165_LAYOUT_145', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('280', '10136', '145', '4', '10165_LAYOUT_145', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('43', '10136', '146', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('102', '10136', '147', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('40', '10136', '147', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('142', '10136', '148', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('143', '10136', '148', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('144', '10136', '148', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('25', '10136', '148', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('86', '10136', '149', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('227', '10136', '15', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('228', '10136', '15', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('106', '10136', '15', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('68', '10136', '15', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('290', '10136', '15', '4', '10157_LAYOUT_15', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('288', '10136', '15', '4', '10157_LAYOUT_15', '10145', '0', '15'); INSERT INTO `ResourcePermission` VALUES ('289', '10136', '15', '4', '10157_LAYOUT_15', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('83', '10136', '150', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('71', '10136', '151', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('97', '10136', '152', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('10', '10136', '152', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('17', '10136', '153', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('99', '10136', '154', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('24', '10136', '154', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('101', '10136', '155', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('31', '10136', '155', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('22', '10136', '157', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('28', '10136', '158', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('176', '10136', '159', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('177', '10136', '159', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('178', '10136', '159', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('45', '10136', '159', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('203', '10136', '16', '1', '10136', '10146', '0', '8'); INSERT INTO `ResourcePermission` VALUES ('204', '10136', '16', '1', '10136', '10147', '0', '8'); INSERT INTO `ResourcePermission` VALUES ('55', '10136', '16', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('287', '10136', '160', '4', '10157_LAYOUT_160', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('285', '10136', '160', '4', '10157_LAYOUT_160', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('286', '10136', '160', '4', '10157_LAYOUT_160', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('140', '10136', '19', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('141', '10136', '19', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('98', '10136', '19', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('21', '10136', '19', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('211', '10136', '20', '1', '10136', '10144', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('212', '10136', '20', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('213', '10136', '20', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('103', '10136', '20', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('59', '10136', '20', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('209', '10136', '23', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('210', '10136', '23', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('58', '10136', '23', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('108', '10136', '25', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('81', '10136', '25', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('132', '10136', '26', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('133', '10136', '26', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('15', '10136', '26', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('125', '10136', '27', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('126', '10136', '27', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('9', '10136', '27', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('222', '10136', '28', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('223', '10136', '28', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('105', '10136', '28', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('65', '10136', '28', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('147', '10136', '29', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('148', '10136', '29', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('27', '10136', '29', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('206', '10136', '3', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('207', '10136', '3', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('208', '10136', '3', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('57', '10136', '3', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('170', '10136', '30', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('171', '10136', '30', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('39', '10136', '30', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('244', '10136', '31', '1', '10136', '10144', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('245', '10136', '31', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('246', '10136', '31', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('107', '10136', '31', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('77', '10136', '31', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('250', '10136', '33', '1', '10136', '10144', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('251', '10136', '33', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('252', '10136', '33', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('109', '10136', '33', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('82', '10136', '33', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('237', '10136', '34', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('238', '10136', '34', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('74', '10136', '34', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('130', '10136', '36', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('131', '10136', '36', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('14', '10136', '36', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('189', '10136', '37', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('190', '10136', '37', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('50', '10136', '37', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('159', '10136', '39', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('160', '10136', '39', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('34', '10136', '39', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('224', '10136', '47', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('225', '10136', '47', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('226', '10136', '47', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('67', '10136', '47', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('270', '10136', '47', '4', '10165_LAYOUT_47', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('268', '10136', '47', '4', '10165_LAYOUT_47', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('269', '10136', '47', '4', '10165_LAYOUT_47', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('172', '10136', '48', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('173', '10136', '48', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('41', '10136', '48', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('247', '10136', '50', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('248', '10136', '50', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('249', '10136', '50', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('79', '10136', '50', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('235', '10136', '54', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('236', '10136', '54', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('72', '10136', '54', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('200', '10136', '56', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('201', '10136', '56', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('202', '10136', '56', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('54', '10136', '56', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('151', '10136', '58', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('152', '10136', '58', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('153', '10136', '58', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('30', '10136', '58', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('273', '10136', '58', '4', '10165_LAYOUT_58', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('271', '10136', '58', '4', '10165_LAYOUT_58', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('272', '10136', '58', '4', '10165_LAYOUT_58', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('260', '10136', '59', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('261', '10136', '59', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('89', '10136', '59', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('239', '10136', '61', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('240', '10136', '61', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('75', '10136', '61', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('174', '10136', '62', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('175', '10136', '62', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('44', '10136', '62', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('135', '10136', '64', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('136', '10136', '64', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('137', '10136', '64', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('18', '10136', '64', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('123', '10136', '66', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('124', '10136', '66', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('8', '10136', '66', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('256', '10136', '67', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('257', '10136', '67', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('87', '10136', '67', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('216', '10136', '70', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('217', '10136', '70', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('62', '10136', '70', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('154', '10136', '71', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('155', '10136', '71', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('156', '10136', '71', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('32', '10136', '71', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('241', '10136', '73', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('242', '10136', '73', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('243', '10136', '73', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('76', '10136', '73', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('194', '10136', '77', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('195', '10136', '77', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('196', '10136', '77', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('52', '10136', '77', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('167', '10136', '79', '1', '10136', '10143', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('37', '10136', '79', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('149', '10136', '8', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('150', '10136', '8', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('100', '10136', '8', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('29', '10136', '8', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('232', '10136', '82', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('233', '10136', '82', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('234', '10136', '82', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('70', '10136', '82', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('214', '10136', '83', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('215', '10136', '83', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('60', '10136', '83', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('181', '10136', '84', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('182', '10136', '84', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('47', '10136', '84', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('161', '10136', '85', '1', '10136', '10144', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('162', '10136', '85', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('163', '10136', '85', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('35', '10136', '85', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('302', '10136', '86', '4', '10165_LAYOUT_86', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('300', '10136', '86', '4', '10165_LAYOUT_86', '10145', '0', '7'); INSERT INTO `ResourcePermission` VALUES ('301', '10136', '86', '4', '10165_LAYOUT_86', '10149', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('221', '10136', '9', '1', '10136', '10143', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('64', '10136', '9', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('157', '10136', '97', '1', '10136', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('158', '10136', '97', '1', '10136', '10147', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('33', '10136', '97', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('121', '10136', '98', '1', '10136', '10146', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('122', '10136', '98', '1', '10136', '10147', '0', '4'); INSERT INTO `ResourcePermission` VALUES ('96', '10136', '98', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('7', '10136', '98', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('104', '10136', '99', '2', '10171', '10146', '0', '2'); INSERT INTO `ResourcePermission` VALUES ('61', '10136', '99', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('110', '10136', 'com.liferay.portal.model.Group', '2', '10171', '10146', '0', '256'); INSERT INTO `ResourcePermission` VALUES ('93', '10136', 'com.liferay.portal.model.Layout', '2', '10171', '10147', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('3', '10136', 'com.liferay.portal.model.Layout', '4', '10157', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('1', '10136', 'com.liferay.portal.model.Layout', '4', '10157', '10145', '10140', '127'); INSERT INTO `ResourcePermission` VALUES ('2', '10136', 'com.liferay.portal.model.Layout', '4', '10157', '10149', '0', '3'); INSERT INTO `ResourcePermission` VALUES ('6', '10136', 'com.liferay.portal.model.Layout', '4', '10165', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('4', '10136', 'com.liferay.portal.model.Layout', '4', '10165', '10145', '10140', '127'); INSERT INTO `ResourcePermission` VALUES ('5', '10136', 'com.liferay.portal.model.Layout', '4', '10165', '10149', '0', '3'); INSERT INTO `ResourcePermission` VALUES ('274', '10136', 'com.liferay.portal.model.Layout', '4', '10275', '10145', '10178', '127'); INSERT INTO `ResourcePermission` VALUES ('275', '10136', 'com.liferay.portal.model.Layout', '4', '10275', '10146', '0', '3'); INSERT INTO `ResourcePermission` VALUES ('278', '10136', 'com.liferay.portal.model.Layout', '4', '10280', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('276', '10136', 'com.liferay.portal.model.Layout', '4', '10280', '10145', '10178', '127'); INSERT INTO `ResourcePermission` VALUES ('277', '10136', 'com.liferay.portal.model.Layout', '4', '10280', '10146', '0', '3'); INSERT INTO `ResourcePermission` VALUES ('120', '10136', 'com.liferay.portal.model.User', '4', '10178', '10145', '10178', '31'); INSERT INTO `ResourcePermission` VALUES ('111', '10136', 'com.liferay.portlet.asset', '2', '10171', '10146', '0', '30'); INSERT INTO `ResourcePermission` VALUES ('305', '10136', 'com.liferay.portlet.asset.model.AssetVocabulary', '4', '10304', '10144', '0', '0'); INSERT INTO `ResourcePermission` VALUES ('303', '10136', 'com.liferay.portlet.asset.model.AssetVocabulary', '4', '10304', '10145', '10140', '15'); INSERT INTO `ResourcePermission` VALUES ('304', '10136', 'com.liferay.portlet.asset.model.AssetVocabulary', '4', '10304', '10149', '0', '0'); INSERT INTO `ResourcePermission` VALUES ('308', '10136', 'com.liferay.portlet.asset.model.AssetVocabulary', '4', '10305', '10144', '0', '0'); INSERT INTO `ResourcePermission` VALUES ('306', '10136', 'com.liferay.portlet.asset.model.AssetVocabulary', '4', '10305', '10145', '10140', '15'); INSERT INTO `ResourcePermission` VALUES ('307', '10136', 'com.liferay.portlet.asset.model.AssetVocabulary', '4', '10305', '10147', '0', '0'); INSERT INTO `ResourcePermission` VALUES ('112', '10136', 'com.liferay.portlet.blogs', '2', '10171', '10146', '0', '14'); INSERT INTO `ResourcePermission` VALUES ('94', '10136', 'com.liferay.portlet.blogs', '2', '10171', '10147', '0', '14'); INSERT INTO `ResourcePermission` VALUES ('113', '10136', 'com.liferay.portlet.bookmarks', '2', '10171', '10146', '0', '15'); INSERT INTO `ResourcePermission` VALUES ('114', '10136', 'com.liferay.portlet.calendar', '2', '10171', '10146', '0', '14'); INSERT INTO `ResourcePermission` VALUES ('95', '10136', 'com.liferay.portlet.calendar', '2', '10171', '10147', '0', '14'); INSERT INTO `ResourcePermission` VALUES ('115', '10136', 'com.liferay.portlet.documentlibrary', '2', '10171', '10146', '0', '31'); INSERT INTO `ResourcePermission` VALUES ('116', '10136', 'com.liferay.portlet.imagegallery', '2', '10171', '10146', '0', '15'); INSERT INTO `ResourcePermission` VALUES ('293', '10136', 'com.liferay.portlet.journal', '4', '10154', '10144', '0', '0'); INSERT INTO `ResourcePermission` VALUES ('291', '10136', 'com.liferay.portlet.journal', '4', '10154', '10145', '0', '126'); INSERT INTO `ResourcePermission` VALUES ('292', '10136', 'com.liferay.portlet.journal', '4', '10154', '10149', '0', '0'); INSERT INTO `ResourcePermission` VALUES ('299', '10136', 'com.liferay.portlet.journal.model.JournalArticle', '4', '10296', '10144', '0', '1'); INSERT INTO `ResourcePermission` VALUES ('297', '10136', 'com.liferay.portlet.journal.model.JournalArticle', '4', '10296', '10145', '10178', '255'); INSERT INTO `ResourcePermission` VALUES ('298', '10136', 'com.liferay.portlet.journal.model.JournalArticle', '4', '10296', '10149', '0', '3'); INSERT INTO `ResourcePermission` VALUES ('117', '10136', 'com.liferay.portlet.messageboards', '2', '10171', '10146', '0', '2047'); INSERT INTO `ResourcePermission` VALUES ('118', '10136', 'com.liferay.portlet.polls', '2', '10171', '10146', '0', '6'); INSERT INTO `ResourcePermission` VALUES ('119', '10136', 'com.liferay.portlet.wiki', '2', '10171', '10146', '0', '6'); -- ---------------------------- -- Table structure for Role_ -- ---------------------------- DROP TABLE IF EXISTS `Role_`; CREATE TABLE `Role_` ( `roleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `type_` int(11) DEFAULT NULL, `subtype` varchar(75) DEFAULT NULL, PRIMARY KEY (`roleId`), UNIQUE KEY `IX_A88E424E` (`companyId`,`classNameId`,`classPK`), UNIQUE KEY `IX_EBC931B8` (`companyId`,`name`), KEY `IX_449A10B9` (`companyId`), KEY `IX_F436EC8E` (`name`), KEY `IX_5EB4E2FB` (`subtype`), KEY `IX_CBE204` (`type_`,`subtype`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Role_ -- ---------------------------- INSERT INTO `Role_` VALUES ('10143', '10136', '10041', '10143', 'Administrator', '', 'Administrators are super users who can do anything.', '1', ''); INSERT INTO `Role_` VALUES ('10144', '10136', '10041', '10144', 'Guest', '', 'Unauthenticated users always have this role.', '1', ''); INSERT INTO `Role_` VALUES ('10145', '10136', '10041', '10145', 'Owner', '', 'This is an implied role with respect to the objects users create.', '1', ''); INSERT INTO `Role_` VALUES ('10146', '10136', '10041', '10146', 'Power User', '', 'Power Users have their own public and private pages.', '1', ''); INSERT INTO `Role_` VALUES ('10147', '10136', '10041', '10147', 'User', '', 'Authenticated users should be assigned this role.', '1', ''); INSERT INTO `Role_` VALUES ('10148', '10136', '10041', '10148', 'Community Administrator', '', 'Community Administrators are super users of their community but cannot make other users into Community Administrators.', '2', ''); INSERT INTO `Role_` VALUES ('10149', '10136', '10041', '10149', 'Community Member', '', 'All users who belong to a community have this role within that community.', '2', ''); INSERT INTO `Role_` VALUES ('10150', '10136', '10041', '10150', 'Community Owner', '', 'Community Owners are super users of their community and can assign community roles to users.', '2', ''); INSERT INTO `Role_` VALUES ('10151', '10136', '10041', '10151', 'Organization Administrator', '', 'Organization Administrators are super users of their organization but cannot make other users into Organization Administrators.', '3', ''); INSERT INTO `Role_` VALUES ('10152', '10136', '10041', '10152', 'Organization Member', '', 'All users who belong to an organization have this role within that organization.', '3', ''); INSERT INTO `Role_` VALUES ('10153', '10136', '10041', '10153', 'Organization Owner', '', 'Organization Owners are super users of their organization and can assign organization roles to users.', '3', ''); -- ---------------------------- -- Table structure for Roles_Permissions -- ---------------------------- DROP TABLE IF EXISTS `Roles_Permissions`; CREATE TABLE `Roles_Permissions` ( `roleId` bigint(20) NOT NULL, `permissionId` bigint(20) NOT NULL, PRIMARY KEY (`roleId`,`permissionId`), KEY `IX_7A3619C6` (`permissionId`), KEY `IX_E04E486D` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Roles_Permissions -- ---------------------------- -- ---------------------------- -- Table structure for SCFrameworkVersi_SCProductVers -- ---------------------------- DROP TABLE IF EXISTS `SCFrameworkVersi_SCProductVers`; CREATE TABLE `SCFrameworkVersi_SCProductVers` ( `frameworkVersionId` bigint(20) NOT NULL, `productVersionId` bigint(20) NOT NULL, PRIMARY KEY (`frameworkVersionId`,`productVersionId`), KEY `IX_3BB93ECA` (`frameworkVersionId`), KEY `IX_E8D33FF9` (`productVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SCFrameworkVersi_SCProductVers -- ---------------------------- -- ---------------------------- -- Table structure for SCFrameworkVersion -- ---------------------------- DROP TABLE IF EXISTS `SCFrameworkVersion`; CREATE TABLE `SCFrameworkVersion` ( `frameworkVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `url` longtext, `active_` tinyint(4) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`frameworkVersionId`), KEY `IX_C98C0D78` (`companyId`), KEY `IX_272991FA` (`groupId`), KEY `IX_6E1764F` (`groupId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SCFrameworkVersion -- ---------------------------- -- ---------------------------- -- Table structure for SCLicense -- ---------------------------- DROP TABLE IF EXISTS `SCLicense`; CREATE TABLE `SCLicense` ( `licenseId` bigint(20) NOT NULL, `name` varchar(75) DEFAULT NULL, `url` longtext, `openSource` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `recommended` tinyint(4) DEFAULT NULL, PRIMARY KEY (`licenseId`), KEY `IX_1C841592` (`active_`), KEY `IX_5327BB79` (`active_`,`recommended`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SCLicense -- ---------------------------- -- ---------------------------- -- Table structure for SCLicenses_SCProductEntries -- ---------------------------- DROP TABLE IF EXISTS `SCLicenses_SCProductEntries`; CREATE TABLE `SCLicenses_SCProductEntries` ( `licenseId` bigint(20) NOT NULL, `productEntryId` bigint(20) NOT NULL, PRIMARY KEY (`licenseId`,`productEntryId`), KEY `IX_27006638` (`licenseId`), KEY `IX_D7710A66` (`productEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SCLicenses_SCProductEntries -- ---------------------------- -- ---------------------------- -- Table structure for SCProductEntry -- ---------------------------- DROP TABLE IF EXISTS `SCProductEntry`; CREATE TABLE `SCProductEntry` ( `productEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `tags` varchar(255) DEFAULT NULL, `shortDescription` longtext, `longDescription` longtext, `pageURL` longtext, `author` varchar(75) DEFAULT NULL, `repoGroupId` varchar(75) DEFAULT NULL, `repoArtifactId` varchar(75) DEFAULT NULL, PRIMARY KEY (`productEntryId`), KEY `IX_5D25244F` (`companyId`), KEY `IX_72F87291` (`groupId`), KEY `IX_98E6A9CB` (`groupId`,`userId`), KEY `IX_7311E812` (`repoGroupId`,`repoArtifactId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SCProductEntry -- ---------------------------- -- ---------------------------- -- Table structure for SCProductScreenshot -- ---------------------------- DROP TABLE IF EXISTS `SCProductScreenshot`; CREATE TABLE `SCProductScreenshot` ( `productScreenshotId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `productEntryId` bigint(20) DEFAULT NULL, `thumbnailId` bigint(20) DEFAULT NULL, `fullImageId` bigint(20) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`productScreenshotId`), KEY `IX_AE8224CC` (`fullImageId`), KEY `IX_467956FD` (`productEntryId`), KEY `IX_DA913A55` (`productEntryId`,`priority`), KEY `IX_6C572DAC` (`thumbnailId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SCProductScreenshot -- ---------------------------- -- ---------------------------- -- Table structure for SCProductVersion -- ---------------------------- DROP TABLE IF EXISTS `SCProductVersion`; CREATE TABLE `SCProductVersion` ( `productVersionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `productEntryId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `changeLog` longtext, `downloadPageURL` longtext, `directDownloadURL` varchar(2000) DEFAULT NULL, `repoStoreArtifact` tinyint(4) DEFAULT NULL, PRIMARY KEY (`productVersionId`), KEY `IX_7020130F` (`directDownloadURL`(767)), KEY `IX_8377A211` (`productEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SCProductVersion -- ---------------------------- -- ---------------------------- -- Table structure for ServiceComponent -- ---------------------------- DROP TABLE IF EXISTS `ServiceComponent`; CREATE TABLE `ServiceComponent` ( `serviceComponentId` bigint(20) NOT NULL, `buildNamespace` varchar(75) DEFAULT NULL, `buildNumber` bigint(20) DEFAULT NULL, `buildDate` bigint(20) DEFAULT NULL, `data_` longtext, PRIMARY KEY (`serviceComponentId`), UNIQUE KEY `IX_4F0315B8` (`buildNamespace`,`buildNumber`), KEY `IX_7338606F` (`buildNamespace`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ServiceComponent -- ---------------------------- -- ---------------------------- -- Table structure for Shard -- ---------------------------- DROP TABLE IF EXISTS `Shard`; CREATE TABLE `Shard` ( `shardId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, PRIMARY KEY (`shardId`), KEY `IX_DA5F4359` (`classNameId`,`classPK`), KEY `IX_941BA8C3` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Shard -- ---------------------------- INSERT INTO `Shard` VALUES ('10137', '10008', '10136', 'default'); -- ---------------------------- -- Table structure for ShoppingCart -- ---------------------------- DROP TABLE IF EXISTS `ShoppingCart`; CREATE TABLE `ShoppingCart` ( `cartId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `itemIds` longtext, `couponCodes` varchar(75) DEFAULT NULL, `altShipping` int(11) DEFAULT NULL, `insure` tinyint(4) DEFAULT NULL, PRIMARY KEY (`cartId`), UNIQUE KEY `IX_FC46FE16` (`groupId`,`userId`), KEY `IX_C28B41DC` (`groupId`), KEY `IX_54101CC8` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ShoppingCart -- ---------------------------- -- ---------------------------- -- Table structure for ShoppingCategory -- ---------------------------- DROP TABLE IF EXISTS `ShoppingCategory`; CREATE TABLE `ShoppingCategory` ( `categoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`categoryId`), KEY `IX_5F615D3E` (`groupId`), KEY `IX_1E6464F5` (`groupId`,`parentCategoryId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ShoppingCategory -- ---------------------------- -- ---------------------------- -- Table structure for ShoppingCoupon -- ---------------------------- DROP TABLE IF EXISTS `ShoppingCoupon`; CREATE TABLE `ShoppingCoupon` ( `couponId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `startDate` datetime DEFAULT NULL, `endDate` datetime DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `limitCategories` longtext, `limitSkus` longtext, `minOrder` double DEFAULT NULL, `discount` double DEFAULT NULL, `discountType` varchar(75) DEFAULT NULL, PRIMARY KEY (`couponId`), UNIQUE KEY `IX_DC60CFAE` (`code_`), KEY `IX_3251AF16` (`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ShoppingCoupon -- ---------------------------- -- ---------------------------- -- Table structure for ShoppingItem -- ---------------------------- DROP TABLE IF EXISTS `ShoppingItem`; CREATE TABLE `ShoppingItem` ( `itemId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `properties` longtext, `fields_` tinyint(4) DEFAULT NULL, `fieldsQuantities` longtext, `minQuantity` int(11) DEFAULT NULL, `maxQuantity` int(11) DEFAULT NULL, `price` double DEFAULT NULL, `discount` double DEFAULT NULL, `taxable` tinyint(4) DEFAULT NULL, `shipping` double DEFAULT NULL, `useShippingFormula` tinyint(4) DEFAULT NULL, `requiresShipping` tinyint(4) DEFAULT NULL, `stockQuantity` int(11) DEFAULT NULL, `featured_` tinyint(4) DEFAULT NULL, `sale_` tinyint(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `mediumImage` tinyint(4) DEFAULT NULL, `mediumImageId` bigint(20) DEFAULT NULL, `mediumImageURL` longtext, `largeImage` tinyint(4) DEFAULT NULL, `largeImageId` bigint(20) DEFAULT NULL, `largeImageURL` longtext, PRIMARY KEY (`itemId`), UNIQUE KEY `IX_1C717CA6` (`companyId`,`sku`), KEY `IX_FEFE7D76` (`groupId`,`categoryId`), KEY `IX_903DC750` (`largeImageId`), KEY `IX_D217AB30` (`mediumImageId`), KEY `IX_FF203304` (`smallImageId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ShoppingItem -- ---------------------------- -- ---------------------------- -- Table structure for ShoppingItemField -- ---------------------------- DROP TABLE IF EXISTS `ShoppingItemField`; CREATE TABLE `ShoppingItemField` ( `itemFieldId` bigint(20) NOT NULL, `itemId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `values_` longtext, `description` longtext, PRIMARY KEY (`itemFieldId`), KEY `IX_6D5F9B87` (`itemId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ShoppingItemField -- ---------------------------- -- ---------------------------- -- Table structure for ShoppingItemPrice -- ---------------------------- DROP TABLE IF EXISTS `ShoppingItemPrice`; CREATE TABLE `ShoppingItemPrice` ( `itemPriceId` bigint(20) NOT NULL, `itemId` bigint(20) DEFAULT NULL, `minQuantity` int(11) DEFAULT NULL, `maxQuantity` int(11) DEFAULT NULL, `price` double DEFAULT NULL, `discount` double DEFAULT NULL, `taxable` tinyint(4) DEFAULT NULL, `shipping` double DEFAULT NULL, `useShippingFormula` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`itemPriceId`), KEY `IX_EA6FD516` (`itemId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ShoppingItemPrice -- ---------------------------- -- ---------------------------- -- Table structure for ShoppingOrder -- ---------------------------- DROP TABLE IF EXISTS `ShoppingOrder`; CREATE TABLE `ShoppingOrder` ( `orderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `tax` double DEFAULT NULL, `shipping` double DEFAULT NULL, `altShipping` varchar(75) DEFAULT NULL, `requiresShipping` tinyint(4) DEFAULT NULL, `insure` tinyint(4) DEFAULT NULL, `insurance` double DEFAULT NULL, `couponCodes` varchar(75) DEFAULT NULL, `couponDiscount` double DEFAULT NULL, `billingFirstName` varchar(75) DEFAULT NULL, `billingLastName` varchar(75) DEFAULT NULL, `billingEmailAddress` varchar(75) DEFAULT NULL, `billingCompany` varchar(75) DEFAULT NULL, `billingStreet` varchar(75) DEFAULT NULL, `billingCity` varchar(75) DEFAULT NULL, `billingState` varchar(75) DEFAULT NULL, `billingZip` varchar(75) DEFAULT NULL, `billingCountry` varchar(75) DEFAULT NULL, `billingPhone` varchar(75) DEFAULT NULL, `shipToBilling` tinyint(4) DEFAULT NULL, `shippingFirstName` varchar(75) DEFAULT NULL, `shippingLastName` varchar(75) DEFAULT NULL, `shippingEmailAddress` varchar(75) DEFAULT NULL, `shippingCompany` varchar(75) DEFAULT NULL, `shippingStreet` varchar(75) DEFAULT NULL, `shippingCity` varchar(75) DEFAULT NULL, `shippingState` varchar(75) DEFAULT NULL, `shippingZip` varchar(75) DEFAULT NULL, `shippingCountry` varchar(75) DEFAULT NULL, `shippingPhone` varchar(75) DEFAULT NULL, `ccName` varchar(75) DEFAULT NULL, `ccType` varchar(75) DEFAULT NULL, `ccNumber` varchar(75) DEFAULT NULL, `ccExpMonth` int(11) DEFAULT NULL, `ccExpYear` int(11) DEFAULT NULL, `ccVerNumber` varchar(75) DEFAULT NULL, `comments` longtext, `ppTxnId` varchar(75) DEFAULT NULL, `ppPaymentStatus` varchar(75) DEFAULT NULL, `ppPaymentGross` double DEFAULT NULL, `ppReceiverEmail` varchar(75) DEFAULT NULL, `ppPayerEmail` varchar(75) DEFAULT NULL, `sendOrderEmail` tinyint(4) DEFAULT NULL, `sendShippingEmail` tinyint(4) DEFAULT NULL, PRIMARY KEY (`orderId`), UNIQUE KEY `IX_D7D6E87A` (`number_`), KEY `IX_1D15553E` (`groupId`), KEY `IX_119B5630` (`groupId`,`userId`,`ppPaymentStatus`), KEY `IX_F474FD89` (`ppTxnId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ShoppingOrder -- ---------------------------- -- ---------------------------- -- Table structure for ShoppingOrderItem -- ---------------------------- DROP TABLE IF EXISTS `ShoppingOrderItem`; CREATE TABLE `ShoppingOrderItem` ( `orderItemId` bigint(20) NOT NULL, `orderId` bigint(20) DEFAULT NULL, `itemId` varchar(75) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `properties` longtext, `price` double DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `shippedDate` datetime DEFAULT NULL, PRIMARY KEY (`orderItemId`), KEY `IX_B5F82C7A` (`orderId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of ShoppingOrderItem -- ---------------------------- -- ---------------------------- -- Table structure for SocialActivity -- ---------------------------- DROP TABLE IF EXISTS `SocialActivity`; CREATE TABLE `SocialActivity` ( `activityId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `mirrorActivityId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint(20) DEFAULT NULL, PRIMARY KEY (`activityId`), UNIQUE KEY `IX_8F32DEC9` (`groupId`,`userId`,`createDate`,`classNameId`,`classPK`,`type_`,`receiverUserId`), KEY `IX_82E39A0C` (`classNameId`), KEY `IX_A853C757` (`classNameId`,`classPK`), KEY `IX_64B1BC66` (`companyId`), KEY `IX_2A2468` (`groupId`), KEY `IX_1271F25F` (`mirrorActivityId`), KEY `IX_1F00C374` (`mirrorActivityId`,`classNameId`,`classPK`), KEY `IX_121CA3CB` (`receiverUserId`), KEY `IX_3504B8BC` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialActivity -- ---------------------------- -- ---------------------------- -- Table structure for SocialEquityAssetEntry -- ---------------------------- DROP TABLE IF EXISTS `SocialEquityAssetEntry`; CREATE TABLE `SocialEquityAssetEntry` ( `equityAssetEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `informationK` double DEFAULT NULL, `informationB` double DEFAULT NULL, PRIMARY KEY (`equityAssetEntryId`), UNIQUE KEY `IX_22F6B5CB` (`assetEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialEquityAssetEntry -- ---------------------------- -- ---------------------------- -- Table structure for SocialEquityGroupSetting -- ---------------------------- DROP TABLE IF EXISTS `SocialEquityGroupSetting`; CREATE TABLE `SocialEquityGroupSetting` ( `equityGroupSettingId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `enabled` tinyint(4) DEFAULT NULL, PRIMARY KEY (`equityGroupSettingId`), UNIQUE KEY `IX_E4F84168` (`groupId`,`classNameId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialEquityGroupSetting -- ---------------------------- -- ---------------------------- -- Table structure for SocialEquityHistory -- ---------------------------- DROP TABLE IF EXISTS `SocialEquityHistory`; CREATE TABLE `SocialEquityHistory` ( `equityHistoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `personalEquity` int(11) DEFAULT NULL, PRIMARY KEY (`equityHistoryId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialEquityHistory -- ---------------------------- -- ---------------------------- -- Table structure for SocialEquityLog -- ---------------------------- DROP TABLE IF EXISTS `SocialEquityLog`; CREATE TABLE `SocialEquityLog` ( `equityLogId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `actionId` varchar(75) DEFAULT NULL, `actionDate` int(11) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, `expiration` int(11) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `value` int(11) DEFAULT NULL, `extraData` varchar(255) DEFAULT NULL, PRIMARY KEY (`equityLogId`), UNIQUE KEY `IX_A0FA597E` (`userId`,`assetEntryId`,`actionId`,`actionDate`,`active_`,`type_`,`extraData`), KEY `IX_AC18D8F8` (`assetEntryId`,`actionId`,`actionDate`,`active_`,`type_`,`extraData`), KEY `IX_541BDA0F` (`assetEntryId`,`actionId`,`active_`,`extraData`), KEY `IX_E8DA181D` (`assetEntryId`,`type_`,`active_`), KEY `IX_3C8A04B2` (`userId`), KEY `IX_18F55CAF` (`userId`,`actionId`,`actionDate`,`active_`,`type_`,`extraData`), KEY `IX_DAE54B49` (`userId`,`assetEntryId`,`actionId`,`active_`,`extraData`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialEquityLog -- ---------------------------- -- ---------------------------- -- Table structure for SocialEquitySetting -- ---------------------------- DROP TABLE IF EXISTS `SocialEquitySetting`; CREATE TABLE `SocialEquitySetting` ( `equitySettingId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `actionId` varchar(75) DEFAULT NULL, `dailyLimit` int(11) DEFAULT NULL, `lifespan` int(11) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `uniqueEntry` tinyint(4) DEFAULT NULL, `value` int(11) DEFAULT NULL, PRIMARY KEY (`equitySettingId`), UNIQUE KEY `IX_903C1B28` (`groupId`,`classNameId`,`actionId`,`type_`), KEY `IX_F3AAD60D` (`groupId`,`classNameId`,`actionId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialEquitySetting -- ---------------------------- -- ---------------------------- -- Table structure for SocialEquityUser -- ---------------------------- DROP TABLE IF EXISTS `SocialEquityUser`; CREATE TABLE `SocialEquityUser` ( `equityUserId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `contributionK` double DEFAULT NULL, `contributionB` double DEFAULT NULL, `participationK` double DEFAULT NULL, `participationB` double DEFAULT NULL, `rank` int(11) DEFAULT NULL, PRIMARY KEY (`equityUserId`), UNIQUE KEY `IX_D65D3521` (`groupId`,`userId`), KEY `IX_6B42B3E7` (`groupId`), KEY `IX_945E27C7` (`groupId`,`rank`), KEY `IX_166A8F03` (`rank`), KEY `IX_6ECBD5D` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialEquityUser -- ---------------------------- -- ---------------------------- -- Table structure for SocialRelation -- ---------------------------- DROP TABLE IF EXISTS `SocialRelation`; CREATE TABLE `SocialRelation` ( `uuid_` varchar(75) DEFAULT NULL, `relationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `userId1` bigint(20) DEFAULT NULL, `userId2` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, PRIMARY KEY (`relationId`), UNIQUE KEY `IX_12A92145` (`userId1`,`userId2`,`type_`), KEY `IX_61171E99` (`companyId`), KEY `IX_95135D1C` (`companyId`,`type_`), KEY `IX_C31A64C6` (`type_`), KEY `IX_5A40CDCC` (`userId1`), KEY `IX_4B52BE89` (`userId1`,`type_`), KEY `IX_B5C9C690` (`userId1`,`userId2`), KEY `IX_5A40D18D` (`userId2`), KEY `IX_3F9C2FA8` (`userId2`,`type_`), KEY `IX_F0CA24A5` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialRelation -- ---------------------------- -- ---------------------------- -- Table structure for SocialRequest -- ---------------------------- DROP TABLE IF EXISTS `SocialRequest`; CREATE TABLE `SocialRequest` ( `uuid_` varchar(75) DEFAULT NULL, `requestId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `modifiedDate` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`requestId`), UNIQUE KEY `IX_36A90CA7` (`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`), UNIQUE KEY `IX_4F973EFE` (`uuid_`,`groupId`), KEY `IX_D3425487` (`classNameId`,`classPK`,`type_`,`receiverUserId`,`status`), KEY `IX_A90FE5A0` (`companyId`), KEY `IX_32292ED1` (`receiverUserId`), KEY `IX_D9380CB7` (`receiverUserId`,`status`), KEY `IX_80F7A9C2` (`userId`), KEY `IX_CC86A444` (`userId`,`classNameId`,`classPK`,`type_`,`status`), KEY `IX_AB5906A8` (`userId`,`status`), KEY `IX_49D5872C` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of SocialRequest -- ---------------------------- -- ---------------------------- -- Table structure for Subscription -- ---------------------------- DROP TABLE IF EXISTS `Subscription`; CREATE TABLE `Subscription` ( `subscriptionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `frequency` varchar(75) DEFAULT NULL, PRIMARY KEY (`subscriptionId`), UNIQUE KEY `IX_2E1A92D4` (`companyId`,`userId`,`classNameId`,`classPK`), KEY `IX_786D171A` (`companyId`,`classNameId`,`classPK`), KEY `IX_54243AFD` (`userId`), KEY `IX_E8F34171` (`userId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Subscription -- ---------------------------- -- ---------------------------- -- Table structure for TasksProposal -- ---------------------------- DROP TABLE IF EXISTS `TasksProposal`; CREATE TABLE `TasksProposal` ( `proposalId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `publishDate` datetime DEFAULT NULL, `dueDate` datetime DEFAULT NULL, PRIMARY KEY (`proposalId`), UNIQUE KEY `IX_181A4A1B` (`classNameId`,`classPK`), KEY `IX_7FB27324` (`groupId`), KEY `IX_6EEC675E` (`groupId`,`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of TasksProposal -- ---------------------------- -- ---------------------------- -- Table structure for TasksReview -- ---------------------------- DROP TABLE IF EXISTS `TasksReview`; CREATE TABLE `TasksReview` ( `reviewId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `proposalId` bigint(20) DEFAULT NULL, `assignedByUserId` bigint(20) DEFAULT NULL, `assignedByUserName` varchar(75) DEFAULT NULL, `stage` int(11) DEFAULT NULL, `completed` tinyint(4) DEFAULT NULL, `rejected` tinyint(4) DEFAULT NULL, PRIMARY KEY (`reviewId`), UNIQUE KEY `IX_5C6BE4C7` (`userId`,`proposalId`), KEY `IX_4D0C7F8D` (`proposalId`), KEY `IX_70AFEA01` (`proposalId`,`stage`), KEY `IX_1894B29A` (`proposalId`,`stage`,`completed`), KEY `IX_41AFC20C` (`proposalId`,`stage`,`completed`,`rejected`), KEY `IX_36F512E6` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of TasksReview -- ---------------------------- -- ---------------------------- -- Table structure for Team -- ---------------------------- DROP TABLE IF EXISTS `Team`; CREATE TABLE `Team` ( `teamId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, PRIMARY KEY (`teamId`), UNIQUE KEY `IX_143DC786` (`groupId`,`name`), KEY `IX_AE6E9907` (`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Team -- ---------------------------- -- ---------------------------- -- Table structure for Ticket -- ---------------------------- DROP TABLE IF EXISTS `Ticket`; CREATE TABLE `Ticket` ( `ticketId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraInfo` varchar(75) DEFAULT NULL, `expirationDate` datetime DEFAULT NULL, PRIMARY KEY (`ticketId`), KEY `IX_B2468446` (`key_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Ticket -- ---------------------------- -- ---------------------------- -- Table structure for User_ -- ---------------------------- DROP TABLE IF EXISTS `User_`; CREATE TABLE `User_` ( `uuid_` varchar(75) DEFAULT NULL, `userId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `defaultUser` tinyint(4) DEFAULT NULL, `contactId` bigint(20) DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, `passwordEncrypted` tinyint(4) DEFAULT NULL, `passwordReset` tinyint(4) DEFAULT NULL, `passwordModifiedDate` datetime DEFAULT NULL, `digest` varchar(255) DEFAULT NULL, `reminderQueryQuestion` varchar(75) DEFAULT NULL, `reminderQueryAnswer` varchar(75) DEFAULT NULL, `graceLoginCount` int(11) DEFAULT NULL, `screenName` varchar(75) DEFAULT NULL, `emailAddress` varchar(75) DEFAULT NULL, `facebookId` bigint(20) DEFAULT NULL, `openId` varchar(1024) DEFAULT NULL, `portraitId` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `timeZoneId` varchar(75) DEFAULT NULL, `greeting` varchar(255) DEFAULT NULL, `comments` longtext, `firstName` varchar(75) DEFAULT NULL, `middleName` varchar(75) DEFAULT NULL, `lastName` varchar(75) DEFAULT NULL, `jobTitle` varchar(100) DEFAULT NULL, `loginDate` datetime DEFAULT NULL, `loginIP` varchar(75) DEFAULT NULL, `lastLoginDate` datetime DEFAULT NULL, `lastLoginIP` varchar(75) DEFAULT NULL, `lastFailedLoginDate` datetime DEFAULT NULL, `failedLoginAttempts` int(11) DEFAULT NULL, `lockout` tinyint(4) DEFAULT NULL, `lockoutDate` datetime DEFAULT NULL, `agreedToTermsOfUse` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userId`), UNIQUE KEY `IX_615E9F7A` (`companyId`,`emailAddress`), UNIQUE KEY `IX_C5806019` (`companyId`,`screenName`), UNIQUE KEY `IX_9782AD88` (`companyId`,`userId`), UNIQUE KEY `IX_5ADBE171` (`contactId`), KEY `IX_3A1E834E` (`companyId`), KEY `IX_5204C37B` (`companyId`,`active_`), KEY `IX_6EF03E4E` (`companyId`,`defaultUser`), KEY `IX_1D731F03` (`companyId`,`facebookId`), KEY `IX_89509087` (`companyId`,`openId`(767)), KEY `IX_762F63C6` (`emailAddress`), KEY `IX_A18034A4` (`portraitId`), KEY `IX_E0422BDA` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of User_ -- ---------------------------- INSERT INTO `User_` VALUES ('490cbf66-c767-4b20-bf8a-832861a1f728', '10140', '10136', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '1', '10141', 'password', '0', '0', null, '5533ed38b5e33c076a804bb4bca644f9,436a0549ee5891dab9afc8a3378d5a3e,436a0549ee5891dab9afc8a3378d5a3e', '', '', '0', '10140', 'default@liferay.com', '0', '', '0', 'en_US', 'UTC', 'Welcome!', '', '', '', '', '', '2017-06-09 03:16:06', '', null, '', null, '0', '0', null, '1', '1'); INSERT INTO `User_` VALUES ('9bd41473-6159-48dc-bf46-63c1948bb22d', '10178', '10136', '2017-06-09 03:16:06', '2017-06-09 03:16:06', '0', '10179', 'qUqP5cyxm6YcTAhz05Hph5gvu9M=', '1', '0', null, 'e5d86c6f3672e52795891c3597f20de0,751da756639bc033b572ba2e7849b589,d530e5d49278f0d1b39690c9bcaaf823', 'what-is-your-father\'s-middle-name', '1', '0', 'test', 'test@liferay.com', '0', '', '0', 'en_US', 'UTC', 'Welcome Test Test!', '', 'Test', '', 'Test', '', '2017-06-09 03:16:23', '127.0.0.1', '2017-06-09 03:16:23', '127.0.0.1', null, '0', '0', null, '1', '1'); -- ---------------------------- -- Table structure for UserGroup -- ---------------------------- DROP TABLE IF EXISTS `UserGroup`; CREATE TABLE `UserGroup` ( `userGroupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `parentUserGroupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `addedByLDAPImport` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userGroupId`), UNIQUE KEY `IX_23EAD0D` (`companyId`,`name`), KEY `IX_524FEFCE` (`companyId`), KEY `IX_69771487` (`companyId`,`parentUserGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of UserGroup -- ---------------------------- -- ---------------------------- -- Table structure for UserGroupGroupRole -- ---------------------------- DROP TABLE IF EXISTS `UserGroupGroupRole`; CREATE TABLE `UserGroupGroupRole` ( `userGroupId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`userGroupId`,`groupId`,`roleId`), KEY `IX_CCBE4063` (`groupId`), KEY `IX_CAB0CCC8` (`groupId`,`roleId`), KEY `IX_1CDF88C` (`roleId`), KEY `IX_DCDED558` (`userGroupId`), KEY `IX_73C52252` (`userGroupId`,`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of UserGroupGroupRole -- ---------------------------- -- ---------------------------- -- Table structure for UserGroupRole -- ---------------------------- DROP TABLE IF EXISTS `UserGroupRole`; CREATE TABLE `UserGroupRole` ( `userId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`groupId`,`roleId`), KEY `IX_1B988D7A` (`groupId`), KEY `IX_871412DF` (`groupId`,`roleId`), KEY `IX_887A2C95` (`roleId`), KEY `IX_887BE56A` (`userId`), KEY `IX_4D040680` (`userId`,`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of UserGroupRole -- ---------------------------- -- ---------------------------- -- Table structure for UserGroups_Teams -- ---------------------------- DROP TABLE IF EXISTS `UserGroups_Teams`; CREATE TABLE `UserGroups_Teams` ( `userGroupId` bigint(20) NOT NULL, `teamId` bigint(20) NOT NULL, PRIMARY KEY (`userGroupId`,`teamId`), KEY `IX_31FB0B08` (`teamId`), KEY `IX_7F187E63` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of UserGroups_Teams -- ---------------------------- -- ---------------------------- -- Table structure for UserIdMapper -- ---------------------------- DROP TABLE IF EXISTS `UserIdMapper`; CREATE TABLE `UserIdMapper` ( `userIdMapperId` bigint(20) NOT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, `externalUserId` varchar(75) DEFAULT NULL, PRIMARY KEY (`userIdMapperId`), UNIQUE KEY `IX_41A32E0D` (`type_`,`externalUserId`), UNIQUE KEY `IX_D1C44A6E` (`userId`,`type_`), KEY `IX_E60EA987` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of UserIdMapper -- ---------------------------- -- ---------------------------- -- Table structure for UserNotificationEvent -- ---------------------------- DROP TABLE IF EXISTS `UserNotificationEvent`; CREATE TABLE `UserNotificationEvent` ( `uuid_` varchar(75) DEFAULT NULL, `userNotificationEventId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `timestamp` bigint(20) DEFAULT NULL, `deliverBy` bigint(20) DEFAULT NULL, `payload` longtext, PRIMARY KEY (`userNotificationEventId`), KEY `IX_3E5D78C4` (`userId`), KEY `IX_ECD8CFEA` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of UserNotificationEvent -- ---------------------------- -- ---------------------------- -- Table structure for Users_Groups -- ---------------------------- DROP TABLE IF EXISTS `Users_Groups`; CREATE TABLE `Users_Groups` ( `userId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`groupId`), KEY `IX_C4F9E699` (`groupId`), KEY `IX_F10B6C6B` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Users_Groups -- ---------------------------- INSERT INTO `Users_Groups` VALUES ('10178', '10162'); -- ---------------------------- -- Table structure for Users_Orgs -- ---------------------------- DROP TABLE IF EXISTS `Users_Orgs`; CREATE TABLE `Users_Orgs` ( `userId` bigint(20) NOT NULL, `organizationId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`organizationId`), KEY `IX_7EF4EC0E` (`organizationId`), KEY `IX_FB646CA6` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Users_Orgs -- ---------------------------- -- ---------------------------- -- Table structure for Users_Permissions -- ---------------------------- DROP TABLE IF EXISTS `Users_Permissions`; CREATE TABLE `Users_Permissions` ( `userId` bigint(20) NOT NULL, `permissionId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`permissionId`), KEY `IX_8AE58A91` (`permissionId`), KEY `IX_C26AA64D` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Users_Permissions -- ---------------------------- -- ---------------------------- -- Table structure for Users_Roles -- ---------------------------- DROP TABLE IF EXISTS `Users_Roles`; CREATE TABLE `Users_Roles` ( `userId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`roleId`), KEY `IX_C19E5F31` (`roleId`), KEY `IX_C1A01806` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Users_Roles -- ---------------------------- INSERT INTO `Users_Roles` VALUES ('10178', '10143'); INSERT INTO `Users_Roles` VALUES ('10140', '10144'); INSERT INTO `Users_Roles` VALUES ('10178', '10146'); INSERT INTO `Users_Roles` VALUES ('10178', '10147'); -- ---------------------------- -- Table structure for Users_Teams -- ---------------------------- DROP TABLE IF EXISTS `Users_Teams`; CREATE TABLE `Users_Teams` ( `userId` bigint(20) NOT NULL, `teamId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`teamId`), KEY `IX_4D06AD51` (`teamId`), KEY `IX_A098EFBF` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Users_Teams -- ---------------------------- -- ---------------------------- -- Table structure for Users_UserGroups -- ---------------------------- DROP TABLE IF EXISTS `Users_UserGroups`; CREATE TABLE `Users_UserGroups` ( `userGroupId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`userGroupId`,`userId`), KEY `IX_66FF2503` (`userGroupId`), KEY `IX_BE8102D6` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Users_UserGroups -- ---------------------------- -- ---------------------------- -- Table structure for UserTracker -- ---------------------------- DROP TABLE IF EXISTS `UserTracker`; CREATE TABLE `UserTracker` ( `userTrackerId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `sessionId` varchar(200) DEFAULT NULL, `remoteAddr` varchar(75) DEFAULT NULL, `remoteHost` varchar(75) DEFAULT NULL, `userAgent` varchar(200) DEFAULT NULL, PRIMARY KEY (`userTrackerId`), KEY `IX_29BA1CF5` (`companyId`), KEY `IX_46B0AE8E` (`sessionId`), KEY `IX_E4EFBA8D` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of UserTracker -- ---------------------------- -- ---------------------------- -- Table structure for UserTrackerPath -- ---------------------------- DROP TABLE IF EXISTS `UserTrackerPath`; CREATE TABLE `UserTrackerPath` ( `userTrackerPathId` bigint(20) NOT NULL, `userTrackerId` bigint(20) DEFAULT NULL, `path_` longtext, `pathDate` datetime DEFAULT NULL, PRIMARY KEY (`userTrackerPathId`), KEY `IX_14D8BCC0` (`userTrackerId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of UserTrackerPath -- ---------------------------- -- ---------------------------- -- Table structure for VirtualHost -- ---------------------------- DROP TABLE IF EXISTS `VirtualHost`; CREATE TABLE `VirtualHost` ( `virtualHostId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `layoutSetId` bigint(20) DEFAULT NULL, `hostname` varchar(75) DEFAULT NULL, PRIMARY KEY (`virtualHostId`), UNIQUE KEY `IX_A083D394` (`companyId`,`layoutSetId`), UNIQUE KEY `IX_431A3960` (`hostname`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of VirtualHost -- ---------------------------- INSERT INTO `VirtualHost` VALUES ('10139', '10136', '0', 'localhost'); -- ---------------------------- -- Table structure for Vocabulary -- ---------------------------- DROP TABLE IF EXISTS `Vocabulary`; CREATE TABLE `Vocabulary` ( `vocabularyId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, `folksonomy` tinyint(4) DEFAULT NULL, PRIMARY KEY (`vocabularyId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Vocabulary -- ---------------------------- -- ---------------------------- -- Table structure for WebDAVProps -- ---------------------------- DROP TABLE IF EXISTS `WebDAVProps`; CREATE TABLE `WebDAVProps` ( `webDavPropsId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `props` longtext, PRIMARY KEY (`webDavPropsId`), UNIQUE KEY `IX_97DFA146` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of WebDAVProps -- ---------------------------- -- ---------------------------- -- Table structure for Website -- ---------------------------- DROP TABLE IF EXISTS `Website`; CREATE TABLE `Website` ( `websiteId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `url` longtext, `typeId` int(11) DEFAULT NULL, `primary_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`websiteId`), KEY `IX_96F07007` (`companyId`), KEY `IX_4F0F0CA7` (`companyId`,`classNameId`), KEY `IX_F960131C` (`companyId`,`classNameId`,`classPK`), KEY `IX_1AA07A6D` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_F75690BB` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of Website -- ---------------------------- -- ---------------------------- -- Table structure for WikiNode -- ---------------------------- DROP TABLE IF EXISTS `WikiNode`; CREATE TABLE `WikiNode` ( `uuid_` varchar(75) DEFAULT NULL, `nodeId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPostDate` datetime DEFAULT NULL, PRIMARY KEY (`nodeId`), UNIQUE KEY `IX_920CD8B1` (`groupId`,`name`), UNIQUE KEY `IX_7609B2AE` (`uuid_`,`groupId`), KEY `IX_5D6FE3F0` (`companyId`), KEY `IX_B480A672` (`groupId`), KEY `IX_6C112D7C` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of WikiNode -- ---------------------------- -- ---------------------------- -- Table structure for WikiPage -- ---------------------------- DROP TABLE IF EXISTS `WikiPage`; CREATE TABLE `WikiPage` ( `uuid_` varchar(75) DEFAULT NULL, `pageId` bigint(20) NOT NULL, `resourcePrimKey` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `nodeId` bigint(20) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `version` double DEFAULT NULL, `minorEdit` tinyint(4) DEFAULT NULL, `content` longtext, `summary` longtext, `format` varchar(75) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `parentTitle` varchar(255) DEFAULT NULL, `redirectTitle` varchar(255) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime DEFAULT NULL, PRIMARY KEY (`pageId`), UNIQUE KEY `IX_3D4AF476` (`nodeId`,`title`,`version`), UNIQUE KEY `IX_2CD67C81` (`resourcePrimKey`,`nodeId`,`version`), UNIQUE KEY `IX_899D3DFB` (`uuid_`,`groupId`), KEY `IX_A2001730` (`format`), KEY `IX_C8A9C476` (`nodeId`), KEY `IX_E7F635CA` (`nodeId`,`head`), KEY `IX_65E84AF4` (`nodeId`,`head`,`parentTitle`), KEY `IX_9F7655DA` (`nodeId`,`head`,`parentTitle`,`status`), KEY `IX_432F0AB0` (`nodeId`,`head`,`status`), KEY `IX_46EEF3C8` (`nodeId`,`parentTitle`), KEY `IX_1ECC7656` (`nodeId`,`redirectTitle`), KEY `IX_546F2D5C` (`nodeId`,`status`), KEY `IX_997EEDD2` (`nodeId`,`title`), KEY `IX_E745EA26` (`nodeId`,`title`,`head`), KEY `IX_BEA33AB8` (`nodeId`,`title`,`status`), KEY `IX_B771D67` (`resourcePrimKey`,`nodeId`), KEY `IX_94D1054D` (`resourcePrimKey`,`nodeId`,`status`), KEY `IX_FBBE7C96` (`userId`,`nodeId`,`status`), KEY `IX_9C0E478F` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of WikiPage -- ---------------------------- -- ---------------------------- -- Table structure for WikiPageResource -- ---------------------------- DROP TABLE IF EXISTS `WikiPageResource`; CREATE TABLE `WikiPageResource` ( `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint(20) NOT NULL, `nodeId` bigint(20) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, PRIMARY KEY (`resourcePrimKey`), UNIQUE KEY `IX_21277664` (`nodeId`,`title`), KEY `IX_BE898221` (`uuid_`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of WikiPageResource -- ---------------------------- -- ---------------------------- -- Table structure for WorkflowDefinitionLink -- ---------------------------- DROP TABLE IF EXISTS `WorkflowDefinitionLink`; CREATE TABLE `WorkflowDefinitionLink` ( `workflowDefinitionLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `workflowDefinitionName` varchar(75) DEFAULT NULL, `workflowDefinitionVersion` int(11) DEFAULT NULL, PRIMARY KEY (`workflowDefinitionLinkId`), KEY `IX_A8B0D276` (`companyId`), KEY `IX_A4DB1F0F` (`companyId`,`workflowDefinitionName`,`workflowDefinitionVersion`), KEY `IX_B6EE8C9E` (`groupId`,`companyId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of WorkflowDefinitionLink -- ---------------------------- -- ---------------------------- -- Table structure for WorkflowInstanceLink -- ---------------------------- DROP TABLE IF EXISTS `WorkflowInstanceLink`; CREATE TABLE `WorkflowInstanceLink` ( `workflowInstanceLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime DEFAULT NULL, `modifiedDate` datetime DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `workflowInstanceId` bigint(20) DEFAULT NULL, PRIMARY KEY (`workflowInstanceLinkId`), KEY `IX_415A7007` (`groupId`,`companyId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of WorkflowInstanceLink -- ----------------------------