<?xml version="1.0" encoding="UTF-8"?>
<database name="drupal" type="MySQL - 5.0.21-community">
   <tables>
      <table name="access" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="aid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="mask" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="type" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="status" nullable="false" remarks="" size="4" type="tinyint"/>
         <primaryKey column="aid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="aid"/>
         </index>
      </table>
      <table name="authmap" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="aid" nullable="false" remarks="" size="10" type="int unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="authname" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="module" nullable="false" remarks="" size="128" type="varchar"/>
         <primaryKey column="aid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="aid"/>
         </index>
         <index name="authname" unique="true">
            <column ascending="true" name="authname"/>
         </index>
      </table>
      <table name="blocks" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="module" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="delta" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="theme" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="status" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="weight" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="left" digits="0" id="5" name="region" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="custom" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="throttle" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="visibility" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="9" name="pages" nullable="false" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="10" name="title" nullable="false" remarks="" size="64" type="varchar"/>
      </table>
      <table name="blocks_roles" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="module" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="delta" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="rid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="rid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="role"/>
         </column>
         <primaryKey column="delta" sequenceNumberInPK="1"/>
         <primaryKey column="module" sequenceNumberInPK="2"/>
         <primaryKey column="rid" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="module"/>
            <column ascending="true" name="delta"/>
            <column ascending="true" name="rid"/>
         </index>
      </table>
      <table name="boxes" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="bid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="1" name="body" nullable="true" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="info" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="format" nullable="false" remarks="" size="11" type="int">
            <parent column="format" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="filter_formats"/>
         </column>
         <primaryKey column="bid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="bid"/>
         </index>
         <index name="info" unique="true">
            <column ascending="true" name="info"/>
         </index>
      </table>
      <table name="cache" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="cid" nullable="false" remarks="" size="255" type="varchar">
            <parent column="cid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache_page"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="longblob"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="expire" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="created" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="4" name="headers" nullable="true" remarks="" size="65535" type="text"/>
         <primaryKey column="cid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="cid"/>
         </index>
         <index name="expire" unique="false">
            <column ascending="true" name="expire"/>
         </index>
      </table>
      <table name="cache_filter" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="cid" nullable="false" remarks="" size="255" type="varchar">
            <parent column="cid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache_page"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="longblob"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="expire" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="created" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="4" name="headers" nullable="true" remarks="" size="65535" type="text"/>
         <primaryKey column="cid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="cid"/>
         </index>
         <index name="expire" unique="false">
            <column ascending="true" name="expire"/>
         </index>
      </table>
      <table name="cache_menu" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="cid" nullable="false" remarks="" size="255" type="varchar">
            <parent column="cid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache_page"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="longblob"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="expire" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="created" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="4" name="headers" nullable="true" remarks="" size="65535" type="text"/>
         <primaryKey column="cid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="cid"/>
         </index>
         <index name="expire" unique="false">
            <column ascending="true" name="expire"/>
         </index>
      </table>
      <table name="cache_page" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="cid" nullable="false" remarks="" size="255" type="varchar">
            <child column="cid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache"/>
            <child column="cid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache_filter"/>
            <child column="cid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache_menu"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="data" nullable="true" remarks="" size="2147483647" type="longblob"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="expire" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="created" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="4" name="headers" nullable="true" remarks="" size="65535" type="text"/>
         <primaryKey column="cid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="cid"/>
         </index>
         <index name="expire" unique="false">
            <column ascending="true" name="expire"/>
         </index>
      </table>
      <table name="comments" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="cid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="pid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="nid" nullable="false" remarks="" size="11" type="int">
            <parent column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_counter"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="uid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="subject" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="comment" nullable="false" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="hostname" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="timestamp" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="score" nullable="false" remarks="" size="9" type="mediumint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="status" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="format" nullable="false" remarks="" size="11" type="int">
            <parent column="format" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="filter_formats"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="11" name="thread" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="users" nullable="true" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" digits="0" id="13" name="name" nullable="true" remarks="" size="60" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="mail" nullable="true" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="15" name="homepage" nullable="true" remarks="" size="255" type="varchar"/>
         <primaryKey column="cid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="cid"/>
         </index>
         <index name="lid" unique="false">
            <column ascending="true" name="nid"/>
         </index>
      </table>
      <table name="file_revisions" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="fid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="fid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="files"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="vid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vocabulary"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="list" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <primaryKey column="fid" sequenceNumberInPK="1"/>
         <primaryKey column="vid" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="fid"/>
            <column ascending="true" name="vid"/>
         </index>
         <index name="vid" unique="false">
            <column ascending="true" name="vid"/>
         </index>
      </table>
      <table name="files" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="fid" nullable="false" remarks="" size="10" type="int unsigned">
            <child column="fid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="file_revisions"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="nid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_comment_statistics"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="filename" nullable="false" remarks="" size="255" type="varchar">
            <parent column="filename" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="system"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="filepath" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="filemime" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="filesize" nullable="false" remarks="" size="10" type="int unsigned"/>
         <primaryKey column="fid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="fid"/>
         </index>
         <index name="nid" unique="false">
            <column ascending="true" name="nid"/>
         </index>
      </table>
      <table name="filter_formats" numRows="3" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="format" nullable="false" remarks="" size="11" type="int">
            <child column="format" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="boxes"/>
            <child column="format" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="comments"/>
            <child column="format" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="filters"/>
            <child column="format" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_revisions"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="varchar">
            <parent column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sequences"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="roles" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="cache" nullable="false" remarks="" size="4" type="tinyint"/>
         <primaryKey column="format" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="format"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="filters" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="format" nullable="false" remarks="" size="11" type="int">
            <parent column="format" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="filter_formats"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="module" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="delta" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="weight" nullable="false" remarks="" size="4" type="tinyint"/>
         <index name="weight" unique="false">
            <column ascending="true" name="weight"/>
         </index>
      </table>
      <table name="flood" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="event" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="hostname" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="timestamp" nullable="false" remarks="" size="11" type="int"/>
      </table>
      <table name="history" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="uid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="nid" nullable="false" remarks="" size="11" type="int">
            <parent column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_counter"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="timestamp" nullable="false" remarks="" size="11" type="int"/>
         <primaryKey column="nid" sequenceNumberInPK="1"/>
         <primaryKey column="uid" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="uid"/>
            <column ascending="true" name="nid"/>
         </index>
      </table>
      <table name="menu" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="mid" nullable="false" remarks="" size="10" type="int unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="pid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="pid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="url_alias"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="path" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="title" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="description" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="weight" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="type" nullable="false" remarks="" size="10" type="int unsigned"/>
         <primaryKey column="mid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="mid"/>
         </index>
      </table>
      <table name="node" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="nid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_comment_statistics"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="vid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vocabulary"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="type" nullable="false" remarks="" size="32" type="varchar">
            <parent column="type" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_type"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="title" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="uid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="5" name="status" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="created" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="changed" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="comment" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="promote" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="moderate" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="sticky" nullable="false" remarks="" size="11" type="int"/>
         <primaryKey column="nid" sequenceNumberInPK="1"/>
         <primaryKey column="vid" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="nid"/>
            <column ascending="true" name="vid"/>
         </index>
         <index name="nid" unique="false">
            <column ascending="true" name="nid"/>
         </index>
         <index name="node_changed" unique="false">
            <column ascending="true" name="changed"/>
         </index>
         <index name="node_created" unique="false">
            <column ascending="true" name="created"/>
         </index>
         <index name="node_moderate" unique="false">
            <column ascending="true" name="moderate"/>
         </index>
         <index name="node_promote_status" unique="false">
            <column ascending="true" name="promote"/>
            <column ascending="true" name="status"/>
         </index>
         <index name="node_status_type" unique="false">
            <column ascending="true" name="status"/>
            <column ascending="true" name="type"/>
            <column ascending="true" name="nid"/>
         </index>
         <index name="node_title_type" unique="false">
            <column ascending="true" name="title"/>
            <column ascending="true" name="type"/>
         </index>
         <index name="node_type" unique="false">
            <column ascending="true" name="type"/>
         </index>
         <index name="status" unique="false">
            <column ascending="true" name="status"/>
         </index>
         <index name="uid" unique="false">
            <column ascending="true" name="uid"/>
         </index>
         <index name="vid" unique="true">
            <column ascending="true" name="vid"/>
         </index>
      </table>
      <table name="node_access" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="nid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_comment_statistics"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="gid" nullable="false" remarks="" size="10" type="int unsigned"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="realm" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="grant_view" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="grant_update" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="grant_delete" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <primaryKey column="gid" sequenceNumberInPK="1"/>
         <primaryKey column="nid" sequenceNumberInPK="2"/>
         <primaryKey column="realm" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="nid"/>
            <column ascending="true" name="gid"/>
            <column ascending="true" name="realm"/>
         </index>
      </table>
      <table name="node_comment_statistics" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="nid" nullable="false" remarks="" size="10" type="int unsigned">
            <child column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="files"/>
            <child column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node"/>
            <child column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_access"/>
            <child column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_revisions"/>
            <child column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_node"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="last_comment_timestamp" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="2" name="last_comment_name" nullable="true" remarks="" size="60" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="last_comment_uid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="comment_count" nullable="false" remarks="" size="10" type="int unsigned"/>
         <primaryKey column="nid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="nid"/>
         </index>
         <index name="node_comment_timestamp" unique="false">
            <column ascending="true" name="last_comment_timestamp"/>
         </index>
      </table>
      <table name="node_counter" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="nid" nullable="false" remarks="" size="11" type="int">
            <child column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="comments"/>
            <child column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="history"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="totalcount" nullable="false" remarks="" size="20" type="bigint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="daycount" nullable="false" remarks="" size="8" type="mediumint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="timestamp" nullable="false" remarks="" size="10" type="int unsigned"/>
         <primaryKey column="nid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="nid"/>
         </index>
         <index name="daycount" unique="false">
            <column ascending="true" name="daycount"/>
         </index>
         <index name="timestamp" unique="false">
            <column ascending="true" name="timestamp"/>
         </index>
         <index name="totalcount" unique="false">
            <column ascending="true" name="totalcount"/>
         </index>
      </table>
      <table name="node_revisions" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="nid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_comment_statistics"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="vid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vocabulary"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="uid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="title" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="body" nullable="false" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="teaser" nullable="false" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="log" nullable="false" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="timestamp" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="format" nullable="false" remarks="" size="11" type="int">
            <parent column="format" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="filter_formats"/>
         </column>
         <primaryKey column="vid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="vid"/>
         </index>
         <index name="nid" unique="false">
            <column ascending="true" name="nid"/>
         </index>
         <index name="uid" unique="false">
            <column ascending="true" name="uid"/>
         </index>
      </table>
      <table name="node_type" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="type" nullable="false" remarks="" size="32" type="varchar">
            <child column="type" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node"/>
            <child column="type" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vocabulary_node_types"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="varchar">
            <parent column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sequences"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="module" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="16277215" type="mediumtext"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="help" nullable="false" remarks="" size="16277215" type="mediumtext"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="has_title" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="title_label" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="has_body" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="8" name="body_label" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="9" name="min_word_count" nullable="false" remarks="" size="5" type="smallint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="custom" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="modified" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="locked" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="13" name="orig_type" nullable="false" remarks="" size="255" type="varchar"/>
         <primaryKey column="type" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="type"/>
         </index>
      </table>
      <table name="permission" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="rid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="rid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="role"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="perm" nullable="true" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="tid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="tid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_data"/>
         </column>
         <index name="rid" unique="false">
            <column ascending="true" name="rid"/>
         </index>
      </table>
      <table name="role" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="rid" nullable="false" remarks="" size="10" type="int unsigned">
            <child column="rid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="blocks_roles"/>
            <child column="rid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="permission"/>
            <child column="rid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="users_roles"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="64" type="varchar"/>
         <primaryKey column="rid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="rid"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="sequences" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="name" nullable="false" remarks="" size="255" type="varchar">
            <child column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="filter_formats"/>
            <child column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_type"/>
            <child column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="system"/>
            <child column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_data"/>
            <child column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_synonym"/>
            <child column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vocabulary"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="id" nullable="false" remarks="" size="10" type="int unsigned"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="sessions" numRows="1" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="uid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="uid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="users"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="sid" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="hostname" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="timestamp" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="cache" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="5" name="session" nullable="true" remarks="" size="2147483647" type="longtext"/>
         <primaryKey column="sid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="sid"/>
         </index>
         <index name="timestamp" unique="false">
            <column ascending="true" name="timestamp"/>
         </index>
         <index name="uid" unique="false">
            <column ascending="true" name="uid"/>
         </index>
      </table>
      <table name="system" numRows="84" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="filename" nullable="false" remarks="" size="255" type="varchar">
            <child column="filename" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="files"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="varchar">
            <parent column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sequences"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="type" 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="0" digits="0" id="4" name="status" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="throttle" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="bootstrap" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="-1" digits="0" id="7" name="schema_version" nullable="false" remarks="" size="6" type="smallint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="weight" nullable="false" remarks="" size="11" type="int"/>
         <primaryKey column="filename" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="filename"/>
         </index>
         <index name="weight" unique="false">
            <column ascending="true" name="weight"/>
         </index>
      </table>
      <table name="term_data" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="tid" nullable="false" remarks="" size="10" type="int unsigned">
            <child column="tid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="permission"/>
            <child column="tid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_hierarchy"/>
            <child column="tid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_node"/>
            <child column="tid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_synonym"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="vid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vocabulary"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="varchar">
            <parent column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sequences"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="description" nullable="true" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="weight" nullable="false" remarks="" size="4" type="tinyint"/>
         <primaryKey column="tid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="tid"/>
         </index>
         <index name="vid" unique="false">
            <column ascending="true" name="vid"/>
         </index>
      </table>
      <table name="term_hierarchy" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="tid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="tid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_data"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="parent" nullable="false" remarks="" size="10" type="int unsigned"/>
         <primaryKey column="parent" sequenceNumberInPK="1"/>
         <primaryKey column="tid" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="tid"/>
            <column ascending="true" name="parent"/>
         </index>
         <index name="parent" unique="false">
            <column ascending="true" name="parent"/>
         </index>
         <index name="tid" unique="false">
            <column ascending="true" name="tid"/>
         </index>
      </table>
      <table name="term_node" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="nid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="nid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_comment_statistics"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="tid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="tid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_data"/>
         </column>
         <primaryKey column="nid" sequenceNumberInPK="1"/>
         <primaryKey column="tid" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="tid"/>
            <column ascending="true" name="nid"/>
         </index>
         <index name="nid" unique="false">
            <column ascending="true" name="nid"/>
         </index>
         <index name="tid" unique="false">
            <column ascending="true" name="tid"/>
         </index>
      </table>
      <table name="term_relation" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="tid1" nullable="false" remarks="" size="10" type="int unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="tid2" nullable="false" remarks="" size="10" type="int unsigned"/>
         <index name="tid1" unique="false">
            <column ascending="true" name="tid1"/>
         </index>
         <index name="tid2" unique="false">
            <column ascending="true" name="tid2"/>
         </index>
      </table>
      <table name="term_synonym" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="tid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="tid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_data"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="varchar">
            <parent column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sequences"/>
         </column>
         <index name="name" unique="false">
            <column ascending="true" name="name"/>
         </index>
         <index name="tid" unique="false">
            <column ascending="true" name="tid"/>
         </index>
      </table>
      <table name="url_alias" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="pid" nullable="false" remarks="" size="10" type="int unsigned">
            <child column="pid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="menu"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="src" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="dst" nullable="false" remarks="" size="128" type="varchar"/>
         <primaryKey column="pid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="dst" unique="true">
            <column ascending="true" name="dst"/>
         </index>
         <index name="src" unique="false">
            <column ascending="true" name="src"/>
         </index>
      </table>
      <table name="users" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="uid" nullable="false" remarks="" size="10" type="int unsigned">
            <child column="uid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sessions"/>
            <child column="uid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="users_roles"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="60" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="pass" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="mail" nullable="true" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="mode" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="sort" nullable="true" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="threshold" nullable="true" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="theme" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="8" name="signature" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="created" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="access" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="login" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="status" nullable="false" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" digits="0" id="13" name="timezone" nullable="true" remarks="" size="8" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="14" name="language" nullable="false" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="15" name="picture" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="16" name="init" nullable="true" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="17" name="data" nullable="true" remarks="" size="2147483647" type="longtext"/>
         <primaryKey column="uid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="uid"/>
         </index>
         <index name="access" unique="false">
            <column ascending="true" name="access"/>
         </index>
         <index name="name" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="users_roles" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="uid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="uid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="users"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="rid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="rid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="role"/>
         </column>
         <primaryKey column="rid" sequenceNumberInPK="1"/>
         <primaryKey column="uid" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="uid"/>
            <column ascending="true" name="rid"/>
         </index>
      </table>
      <table name="variable" numRows="10" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="name" nullable="false" remarks="" size="48" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="value" nullable="false" remarks="" size="2147483647" type="longtext"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="vocabulary" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="vid" nullable="false" remarks="" size="10" type="int unsigned">
            <child column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="file_revisions"/>
            <child column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node"/>
            <child column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_revisions"/>
            <child column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="term_data"/>
            <child column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vocabulary_node_types"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="varchar">
            <parent column="name" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sequences"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="help" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="relations" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="hierarchy" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="multiple" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="required" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="tags" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="9" name="module" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="weight" nullable="false" remarks="" size="4" type="tinyint"/>
         <primaryKey column="vid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="vid"/>
         </index>
      </table>
      <table name="vocabulary_node_types" numRows="0" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="vid" nullable="false" remarks="" size="10" type="int unsigned">
            <parent column="vid" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="vocabulary"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="type" nullable="false" remarks="" size="32" type="varchar">
            <parent column="type" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="node_type"/>
         </column>
         <primaryKey column="type" sequenceNumberInPK="1"/>
         <primaryKey column="vid" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="vid"/>
            <column ascending="true" name="type"/>
         </index>
      </table>
      <table name="watchdog" numRows="2" remarks="" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="wid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="type" nullable="false" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="message" nullable="false" remarks="" size="2147483647" type="longtext"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="severity" nullable="false" remarks="" size="3" type="tinyint unsigned"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="link" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="location" nullable="false" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="referer" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="8" name="hostname" nullable="false" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="timestamp" nullable="false" remarks="" size="11" type="int"/>
         <primaryKey column="wid" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="wid"/>
         </index>
         <index name="type" unique="false">
            <column ascending="true" name="type"/>
         </index>
      </table>
   </tables>
</database>
