<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="ossmole_merged" type="MySQL - 5.0.18-standard-log">
   <tables>
      <table name="calculated_statistics" numRows="100928" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00" digits="0" id="1" name="data_for_date" nullable="false" remarks="" size="10" type="date"/>
         <column autoUpdated="false" digits="0" id="2" name="dev_curve_cat" nullable="true" remarks="" size="4" type="tinyint"/>
         <column autoUpdated="false" digits="0" id="3" name="growth_since_oct2004" nullable="true" remarks="" size="12" type="float"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="data_for_date" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="data_for_date"/>
         </index>
         <index name="dev_curve_cat" unique="false">
            <column ascending="true" name="dev_curve_cat"/>
         </index>
      </table>
      <table name="canned_categories" numRows="3" remarks="Holds long descriptions of a category" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="category" nullable="false" remarks="" size="30" type="char">
            <child column="category" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="canned_queries"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="description" nullable="false" remarks="" size="255" type="char"/>
         <primaryKey column="category" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="category"/>
         </index>
      </table>
      <table name="canned_queries" numRows="15" remarks="Stores canned queries for the query tool" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="query_id" nullable="false" remarks="" size="20" type="bigint"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="category" nullable="false" remarks="" size="30" type="char">
            <parent column="category" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="canned_categories"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="title" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="description" nullable="false" remarks="" size="255" type="char"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="query" nullable="false" remarks="" size="65535" type="text"/>
         <primaryKey column="query_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="query_id"/>
         </index>
         <index name="canned_queries_name" unique="true">
            <column ascending="true" name="category"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="canned_variables" numRows="4" remarks="Associates variables in canned_queries to lookup tables" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="name" nullable="false" remarks="" size="25" type="char"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="description" nullable="false" remarks="" size="255" type="char"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="lookup_table" nullable="false" remarks="" size="255" type="char"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="lookup_id_col" nullable="false" remarks="" size="255" type="char"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="lookup_display_col" nullable="false" remarks="" size="255" type="char"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="allow_freeform" nullable="false" remarks="" size="6" type="smallint"/>
         <column autoUpdated="false" digits="0" id="6" name="query" nullable="true" remarks="" size="65535" type="text"/>
         <primaryKey column="name" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="datasource_scripts" numRows="2" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="scriptID" nullable="false" remarks="" size="11" type="int">
            <parent column="scriptID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="scripts"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="scriptID" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="scriptID"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="datasources" numRows="63" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="calculated_statistics"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasource_scripts"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="developer_projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="developers"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fm_project_authors"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fm_project_dependencies"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fm_project_homepages"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fm_project_trove"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fm_projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fsf_developer_projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fsf_project_indexes"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fsf_project_interfaces"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fsf_project_languages"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fsf_projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="list_posts"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_developer_projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_developers"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_description"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_environment"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_indexes"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_intended_audience"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_licenses"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_operating_system"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_programming_language"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_status"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_project_topic"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ow_projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_db_environment"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_description"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_donors"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_environment"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_indexes"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_intended_audience"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_licenses"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_list"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_operating_system"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_programming_language"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_rss"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_statistics"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_statistics_60"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_status"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_topic"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="project_user_interface"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_developer_projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_developers"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_description"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_environment"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_indexes"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_intended_audience"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_licenses"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_natural_language"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_operating_system"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_programming_language"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_status"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_project_topic"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="rf_projects"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tracker_comment"/>
            <child column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tracker_report"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="forge_id" nullable="false" remarks="" size="5" type="int">
            <parent column="forge_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="forges"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="friendly_name" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_donated" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="contact_person" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="comments" nullable="true" remarks="" size="250" type="varchar"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="developer_projects" numRows="3044741" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="dev_loginname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="is_admin" nullable="true" remarks="" size="1" type="int"/>
         <column autoUpdated="false" digits="0" id="3" name="position" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="dev_loginname" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="dev_loginname"/>
         </index>
         <index name="datasource_id" unique="false">
            <column ascending="true" name="datasource_id"/>
         </index>
         <index name="dev_loginname" unique="false">
            <column ascending="true" name="dev_loginname"/>
         </index>
         <index name="proj_unixname" unique="false">
            <column ascending="true" name="proj_unixname"/>
         </index>
      </table>
      <table name="developers" numRows="1879669" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="dev_loginname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="realname" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="email" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="dev_loginname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dev_loginname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="fm_project_authors" numRows="749569" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="project_id" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="author_name" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="author_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="author_role" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="timestamp" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="author_name" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="project_id" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="author_name"/>
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="project_id"/>
         </index>
      </table>
      <table name="fm_project_dependencies" numRows="320096" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="project_id" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="dependency_project_id" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="dependency_project_title" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="dependency_release_id" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="dependency_branch_id" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="6" name="timestamp" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="dependency_project_id" sequenceNumberInPK="2"/>
         <primaryKey column="project_id" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="dependency_project_id"/>
         </index>
      </table>
      <table name="fm_project_homepages" numRows="771394" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="project_id" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="real_url_homepage" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="timestamp" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="project_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="fm_project_trove" numRows="6136505" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="project_id" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="trove_id" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="timestamp" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="project_id" sequenceNumberInPK="2"/>
         <primaryKey column="trove_id" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="trove_id"/>
         </index>
      </table>
      <table name="fm_projects" numRows="808518" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="project_id" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="date_added" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="date_updated" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="projectname_short" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="projectname_full" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="desc_short" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="desc_full" nullable="true" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="8" name="vitality_score" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="9" name="vitality_percent" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="10" name="vitality_rank" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="11" name="popularity_score" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="12" name="popularity_percent" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="13" name="popularity_rank" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="14" name="rating" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="15" name="rating_count" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="16" name="rating_rank" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="17" name="subscriptions" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="18" name="branch_name" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="19" name="url_homepage" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="20" name="url_tgz" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="21" name="url_changelog" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="22" name="url_rpm" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="23" name="url_deb" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="24" name="url_bz2" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="25" name="url_cvs" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="26" name="url_bugtracker" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="27" name="url_list" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="28" name="url_zip" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="29" name="url_osx" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="30" name="url_bsdport" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="31" name="url_purchase" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="32" name="url_mirror" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="33" name="url_demo" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="34" name="url_project_page" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="35" name="license" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="36" name="latest_release_version" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="37" name="latest_release_id" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="38" name="latest_release_date" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="39" name="timestamp" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="40" name="screenshot_thumb" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="41" name="projectname_short_fixed" nullable="true" remarks="" size="100" type="varchar"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="project_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="project_id"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="forges" numRows="7" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="forge_id" nullable="false" remarks="" size="5" type="int">
            <child column="forge_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="forge_abbr" nullable="false" remarks="" size="2" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="forge_long_name" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="forge_home_page" nullable="false" remarks="" size="255" type="varchar"/>
         <primaryKey column="forge_id" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="forge_id"/>
         </index>
      </table>
      <table name="fsf_developer_projects" numRows="55345" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="person_name" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="proj_num" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="role" nullable="false" remarks="" size="30" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="email" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="person_name" sequenceNumberInPK="2"/>
         <primaryKey column="proj_num" sequenceNumberInPK="3"/>
         <primaryKey column="role" sequenceNumberInPK="4"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="person_name"/>
            <column ascending="true" name="proj_num"/>
            <column ascending="true" name="role"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="fsf_project_indexes" numRows="21117" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_num" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="indexhtml" nullable="false" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_num" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_num"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="fsf_project_interfaces" numRows="22656" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_num" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="interface" nullable="false" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="interface" sequenceNumberInPK="2"/>
         <primaryKey column="proj_num" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_num"/>
            <column ascending="true" name="interface"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="fsf_project_languages" numRows="22411" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="language" nullable="false" remarks="" size="30" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="proj_num" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="language" sequenceNumberInPK="2"/>
         <primaryKey column="proj_num" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="language"/>
            <column ascending="true" name="proj_num"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="fsf_projects" numRows="21117" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_num" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="proj_unixname" nullable="false" remarks="" size="100" 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="real_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="date_registered" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" digits="0" id="5" name="proj_long_name" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="license" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="desc_short" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="desc_long" nullable="true" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="9" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="10" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_num" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_num"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="list_posts" numRows="39385" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="list_id" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="msg_id" nullable="false" remarks="" size="100" type="int"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="post_id" nullable="false" remarks="" size="100" type="int"/>
         <column autoUpdated="false" digits="0" id="3" name="thread_id" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="4" name="child_of" nullable="true" remarks="" size="100" type="int"/>
         <column autoUpdated="false" digits="0" id="5" name="depth" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="6" name="post_date" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="7" name="posters_loginname" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="posters_realname" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="posters_email" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="message_subject" nullable="true" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="message_body" nullable="true" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="12" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="list_id" sequenceNumberInPK="1"/>
         <primaryKey column="post_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="list_id"/>
            <column ascending="true" name="post_id"/>
         </index>
         <index name="thread_id_2" unique="false">
            <column ascending="true" name="thread_id"/>
            <column ascending="true" name="post_id"/>
         </index>
      </table>
      <table name="ow_developer_projects" numRows="6369" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="dev_loginname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="is_admin" nullable="true" remarks="" size="1" type="int"/>
         <column autoUpdated="false" digits="0" id="3" name="position" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="dev_loginname" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="dev_loginname"/>
         </index>
      </table>
      <table name="ow_developers" numRows="4482" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="dev_loginname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="realname" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="dev_id" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="dev_loginname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dev_loginname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ow_project_description" numRows="738" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="description" nullable="true" remarks="" size="254" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ow_project_environment" numRows="710" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ow_project_indexes" numRows="919" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="indexhtml" nullable="true" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="date_collected" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="proj_unixname"/>
         </index>
      </table>
      <table name="ow_project_intended_audience" numRows="975" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ow_project_licenses" numRows="770" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ow_project_operating_system" numRows="837" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ow_project_programming_language" numRows="806" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ow_project_status" numRows="664" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="code_on_page" nullable="true" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="code"/>
         </index>
      </table>
      <table name="ow_project_topic" numRows="1002" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ow_projects" numRows="919" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="real_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="date_registered" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" digits="0" id="4" name="proj_long_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="proj_id_num" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="6" name="dev_count" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="7" name="date_collected" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="8" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_db_environment" numRows="150702" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_description" numRows="1035719" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="description" nullable="true" remarks="" size="254" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_donors" numRows="15265" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="donor_id" nullable="false" remarks="" size="30" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="donor_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="donor_id"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_environment" numRows="41897" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_indexes" numRows="1604134" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="indexhtml" nullable="false" remarks="" size="16277215" type="mediumtext"/>
         <column autoUpdated="false" digits="0" id="2" name="statistics_html" nullable="true" remarks="" size="16277215" type="mediumtext"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="proj_unixname"/>
         </index>
         <index name="proj_unixname" unique="false">
            <column ascending="true" name="proj_unixname"/>
         </index>
      </table>
      <table name="project_intended_audience" numRows="1858837" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_licenses" numRows="1167889" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
         </index>
      </table>
      <table name="project_list" numRows="15" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="list_name" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="true" digits="0" id="2" name="list_id" nullable="false" remarks="" size="5" type="int"/>
         <column autoUpdated="false" digits="0" id="3" name="type" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="message_count" nullable="false" remarks="" size="100" type="int"/>
         <column autoUpdated="false" digits="0" id="5" name="sub_count" nullable="true" remarks="" size="100" type="int"/>
         <column autoUpdated="false" digits="0" id="6" name="poster_count" nullable="true" remarks="" size="100" type="int"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="7" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="regex_matched" nullable="true" remarks="" size="100" type="varchar"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="list_id" sequenceNumberInPK="2"/>
         <primaryKey column="list_name" sequenceNumberInPK="3"/>
         <primaryKey column="unixname" sequenceNumberInPK="4"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="list_id"/>
            <column ascending="true" name="unixname"/>
            <column ascending="true" name="list_name"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_operating_system" numRows="2151122" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_programming_language" numRows="1485172" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="code"/>
            <column ascending="true" name="datasource_id"/>
         </index>
         <index name="code" unique="false">
            <column ascending="true" name="code"/>
         </index>
         <index name="code_2" unique="false">
            <column ascending="true" name="code"/>
         </index>
      </table>
      <table name="project_rss" numRows="0" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="rss" nullable="false" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="2" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_statistics" numRows="2417136" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="1" name="is_all_time" nullable="true" remarks="" size="1" type="BIT"/>
         <column autoUpdated="false" defaultValue="0000-00-00" digits="0" id="2" name="data_for_date" nullable="false" remarks="" size="10" type="date"/>
         <column autoUpdated="false" digits="0" id="3" name="lifespan" nullable="true" remarks="" size="10" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="4" name="activity_rank" nullable="true" remarks="" size="3" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="5" name="activity_percent" nullable="true" remarks="" size="0" type="float unsigned"/>
         <column autoUpdated="false" digits="0" id="6" name="pageviews" nullable="true" remarks="" size="15" type="bigint unsigned"/>
         <column autoUpdated="false" digits="0" id="7" name="downloads" nullable="true" remarks="" size="15" type="bigint unsigned"/>
         <column autoUpdated="false" digits="0" id="8" name="bugs_opened" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="9" name="bugs_closed" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="10" name="support_opened" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="11" name="support_closed" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="12" name="patches_opened" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="13" name="patches_closed" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="14" name="tracker_all_opened" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="15" name="tracker_all_closed" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="16" name="cvs_check-ins" nullable="true" remarks="" size="5" type="int unsigned"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="17" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="18" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="data_for_date" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="data_for_date"/>
         </index>
         <index name="bugs_opened" unique="false">
            <column ascending="true" name="bugs_opened"/>
         </index>
         <index name="is_all_time" unique="false">
            <column ascending="true" name="is_all_time"/>
         </index>
      </table>
      <table name="project_statistics_60" numRows="60710138" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0000-00-00" digits="0" id="2" name="data_for_date" nullable="false" remarks="" size="10" type="date"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="n" digits="0" id="4" name="is_partial" nullable="false" remarks="" size="2" type="enum"/>
         <column autoUpdated="false" digits="0" id="5" name="rank" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="6" name="total_pages" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="7" name="downloads" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="8" name="project_web_hits" nullable="true" remarks="" size="11" type="int"/>
         <column autoUpdated="false" digits="0" id="9" name="tracker_opened" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="tracker_closed" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="forum_posts" nullable="true" remarks="" size="11" type="int"/>
         <primaryKey column="data_for_date" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="data_for_date"/>
         </index>
      </table>
      <table name="project_status" numRows="1140046" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="code_on_page" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="code"/>
         </index>
         <index name="code" unique="false">
            <column ascending="true" name="code"/>
         </index>
      </table>
      <table name="project_topic" numRows="1829819" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="code"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="project_user_interface" numRows="1011627" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="code"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="projects" numRows="1576300" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="forge_id" nullable="false" remarks="" size="11" type="int"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="real_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_registered" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="5" name="proj_long_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="6" name="proj_description" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="proj_id_num" nullable="true" remarks="" size="10" type="int unsigned"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="8" name="added_by_script" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="dev_count" nullable="true" remarks="" size="10" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="10" name="lifespan" nullable="true" remarks="" size="10" type="int unsigned"/>
         <column autoUpdated="false" digits="0" id="11" name="downloads_all_time" nullable="true" remarks="" size="15" type="bigint unsigned"/>
         <column autoUpdated="false" digits="0" id="12" name="pageviews_all_time" nullable="true" remarks="" size="15" type="bigint unsigned"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="13" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="forge_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="forge_id"/>
            <column ascending="true" name="proj_unixname"/>
         </index>
         <index name="dev_count" unique="false">
            <column ascending="true" name="dev_count"/>
         </index>
         <index name="proj_unixname" unique="false">
            <column ascending="true" name="proj_unixname"/>
         </index>
      </table>
      <table name="rf_developer_projects" numRows="29222" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="dev_loginname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="is_admin" nullable="true" remarks="" size="1" type="int"/>
         <column autoUpdated="false" digits="0" id="3" name="position" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="dev_loginname" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="dev_loginname"/>
         </index>
      </table>
      <table name="rf_developers" numRows="18545" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="dev_loginname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="realname" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="email" nullable="true" remarks="" size="1" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="dev_loginname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="dev_loginname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_project_description" numRows="21751" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="description" nullable="true" remarks="" size="254" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_project_environment" numRows="9741" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_project_indexes" numRows="21347" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="indexhtml" nullable="true" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="date_collected" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="proj_unixname"/>
         </index>
      </table>
      <table name="rf_project_intended_audience" numRows="14550" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_project_licenses" numRows="11035" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_project_natural_language" numRows="10286" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_project_operating_system" numRows="11366" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_project_programming_language" numRows="12694" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_project_status" numRows="10942" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="code_on_page" nullable="true" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="datasource_id"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="code"/>
         </index>
      </table>
      <table name="rf_project_topic" numRows="15761" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="description" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <primaryKey column="code" sequenceNumberInPK="1"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="2"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="code"/>
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="rf_projects" numRows="21751" remarks="" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="real_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="date_registered" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" digits="0" id="4" name="proj_long_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="proj_id_num" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="6" name="dev_count" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="7" name="activity_percentile" nullable="true" remarks="" size="12" type="float"/>
         <column autoUpdated="false" digits="0" id="8" name="date_collected" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="9" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="scripts" numRows="1" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="scriptID" nullable="false" remarks="" size="11" type="int">
            <child column="scriptID" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasource_scripts"/>
         </column>
         <column autoUpdated="false" defaultValue="" digits="0" id="1" name="scriptname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="scriptsource" nullable="true" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="3" name="comments" nullable="true" remarks="" size="100" type="varchar"/>
         <primaryKey column="scriptID" sequenceNumberInPK="1"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="scriptID"/>
         </index>
      </table>
      <table name="sk_projects" numRows="1610" remarks="sourcekibitzer.com donated data; InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="project_code" nullable="false" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="loc" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="2" name="cloc" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="3" name="ncloc" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="4" name="dc" nullable="true" remarks="" size="12" type="float"/>
         <column autoUpdated="false" digits="0" id="5" name="nom" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="6" name="wmc" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="7" name="ncss" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="8" name="npath" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="9" name="fanout" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="10" name="abstr_coupl" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="11" name="todo_count" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="12" name="bool_exp" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="13" name="homepage" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="14" name="datasource_id" nullable="false" remarks="" size="5" type="int"/>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="project_code" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="project_code"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="tracker_comment" numRows="0" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="tracker_id" nullable="false" remarks="" size="10" type="int"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="1" name="date_sent" nullable="true" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="" digits="0" id="2" name="sender_loginname" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="content" nullable="true" remarks="" size="65535" type="text"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="tracker_id" sequenceNumberInPK="2"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="tracker_id"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="tracker_report" numRows="0" remarks="InnoDB free: 59653120 kB" type="TABLE">
         <column autoUpdated="false" defaultValue="" digits="0" id="0" name="proj_unixname" nullable="false" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="tracker_id" nullable="false" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="2" name="tracker_type" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="tracker_title" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="submitted_by_loginname" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="assigned_to_loginname" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="6" name="date_opened" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" digits="0" id="7" name="priority" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="8" name="category" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="9" name="tracker_status" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="resolution" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="11" name="date_collected" nullable="false" remarks="" size="19" type="datetime"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="datasource_id" nullable="false" remarks="" size="11" type="int">
            <parent column="datasource_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="datasources"/>
         </column>
         <primaryKey column="datasource_id" sequenceNumberInPK="1"/>
         <primaryKey column="proj_unixname" sequenceNumberInPK="2"/>
         <primaryKey column="tracker_id" sequenceNumberInPK="3"/>
         <index name="PRIMARY" unique="true">
            <column ascending="true" name="proj_unixname"/>
            <column ascending="true" name="tracker_id"/>
            <column ascending="true" name="datasource_id"/>
         </index>
      </table>
      <table name="ttgc" numRows="6" remarks="" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="proj" nullable="true" remarks="" size="100" type="varchar"/>
      </table>
   </tables>
</database>
