<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="psa" schema="psa" type="MySQL - 5.5.58-0+deb7u1">
   <tables>
      <table catalog="psa" name="accounts" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="plain" digits="0" id="1" name="type" nullable="false" remarks="" size="32" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="password" 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 catalog="psa" name="actions" numRows="126" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="descr" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="3" name="enabled" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="admin_aliases" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="login" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="arealname" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="aemail" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="comments" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="status" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="login" unique="true">
            <column ascending="true" name="login"/>
         </index>
      </table>
      <table catalog="psa" name="admin_aliases_param" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="alias_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="param" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="val" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="alias_id" sequenceNumberInPK="1"/>
         <primaryKey column="param" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="alias_id"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="ai_vendor_sources" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="type" nullable="false" remarks="" size="9" type="enum('repomd', 'directory')"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="url" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <column autoUpdated="false" defaultValue="500" digits="0" id="3" name="priority" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="4" name="enabled" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="auth_required" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="6" name="login" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <column autoUpdated="false" digits="0" id="7" name="password" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="url" unique="true">
            <column ascending="true" name="url"/>
         </index>
      </table>
      <table catalog="psa" name="anon_ftp" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="max_conn" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="bandwidth" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="incoming" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="incoming_readable" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="incoming_subdirs" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="status" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="1048576" digits="0" id="8" name="quota" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="display_login" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="10" name="login_text" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="true">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="ApiRpcCallsStat" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="Version" nullable="false" remarks="" size="7" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="Operator" nullable="false" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="Command" nullable="false" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="Session" nullable="false" remarks="" size="8" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="FilterName" nullable="false" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="GroupOperation" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="7" name="LastExecutionDate" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="Count" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="LogItem" unique="true">
            <column ascending="true" name="Version"/>
            <column ascending="true" name="Operator"/>
            <column ascending="true" name="Command"/>
            <column ascending="true" name="Session"/>
            <column ascending="true" name="FilterName"/>
            <column ascending="true" name="GroupOperation"/>
         </index>
      </table>
      <table catalog="psa" name="APSApplicationItems" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="license_type_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="pkg_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="disabled" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="license_type_id" unique="true">
            <column ascending="true" name="license_type_id"/>
            <column ascending="true" name="pkg_id"/>
         </index>
         <index name="pkg_id" unique="false">
            <column ascending="true" name="pkg_id"/>
         </index>
      </table>
      <table catalog="psa" name="APSCatalogUpdates" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="package_name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="package_version" nullable="true" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="package_release" nullable="true" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="update_name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="update_version" nullable="true" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="update_release" nullable="true" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="update_vendor" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="update_packager" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="received" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="10" name="update_type" nullable="false" remarks="" size="7" type="enum('patch', 'upgrade')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="recommended" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="apscategories" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="category_name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="parent_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="parent_id" unique="false">
            <column ascending="true" name="parent_id"/>
         </index>
      </table>
      <table catalog="psa" name="APSClientApplicationItems" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="client_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="app_item_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="3" name="instances_limit" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="broadcast" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="app_item_id" unique="false">
            <column ascending="true" name="app_item_id"/>
         </index>
         <index name="client_id" unique="false">
            <column ascending="true" name="client_id"/>
         </index>
         <index name="client_id_2" unique="true">
            <column ascending="true" name="client_id"/>
            <column ascending="true" name="app_item_id"/>
         </index>
      </table>
      <table catalog="psa" name="apsContexts" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="pleskType" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="pleskId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="subscriptionId" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="apsContextsApplications" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="apsContextId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="registryApplicationId" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="apsInstancesParameters" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="instanceId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="instanceId" sequenceNumberInPK="1"/>
         <primaryKey column="name" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="instanceId"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="APSLicenses" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="key_number" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="source" nullable="false" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="3" name="ka_url" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="expiration_date" nullable="true" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" digits="0" id="5" name="update_date" nullable="true" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" digits="0" id="6" name="license_type_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="personal" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="key_number" unique="true">
            <column ascending="true" name="key_number"/>
         </index>
      </table>
      <table catalog="psa" name="APSLicenseTypes" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="application_name" nullable="false" remarks="" size="122" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="application_versions" nullable="false" remarks="" size="122" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="application_features" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="license_type_hash" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="application_name" unique="true">
            <column ascending="true" name="application_name"/>
            <column ascending="true" name="application_versions"/>
            <column ascending="true" name="application_features"/>
         </index>
         <index name="license_type_hash" unique="true">
            <column ascending="true" name="license_type_hash"/>
         </index>
      </table>
      <table catalog="psa" name="apsResources" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="registryId" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="pleskType" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="pleskId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="apsResourcesParameters" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="apsResourceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="value" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="ApsTokens" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="subscriptionId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="applicationId" nullable="false" remarks="" size="2000" type="VARBINARY"/>
         <column autoUpdated="false" digits="0" id="3" name="instanceId" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="token" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="avstatistics" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="summary" digits="0" id="1" name="type" nullable="false" remarks="" size="15" type="enum('summary', 'viruses', 'recipients', 'spam_summary', 'spam_recipients')"/>
         <column autoUpdated="false" defaultValue="0000-00-00" digits="0" id="2" name="date" nullable="false" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" digits="0" id="3" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="val" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="type" unique="true">
            <column ascending="true" name="type"/>
            <column ascending="true" name="date"/>
         </index>
      </table>
      <table catalog="psa" name="BackendCache" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="key" nullable="false" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="data" nullable="false" remarks="" size="65535" type="BLOB"/>
         <primaryKey column="key" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="key"/>
         </index>
      </table>
      <table catalog="psa" name="BackupsScheduled" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="obj_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="obj_type" nullable="false" remarks="" size="8" type="enum('server', 'reseller', 'client', 'domain')"/>
         <column autoUpdated="false" defaultValue="local" digits="0" id="3" name="repository" nullable="false" remarks="" size="6" type="enum('local', 'ftp')"/>
         <column autoUpdated="false" digits="0" id="4" name="last" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="5" name="period" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="6" name="active" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <column autoUpdated="false" digits="0" id="7" name="processed" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="rotation" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="9" name="prefix" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="email" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="split_size" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="suspend" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="13" name="with_content" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="backup_day" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="00:00:00" digits="0" id="15" name="backup_time" nullable="false" remarks="" size="8" type="TIME"/>
         <column autoUpdated="false" defaultValue="backup_content_all_at_domain" digits="0" id="16" name="content_type" nullable="true" remarks="" size="29" type="enum('backup_content_all_at_domain', 'backup_content_vhost_only', 'backup_content_mail_only')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="BackupsSettings" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="domain" digits="0" id="1" name="type" nullable="false" remarks="" size="7" type="enum('domain', 'client', 'server')"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="param" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <index name="index1" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="type"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="badmailfrom" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="domain" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="domain" unique="false">
            <column ascending="true" name="domain"/>
         </index>
      </table>
      <table catalog="psa" name="Cards" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="personalName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="companyName" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="phone" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="fax" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="email" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="address" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="city" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="state" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="zip" nullable="true" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="country" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="certificates" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="csr" nullable="true" remarks="" size="65535" type="BLOB"/>
         <column autoUpdated="false" digits="0" id="2" name="pvt_key" nullable="true" remarks="" size="65535" type="BLOB"/>
         <column autoUpdated="false" digits="0" id="3" name="cert" nullable="true" remarks="" size="65535" type="BLOB"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="cert_file" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="ca_cert" nullable="true" remarks="" size="65535" type="BLOB"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="ca_file" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="cf_dsn" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="domain_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="dsn_name" nullable="false" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="driver_name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="is_valid" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="domain_id" unique="false">
            <column ascending="true" name="domain_id"/>
         </index>
         <index name="dsn_name" unique="true">
            <column ascending="true" name="domain_id"/>
            <column ascending="true" name="dsn_name"/>
         </index>
      </table>
      <table catalog="psa" name="cf_dsn_params" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="cf_dsn_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="name" nullable="false" remarks="" size="64" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dsn_id" unique="false">
            <column ascending="true" name="cf_dsn_id"/>
         </index>
      </table>
      <table catalog="psa" name="cl_param" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cl_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="param" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="val" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="cl_id" sequenceNumberInPK="1"/>
         <primaryKey column="param" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="cl_id"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="clients" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="parent_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="vendor_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="client" digits="0" id="3" name="type" nullable="false" remarks="" size="8" type="enum('client', 'reseller', 'admin')"/>
         <column autoUpdated="false" digits="0" id="4" name="cr_date" nullable="true" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" digits="0" id="5" name="cname" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="pname" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="login" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="status" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="10" name="phone" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="fax" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="email" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="address" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="14" name="city" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="state" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="16" name="pcode" nullable="true" remarks="" size="10" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="17" name="country" nullable="true" remarks="" size="2" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="en-US" digits="0" id="18" name="locale" nullable="false" remarks="" size="17" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="19" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="20" name="limits_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="21" name="params_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="22" name="perm_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="23" name="pool_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="24" name="logo_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="25" name="tmpl_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="26" name="sapp_pool_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="00000000-0000-0000-0000-000000000000" digits="0" id="27" name="guid" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="28" name="external_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="29" name="overuse" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="30" name="passwd" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="31" name="ownership" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="account_id" unique="false">
            <column ascending="true" name="account_id"/>
         </index>
         <index name="limits_id" unique="false">
            <column ascending="true" name="limits_id"/>
         </index>
         <index name="login" unique="true">
            <column ascending="true" name="login"/>
         </index>
         <index name="logo_id" unique="false">
            <column ascending="true" name="logo_id"/>
         </index>
         <index name="params_id" unique="false">
            <column ascending="true" name="params_id"/>
         </index>
         <index name="parent_id" unique="false">
            <column ascending="true" name="parent_id"/>
         </index>
         <index name="perm_id" unique="false">
            <column ascending="true" name="perm_id"/>
         </index>
         <index name="pname" unique="false">
            <column ascending="true" name="pname"/>
         </index>
         <index name="pool_id" unique="false">
            <column ascending="true" name="pool_id"/>
         </index>
         <index name="sapp_pool_id" unique="false">
            <column ascending="true" name="sapp_pool_id"/>
         </index>
         <index name="tmpl_id" unique="false">
            <column ascending="true" name="tmpl_id"/>
         </index>
         <index name="type" unique="false">
            <column ascending="true" name="type"/>
         </index>
         <index name="vendor_id" unique="false">
            <column ascending="true" name="vendor_id"/>
         </index>
      </table>
      <table catalog="psa" name="ClientsTraffic" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cl_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="date" nullable="false" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="http_in" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="http_out" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="ftp_in" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="ftp_out" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="smtp_in" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="smtp_out" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="pop3_imap_in" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="pop3_imap_out" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="cl_id" sequenceNumberInPK="1"/>
         <primaryKey column="date" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="cl_id"/>
            <column ascending="true" name="date"/>
         </index>
      </table>
      <table catalog="psa" name="Configurations" numRows="5" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="file" nullable="true" remarks="" size="65535" type="BLOB"/>
         <column autoUpdated="false" digits="0" id="4" name="version" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="objectType" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="objectId" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="error" digits="0" id="7" name="status" nullable="false" remarks="" size="10" type="enum('error', 'generation', 'ok')"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="8" name="active" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="9" name="description" nullable="true" remarks="" size="65535" type="BLOB"/>
         <column autoUpdated="false" digits="0" id="10" name="errorFile" nullable="true" remarks="" size="65535" type="BLOB"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="objectTypeAndId_index" unique="false">
            <column ascending="true" name="objectType"/>
            <column ascending="true" name="objectId"/>
         </index>
      </table>
      <table catalog="psa" name="cp_access" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="allow" digits="0" id="1" name="type" nullable="false" remarks="" size="6" type="enum('allow', 'deny')"/>
         <column autoUpdated="false" digits="0" id="2" name="netaddr" nullable="false" remarks="" size="39" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="netmask" nullable="false" remarks="" size="15" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="custom_buttons" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="100" digits="0" id="1" name="sort_key" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="level" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="level_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="domain" digits="0" id="4" name="place" nullable="false" remarks="" size="17" type="enum('domain', 'domain-properties', 'client', 'reseller', 'reseller-settings', 'admin', 'admin-settings', 'navigation')"/>
         <column autoUpdated="false" digits="0" id="5" name="text" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="url" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="conhelp" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="options" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="9" name="file" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="plan_item_name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="DashboardPreset" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="uri" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="private" digits="0" id="3" name="type" nullable="false" remarks="" size="8" type="enum('admin', 'reseller', 'client', 'domain', 'private', 'custom')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name_type" unique="true">
            <column ascending="true" name="name"/>
            <column ascending="true" name="type"/>
         </index>
      </table>
      <table catalog="psa" name="DashboardPresetConfig" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="preset_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="ord" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="uri" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="parent_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="none" digits="0" id="5" name="type" nullable="false" remarks="" size="19" type="enum('none', 'button', 'custom-buttons', 'top', 'column', 'footer', 'indicator', 'left', 'right', 'section', 'shortcut', 'tab', 'tabs', 'quick-search', 'quick-search-option')"/>
         <column autoUpdated="false" digits="0" id="6" name="title" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="8" name="enabled" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="data_bases" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="63" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="mysql" digits="0" id="2" name="type" nullable="false" remarks="" size="10" type="enum('mysql', 'postgresql', 'mssql')"/>
         <column autoUpdated="false" digits="0" id="3" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="db_server_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="5" name="default_user_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="db_server_id" unique="false">
            <column ascending="true" name="db_server_id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
            <column ascending="true" name="db_server_id"/>
         </index>
      </table>
      <table catalog="psa" name="DatabaseServers" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="host" nullable="false" remarks="" size="63" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="port" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="type" nullable="false" remarks="" size="10" type="enum('mysql', 'postgresql', 'mssql')"/>
         <column autoUpdated="false" digits="0" id="4" name="admin_login" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <column autoUpdated="false" digits="0" id="5" name="admin_password" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <column autoUpdated="false" defaultValue="no_error" digits="0" id="6" name="last_error" nullable="false" remarks="" size="19" type="enum('no_error', 'connection_failed', 'permission_denied', 'other_error', 'credentials_not_set')"/>
         <column autoUpdated="false" digits="0" id="7" name="server_version" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="parameters_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="host_port" unique="false">
            <column ascending="true" name="host"/>
            <column ascending="true" name="port"/>
         </index>
      </table>
      <table catalog="psa" name="DatabaseUserRemoteAccessRules" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="ipAddress" nullable="false" remarks="" size="39" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="mask" nullable="false" remarks="" size="15" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="type" nullable="false" remarks="" size="6" type="enum('allow', 'deny')"/>
         <column autoUpdated="false" digits="0" id="4" name="databaseUserId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="firewallRuleId" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="db_users" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="login" nullable="false" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="db_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="passwd" nullable="false" remarks="" size="16" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="normal" digits="0" id="5" name="status" nullable="false" remarks="" size="8" type="enum('normal', 'orphaned')"/>
         <column autoUpdated="false" digits="0" id="6" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="7" name="db_server_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="account_id" unique="false">
            <column ascending="true" name="account_id"/>
         </index>
         <index name="db_server_id" unique="true">
            <column ascending="true" name="db_server_id"/>
            <column ascending="true" name="db_id"/>
            <column ascending="true" name="login"/>
         </index>
      </table>
      <table catalog="psa" name="disk_usage" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="httpdocs" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="httpsdocs" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="subdomains" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="web_users" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="anonftp" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="logs" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="dbases" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="mysql_dbases" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="mssql_dbases" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="mailboxes" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="webapps" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="maillists" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="domaindumps" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="configs" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="15" name="chroot" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="www_root" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="dom_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="dns_recs" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dns_zone_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="A" digits="0" id="2" name="type" nullable="false" remarks="" size="6" type="enum('NS', 'A', 'AAAA', 'CNAME', 'MX', 'PTR', 'TXT', 'SRV', 'master', 'none')"/>
         <column autoUpdated="false" digits="0" id="3" name="displayHost" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="host" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="displayVal" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="val" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="opt" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="8" name="external_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="CURRENT_TIMESTAMP" digits="0" id="9" name="time_stamp" nullable="false" remarks="" size="19" type="TIMESTAMP"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dns_zone_id" unique="false">
            <column ascending="true" name="dns_zone_id"/>
         </index>
         <index name="host" unique="false">
            <column ascending="true" name="host"/>
         </index>
         <index name="type" unique="false">
            <column ascending="true" name="type"/>
         </index>
      </table>
      <table catalog="psa" name="dns_recs_t" numRows="18" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="uid" nullable="true" remarks="" size="255" type="VARCHAR">
            <parent catalog="psa" column="uid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="dns_refs"/>
         </column>
         <column autoUpdated="false" defaultValue="A" digits="0" id="2" name="type" nullable="false" remarks="" size="5" type="enum('NS', 'A', 'AAAA', 'CNAME', 'MX', 'PTR', 'TXT', 'SRV')"/>
         <column autoUpdated="false" digits="0" id="3" name="displayHost" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="host" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="displayVal" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="val" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="opt" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="CURRENT_TIMESTAMP" digits="0" id="8" name="time_stamp" nullable="false" remarks="" size="19" type="TIMESTAMP"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="dns_refs" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="uid" nullable="false" remarks="" size="255" type="VARCHAR">
            <child catalog="psa" column="uid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="dns_recs_t"/>
            <child catalog="psa" column="uid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="dom_level_usrs"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="zoneId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="zoneRecordId" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="templateRecordId" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="syn" digits="0" id="4" name="status" nullable="false" remarks="" size="4" type="enum('syn', 'mod', 'del')"/>
         <primaryKey column="uid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="uid"/>
         </index>
         <index name="templateRecordId" unique="false">
            <column ascending="true" name="templateRecordId"/>
         </index>
         <index name="zoneId" unique="false">
            <column ascending="true" name="zoneId"/>
         </index>
         <index name="zoneRecordId" unique="false">
            <column ascending="true" name="zoneRecordId"/>
         </index>
      </table>
      <table catalog="psa" name="dns_zone" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="displayName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="status" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="skip" digits="0" id="4" name="syncSoa" nullable="false" remarks="" size="5" type="enum('true', 'false', 'skip')"/>
         <column autoUpdated="false" defaultValue="skip" digits="0" id="5" name="syncRecords" nullable="false" remarks="" size="5" type="enum('true', 'false', 'skip')"/>
         <column autoUpdated="false" digits="0" id="6" name="email" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="master" digits="0" id="7" name="type" nullable="false" remarks="" size="6" type="enum('slave', 'master')"/>
         <column autoUpdated="false" defaultValue="86400" digits="0" id="8" name="ttl" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="9" name="ttl_unit" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="10800" digits="0" id="10" name="refresh" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="11" name="refresh_unit" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="3600" digits="0" id="12" name="retry" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="13" name="retry_unit" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="604800" digits="0" id="14" name="expire" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="15" name="expire_unit" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="10800" digits="0" id="16" name="minimum" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="17" name="minimum_unit" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="UNIXTIMESTAMP" digits="0" id="18" name="serial_format" nullable="false" remarks="" size="14" type="enum('UNIXTIMESTAMP', 'YYYYMMDDNN')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="19" name="serial" nullable="false" remarks="" size="12" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="20" name="external_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="dom_level_usrs" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="account_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="state" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="3" name="card_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="perm_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="passwd" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="uid" nullable="true" remarks="" size="255" type="VARCHAR">
            <parent catalog="psa" column="uid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="dns_refs"/>
         </column>
         <column autoUpdated="false" defaultValue="true" digits="0" id="7" name="ownership" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="dom_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="account_id" unique="false">
            <column ascending="true" name="account_id"/>
         </index>
         <index name="card_id" unique="false">
            <column ascending="true" name="card_id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="perm_id" unique="false">
            <column ascending="true" name="perm_id"/>
         </index>
      </table>
      <table catalog="psa" name="dom_param" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="param" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="val" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="dom_id" sequenceNumberInPK="1"/>
         <primaryKey column="param" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="domain_aliases" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="dns_zone_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="status" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="displayName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="dns" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="mail" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="web" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="tomcat" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="seoRedirect" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dns_zone_id" unique="false">
            <column ascending="true" name="dns_zone_id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="DomainOutgoingMessagesPeaks" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="domainId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="beginDate" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="2" name="endDate" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="rejected" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="beginDate" sequenceNumberInPK="1"/>
         <primaryKey column="domainId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="domainId"/>
            <column ascending="true" name="beginDate"/>
         </index>
      </table>
      <table catalog="psa" name="DomainOutgoingMessagesStats" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="domainId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="collectDate" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="2" name="limitValue" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="passed" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="rejected" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="collectDate" sequenceNumberInPK="1"/>
         <primaryKey column="domainId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="domainId"/>
            <column ascending="true" name="collectDate"/>
         </index>
      </table>
      <table catalog="psa" name="domains" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="cr_date" nullable="true" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="displayName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="dns_zone_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="status" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="6" name="htype" nullable="false" remarks="" size="7" type="enum('none', 'vrt_hst', 'std_fwd', 'frm_fwd')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="real_size" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="8" name="cl_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="9" name="cert_rep_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="10" name="limits_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="11" name="params_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="00000000-0000-0000-0000-000000000000" digits="0" id="12" name="guid" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="external_id" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="14" name="adminDescription" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="resellerDescription" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="16" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="17" name="overuse" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="on" digits="0" id="18" name="gl_filter" nullable="false" remarks="" size="3" type="enum('on', 'off')"/>
         <column autoUpdated="false" digits="0" id="19" name="vendor_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="20" name="webspace_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="21" name="webspace_status" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="22" name="parentDomainId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="23" name="permissions_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="cert_rep_id" unique="false">
            <column ascending="true" name="cert_rep_id"/>
         </index>
         <index name="cl_id" unique="false">
            <column ascending="true" name="cl_id"/>
         </index>
         <index name="displayName" unique="false">
            <column ascending="true" name="displayName"/>
         </index>
         <index name="external_id" unique="false">
            <column ascending="true" name="external_id"/>
         </index>
         <index name="limits_id" unique="false">
            <column ascending="true" name="limits_id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
         <index name="params_id" unique="false">
            <column ascending="true" name="params_id"/>
         </index>
         <index name="parentDomainId" unique="false">
            <column ascending="true" name="parentDomainId"/>
         </index>
         <index name="permissions_id" unique="false">
            <column ascending="true" name="permissions_id"/>
         </index>
         <index name="vendor_id" unique="false">
            <column ascending="true" name="vendor_id"/>
         </index>
         <index name="webspace_id" unique="false">
            <column ascending="true" name="webspace_id"/>
         </index>
      </table>
      <table catalog="psa" name="DomainServices" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="type" nullable="true" remarks="" size="9" type="enum('mail', 'tomcat', 'maillists', 'web')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="status" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="parameters_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="5" name="ipCollectionId" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="parameters_id" unique="false">
            <column ascending="true" name="parameters_id"/>
         </index>
      </table>
      <table catalog="psa" name="DomainsTraffic" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="date" nullable="false" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="http_in" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="http_out" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="ftp_in" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="ftp_out" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="smtp_in" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="smtp_out" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="pop3_imap_in" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="pop3_imap_out" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="date" sequenceNumberInPK="1"/>
         <primaryKey column="dom_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="date"/>
         </index>
      </table>
      <table catalog="psa" name="dsn" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="driver" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="configured" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="7" name="cstring" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="DynamicIpSecurity" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="isDenyByConcurrentRequests" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="5" digits="0" id="2" name="maxConcurrentRequests" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="isDenyByRequestRate" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="20" digits="0" id="4" name="maxRequests" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="200" digits="0" id="5" name="requestInterval" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="dom_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="event_handlers" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="action_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="priority" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="nobody" digits="0" id="3" name="user" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="command" nullable="false" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="action_id" unique="false">
            <column ascending="true" name="action_id"/>
         </index>
      </table>
      <table catalog="psa" name="exp_event" numRows="40" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="source" nullable="true" remarks="" size="5" type="enum('pa', 'plesk')"/>
         <column autoUpdated="false" digits="0" id="2" name="event_type" nullable="false" remarks="" size="15" type="enum('started', 'stopped', 'created', 'updated', 'deleted', 'status_changed', 'terminated', 'flushed', 'installed', 'uninstalled', 'siteapp_added', 'siteapp_removed', 'expired', 'exceeded', 'guid_changed')"/>
         <column autoUpdated="false" digits="0" id="3" name="event_time" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="4" name="obj_class" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="obj_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="host" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="user" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="flushed" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="externalWebmails" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="url" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="enabled" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="fileSharingUsers" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="userId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="login" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="password" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="login" unique="true">
            <column ascending="true" name="login"/>
         </index>
         <index name="userId" unique="true">
            <column ascending="true" name="userId"/>
         </index>
      </table>
      <table catalog="psa" name="forwarding" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="redirect" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="301" digits="0" id="2" name="http_code" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="dom_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="fpse_users" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="sys_user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="sys_user_id" unique="true">
            <column ascending="true" name="sys_user_id"/>
         </index>
      </table>
      <table catalog="psa" name="ftp_users" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="sys_user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="3" digits="0" id="3" name="permission" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="sys_user_id" unique="true">
            <column ascending="true" name="sys_user_id"/>
         </index>
      </table>
      <table catalog="psa" name="GL_remote_domains" numRows="12" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="1" digits="0" id="0" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="domain" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="black" digits="0" id="2" name="type" nullable="false" remarks="" size="6" type="enum('black', 'white')"/>
         <primaryKey column="domain" sequenceNumberInPK="1"/>
         <primaryKey column="serviceNodeId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="domain"/>
         </index>
      </table>
      <table catalog="psa" name="GL_settings" numRows="5" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="1" digits="0" id="0" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="param" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="param" sequenceNumberInPK="1"/>
         <primaryKey column="serviceNodeId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="hosting" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="sys_user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="www_root" nullable="false" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="real_traffic" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="fp" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="fp_ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="fp_enable" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="7" name="fp_adm" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="fp_pass" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="ssi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="php" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="cgi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="perl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="13" name="python" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="14" name="fastcgi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="15" name="miva" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="16" name="coldfusion" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="17" name="asp" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="18" name="asp_dot_net" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="19" name="ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="20" name="same_ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="none" digits="0" id="21" name="webstat" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="22" name="traffic_bandwidth" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="23" name="max_connection" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="fastcgi" digits="0" id="24" name="php_handler_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="25" name="maintenance_mode" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="26" name="certificate_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="27" name="fp_no_index" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="28" name="ssi_html" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="29" name="php_isapi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="1.1" digits="0" id="30" name="managed_runtime_version" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="31" name="at_domains" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="32" name="write_modify" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="33" name="webdeploy" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="dom_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="hotlink_friends" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="friend_dom" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="hotlink_prot" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="1" name="enabled" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="2" name="extensions" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="dom_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="IisAppPoolDomains" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="domainId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <child catalog="psa" column="domainId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="SharedSslDomains"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="poolId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="domainId" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="domainId"/>
         </index>
         <index name="poolId" unique="false">
            <column ascending="true" name="poolId"/>
         </index>
      </table>
      <table catalog="psa" name="IisAppPools" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="1" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <column autoUpdated="false" defaultValue="client" digits="0" id="2" name="ownerType" nullable="false" remarks="" size="7" type="enum('client', 'domain')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="ownerId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="identity" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="5" name="isStarted" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="6" name="cpuLimit" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="NoAction" digits="0" id="7" name="cpuLimitAction" nullable="false" remarks="" size="17" type="enum('NoAction', 'KillW3wp', 'Throttle', 'ThrottleUnderLoad')"/>
         <column autoUpdated="false" defaultValue="5" digits="0" id="8" name="cpuLimitInterval" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="9" name="maxProcesses" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="5" digits="0" id="10" name="idleTimeout" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="Terminate" digits="0" id="11" name="idleTimeoutAction" nullable="false" remarks="" size="10" type="enum('Terminate', 'Suspend')"/>
         <column autoUpdated="false" defaultValue="1740" digits="0" id="12" name="recyclingByTime" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="13" name="recyclingByRequests" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="14" name="recyclingByVirtualMemory" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="15" name="recyclingByPrivateMemory" nullable="false" remarks="" size="19" type="BIGINT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="ownerId" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="ownerType"/>
            <column ascending="true" name="ownerId"/>
         </index>
      </table>
      <table catalog="psa" name="IisAppPoolsPolicy" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="1" digits="0" id="0" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="badmailfrom"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="Configurations"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="dsn"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPools"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IP_Addresses"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ServiceInstallations"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="SharedSslDomains"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="smtp_poplocks"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="spamfilter"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sys_users"/>
            <child catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="Webmails"/>
         </column>
         <column autoUpdated="false" defaultValue="mixed" digits="0" id="1" name="mode" nullable="false" remarks="" size="9" type="enum('shared', 'dedicated', 'mixed')"/>
         <primaryKey column="serviceNodeId" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceNodeId"/>
         </index>
      </table>
      <table catalog="psa" name="IP_Addresses" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="1" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ip_address" nullable="false" remarks="" size="39" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="255.255.255.0" digits="0" id="3" name="mask" nullable="false" remarks="" size="15" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="iface" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="ssl_certificate_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="6" name="default_domain_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="ftps" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="main" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="status" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="10" name="public_ip_address" nullable="true" remarks="" size="39" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="default_domain_id" unique="false">
            <column ascending="true" name="default_domain_id"/>
         </index>
         <index name="ip_address" unique="true">
            <column ascending="true" name="ip_address"/>
         </index>
         <index name="ssl_certificate_id" unique="false">
            <column ascending="true" name="ssl_certificate_id"/>
         </index>
      </table>
      <table catalog="psa" name="ip_pool" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="ip_address_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="type" nullable="true" remarks="" size="9" type="enum('shared', 'exclusive')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <primaryKey column="ip_address_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="ip_address_id"/>
         </index>
      </table>
      <table catalog="psa" name="IpAddressesCollections" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ipCollectionId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="ipAddressId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="ipAddressId" sequenceNumberInPK="1"/>
         <primaryKey column="ipCollectionId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="ipCollectionId"/>
            <column ascending="true" name="ipAddressId"/>
         </index>
      </table>
      <table catalog="psa" name="IpCollections" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="itmpl" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="itmpl_data" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="itmpl_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="page" nullable="false" remarks="" size="127" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="control" nullable="false" remarks="" size="127" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="hide" digits="0" id="3" name="state" nullable="false" remarks="" size="9" type="enum('hide', 'adminOnly', 'show')"/>
         <column autoUpdated="false" defaultValue="button" digits="0" id="4" name="control_type" nullable="false" remarks="" size="11" type="enum('button', 'formControl')"/>
         <primaryKey column="control" sequenceNumberInPK="1"/>
         <primaryKey column="itmpl_id" sequenceNumberInPK="2"/>
         <primaryKey column="page" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="itmpl_id"/>
            <column ascending="true" name="page"/>
            <column ascending="true" name="control"/>
         </index>
      </table>
      <table catalog="psa" name="key_history" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="plesk_key_id" nullable="true" remarks="" size="63" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="filename" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="CURRENT_TIMESTAMP" digits="0" id="4" name="register_date" nullable="false" remarks="" size="19" type="TIMESTAMP"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="update_disabled" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="6" name="options" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="key_history_params" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="key_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="param" nullable="false" remarks="" size="63" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="val" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="key_id" sequenceNumberInPK="1"/>
         <primaryKey column="param" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="key_id"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="Limits" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="limit_name" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <primaryKey column="limit_name" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="limit_name"/>
         </index>
      </table>
      <table catalog="psa" name="LimitsReservation" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="collectionRef" nullable="false" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="limitName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="expiration" nullable="false" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="collectionRef" unique="false">
            <column ascending="true" name="collectionRef"/>
            <column ascending="true" name="limitName"/>
         </index>
         <index name="expiration" unique="false">
            <column ascending="true" name="expiration"/>
         </index>
      </table>
      <table catalog="psa" name="locales" numRows="26" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="17" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="1" name="active" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="log_actions" numRows="46" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="date" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="2" name="ip_address" nullable="false" remarks="" size="39" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="user" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="action_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="5" name="object_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="action_id" unique="false">
            <column ascending="true" name="action_id"/>
         </index>
      </table>
      <table catalog="psa" name="log_components" numRows="183" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="action_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="component" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="old_value" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <column autoUpdated="false" digits="0" id="3" name="new_value" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="action_id" sequenceNumberInPK="1"/>
         <primaryKey column="component" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="action_id"/>
            <column ascending="true" name="component"/>
         </index>
      </table>
      <table catalog="psa" name="log_rotation" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="by_time" digits="0" id="1" name="period_type" nullable="false" remarks="" size="8" type="enum('by_time', 'by_size')"/>
         <column autoUpdated="false" digits="0" id="2" name="period" nullable="true" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="max_number_of_logfiles" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="compress_enable" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="5" name="email" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="turned_on" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="Logos" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="fake" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="url" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="longtaskparams" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="task_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="param" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="val" nullable="true" remarks="" size="16777215" type="MEDIUMBLOB"/>
         <primaryKey column="param" sequenceNumberInPK="1"/>
         <primaryKey column="task_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="task_id"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="longtasks" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="type" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="context" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="not_started" digits="0" id="3" name="status" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="statusProcessed" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="queue" digits="0" id="5" name="progressStatus" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="progressParams" nullable="true" remarks="" size="65535" type="BLOB"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="7" name="progressMax" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="progressValue" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="CURRENT_TIMESTAMP" digits="0" id="9" name="startTime" nullable="false" remarks="" size="19" type="TIMESTAMP"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="10" name="finishTime" nullable="false" remarks="" size="19" type="TIMESTAMP"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="pid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="mail" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="userId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="mail_name" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="perm_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="postbox" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="5" name="account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="redirect" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="7" name="redir_addr" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="mail_group" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="autoresponder" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="10" name="spamfilter" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="none" digits="0" id="11" name="virusfilter" nullable="false" remarks="" size="8" type="enum('none', 'incoming', 'outgoing', 'any')"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="12" name="mbox_quota" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="disk_usage" nullable="false" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="14" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="15" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="apsServiceAccountInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="17" name="apsAntivirusServiceInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="18" name="apsAntispamServiceInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="account_id" unique="false">
            <column ascending="true" name="account_id"/>
         </index>
         <index name="dom_id" unique="true">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="mail_name"/>
         </index>
         <index name="perm_id" unique="false">
            <column ascending="true" name="perm_id"/>
         </index>
      </table>
      <table catalog="psa" name="mail_aliases" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="mn_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="alias" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="apsServiceInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="mn_id" unique="true">
            <column ascending="true" name="mn_id"/>
            <column ascending="true" name="alias"/>
         </index>
      </table>
      <table catalog="psa" name="mail_redir" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="mn_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="address" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="apsServiceInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="mail_resp" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="mn_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="resp_name" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="keystr" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="no" digits="0" id="4" name="key_where" nullable="false" remarks="" size="5" type="enum('subj', 'body', 'no')"/>
         <column autoUpdated="false" digits="0" id="5" name="subject" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="reply_to" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="text/plain" digits="0" id="7" name="content_type" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="UTF-8" digits="0" id="8" name="charset" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="text" nullable="true" remarks="" size="16777215" type="MEDIUMTEXT"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="resp_on" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="10" digits="0" id="11" name="ans_freq" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="1000" digits="0" id="12" name="mem_limit" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="apsServiceInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="mn_id_resp_name" unique="false">
            <column ascending="true" name="mn_id"/>
            <column ascending="true" name="resp_name"/>
         </index>
      </table>
      <table catalog="psa" name="MailLists" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="status" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="MailMessagesStat" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="date" nullable="false" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="sent" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="date" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="date"/>
         </index>
      </table>
      <table catalog="psa" name="MailOutgoingMessagesPeaks" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mailId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="beginDate" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="2" name="endDate" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="rejected" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="beginDate" sequenceNumberInPK="1"/>
         <primaryKey column="mailId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="mailId"/>
            <column ascending="true" name="beginDate"/>
         </index>
      </table>
      <table catalog="psa" name="MailOutgoingMessagesStats" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mailId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="collectDate" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="2" name="limitValue" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="passed" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="rejected" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="collectDate" sequenceNumberInPK="1"/>
         <primaryKey column="mailId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="mailId"/>
            <column ascending="true" name="collectDate"/>
         </index>
      </table>
      <table catalog="psa" name="mass_mail" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="from_email" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="to_admin" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="to_resellers" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="all" digits="0" id="5" name="to_resellers_mode" nullable="false" remarks="" size="6" type="enum('all', 'select', 'except')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="to_clients" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="all" digits="0" id="7" name="to_clients_mode" nullable="false" remarks="" size="6" type="enum('all', 'select', 'except')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="to_domains" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="all" digits="0" id="9" name="to_domains_mode" nullable="false" remarks="" size="6" type="enum('all', 'select', 'except')"/>
         <column autoUpdated="false" digits="0" id="10" name="subject" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="body" nullable="false" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="12" name="cdate" nullable="true" remarks="" size="10" type="DATE"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="false">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="mass_mail_clients" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mm_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="cl_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <index name="cl_id" unique="false">
            <column ascending="true" name="cl_id"/>
         </index>
         <index name="mm_id" unique="false">
            <column ascending="true" name="mm_id"/>
         </index>
         <index name="mm_id_2" unique="true">
            <column ascending="true" name="mm_id"/>
            <column ascending="true" name="cl_id"/>
         </index>
      </table>
      <table catalog="psa" name="mass_mail_domains" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mm_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="mm_id" unique="false">
            <column ascending="true" name="mm_id"/>
         </index>
         <index name="mm_id_2" unique="true">
            <column ascending="true" name="mm_id"/>
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="migration_version" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="version" nullable="true" remarks="" size="10" type="INT"/>
      </table>
      <table catalog="psa" name="misc" numRows="74" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="param" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="val" nullable="false" remarks="" size="2000" type="VARBINARY"/>
         <primaryKey column="param" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="mn_param" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mn_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="param" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="val" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="mn_id" sequenceNumberInPK="1"/>
         <primaryKey column="param" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="mn_id"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="Modules" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="packname" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="display_name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="version" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="release" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="6" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="icon" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="ModuleSettings" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="module_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="false" remarks="" size="2000" type="VARCHAR"/>
         <primaryKey column="module_id" sequenceNumberInPK="1"/>
         <primaryKey column="name" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="module_id"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="Notes" numRows="15" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="text" nullable="false" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="Notifications" numRows="15" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="status" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="send2admin" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="send2reseller" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="send2client" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="send2dlu" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="send2email" nullable="false" remarks="" size="1" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="email" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="subj" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="note_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="note_id" unique="false">
            <column ascending="true" name="note_id"/>
         </index>
      </table>
      <table catalog="psa" name="Parameters" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="parameter" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <primaryKey column="parameter" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="parameter"/>
         </index>
      </table>
      <table catalog="psa" name="password_secrets" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="secret" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="type" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="created" nullable="false" remarks="" size="19" type="DATETIME"/>
         <primaryKey column="secret" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="secret"/>
         </index>
      </table>
      <table catalog="psa" name="pd_users" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="login" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="pd_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="account_id" unique="false">
            <column ascending="true" name="account_id"/>
         </index>
         <index name="pd_id" unique="true">
            <column ascending="true" name="pd_id"/>
            <column ascending="true" name="login"/>
         </index>
      </table>
      <table catalog="psa" name="Permissions" numRows="76" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="permission" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <primaryKey column="permission" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="permission"/>
         </index>
      </table>
      <table catalog="psa" name="PersistentCache" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="key" nullable="false" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="uid" nullable="false" remarks="" size="32" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="CURRENT_TIMESTAMP" digits="0" id="2" name="expire" nullable="false" remarks="" size="19" type="TIMESTAMP"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="events" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="key" sequenceNumberInPK="1"/>
         <primaryKey column="uid" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="key"/>
            <column ascending="true" name="uid"/>
         </index>
      </table>
      <table catalog="psa" name="PhpSettings" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="noteId" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="PhpSettingsParameters" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <primaryKey column="name" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="PlanItemProperties" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="plan_item_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="plan_item_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="plan_item_id"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="PlanItems" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="classname" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="isVisible" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="applicableToSubscription" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="applicableToEmail" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="applicableToSite" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="7" name="uuid" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
         <index name="uuid" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table catalog="psa" name="PlanServiceInstallations" numRows="12" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="planId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="serviceInstallationId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="assigned" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <primaryKey column="planId" sequenceNumberInPK="2"/>
         <primaryKey column="serviceInstallationId" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="planId"/>
            <column ascending="true" name="serviceInstallationId"/>
         </index>
      </table>
      <table catalog="psa" name="PlanServiceProperties" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="planServiceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="planServiceId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="planServiceId"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="PlansSubscriptions" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="subscription_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="plan_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="quantity" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="plan_id" sequenceNumberInPK="1"/>
         <primaryKey column="subscription_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="subscription_id"/>
            <column ascending="true" name="plan_id"/>
         </index>
      </table>
      <table catalog="psa" name="PleskPagesStat" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="date" nullable="false" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" digits="0" id="1" name="url" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="hits" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="date" sequenceNumberInPK="1"/>
         <primaryKey column="url" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="date"/>
            <column ascending="true" name="url"/>
         </index>
      </table>
      <table catalog="psa" name="PleskStats" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="param" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="value" nullable="true" remarks="" size="65535" type="BLOB"/>
         <primaryKey column="param" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="PMM" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sessionId" nullable="false" remarks="" size="250" type="VARBINARY"/>
         <column autoUpdated="false" digits="0" id="1" name="param" nullable="false" remarks="" size="250" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="val" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="param" sequenceNumberInPK="1"/>
         <primaryKey column="sessionId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="sessionId"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="PMMDefault" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="param" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="val" nullable="true" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="param" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="param"/>
         </index>
      </table>
      <table catalog="psa" name="protected_dirs" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="1" name="non_ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cgi_bin" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="4" name="realm" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="path" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="domain" digits="0" id="7" name="dom_type" nullable="false" remarks="" size="9" type="enum('domain', 'subdomain')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="true">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="path"/>
         </index>
      </table>
      <table catalog="psa" name="report" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="type" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="user_type" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="is_default" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="report_auto" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="report_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="auto" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="last" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="recipient" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="5" name="email" nullable="false" remarks="" size="254" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="client" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="7" name="domain" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="client" unique="false">
            <column ascending="true" name="client"/>
         </index>
         <index name="domain" unique="false">
            <column ascending="true" name="domain"/>
         </index>
         <index name="report_id" unique="false">
            <column ascending="true" name="report_id"/>
         </index>
      </table>
      <table catalog="psa" name="report_section" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="report_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="summary" digits="0" id="3" name="type" nullable="false" remarks="" size="7" type="enum('none', 'summary', 'full')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="report_id" unique="false">
            <column ascending="true" name="report_id"/>
         </index>
      </table>
      <table catalog="psa" name="Repository" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="rep_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="component_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="component_id" sequenceNumberInPK="1"/>
         <primaryKey column="rep_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="rep_id"/>
            <column ascending="true" name="component_id"/>
         </index>
      </table>
      <table catalog="psa" name="resp_attach" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="rn_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="filename" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="rn_id" unique="true">
            <column ascending="true" name="rn_id"/>
            <column ascending="true" name="filename"/>
         </index>
      </table>
      <table catalog="psa" name="resp_forward" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="rn_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="address" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="resp_freq" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="rn_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="email" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="num" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="CURRENT_TIMESTAMP" digits="0" id="4" name="time_resp" nullable="false" remarks="" size="19" type="TIMESTAMP"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="rn_id" unique="true">
            <column ascending="true" name="rn_id"/>
            <column ascending="true" name="email"/>
         </index>
      </table>
      <table catalog="psa" name="RestrictedDomains" numRows="99" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="SBConfig" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="param_name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="param_value" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <index name="param_name" unique="true">
            <column ascending="true" name="param_name"/>
         </index>
      </table>
      <table catalog="psa" name="SBResellers" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="client_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="sb_client_login" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="sb_reseller_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="client_id" unique="true">
            <column ascending="true" name="client_id"/>
         </index>
         <index name="sb_client_login" unique="true">
            <column ascending="true" name="sb_client_login"/>
         </index>
         <index name="sb_reseller_id" unique="true">
            <column ascending="true" name="sb_reseller_id"/>
         </index>
      </table>
      <table catalog="psa" name="SBSites" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="virtualHost_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="sb_site_id" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="sb_siteowner_id" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="sb_siteowner_login" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="sb_site_id" unique="true">
            <column ascending="true" name="sb_site_id"/>
         </index>
         <index name="virtualHost_id" unique="true">
            <column ascending="true" name="virtualHost_id"/>
         </index>
      </table>
      <table catalog="psa" name="secret_keys" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="key_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="ip_address" nullable="false" remarks="" size="39" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="client_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="lookup_id" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <index name="client_id" unique="false">
            <column ascending="true" name="client_id"/>
         </index>
         <index name="key_id" unique="false">
            <column ascending="true" name="key_id"/>
         </index>
         <index name="lookup_id" unique="false">
            <column ascending="true" name="lookup_id"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceInstallationProperties" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="serviceInstallationId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="serviceInstallationId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceInstallationId"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceInstallations" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="status" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
            <column ascending="true" name="serviceNodeId"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceInstanceDepends" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="serviceInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="requiredInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="apiType" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="apiType" sequenceNumberInPK="1"/>
         <primaryKey column="requiredInstanceId" sequenceNumberInPK="2"/>
         <primaryKey column="serviceInstanceId" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceInstanceId"/>
            <column ascending="true" name="requiredInstanceId"/>
            <column ascending="true" name="apiType"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceInstanceProperties" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="serviceInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="serviceInstanceId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceInstanceId"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceInstanceResources" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="serviceInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="serviceResourceType" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="serviceResourceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="reference" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="reference" sequenceNumberInPK="1"/>
         <primaryKey column="serviceInstanceId" sequenceNumberInPK="2"/>
         <primaryKey column="serviceResourceId" sequenceNumberInPK="3"/>
         <primaryKey column="serviceResourceType" sequenceNumberInPK="4"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceInstanceId"/>
            <column ascending="true" name="serviceResourceType"/>
            <column ascending="true" name="serviceResourceId"/>
            <column ascending="true" name="reference"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceInstances" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="serviceInstallationId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="servicePackageId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="reference" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="4" name="status" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="5" name="enabled" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="serviceInstallationId" unique="true">
            <column ascending="true" name="serviceInstallationId"/>
            <column ascending="true" name="servicePackageId"/>
            <column ascending="true" name="reference"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceLimits" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="limitName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="serviceName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="limitName" sequenceNumberInPK="1"/>
         <primaryKey column="serviceName" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="limitName"/>
            <column ascending="true" name="serviceName"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceNodeCache" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="pathId" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="path" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="3" name="cache" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="pathId" sequenceNumberInPK="1"/>
         <primaryKey column="serviceNodeId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="pathId"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceNodeCertificates" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="certificateId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="certFile" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="caFile" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="certificateId" sequenceNumberInPK="1"/>
         <primaryKey column="serviceNodeId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="certificateId"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceNodeConfiguration" numRows="25" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="section" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="section" sequenceNumberInPK="2"/>
         <primaryKey column="serviceNodeId" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="section"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceNodeEnvironment" numRows="152" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="section" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="section" sequenceNumberInPK="2"/>
         <primaryKey column="serviceNodeId" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="section"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="ServiceNodes" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="local" digits="0" id="1" name="ipAddress" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="externalId" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="plesk" digits="0" id="4" name="type" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="accessKey" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="ipAddress" unique="true">
            <column ascending="true" name="ipAddress"/>
         </index>
      </table>
      <table catalog="psa" name="ServicePermissions" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="permissionName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="serviceName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="permissionName" sequenceNumberInPK="1"/>
         <primaryKey column="serviceName" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="permissionName"/>
            <column ascending="true" name="serviceName"/>
         </index>
      </table>
      <table catalog="psa" name="SessionContexts" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="contextId" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="sessionId" nullable="true" remarks="" size="33" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="data" nullable="true" remarks="" size="16777215" type="MEDIUMBLOB"/>
         <primaryKey column="contextId" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="contextId"/>
         </index>
         <index name="sessionId" unique="false">
            <column ascending="true" name="sessionId"/>
         </index>
      </table>
      <table catalog="psa" name="sessions" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sess_id" nullable="false" remarks="" size="33" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="type" nullable="false" remarks="" size="5" type="SMALLINT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="login" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="ip_address" nullable="false" remarks="" size="39" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="ip_dual_stack" nullable="true" remarks="" size="39" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="login_time" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="6" name="modified" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="7" name="lifetime" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="sess_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="sess_id"/>
         </index>
      </table>
      <table catalog="psa" name="shared_ssl_links" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="sharedSslId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="require_ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="domain" digits="0" id="5" name="dom_type" nullable="false" remarks="" size="9" type="enum('domain', 'subdomain')"/>
         <column autoUpdated="false" defaultValue="httpdocs" digits="0" id="6" name="target" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="true">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="dom_type"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
         <index name="sharedSslId" unique="false">
            <column ascending="true" name="sharedSslId"/>
         </index>
      </table>
      <table catalog="psa" name="SharedSslDomains" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="1" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="clientId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="domainId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="domainId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolDomains"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="domainId" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="clientId"/>
            <column ascending="true" name="domainId"/>
         </index>
      </table>
      <table catalog="psa" name="SiteAppFiles" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="instance_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="prefix" nullable="false" remarks="" size="7" type="enum('htdocs', 'cgi-bin')"/>
         <column autoUpdated="false" digits="0" id="2" name="file" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <index name="instance_id" unique="false">
            <column ascending="true" name="instance_id"/>
         </index>
      </table>
      <table catalog="psa" name="SiteAppPackages" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="version" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="release" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="categories" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="access_level" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="integrated" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="package_type" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="9" name="params_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
            <column ascending="true" name="version"/>
         </index>
      </table>
      <table catalog="psa" name="siteapppackages_apscategories" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="siteapppackage_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="apscategory_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="order" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <index name="apscategory_id" unique="false">
            <column ascending="true" name="apscategory_id"/>
         </index>
         <index name="siteapppackage_id" unique="false">
            <column ascending="true" name="siteapppackage_id"/>
         </index>
      </table>
      <table catalog="psa" name="SiteAppResources" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="app_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="database" digits="0" id="1" name="type" nullable="false" remarks="" size="13" type="enum('database', 'dbuser', 'custom_button')"/>
         <column autoUpdated="false" digits="0" id="2" name="res_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="res_param_1" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <index name="app_id" unique="false">
            <column ascending="true" name="app_id"/>
         </index>
         <index name="type" unique="true">
            <column ascending="true" name="type"/>
            <column ascending="true" name="res_id"/>
         </index>
      </table>
      <table catalog="psa" name="SiteApps" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="app_release" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="domain" digits="0" id="3" name="dom_type" nullable="false" remarks="" size="9" type="enum('domain', 'subdomain')"/>
         <column autoUpdated="false" digits="0" id="4" name="install_prefix" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="httpdocs" digits="0" id="5" name="htdocs_directory" nullable="false" remarks="" size="9" type="enum('httpdocs', 'httpsdocs')"/>
         <column autoUpdated="false" digits="0" id="6" name="capp_item_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="7" name="params_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="8" name="license_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="capp_item_id" unique="false">
            <column ascending="true" name="capp_item_id"/>
         </index>
         <index name="license_id" unique="false">
            <column ascending="true" name="license_id"/>
         </index>
         <index name="params_id" unique="false">
            <column ascending="true" name="params_id"/>
         </index>
      </table>
      <table catalog="psa" name="SiteAppsHitsStat" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="count" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="SitePagesStat" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="date" nullable="false" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="hits" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="date" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="date"/>
         </index>
      </table>
      <table catalog="psa" name="Skins" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="place" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="false">
            <column ascending="true" name="name"/>
         </index>
         <index name="place" unique="false">
            <column ascending="true" name="place"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsBundleFilterItems" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="filterId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="propertyName" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="propertyValue" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="filterId" unique="false">
            <column ascending="true" name="filterId"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsBundleFilters" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="black" digits="0" id="1" name="type" nullable="false" remarks="" size="6" type="enum('white', 'black')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsCategories" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" 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="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsContexts" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="contextType" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="packageId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="requirementContextClass" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="requirementContextId" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsInstanceErrors" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="instanceId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="creationDate" nullable="false" remarks="" size="25" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="text" 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 catalog="psa" name="smb_apsInstances" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="parentContextId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="contextId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="metaId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="4" name="uuid" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="registryResourceId" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsMetas" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="serviceId" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="xpath" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="class" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="contextId" 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 catalog="psa" name="smb_apsPackages" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="version" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="release" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="vendor" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="vendorHomePage" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="packager" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="packagerHomePage" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="cacheId" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="9" name="installed" nullable="true" remarks="" size="25" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="isUploaded" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="isVisible" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="12" name="registryUid" nullable="true" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="globalSettingsNotSet" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="isNonStorefrontCommercial" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="cacheId" unique="true">
            <column ascending="true" name="cacheId"/>
         </index>
         <index name="cacheId_2" unique="true">
            <column ascending="true" name="cacheId"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsPackagesCategories" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="categoryId" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="packageId" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="categoryId_idx" unique="false">
            <column ascending="true" name="categoryId"/>
         </index>
         <index name="packageId_idx" unique="false">
            <column ascending="true" name="packageId"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsPackageUpdates" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="packageId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="updatePackageId" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="catalog" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="version" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="release" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="packager" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="severity" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="level" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsProvisionEnvironments" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="provisionId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsProvisions" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="class" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="contextId" 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 catalog="psa" name="smb_apsResourceParameters" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="resourceId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_apsResources" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="class" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="contextId" 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 catalog="psa" name="smb_apsSettings" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="contextId" 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 catalog="psa" name="smb_componentUpdates" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="componentName" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="version" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="build" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="shown" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_emailAliases" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" 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="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="emailId" 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 catalog="psa" name="smb_fileSharingUnlistedFiles" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="creationDate" nullable="false" remarks="" size="25" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="salt" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="path" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="expiration" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_generalPermissions" numRows="18" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="code" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_locales" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="code" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="title" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="3" name="isActive" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="code" unique="true">
            <column ascending="true" name="code"/>
         </index>
      </table>
      <table catalog="psa" name="smb_productUpgrades" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="releaseId" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="shown" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="4" name="version" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_roleGeneralPermissions" numRows="36" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="roleId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="generalPermissionId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="isAllowed" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="roleId" unique="false">
            <column ascending="true" name="roleId"/>
         </index>
      </table>
      <table catalog="psa" name="smb_roles" numRows="4" remarks="" type="TABLE">
         <column autoUpdated="true" 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="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="isBuiltIn" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="ownerId" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="ownerId" unique="false">
            <column ascending="true" name="ownerId"/>
         </index>
      </table>
      <table catalog="psa" name="smb_roleServicePermissions" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="roleId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="servicePermissionId" 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 catalog="psa" name="smb_serviceEntryPoints" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="servicePermissionId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="externalId" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="label" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="icon" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="redirectUrl" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="hidden" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="http" nullable="true" remarks="" size="10" type="INT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_serviceInstances" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="description" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="serviceProviderId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="externalId" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_servicePermissionAccounts" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="userId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="servicePermissionId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="externalId" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_servicePermissions" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="serviceInstanceId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="serviceProviderId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="permissionCode" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="class" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="status" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_serviceProviders" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="classname" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="smb_settings" numRows="23" remarks="" type="TABLE">
         <column autoUpdated="true" 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="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="smb_users" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="login" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="password" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="contactName" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="email" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="companyName" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="phone" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="7" name="fax" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="8" name="address" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="9" name="city" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="10" name="state" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="11" name="zip" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="12" name="country" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="13" name="creationDate" nullable="false" remarks="" size="25" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="isBuiltIn" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="15" name="roleId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="16" name="uuid" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="17" name="isLocked" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="18" name="authCookie" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="19" name="sessionId" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="20" name="externalId" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="21" name="ownerId" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="22" name="isDomainAdmin" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="23" name="additionalInfo" nullable="true" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="24" name="imNumber" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="25" name="imType" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="26" name="isLegacyUser" nullable="true" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="27" name="subscriptionDomainId" nullable="true" remarks="" size="19" type="BIGINT"/>
         <column autoUpdated="false" digits="0" id="28" name="locale" nullable="true" remarks="" size="17" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="isBuiltIn" unique="false">
            <column ascending="true" name="isBuiltIn"/>
         </index>
         <index name="login" unique="true">
            <column ascending="true" name="login"/>
         </index>
         <index name="ownerId" unique="false">
            <column ascending="true" name="ownerId"/>
         </index>
         <index name="uuid" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table catalog="psa" name="smb_userServicePermissions" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="1" name="userId" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="2" name="servicePermissionId" 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 catalog="psa" name="smtp_poplocks" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ip_address" nullable="false" remarks="" size="39" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="32" digits="0" id="1" name="ip_mask" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="lock_time" nullable="true" remarks="" size="19" type="DATETIME"/>
         <index name="ip_address" unique="false">
            <column ascending="true" name="ip_address"/>
         </index>
      </table>
      <table catalog="psa" name="spamfilter" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="username" nullable="false" remarks="" size="128" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="2" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="preferences" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="spamfilter_username_serviceNodeId" unique="true">
            <column ascending="true" name="username"/>
            <column ascending="true" name="serviceNodeId"/>
         </index>
      </table>
      <table catalog="psa" name="spamfilter_preferences" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="prefid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="spamfilter_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="preference" nullable="false" remarks="" size="30" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="value" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="prefid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="prefid"/>
         </index>
         <index name="spamfilter_id" unique="false">
            <column ascending="true" name="spamfilter_id"/>
            <column ascending="true" name="preference"/>
            <column ascending="true" name="value"/>
         </index>
      </table>
      <table catalog="psa" name="SSOBranding" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="http_request_domain" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="1" name="idp_url" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="http_request_domain" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="http_request_domain"/>
         </index>
      </table>
      <table catalog="psa" name="stat" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0000-00-00" digits="0" id="1" name="date" nullable="false" remarks="" size="10" type="DATE"/>
         <column autoUpdated="false" digits="0" id="2" name="transfer" nullable="true" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="date" sequenceNumberInPK="1"/>
         <primaryKey column="dom_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="date"/>
         </index>
      </table>
      <table catalog="psa" name="subdomains" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="displayName" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="www_root" nullable="false" remarks="" size="65535" type="TEXT"/>
         <column autoUpdated="false" digits="0" id="5" name="sys_user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="ssi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="php" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="cgi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="perl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="python" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="fastcgi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="miva" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="13" name="coldfusion" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="14" name="asp" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="15" name="asp_dot_net" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="16" name="ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="17" name="same_ssl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="module" digits="0" id="18" name="php_handler_type" nullable="false" remarks="" size="7" type="enum('cgi', 'fastcgi', 'module', 'isapi')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="19" name="maintenance_mode" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="20" name="certificate_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="true">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="name"/>
         </index>
         <index name="dom_id_displayName" unique="false">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="displayName"/>
         </index>
         <index name="sys_user_id" unique="false">
            <column ascending="true" name="sys_user_id"/>
         </index>
      </table>
      <table catalog="psa" name="SubscriptionOutgoingMessagesPeaks" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="subscriptionId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="beginDate" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="2" name="endDate" nullable="true" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="rejected" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="beginDate" sequenceNumberInPK="1"/>
         <primaryKey column="subscriptionId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="subscriptionId"/>
            <column ascending="true" name="beginDate"/>
         </index>
      </table>
      <table catalog="psa" name="SubscriptionOutgoingMessagesStats" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="subscriptionId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="collectDate" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="2" name="limitValue" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="passed" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="rejected" nullable="false" remarks="" size="10" type="INT"/>
         <primaryKey column="collectDate" sequenceNumberInPK="1"/>
         <primaryKey column="subscriptionId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="subscriptionId"/>
            <column ascending="true" name="collectDate"/>
         </index>
      </table>
      <table catalog="psa" name="SubscriptionProperties" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="subscription_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="subscription_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="subscription_id"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="Subscriptions" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="object_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="object_type" nullable="false" remarks="" size="7" type="enum('client', 'domain')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="locked" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="4" name="synchronized" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="custom" nullable="false" remarks="" size="5" type="enum('true', 'false')"/>
         <column autoUpdated="false" digits="0" id="6" name="uuid" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="external_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="object_id" unique="true">
            <column ascending="true" name="object_id"/>
            <column ascending="true" name="object_type"/>
         </index>
         <index name="uuid" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table catalog="psa" name="suspend_handler_history" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="session_id" nullable="true" remarks="" size="255" type="VARBINARY"/>
      </table>
      <table catalog="psa" name="sys_users" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="login" nullable="false" remarks="" size="20" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="mapped_to" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="5" name="home" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="6" name="shell" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="quota" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="account_id" unique="false">
            <column ascending="true" name="account_id"/>
         </index>
         <index name="mapped_to" unique="false">
            <column ascending="true" name="mapped_to"/>
         </index>
         <index name="serviceNodeId" unique="true">
            <column ascending="true" name="serviceNodeId"/>
            <column ascending="true" name="login"/>
         </index>
      </table>
      <table catalog="psa" name="Templates" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="note_id" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="3" name="owner_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="4" name="type" nullable="false" remarks="" size="12" type="enum('reseller', 'client', 'domain', 'domain_addon')"/>
         <column autoUpdated="false" digits="0" id="5" name="uuid" nullable="false" remarks="" size="36" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="external_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="note_id" unique="false">
            <column ascending="true" name="note_id"/>
         </index>
         <index name="owner_id" unique="false">
            <column ascending="true" name="owner_id"/>
         </index>
         <index name="uuid" unique="true">
            <column ascending="true" name="uuid"/>
         </index>
      </table>
      <table catalog="psa" name="TmplData" numRows="357" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tmpl_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="element" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="false" remarks="" size="255" type="VARBINARY"/>
         <primaryKey column="element" sequenceNumberInPK="1"/>
         <primaryKey column="tmpl_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="tmpl_id"/>
            <column ascending="true" name="element"/>
         </index>
      </table>
      <table catalog="psa" name="upgrade_history" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="upgrade_date" nullable="false" remarks="" size="19" type="DATETIME"/>
         <column autoUpdated="false" digits="0" id="1" name="version_info" nullable="false" remarks="" size="50" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="db_version" nullable="false" remarks="" size="50" type="VARCHAR"/>
         <primaryKey column="upgrade_date" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="upgrade_date"/>
         </index>
      </table>
      <table catalog="psa" name="web_users" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="sys_user_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="ssi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="php" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cgi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="perl" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="python" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="fastcgi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="asp" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="asp_dot_net" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="ssi_html" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="php_isapi" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="1.1" digits="0" id="13" name="managed_runtime_version" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="14" name="miva" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" digits="0" id="15" name="write_modify" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
         <index name="sys_user_id" unique="true">
            <column ascending="true" name="sys_user_id"/>
         </index>
      </table>
      <table catalog="psa" name="webalizer_group_referrer" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="group_name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="referrer" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="webalizer_hidden_referrer" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="referrer" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="dom_id" unique="false">
            <column ascending="true" name="dom_id"/>
         </index>
      </table>
      <table catalog="psa" name="WebApps" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="status" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="3" name="domain_service_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="domain_service_id" unique="false">
            <column ascending="true" name="domain_service_id"/>
         </index>
      </table>
      <table catalog="psa" name="Webmails" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="product_id" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="version" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="4" name="release" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="5" name="docroot" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="enabled" nullable="false" remarks="" size="6" type="enum('false', 'true')"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="7" name="serviceNodeId" nullable="false" remarks="" size="10" type="INT UNSIGNED">
            <parent catalog="psa" column="serviceNodeId" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="IisAppPoolsPolicy"/>
         </column>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="docroot" unique="true">
            <column ascending="true" name="docroot"/>
         </index>
         <index name="product_id" unique="true">
            <column ascending="true" name="product_id"/>
         </index>
      </table>
      <table catalog="psa" name="WebServerSettings" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table catalog="psa" name="WebServerSettingsParameters" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="webServerSettingsId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="true" remarks="" size="65535" type="TEXT"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="webServerSettingsId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="webServerSettingsId"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="WordpressInstanceProperties" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="wordpressInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="2" name="value" nullable="false" remarks="" size="16777215" type="MEDIUMBLOB"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <primaryKey column="wordpressInstanceId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="wordpressInstanceId"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table catalog="psa" name="WordpressInstances" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="subscriptionId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="2" name="path" nullable="false" remarks="" size="255" type="VARCHAR"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="isIgnored" nullable="false" remarks="" size="10" type="INT"/>
         <column autoUpdated="false" digits="0" id="4" name="apsInstanceId" nullable="true" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="id"/>
         </index>
         <index name="subscriptionId" unique="true">
            <column ascending="true" name="subscriptionId"/>
            <column ascending="true" name="path"/>
         </index>
         <index name="subscriptionId_2" unique="false">
            <column ascending="true" name="subscriptionId"/>
         </index>
      </table>
      <table catalog="psa" name="WordpressInstancesDomains" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="wordpressInstanceId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" digits="0" id="1" name="domainId" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <primaryKey column="domainId" sequenceNumberInPK="1"/>
         <primaryKey column="wordpressInstanceId" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="wordpressInstanceId"/>
            <column ascending="true" name="domainId"/>
         </index>
      </table>
      <table catalog="psa" name="wsb_param" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="dom_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/>
         <column autoUpdated="false" defaultValue="domain" digits="0" id="1" name="dom_type" nullable="false" remarks="" size="9" type="enum('domain', 'subdomain')"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="param" nullable="false" remarks="" size="245" type="VARCHAR"/>
         <column autoUpdated="false" digits="0" id="3" name="val" nullable="true" remarks="" size="255" type="VARCHAR"/>
         <primaryKey column="dom_id" sequenceNumberInPK="1"/>
         <primaryKey column="dom_type" sequenceNumberInPK="2"/>
         <primaryKey column="param" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dom_id"/>
            <column ascending="true" name="dom_type"/>
            <column ascending="true" name="param"/>
         </index>
      </table>
   </tables>
</database>
