<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="ejbca" type="MySQL - 5.1.37-1ubuntu5">
   <tables>
      <table name="AccessRulesData" numRows="68" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pK" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="accessRule" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="rule" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="isRecursive" nullable="false" remarks="" size="3" type="TINYINT"/>
         <column autoUpdated="false" digits="0" id="4" name="AdminGroupData_accessRules" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="pK" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pK"/>
         </index>
         <index name="accessrules_idx1" unique="false">
            <column ascending="true" name="AdminGroupData_accessRules"/>
         </index>
      </table>
      <table name="AdminEntityData" numRows="13" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pK" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="matchWith" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="matchType" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="matchValue" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="cAId" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="5" name="AdminGroupData_adminEntities" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="pK" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pK"/>
         </index>
         <index name="adminentity_idx1" unique="false">
            <column ascending="true" name="AdminGroupData_adminEntities"/>
         </index>
      </table>
      <table name="AdminGroupData" numRows="5" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pK" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="adminGroupName" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="cAId" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="pK" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pK"/>
         </index>
      </table>
      <table name="AdminPreferencesData" numRows="19" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="ApprovalData" numRows="36" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="approvalId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="approvalType" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="endEntityProfileId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="4" name="cAId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="5" name="reqAdminCertIssuerDn" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="reqAdminCertSn" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="status" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="8" name="approvalData" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="9" name="requestData" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="10" name="requestDate" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="11" name="expireDate" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="12" name="remainingApprovals" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="AuthorizationTreeUpdateData" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pK" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="authorizationTreeUpdateNumber" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="pK" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pK"/>
         </index>
      </table>
      <table name="CAData" numRows="33" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cAId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="subjectDN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="status" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="4" name="expireTime" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="5" name="updateTime" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="6" name="data" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="cAId" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="cAId"/>
         </index>
         <index name="cadata_idx1" unique="false">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="CertificateData" numRows="2851077" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fingerprint" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="issuerDN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="subjectDN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="cAFingerprint" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="status" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="5" name="type" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="6" name="serialNumber" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="expireDate" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="8" name="revocationDate" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="9" name="revocationReason" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="10" name="base64Cert" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="11" name="username" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="tag" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="certificateProfileId" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="updateTime" nullable="false" remarks="" size="19" type="BIGINT"/>
         <primaryKey column="fingerprint" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="fingerprint"/>
         </index>
         <index name="certificatedata_idx1" unique="false">
            <column ascending="true" name="issuerDN"/>
            <column ascending="true" name="serialNumber"/>
         </index>
         <index name="certificatedata_idx2" unique="false">
            <column ascending="true" name="username"/>
         </index>
         <index name="certificatedata_idx3" unique="false">
            <column ascending="true" name="status"/>
            <column ascending="true" name="issuerDN"/>
         </index>
         <index name="certificatedata_idx4" unique="false">
            <column ascending="true" name="subjectDN"/>
         </index>
         <index name="certificatedata_idx5" unique="false">
            <column ascending="true" name="type"/>
         </index>
         <index name="certificatedata_idx7" unique="false">
            <column ascending="true" name="certificateProfileId"/>
         </index>
      </table>
      <table name="CertificateProfileData" numRows="17" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="certificateProfileName" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="certificateprofile_idx2" unique="false">
            <column ascending="true" name="certificateProfileName"/>
         </index>
      </table>
      <table name="CertReqHistoryData" numRows="2835908" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fingerprint" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="issuerDN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="serialNumber" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="timestamp" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="4" name="userDataVO" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="5" name="username" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <primaryKey column="fingerprint" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="fingerprint"/>
         </index>
         <index name="historydata_idx1" unique="false">
            <column ascending="true" name="username"/>
         </index>
         <index name="historydata_idx2" unique="false">
            <column ascending="true" name="issuerDN"/>
            <column ascending="true" name="serialNumber"/>
         </index>
      </table>
      <table name="CRLData" numRows="11434" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fingerprint" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="cRLNumber" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="deltaCRLIndicator" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="issuerDN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="cAFingerprint" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="thisUpdate" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="6" name="nextUpdate" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="7" name="base64Crl" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="fingerprint" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="fingerprint"/>
         </index>
         <index name="crldata_idx1" unique="true">
            <column ascending="true" name="issuerDN"/>
            <column ascending="true" name="cRLNumber"/>
         </index>
         <index name="crldata_idx2" unique="false">
            <column ascending="true" name="issuerDN"/>
            <column ascending="true" name="deltaCRLIndicator"/>
         </index>
      </table>
      <table name="EndEntityProfileData" numRows="13" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="profileName" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="data" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="endentityprofile_idx1" unique="false">
            <column ascending="true" name="profileName"/>
         </index>
      </table>
      <table name="GlobalConfigurationData" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="configurationId" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="configurationId" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="configurationId"/>
         </index>
      </table>
      <table name="HardTokenCertificateMap" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="certificateFingerprint" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="tokenSN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <primaryKey column="certificateFingerprint" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="certificateFingerprint"/>
         </index>
      </table>
      <table name="HardTokenData" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tokenSN" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="username" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="cTime" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="3" name="mTime" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="4" name="tokenType" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="5" name="significantIssuerDN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="data" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="tokenSN" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="tokenSN"/>
         </index>
      </table>
      <table name="HardTokenIssuerData" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="alias" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="adminGroupId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="data" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="HardTokenProfileData" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="updateCounter" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="data" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="HardTokenPropertyData" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="80" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="property" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <primaryKey column="property" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="property"/>
         </index>
      </table>
      <table name="KeyRecoveryData" numRows="36" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="certSN" nullable="false" remarks="" size="100" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="issuerDN" nullable="false" remarks="" size="230" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="username" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="markedAsRecoverable" nullable="false" remarks="" size="3" type="TINYINT"/>
         <column autoUpdated="false" digits="0" id="4" name="keyData" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="certSN" sequenceNumberInPK="1"/>
         <primaryKey column="issuerDN" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="certSN"/>
            <column ascending="true" name="issuerDN"/>
         </index>
      </table>
      <table name="LogConfigurationData" numRows="148" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="logConfiguration" nullable="true" remarks="" size="2147483647" type="LONGBLOB"/>
         <column autoUpdated="false" digits="0" id="2" name="logEntryRowNumber" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="LogEntryData" numRows="25771502" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="adminType" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="adminData" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="cAId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="4" name="module" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="5" name="time" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="6" name="username" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="certificateSNR" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="event" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="9" name="comment" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="logentry_idx1" unique="false">
            <column ascending="true" name="time"/>
         </index>
         <index name="logentry_idx2" unique="false">
            <column ascending="true" name="cAId"/>
         </index>
         <index name="logentry_idx3" unique="false">
            <column ascending="true" name="event"/>
         </index>
         <index name="logentry_idx4" unique="false">
            <column ascending="true" name="username"/>
         </index>
      </table>
      <table name="ProtectedLogData" numRows="569" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pk" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="adminType" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="adminData" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="cAId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="4" name="module" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="5" name="eventTime" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="6" name="username" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="certificateSerialNumber" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="certificateIssuerDN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="eventId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="10" name="eventComment" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="11" name="nodeGUID" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="12" name="counter" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="13" name="nodeIP" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="14" name="b64LinkedInEventIdentifiers" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="15" name="b64LinkedInEventsHash" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="16" name="currentHashAlgorithm" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="protectionKeyIdentifier" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="18" name="protectionKeyAlgorithm" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="19" name="b64Protection" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="pk" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pk"/>
         </index>
         <index name="protectedlogdata_idx1" unique="false">
            <column ascending="true" name="nodeGUID"/>
            <column ascending="true" name="counter"/>
         </index>
         <index name="protectedlogdata_idx2" unique="false">
            <column ascending="true" name="nodeGUID"/>
            <column ascending="true" name="eventTime"/>
            <column ascending="true" name="b64Protection"/>
         </index>
         <index name="protectedlogdata_idx3" unique="false">
            <column ascending="true" name="username"/>
            <column ascending="true" name="cAId"/>
            <column ascending="true" name="module"/>
         </index>
         <index name="protectedlogdata_idx4" unique="false">
            <column ascending="true" name="eventTime"/>
            <column ascending="true" name="cAId"/>
            <column ascending="true" name="module"/>
         </index>
      </table>
      <table name="ProtectedLogExportData" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pk" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="timeOfExport" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="2" name="exportEndTime" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="3" name="exportStartTime" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="4" name="b64LogDataHash" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="b64PreviosExportHash" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="currentHashAlgorithm" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="b64SignatureCertificate" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="8" name="deleted" nullable="false" remarks="" size="3" type="TINYINT"/>
         <column autoUpdated="false" digits="0" id="9" name="b64Signature" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="pk" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pk"/>
         </index>
         <index name="protectedlogexportdata_idx1" unique="false">
            <column ascending="true" name="exportStartTime"/>
         </index>
      </table>
      <table name="ProtectedLogTokenData" numRows="16" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pk" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="tokenIdentifier" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="tokenType" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="b64TokenCertificate" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="4" name="tokenReference" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="pk" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pk"/>
         </index>
      </table>
      <table name="PublisherData" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="updateCounter" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="data" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="PublisherQueueData" numRows="13107" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pk" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="timeCreated" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="2" name="lastUpdate" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="3" name="publishStatus" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="4" name="tryCounter" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="5" name="publishType" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="6" name="fingerprint" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="publisherId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="8" name="volatileData" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="pk" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pk"/>
         </index>
         <index name="publisherqueue_idx1" unique="false">
            <column ascending="true" name="publisherId"/>
            <column ascending="true" name="publishStatus"/>
         </index>
         <index name="publisherqueue_idx2" unique="false">
            <column ascending="true" name="fingerprint"/>
         </index>
         <index name="publisherqueue_idx3" unique="false">
            <column ascending="true" name="publisherId"/>
            <column ascending="true" name="publishStatus"/>
            <column ascending="true" name="timeCreated"/>
         </index>
      </table>
      <table name="ServiceData" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="data" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="TableProtectData" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="version" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="hashVersion" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="protectionAlg" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="hash" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="signature" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="time" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="7" name="dbKey" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="dbType" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="keyRef" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="keyType" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="protect_idx1" unique="false">
            <column ascending="true" name="dbKey"/>
            <column ascending="true" name="dbType"/>
         </index>
      </table>
      <table name="UserData" numRows="2795312" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="username" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="subjectDN" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="cAId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="subjectAltName" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="4" name="subjectEmail" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="status" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="6" name="type" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="7" name="clearPassword" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="passwordHash" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="timeCreated" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="10" name="timeModified" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="11" name="endEntityProfileId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="12" name="certificateProfileId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="13" name="tokenType" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="14" name="hardTokenIssuerId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="15" name="extendedInformationData" nullable="true" remarks="" size="2147483647" type="LONGTEXT"/>
         <column autoUpdated="false" digits="0" id="16" name="keyStorePassword" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="cardnumber" nullable="true" remarks="" size="19" type="VARCHAR"/>
         <primaryKey column="username" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="username"/>
         </index>
         <index name="userdata_idx1" unique="false">
            <column ascending="true" name="cAId"/>
            <column ascending="true" name="endEntityProfileId"/>
         </index>
         <index name="userdata_idx2" unique="false">
            <column ascending="true" name="cAId"/>
            <column ascending="true" name="timeCreated"/>
         </index>
         <index name="userdata_idx3" unique="false">
            <column ascending="true" name="cAId"/>
            <column ascending="true" name="timeModified"/>
         </index>
         <index name="userdata_idx4" unique="false">
            <column ascending="true" name="cAId"/>
         </index>
         <index name="userdata_idx5" unique="false">
            <column ascending="true" name="username"/>
         </index>
         <index name="userdata_idx6" unique="false">
            <column ascending="true" name="username"/>
            <column ascending="true" name="cAId"/>
         </index>
         <index name="userdata_idx7" unique="false">
            <column ascending="true" name="status"/>
            <column ascending="true" name="cAId"/>
         </index>
         <index name="userdata_idx8" unique="false">
            <column ascending="true" name="subjectDN"/>
            <column ascending="true" name="cAId"/>
         </index>
         <index name="userdata_idx9" unique="false">
            <column ascending="true" name="certificateProfileId"/>
         </index>
      </table>
      <table name="UserDataSourceData" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="updateCounter" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="data" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
   </tables>
</database>
