<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="zfindb" schema="public" type="PostgreSQL - 13.1">
   <tables>
      <table name="aa" numRows="111" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="file" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ftr1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ftr2" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ftr3" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ftr4" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="abregistry" numRows="33" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdbid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="abregid" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="accession_bank" numRows="1895025" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="accbk_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="accbk_length" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="true" defaultValue="nextval('accession_bank_accbk_pk_id_seq'::regclass)" digits="0" id="2" name="accbk_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="bhit_target_accbk_pk_id" foreignKey="bhit_target_accbk_pk_id_foreign_keyn_odc" implied="false" onDeleteCascade="true" table="blast_hit"/>
            <child column="bqry_accbk_pk_id" foreignKey="bqry_accbk_pk_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="blast_query"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="accbk_fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fdbcont_zdb_id" foreignKey="accbk_fdbcont_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="foreign_db_contains"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="accbk_defline" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="accbk_abbreviation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="accbk_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="accbk_pk_id" sequenceNumberInPK="1"/>
         <index name="accession_bank_primary_key" unique="true">
            <column ascending="true" name="accbk_pk_id"/>
         </index>
         <index name="accbk_alternate_key_index" unique="true">
            <column ascending="true" name="accbk_acc_num"/>
            <column ascending="true" name="accbk_fdbcont_zdb_id"/>
         </index>
         <index name="accbk_fdbcont_foreign_key_index" unique="false">
            <column ascending="true" name="accbk_fdbcont_zdb_id"/>
         </index>
      </table>
      <table name="accession_version" numRows="37820" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="accver_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="accver_version" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="accver_acc_num" sequenceNumberInPK="1"/>
         <index name="accession_version_primary_key" unique="true">
            <column ascending="true" name="accver_acc_num"/>
         </index>
      </table>
      <table name="affected_gene_group_member" numRows="41682" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="afgm_group_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="afgm_member_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="afgm_member_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('affected_gene_group_member_afgm_pk_id_seq'::regclass)" digits="0" id="3" name="afgm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <primaryKey column="afgm_pk_id" sequenceNumberInPK="1"/>
         <index name="affected_gene_group_member_primary_key" unique="true">
            <column ascending="true" name="afgm_pk_id"/>
         </index>
         <index name="affected_gene_group_member_group_id_index" unique="false">
            <column ascending="true" name="afgm_group_id"/>
         </index>
         <index name="affected_gene_group_member_id_index" unique="false">
            <column ascending="true" name="afgm_member_id"/>
         </index>
      </table>
      <table name="alias_group" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="aliasgrp_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="aliasgrp_significance" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="aliasgrp_definition" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('alias_group_aliasgrp_pk_id_seq'::regclass)" digits="0" id="3" name="aliasgrp_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="dalias_group_id" foreignKey="dalias_group_id_foreign_key" implied="false" onDeleteCascade="false" table="data_alias"/>
         </column>
         <primaryKey column="aliasgrp_pk_id" sequenceNumberInPK="1"/>
         <index name="alias_group_primary_key" unique="true">
            <column ascending="true" name="aliasgrp_pk_id"/>
         </index>
         <index name="alias_group_primary_key_index" unique="true">
            <column ascending="true" name="aliasgrp_name"/>
         </index>
      </table>
      <table name="alias_scope" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('alias_scope_aliasscope_pk_id_seq'::regclass)" digits="0" id="0" name="aliasscope_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="dalias_scope_id" foreignKey="dalias_scope_id_fk" implied="false" onDeleteCascade="false" table="data_alias"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="aliasscope_scope" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="aliasscope_pk_id" sequenceNumberInPK="1"/>
         <index name="alias_scope_primary_key" unique="true">
            <column ascending="true" name="aliasscope_pk_id"/>
         </index>
         <index name="alias_scope_alternate_key_index" unique="true">
            <column ascending="true" name="aliasscope_scope"/>
         </index>
      </table>
      <table name="all_alias_tokens" numRows="54255" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="aliastok_token_lower" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="aliastok_dalias_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="aliastok_dalias_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <primaryKey column="aliastok_token_lower" sequenceNumberInPK="1"/>
         <primaryKey column="aliastok_dalias_zdb_id" sequenceNumberInPK="2"/>
         <index name="all_alias_tokens_primary_key" unique="true">
            <column ascending="true" name="aliastok_token_lower"/>
            <column ascending="true" name="aliastok_dalias_zdb_id"/>
         </index>
         <index name="aliastok_dalias_zdb_id_index" unique="false">
            <column ascending="true" name="aliastok_dalias_zdb_id"/>
         </index>
      </table>
      <table name="all_anatomy_contains" numRows="34597" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allanatcon_container_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="allanatcon_contained_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="allanatcon_min_contain_distance" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="allanatcon_container_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="allanatcon_contained_zdb_id" sequenceNumberInPK="2"/>
         <index name="all_anatomy_contains_primary_key" unique="true">
            <column ascending="true" name="allanatcon_container_zdb_id"/>
            <column ascending="true" name="allanatcon_contained_zdb_id"/>
         </index>
         <index name="allanatcon_contained_zdb_id_index" unique="false">
            <column ascending="true" name="allanatcon_contained_zdb_id"/>
         </index>
         <index name="allanatcon_container_zdb_id_index" unique="false">
            <column ascending="true" name="allanatcon_container_zdb_id"/>
         </index>
      </table>
      <table name="all_term_contains" numRows="5323788" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="alltermcon_container_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="alltermcon_container_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="alltermcon_contained_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="alltermcon_contained_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="alltermcon_min_contain_distance" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="alltermcon_container_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="alltermcon_contained_zdb_id" sequenceNumberInPK="2"/>
         <index name="all_term_contains_primary_key" unique="true">
            <column ascending="true" name="alltermcon_container_zdb_id"/>
            <column ascending="true" name="alltermcon_contained_zdb_id"/>
         </index>
         <index name="alltermcon_contained_zdb_id_index" unique="false">
            <column ascending="true" name="alltermcon_contained_zdb_id"/>
         </index>
         <index name="alltermcon_container_zdb_id_index" unique="false">
            <column ascending="true" name="alltermcon_container_zdb_id"/>
         </index>
      </table>
      <table name="amsterdam_file" numRows="464" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('amsterdam_file_af_pk_id_seq'::regclass)" digits="0" id="0" name="af_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="af_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="af_feature_zdb_id_fk" implied="false" onDeleteCascade="true" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="af_file_location" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="af_is_overlapping_file" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="af_ak_index" unique="true">
            <column ascending="true" name="af_feature_zdb_id"/>
            <column ascending="true" name="af_file_location"/>
         </index>
         <index name="af_pk_id_index" unique="true">
            <column ascending="true" name="af_pk_id"/>
         </index>
      </table>
      <table name="anatomy_display" numRows="13370" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="anatdisp_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="stg_zdb_id" foreignKey="anatdisp_stg_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="stage"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="anatdisp_seq_num" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="anatdisp_item_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="anatdisp_item_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="anatdisp_item_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="anatdisp_indent" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="anatdisp_stg_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="anatdisp_seq_num" sequenceNumberInPK="2"/>
         <index name="anatomy_display_primary_key" unique="true">
            <column ascending="true" name="anatdisp_stg_zdb_id"/>
            <column ascending="true" name="anatdisp_seq_num"/>
         </index>
         <index name="anatdisp_item_name_index" unique="false">
            <column ascending="true" name="anatdisp_item_name"/>
         </index>
         <index name="anatdisp_item_zdb_id_index" unique="false">
            <column ascending="true" name="anatdisp_item_zdb_id"/>
         </index>
         <index name="anatdisp_stg_zdb_id_index" unique="false">
            <column ascending="true" name="anatdisp_stg_zdb_id"/>
         </index>
      </table>
      <table name="anatomy_stats" numRows="482896" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="anatstat_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="anatstat_object_type" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="anatstat_synonym_count" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="anatstat_object_count" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="anatstat_contains_object_count" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="anatstat_total_distinct_count" nullable="false" remarks="" size="10" type="int4"/>
         <index name="anatomy_stats_primary_key_index" unique="true">
            <column ascending="true" name="anatstat_term_zdb_id"/>
            <column ascending="true" name="anatstat_object_type"/>
         </index>
         <index name="anatstat_term_zdb_id_index" unique="false">
            <column ascending="true" name="anatstat_term_zdb_id"/>
         </index>
      </table>
      <table name="annual_stats" numRows="1551" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('annual_stats_as_pk_id_seq'::regclass)" digits="0" id="0" name="as_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="as_count" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="as_section" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="as_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="4" name="as_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <primaryKey column="as_pk_id" sequenceNumberInPK="1"/>
         <index name="annual_stats_primary_key" unique="true">
            <column ascending="true" name="as_pk_id"/>
         </index>
      </table>
      <table name="antibody" numRows="3818" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="atb_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="xpatex_atb_zdb_id" foreignKey="xpatex2_atb_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="expression_experiment2"/>
            <parent column="mrkr_zdb_id" foreignKey="atb_mrkr_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="atb_type" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="atbtype_name" foreignKey="ant_type_foreign_key" implied="false" onDeleteCascade="false" table="antibody_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="atb_hviso_name" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="hviso_name" foreignKey="atb_hviso_name_foreign_key" implied="false" onDeleteCascade="false" table="heavy_chain_isotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="atb_ltiso_name" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="ltiso_name" foreignKey="atb_ltiso_name_foreign_key" implied="false" onDeleteCascade="false" table="light_chain_isotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="atb_immun_organism" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="organism_common_name" foreignKey="atb_immun_organism_foreign_key" implied="false" onDeleteCascade="false" table="organism"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="atb_host_organism" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="organism_common_name" foreignKey="atb_host_organism_foreign_key" implied="false" onDeleteCascade="false" table="organism"/>
         </column>
         <primaryKey column="atb_zdb_id" sequenceNumberInPK="1"/>
         <index name="antibody_primary_key" unique="true">
            <column ascending="true" name="atb_zdb_id"/>
         </index>
         <index name="atb_host_organism" unique="false">
            <column ascending="true" name="atb_host_organism"/>
         </index>
         <index name="atb_hviso_name_index" unique="false">
            <column ascending="true" name="atb_hviso_name"/>
         </index>
         <index name="atb_immun_organism" unique="false">
            <column ascending="true" name="atb_immun_organism"/>
         </index>
         <index name="atb_ltiso_name_index" unique="false">
            <column ascending="true" name="atb_ltiso_name"/>
         </index>
         <index name="atb_type_index" unique="false">
            <column ascending="true" name="atb_type"/>
         </index>
      </table>
      <table name="antibody_type" numRows="2" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="atbtype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="atb_type" foreignKey="ant_type_foreign_key" implied="false" onDeleteCascade="false" table="antibody"/>
         </column>
         <primaryKey column="atbtype_name" sequenceNumberInPK="1"/>
         <index name="antibody_type_primary_key" unique="true">
            <column ascending="true" name="atbtype_name"/>
         </index>
      </table>
      <table name="apato_infrastructure" numRows="67459" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="api_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="apato_zdb_id_active_data_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="api_quality_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="apato_quality_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="api_tag" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="apatotag_name" foreignKey="apato_tag_fk" implied="false" onDeleteCascade="false" table="apato_tag"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="api_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="api_curator_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="api_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="6" name="api_entity_2_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="phenos_entity_2_subterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="api_entity_2_superterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="phenos_entity_2_superterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="api_entity_1_superterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="phenos_entity_1_superterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="api_entity_1_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="phenos_entity_1_subterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <primaryKey column="api_zdb_id" sequenceNumberInPK="1"/>
         <index name="apato_infrastructure_primary_key" unique="true">
            <column ascending="true" name="api_zdb_id"/>
         </index>
         <index name="api_curator_zdb_id_fk_index" unique="false">
            <column ascending="true" name="api_curator_zdb_id"/>
         </index>
         <index name="api_pub_zdb_id_fk_index" unique="false">
            <column ascending="true" name="api_pub_zdb_id"/>
         </index>
         <index name="api_quality_zdb_id_fk_index" unique="false">
            <column ascending="true" name="api_quality_zdb_id"/>
         </index>
         <index name="api_tag_zdb_id_fk_index" unique="false">
            <column ascending="true" name="api_tag"/>
         </index>
         <index name="phenosinf_alternate_key_index" unique="true">
            <column ascending="true" name="api_entity_1_subterm_zdb_id"/>
            <column ascending="true" name="api_entity_1_superterm_zdb_id"/>
            <column ascending="true" name="api_entity_2_subterm_zdb_id"/>
            <column ascending="true" name="api_entity_2_superterm_zdb_id"/>
            <column ascending="true" name="api_quality_zdb_id"/>
            <column ascending="true" name="api_tag"/>
            <column ascending="true" name="api_pub_zdb_id"/>
         </index>
         <index name="phenosinf_entity_1_subterm_foreign_key_index" unique="false">
            <column ascending="true" name="api_entity_1_subterm_zdb_id"/>
         </index>
         <index name="phenosinf_entity_1_superterm_foreign_key_index" unique="false">
            <column ascending="true" name="api_entity_1_superterm_zdb_id"/>
         </index>
         <index name="phenosinf_entity_2_subterm_foreign_key_index" unique="false">
            <column ascending="true" name="api_entity_2_subterm_zdb_id"/>
         </index>
         <index name="phenosinf_entity_2_superterm_foreign_key_index" unique="false">
            <column ascending="true" name="api_entity_2_superterm_zdb_id"/>
         </index>
      </table>
      <table name="apato_tag" numRows="10" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="apatotag_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="api_tag" foreignKey="apato_tag_fk" implied="false" onDeleteCascade="false" table="apato_infrastructure"/>
            <child column="phenos_tag" foreignKey="phenos_tag_foreign_key" implied="false" onDeleteCascade="false" table="phenotype_statement"/>
         </column>
         <primaryKey column="apatotag_name" sequenceNumberInPK="1"/>
         <index name="apatotag_primary_key" unique="true">
            <column ascending="true" name="apatotag_name"/>
         </index>
      </table>
      <table name="attribution_type" numRows="9" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="attype_type" nullable="false" remarks="" size="2147483647" type="text">
            <child column="exref_attype_type" foreignKey="exref_attype_type_foreign_key" implied="false" onDeleteCascade="true" table="external_reference"/>
            <child column="recattrib_source_type" foreignKey="recattrib_source_type_foreign_key" implied="false" onDeleteCascade="false" table="record_attribution"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="attype_definition" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="attype_type" sequenceNumberInPK="1"/>
         <index name="attribution_type_primary_key" unique="true">
            <column ascending="true" name="attype_type"/>
         </index>
      </table>
      <table name="author" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('author_author_pk_id_seq'::regclass)" digits="0" id="0" name="author_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="authorpub_author_id" foreignKey="authorpub_author_id_fk" implied="false" onDeleteCascade="false" table="author_publication"/>
            <child column="persauth_author_id" foreignKey="persauth_author_id_fk" implied="false" onDeleteCascade="false" table="person_author"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="author_first_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="author_last_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="author_institution" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="author_pk_id" sequenceNumberInPK="1"/>
         <index name="author_primary_key" unique="true">
            <column ascending="true" name="author_pk_id"/>
         </index>
         <index name="author_ak_index" unique="true">
            <column ascending="true" name="author_first_name"/>
            <column ascending="true" name="author_last_name"/>
            <column ascending="true" name="author_institution"/>
         </index>
      </table>
      <table name="author_publication" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('author_publication_authorpub_pk_id_seq'::regclass)" digits="0" id="0" name="authorpub_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="authorpub_author_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="author_pk_id" foreignKey="authorpub_author_id_fk" implied="false" onDeleteCascade="false" table="author"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="authorpub_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="authorpub_pub_zdb_id_fk" implied="false" onDeleteCascade="false" table="publication"/>
         </column>
         <primaryKey column="authorpub_pk_id" sequenceNumberInPK="1"/>
         <index name="authorpub_primary_key" unique="true">
            <column ascending="true" name="authorpub_pk_id"/>
         </index>
         <index name="authorpub_ak_index" unique="true">
            <column ascending="true" name="authorpub_author_id"/>
            <column ascending="true" name="authorpub_pub_zdb_id"/>
         </index>
         <index name="authorpub_author_id_foreign_key_index" unique="false">
            <column ascending="true" name="authorpub_author_id"/>
         </index>
         <index name="authorpub_pub_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="authorpub_pub_zdb_id"/>
         </index>
      </table>
      <table name="average_curation_time_metric" numRows="42" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('average_curation_time_metric_actm_pk_id_seq'::regclass)" digits="0" id="0" name="actm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="actm_average_time_in_curating_status" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="actm_stddev_time_in_curating_status" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="actm_average_time_in_bin1" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="actm_stddev_in_bin1" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="actm_average_time_in_bin2" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="actm_stddev_in_bin2" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="actm_average_time_in_bin3" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="actm_stddev_in_bin3" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="actm_average_time_in_xpat" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="actm_stddev_in_xpat" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="actm_average_time_in_pheno" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="actm_stddev_in_pheno" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="actm_average_time_in_ortho" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="actm_stddev_in_ortho" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="15" name="actm_average_time_waiting_for_nomenclature" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="actm_stdev_time_waiting_for_nomenclature" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="17" name="actm_average_time_waiting_for_software_fix" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="18" name="actm_stdev_time_waiting_for_software_fix" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="19" name="actm_average_time_waiting_for_author" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="20" name="actm_stdev_time_waiting_for_author" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="21" name="actm_average_time_waiting_for_ontology" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="22" name="actm_stdev_time_waiting_for_ontology" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="23" name="actm_average_time_waiting_for_curator_review" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="24" name="actm_stdev_time_waiting_for_curator_review" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="25" name="actm_date_captured" nullable="false" remarks="" size="29" type="timestamp"/>
      </table>
      <table name="average_time_per_person" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('average_time_per_person_actpp_pk_id_seq'::regclass)" digits="0" id="0" name="actpp_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="1" name="actpp_date_captured" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="2" name="actpp_person_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="actpp_curation_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="actpp_average_time_spent_days" nullable="false" remarks="" size="10" type="int4"/>
      </table>
      <table name="bl_plate_tracking" numRows="2712" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('bl_plate_tracking_blpt_pk_id_seq'::regclass)" digits="0" id="0" name="blpt_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="blpt_plate" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="blpt_load_number" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="blpt_pk_id" sequenceNumberInPK="1"/>
         <index name="bl_plate_tracking_primary_key" unique="true">
            <column ascending="true" name="blpt_pk_id"/>
         </index>
         <index name="bl_plate_tracking_unique_blpt_plate_index" unique="true">
            <column ascending="true" name="blpt_plate"/>
         </index>
      </table>
      <table name="blast_database" numRows="54" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="blastdb_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="bdborder_child_blastdb_zdb_id" foreignKey="bdborder_child_foreign_key" implied="false" onDeleteCascade="false" table="blastdb_order"/>
            <child column="bdborder_parent_blastdb_zdb_id" foreignKey="bdborder_parent_foreign_key" implied="false" onDeleteCascade="false" table="blastdb_order"/>
            <child column="brc_blastdb_zdb_id" foreignKey="blastdb_regen_content_blastdb_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="blastdb_regen_content"/>
            <child column="blastdbr_blastdb_zdb_id" foreignKey="blastdbr_blastdb_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="blastdb_run"/>
            <child column="fdbcont_primary_blastdb_zdb_id" foreignKey="fdbcont_primary_blastdb_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="foreign_db_contains"/>
            <child column="ifat_blastdb_zdb_id" foreignKey="ifat_blastdb_foreign_key_odc" implied="false" onDeleteCascade="true" table="int_fdbcont_analysis_tool"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="blastdb_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="blastdb_abbrev" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="blastdb_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="blastdb_public" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="blastdb_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="bdbt_type" foreignKey="blast_database_type_foreign_key" implied="false" onDeleteCascade="false" table="blast_database_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="blastdb_path" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="blastdb_tool_display_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="blastdb_tool_display_order" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="blastdb_is_being_processed" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="10" name="blastdb_origination_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="bdot_pk_id" foreignKey="bdot_origination_id_foreign_key" implied="false" onDeleteCascade="false" table="blast_database_origination_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="11" name="blastdb_num_seqs" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="blastdb_num_accessions" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="13" name="blastdb_last_regenerated" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="14" name="blastdb_old_num_seqs" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="blastdb_zdb_id" sequenceNumberInPK="1"/>
         <index name="blast_database_primary_key" unique="true">
            <column ascending="true" name="blastdb_zdb_id"/>
         </index>
         <index name="bdot_origination_id_foreign_key_index" unique="false">
            <column ascending="true" name="blastdb_origination_id"/>
         </index>
         <index name="blast_database_alternate_key_index" unique="true">
            <column ascending="true" name="blastdb_name"/>
         </index>
         <index name="blast_database_type_foreign_key_index" unique="false">
            <column ascending="true" name="blastdb_type"/>
         </index>
      </table>
      <table name="blast_database_origination_type" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_database_origination_type_bdot_pk_id_seq'::regclass)" digits="0" id="0" name="bdot_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="blastdb_origination_id" foreignKey="bdot_origination_id_foreign_key" implied="false" onDeleteCascade="false" table="blast_database"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="bdot_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="bdot_definition" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="bdot_pk_id" sequenceNumberInPK="1"/>
         <index name="blast_database_origination_type_primary_key" unique="true">
            <column ascending="true" name="bdot_pk_id"/>
         </index>
         <index name="blast_database_origination_type_alternate_key_index" unique="true">
            <column ascending="true" name="bdot_type"/>
         </index>
      </table>
      <table name="blast_database_type" numRows="2" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="bdbt_type" nullable="false" remarks="" size="2147483647" type="text">
            <child column="blastdb_type" foreignKey="blast_database_type_foreign_key" implied="false" onDeleteCascade="false" table="blast_database"/>
         </column>
         <primaryKey column="bdbt_type" sequenceNumberInPK="1"/>
         <index name="blast_database_type_primary_key" unique="true">
            <column ascending="true" name="bdbt_type"/>
         </index>
      </table>
      <table name="blast_hit" numRows="252452" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="bhit_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="bhit_bqry_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="bqry_zdb_id" foreignKey="bhit_bqry_zdb_id_foreign_keyn_odc" implied="false" onDeleteCascade="true" table="blast_query"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="bhit_target_accbk_pk_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="accbk_pk_id" foreignKey="bhit_target_accbk_pk_id_foreign_keyn_odc" implied="false" onDeleteCascade="true" table="accession_bank"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="bhit_hit_number" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="bhit_score" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="17" id="5" name="bhit_expect_value" nullable="false" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="6" name="bhit_probability" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="7" name="bhit_positives_numerator" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="bhit_positives_denominator" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="bhit_identities_numerator" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="bhit_identities_denominator" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="bhit_strand" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="bhit_alignment" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="bhit_zdb_id" sequenceNumberInPK="1"/>
         <index name="blast_hit_primary_keyn" unique="true">
            <column ascending="true" name="bhit_zdb_id"/>
         </index>
         <index name="bhit_bqry_zdb_id_fk_odc_index" unique="false">
            <column ascending="true" name="bhit_bqry_zdb_id"/>
         </index>
         <index name="blast_hit_target_accbk_pk_id_foreign_key_indexn" unique="false">
            <column ascending="true" name="bhit_target_accbk_pk_id"/>
         </index>
      </table>
      <table name="blast_query" numRows="7840" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="bqry_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="bhit_bqry_zdb_id" foreignKey="bhit_bqry_zdb_id_foreign_keyn_odc" implied="false" onDeleteCascade="true" table="blast_hit"/>
            <child column="brpt_bqry_zdb_id" foreignKey="blast_report_bqry_foreign_key_odc" implied="false" onDeleteCascade="true" table="blast_report"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="bqry_runcan_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="runcan_zdb_id" foreignKey="bqry_runcan_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="run_candidate"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="bqry_accbk_pk_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="accbk_pk_id" foreignKey="bqry_accbk_pk_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="accession_bank"/>
         </column>
         <primaryKey column="bqry_zdb_id" sequenceNumberInPK="1"/>
         <index name="blast_query_primary_key" unique="true">
            <column ascending="true" name="bqry_zdb_id"/>
         </index>
         <index name="blast_query_alternate_key_index" unique="true">
            <column ascending="true" name="bqry_runcan_zdb_id"/>
            <column ascending="true" name="bqry_accbk_pk_id"/>
         </index>
         <index name="bqry_accbk_pk_id_foreign_key_index" unique="false">
            <column ascending="true" name="bqry_accbk_pk_id"/>
         </index>
         <index name="bqry_runcan_zdb_id_foreign_key_odc_index" unique="false">
            <column ascending="true" name="bqry_runcan_zdb_id"/>
         </index>
      </table>
      <table name="blast_report" numRows="9431" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="brpt_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="brpt_exitcode" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="brpt_bqry_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="bqry_zdb_id" foreignKey="blast_report_bqry_foreign_key_odc" implied="false" onDeleteCascade="true" table="blast_query"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="brpt_detail_header" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="brpt_zdb_id" sequenceNumberInPK="1"/>
         <index name="blast_report_primary_key" unique="true">
            <column ascending="true" name="brpt_zdb_id"/>
         </index>
         <index name="brprt_bqry_fk_index" unique="false">
            <column ascending="true" name="brpt_bqry_zdb_id"/>
         </index>
      </table>
      <table name="blastdb_order" numRows="45" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blastdb_order_bdborder_pk_id_seq'::regclass)" digits="0" id="0" name="bdborder_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="bdborder_parent_blastdb_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="blastdb_zdb_id" foreignKey="bdborder_parent_foreign_key" implied="false" onDeleteCascade="false" table="blast_database"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="bdborder_child_blastdb_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="blastdb_zdb_id" foreignKey="bdborder_child_foreign_key" implied="false" onDeleteCascade="false" table="blast_database"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="bdborder_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="bdborder_pk_id" sequenceNumberInPK="1"/>
         <index name="blastdb_order_primary_key" unique="true">
            <column ascending="true" name="bdborder_pk_id"/>
         </index>
         <index name="blastdb_order_child_foreign_key_index" unique="false">
            <column ascending="true" name="bdborder_child_blastdb_zdb_id"/>
         </index>
         <index name="blastdb_order_parent_foreign_key_index" unique="false">
            <column ascending="true" name="bdborder_parent_blastdb_zdb_id"/>
         </index>
      </table>
      <table name="blastdb_regen_content" numRows="2605" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blastdb_regen_content_brc_pk_id_seq'::regclass)" digits="0" id="0" name="brc_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="brc_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="brc_blastdb_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="blastdb_zdb_id" foreignKey="blastdb_regen_content_blastdb_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="blast_database"/>
         </column>
         <primaryKey column="brc_pk_id" sequenceNumberInPK="1"/>
         <index name="blastdb_regen_content_primary_key" unique="true">
            <column ascending="true" name="brc_pk_id"/>
         </index>
         <index name="blastdb_regen_content_alternate_key_index" unique="true">
            <column ascending="true" name="brc_acc_num"/>
            <column ascending="true" name="brc_blastdb_zdb_id"/>
         </index>
         <index name="blastdb_regen_content_blastdb_zdb_id_fk_index" unique="false">
            <column ascending="true" name="brc_blastdb_zdb_id"/>
         </index>
      </table>
      <table name="blastdb_run" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="blastdbr_blastdb_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="blastdb_zdb_id" foreignKey="blastdbr_blastdb_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="blast_database"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="blastdbr_run_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="run_zdb_id" foreignKey="blastdbr_run_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="run"/>
         </column>
         <index name="blastdbr_blastdb_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="blastdbr_blastdb_zdb_id"/>
         </index>
         <index name="blastdbr_run_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="blastdbr_run_zdb_id"/>
         </index>
      </table>
      <table name="burgess_location_post" numRows="70" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allele1" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="assembly1" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="chromosome1" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="location1" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sfclid" nullable="true" remarks="" size="50" type="varchar"/>
      </table>
      <table name="candidate" numRows="44410" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cnd_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="runcan_cnd_zdb_id" foreignKey="runcan_cnd_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="run_candidate"/>
            <parent column="zactvd_zdb_id" foreignKey="candidate_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cnd_suggested_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cnd_is_problem" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="cnd_mrkr_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="cnd_run_count" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="5" name="cnd_last_done_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="6" name="cnd_note" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="cnd_zdb_id" sequenceNumberInPK="1"/>
         <index name="candidate_primary_key" unique="true">
            <column ascending="true" name="cnd_zdb_id"/>
         </index>
         <index name="candidate_cnd_suggested_name_idx" unique="true">
            <column ascending="true" name="cnd_suggested_name"/>
         </index>
         <index name="cnd_mrkr_type_foreign_key_index" unique="false">
            <column ascending="true" name="cnd_mrkr_type"/>
         </index>
      </table>
      <table name="chromosome" numRows="27" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="chrom_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="mm_chromosome" foreignKey="mapped_marker_chromosome_foreign_key" implied="false" onDeleteCascade="false" table="mapped_marker"/>
            <child column="panelcnt_chromosome" foreignKey="panelcnt_chromosome_foreign_key" implied="false" onDeleteCascade="true" table="panel_count"/>
            <child column="sfcl_chromosome" foreignKey="sfcl_chromosome_fk_odc" implied="false" onDeleteCascade="false" table="sequence_feature_chromosome_location"/>
            <child column="zmap_chromosome" foreignKey="zmap_pub_pan_mark_chromosome_foreign_key" implied="false" onDeleteCascade="false" table="zmap_pub_pan_mark"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="chrom_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="chrom_name" sequenceNumberInPK="1"/>
         <index name="chromosome_primary_key" unique="true">
            <column ascending="true" name="chrom_name"/>
         </index>
         <index name="chrom_order_index" unique="true">
            <column ascending="true" name="chrom_order"/>
         </index>
      </table>
      <table name="clean_expression_fast_search" numRows="34584" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('clean_expression_fast_search_new_cefs_pk_id_seq1'::regclass)" digits="0" id="0" name="cefs_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="cefs_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="clean_expression_fast_search_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="cefs_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="genox_zdb_id" foreignKey="clean_expression_fast_search_genox_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish_experiment"/>
         </column>
         <primaryKey column="cefs_mrkr_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="cefs_genox_zdb_id" sequenceNumberInPK="2"/>
         <index name="clean_expression_fast_search_primary_key" unique="true">
            <column ascending="true" name="cefs_mrkr_zdb_id"/>
            <column ascending="true" name="cefs_genox_zdb_id"/>
         </index>
         <index name="clean_expression_fast_search_genox_zdb_id_fk_index" unique="false">
            <column ascending="true" name="cefs_genox_zdb_id"/>
         </index>
         <index name="clean_expression_fast_search_mrkr_zdb_id_fk_index" unique="false">
            <column ascending="true" name="cefs_mrkr_zdb_id"/>
         </index>
         <index name="clean_expression_fast_search_pk_index" unique="true">
            <column ascending="true" name="cefs_mrkr_zdb_id"/>
            <column ascending="true" name="cefs_genox_zdb_id"/>
         </index>
      </table>
      <table name="clone" numRows="48658" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="clone_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="clone_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="clone_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="clone_vector_name" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="vector_name" foreignKey="clone_vector_name_foreign_key" implied="false" onDeleteCascade="false" table="vector"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="clone_polymerase_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="clone_insert_size" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="clone_cloning_site" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="clone_digest" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="clone_probelib_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="'unspecified'::text" digits="0" id="8" name="clone_sequence_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="seqtype_name" foreignKey="clone_sequence_type_foreign_key" implied="false" onDeleteCascade="false" table="sequence_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="clone_pcr_amplification" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="clone_rating" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="clone_problem_type" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="cpt_type" foreignKey="clone_problem_type_foreign_key" implied="false" onDeleteCascade="false" table="clone_problem_type"/>
         </column>
         <primaryKey column="clone_mrkr_zdb_id" sequenceNumberInPK="1"/>
         <index name="clone_primary_key" unique="true">
            <column ascending="true" name="clone_mrkr_zdb_id"/>
         </index>
         <index name="clone_probelib_zdb_id_index" unique="false">
            <column ascending="true" name="clone_probelib_zdb_id"/>
         </index>
         <index name="clone_problem_type_index" unique="false">
            <column ascending="true" name="clone_problem_type"/>
         </index>
         <index name="clone_sequence_type_index" unique="false">
            <column ascending="true" name="clone_sequence_type"/>
         </index>
         <index name="clone_vector_name_index" unique="false">
            <column ascending="true" name="clone_vector_name"/>
         </index>
      </table>
      <table name="clone_problem_type" numRows="7" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cpt_type" nullable="false" remarks="" size="2147483647" type="text">
            <child column="clone_problem_type" foreignKey="clone_problem_type_foreign_key" implied="false" onDeleteCascade="false" table="clone"/>
         </column>
         <primaryKey column="cpt_type" sequenceNumberInPK="1"/>
         <index name="clone_problem_type_primary_key" unique="true">
            <column ascending="true" name="cpt_type"/>
         </index>
      </table>
      <table name="cnechr" numRows="113" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cne" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="chr" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="startchr" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="chrend" nullable="true" remarks="" size="10" type="int4"/>
      </table>
      <table name="cnechr1" numRows="113" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cneid" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="assembly" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="chromosome" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="stlocation" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="endlocation" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="evidence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="cnedata" numRows="113" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cneid" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="zfishchr" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="cnename" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="company" numRows="243" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="address" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="1" name="entry_time" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="2" name="bio" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="status" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="contact_person" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="company_contact_person_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="owner" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="company_owner_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="url" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="email" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="fax" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="phone" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="target_id" foreignKey="int_person_company_target_id_foreign_key" implied="false" onDeleteCascade="true" table="int_person_company"/>
            <child column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="mapped_marker"/>
            <child column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="panels"/>
            <child column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="primer_set"/>
            <child column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="return_recs"/>
            <child column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_pub2"/>
            <parent column="zactvs_zdb_id" foreignKey="cmpy_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="11" name="name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="country" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="image" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zdb_id" sequenceNumberInPK="1"/>
         <index name="company_primary_key" unique="true">
            <column ascending="true" name="zdb_id"/>
         </index>
         <index name="cmpy_name_index" unique="true">
            <column ascending="true" name="name"/>
         </index>
         <index name="company_contact_person_fk_index" unique="false">
            <column ascending="true" name="contact_person"/>
         </index>
         <index name="company_owner_fk_index" unique="false">
            <column ascending="true" name="owner"/>
         </index>
      </table>
      <table name="company_position" numRows="7" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('company_position_compos_pk_id_seq'::regclass)" digits="0" id="0" name="compos_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="position_id" foreignKey="int_person_company_position_foreign_key" implied="false" onDeleteCascade="false" table="int_person_company"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="compos_position" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="compos_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="compos_pk_id" sequenceNumberInPK="1"/>
         <index name="company_position_primary_key" unique="true">
            <column ascending="true" name="compos_pk_id"/>
         </index>
         <index name="compos_order_index" unique="true">
            <column ascending="true" name="compos_order"/>
         </index>
      </table>
      <table name="condition" numRows="9" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="condition_group" nullable="false" remarks="" size="2147483647" type="text">
            <child column="cdt_group" foreignKey="condition_data_type_cdt_group_foreign_key" implied="false" onDeleteCascade="true" table="condition_data_type"/>
         </column>
         <primaryKey column="condition_group" sequenceNumberInPK="1"/>
         <index name="condition_primary_key" unique="true">
            <column ascending="true" name="condition_group"/>
         </index>
      </table>
      <table name="condition_data_type" numRows="65" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cdt_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="ecr_cdt_zdb_id" foreignKey="experiment_condition_restricted_cdt_foreign_key" implied="false" onDeleteCascade="false" table="experiment_condition_restricted"/>
            <parent column="zactvd_zdb_id" foreignKey="condition_data_type_zdb_active_data_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cdt_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="cdt_group" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="condition_group" foreignKey="condition_data_type_cdt_group_foreign_key" implied="false" onDeleteCascade="true" table="condition"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="cdt_significance" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="cdt_zdb_id" sequenceNumberInPK="1"/>
         <index name="condition_data_type_primary_key" unique="true">
            <column ascending="true" name="cdt_zdb_id"/>
         </index>
         <index name="condition_data_type_alternate_key_index" unique="true">
            <column ascending="true" name="cdt_name"/>
            <column ascending="true" name="cdt_group"/>
         </index>
         <index name="condition_data_type_group_foreign_key_index" unique="false">
            <column ascending="true" name="cdt_group"/>
         </index>
      </table>
      <table name="construct" numRows="6259" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="construct_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="cc_construct_zdb_id" foreignKey="cc_construct_zdb_id_odc" implied="false" onDeleteCascade="true" table="construct_component"/>
            <child column="consfig_construct_zdb_id" foreignKey="construct_figure_construct_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="construct_figure"/>
            <child column="conmrkrrel_construct_zdb_id" foreignKey="cmr_construct_fk_odc" implied="false" onDeleteCascade="true" table="construct_marker_relationship"/>
            <parent column="zactvd_zdb_id" foreignKey="construct_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="construct_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="2" name="construct_date_inserted" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="construct_date_modified" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="4" name="construct_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="construct_owner_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="construct_owner_zdb_id" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="construct_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="construct_zdb_id" sequenceNumberInPK="1"/>
         <index name="construct_primary_key" unique="true">
            <column ascending="true" name="construct_zdb_id"/>
         </index>
         <index name="construct_name_alternate_key_index" unique="true">
            <column ascending="true" name="construct_name"/>
         </index>
         <index name="construct_owner_zdb_id_fk_index" unique="false">
            <column ascending="true" name="construct_owner_zdb_id"/>
         </index>
      </table>
      <table name="construct_component" numRows="63725" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('construct_component_cc_pk_id_seq'::regclass)" digits="0" id="0" name="cc_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="cc_construct_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="construct_zdb_id" foreignKey="cc_construct_zdb_id_odc" implied="false" onDeleteCascade="true" table="construct"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="cc_component_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="cc_component_category" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="cc_component_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="cc_component_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="cc_component" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="1" digits="0" id="6" name="cc_cassette_number" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="cc_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="cc_pk_id" sequenceNumberInPK="1"/>
         <index name="construct_component_primary_key" unique="true">
            <column ascending="true" name="cc_pk_id"/>
         </index>
         <index name="cc_component_type_index" unique="false">
            <column ascending="true" name="cc_component_type"/>
         </index>
         <index name="cc_construct_zdb_id_fk_index" unique="false">
            <column ascending="true" name="cc_construct_zdb_id"/>
         </index>
         <index name="construct_component_component_index" unique="false">
            <column ascending="true" name="cc_component"/>
         </index>
         <index name="construct_component_mrkr_zdb_id_foreign_key" unique="false">
            <column ascending="true" name="cc_component_zdb_id"/>
         </index>
      </table>
      <table name="construct_figure" numRows="73" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('construct_figure_consfig_pk_id_seq'::regclass)" digits="0" id="0" name="consfig_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="consfig_construct_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="construct_zdb_id" foreignKey="construct_figure_construct_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="construct"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="consfig_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fig_zdb_id" foreignKey="construct_figure_fig_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="figure"/>
         </column>
         <primaryKey column="consfig_pk_id" sequenceNumberInPK="1"/>
         <index name="construct_figure_primary_key" unique="true">
            <column ascending="true" name="consfig_pk_id"/>
         </index>
         <index name="construct_figure_alternate_key" unique="true">
            <column ascending="true" name="consfig_construct_zdb_id"/>
            <column ascending="true" name="consfig_fig_zdb_id"/>
         </index>
         <index name="construct_figure_construct_foreign_key" unique="false">
            <column ascending="true" name="consfig_construct_zdb_id"/>
         </index>
         <index name="construct_figure_fig_foreign_key" unique="false">
            <column ascending="true" name="consfig_fig_zdb_id"/>
         </index>
      </table>
      <table name="construct_marker_relationship" numRows="21638" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="conmrkrrel_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="conmrkrrel_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="conmrkrrel_construct_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="construct_zdb_id" foreignKey="cmr_construct_fk_odc" implied="false" onDeleteCascade="true" table="construct"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="conmrkrrel_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="cmr_mrkr_fk_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="conmrkrrel_relationship_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mreltype_name" foreignKey="conmrkrrel_relationship_type_foreign_key" implied="false" onDeleteCascade="false" table="marker_relationship_type"/>
         </column>
         <primaryKey column="conmrkrrel_zdb_id" sequenceNumberInPK="1"/>
         <index name="cmr_primary_key" unique="true">
            <column ascending="true" name="conmrkrrel_zdb_id"/>
         </index>
         <index name="cmr_construct_id_foreign_key_index" unique="false">
            <column ascending="true" name="conmrkrrel_construct_zdb_id"/>
         </index>
         <index name="cmr_mrkr_id_foreign_key_index" unique="false">
            <column ascending="true" name="conmrkrrel_mrkr_zdb_id"/>
         </index>
         <index name="cmr_relationship_type_foreign_key_index" unique="false">
            <column ascending="true" name="conmrkrrel_relationship_type"/>
         </index>
         <index name="construct_marker_relationship_alternate_key_index" unique="true">
            <column ascending="true" name="conmrkrrel_construct_zdb_id"/>
            <column ascending="true" name="conmrkrrel_mrkr_zdb_id"/>
            <column ascending="true" name="conmrkrrel_relationship_type"/>
         </index>
      </table>
      <table name="constructrel" numRows="71" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="construct1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="construct2" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="region" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="relationship" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="constructreln" numRows="24" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="construct1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="construct2" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="region" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="relationship" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="controlled_vocabulary" numRows="82" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cv_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="cv_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cv_term_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="cv_foreign_species" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="cv_name_definition" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="cv_zdb_id" sequenceNumberInPK="1"/>
         <index name="controlled_vocabulary_primary_key" unique="true">
            <column ascending="true" name="cv_zdb_id"/>
         </index>
         <index name="construct_controlled_vocabulary_alternate_key_index" unique="true">
            <column ascending="true" name="cv_term_name"/>
         </index>
      </table>
      <table name="country_code" numRows="240" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ctc_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ctc_code" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ctc_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ctc_display_order" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="ctc_code" sequenceNumberInPK="1"/>
         <primaryKey column="ctc_name" sequenceNumberInPK="2"/>
         <index name="country_code_primary_key" unique="true">
            <column ascending="true" name="ctc_code"/>
            <column ascending="true" name="ctc_name"/>
         </index>
      </table>
      <table name="curation" numRows="516594" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cur_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="cur_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="cur_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="cur_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="cur_curator_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="cur_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="cur_topic" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="curtopic_name" foreignKey="cur_topic_foreign_key" implied="false" onDeleteCascade="false" table="curation_topic"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cur_data_found" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="5" name="cur_entry_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="6" name="cur_closed_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="7" name="cur_opened_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <primaryKey column="cur_zdb_id" sequenceNumberInPK="1"/>
         <index name="curation_primary_key" unique="true">
            <column ascending="true" name="cur_zdb_id"/>
         </index>
         <index name="cur_assign_curator_zdb_id_index" unique="false">
            <column ascending="true" name="cur_curator_zdb_id"/>
         </index>
         <index name="cur_pub_zdb_id_index" unique="false">
            <column ascending="true" name="cur_pub_zdb_id"/>
         </index>
         <index name="cur_topic_index" unique="false">
            <column ascending="true" name="cur_topic"/>
         </index>
      </table>
      <table name="curation_topic" numRows="23" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="curtopic_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="cur_topic" foreignKey="cur_topic_foreign_key" implied="false" onDeleteCascade="false" table="curation"/>
         </column>
         <primaryKey column="curtopic_name" sequenceNumberInPK="1"/>
         <index name="curation_topic_primary_key" unique="true">
            <column ascending="true" name="curtopic_name"/>
         </index>
      </table>
      <table name="curator_session" numRows="49572" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('curator_session_cs_pk_id_seq'::regclass)" digits="0" id="0" name="cs_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="cs_person_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="curator_session_person_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="cs_data_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="cs_field_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="cs_field_name_value" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="cs_pk_id" sequenceNumberInPK="1"/>
         <index name="curator_session_primary_key" unique="true">
            <column ascending="true" name="cs_pk_id"/>
         </index>
         <index name="curator_session_person_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="cs_person_zdb_id"/>
         </index>
         <index name="curator_session_primary_key_index" unique="true">
            <column ascending="true" name="cs_person_zdb_id"/>
            <column ascending="true" name="cs_data_zdb_id"/>
            <column ascending="true" name="cs_field_name"/>
         </index>
      </table>
      <table name="daily_indexed_metric" numRows="1163" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('daily_indexed_metric_dim_pk_id_seq'::regclass)" digits="0" id="0" name="dim_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="dim_number_indexed_bin_1" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="dim_number_indexed_bin_2" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="dim_number_indexed_bin_3" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="dim_number_archived" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="dim_number_phenotype_bin" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="dim_number_expression_bin" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="dim_number_closed_no_data" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="dim_number_closed_no_pdf" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="9" name="dim_date_captured" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="dim_number_orthology_bin" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="dim_pk_id" sequenceNumberInPK="1"/>
         <index name="daily_indexed_metric_primary_key" unique="true">
            <column ascending="true" name="dim_pk_id"/>
         </index>
      </table>
      <table name="data_alias" numRows="707841" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dalias_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fhist_dalias_zdb_id" foreignKey="fhist_dalias_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="feature_history"/>
            <child column="mhist_dalias_zdb_id" foreignKey="mhist_dalias_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="marker_history"/>
            <parent column="zactvd_zdb_id" foreignKey="dalias_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="dalias_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="dalias_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="dalias_alias" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="dalias_alias_lower" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="dalias_group_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="aliasgrp_pk_id" foreignKey="dalias_group_id_foreign_key" implied="false" onDeleteCascade="false" table="alias_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="dalias_scope_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="aliasscope_pk_id" foreignKey="dalias_scope_id_fk" implied="false" onDeleteCascade="false" table="alias_scope"/>
         </column>
         <primaryKey column="dalias_zdb_id" sequenceNumberInPK="1"/>
         <index name="data_alias_primary_key" unique="true">
            <column ascending="true" name="dalias_zdb_id"/>
         </index>
         <index name="dalias_alias_lower_index" unique="false">
            <column ascending="true" name="dalias_alias_lower"/>
         </index>
         <index name="dalias_data_zdb_id_index" unique="false">
            <column ascending="true" name="dalias_data_zdb_id"/>
         </index>
         <index name="dalias_group_id_foreign_key" unique="false">
            <column ascending="true" name="dalias_group_id"/>
         </index>
         <index name="dalias_scope_id_fk_index" unique="false">
            <column ascending="true" name="dalias_scope_id"/>
         </index>
         <index name="data_alias_alternate_key_index" unique="true">
            <column ascending="true" name="dalias_alias"/>
            <column ascending="true" name="dalias_data_zdb_id"/>
            <column ascending="true" name="dalias_group_id"/>
         </index>
      </table>
      <table name="data_note" numRows="6983" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dnote_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="dnote_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="dnote_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="dnote_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="dnote_curator_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="dnote_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="6" id="3" name="dnote_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="4" name="dnote_text" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="dnote_zdb_id" sequenceNumberInPK="1"/>
         <index name="data_note_primary_key" unique="true">
            <column ascending="true" name="dnote_zdb_id"/>
         </index>
         <index name="dnote_curator_zdb_id_index" unique="false">
            <column ascending="true" name="dnote_curator_zdb_id"/>
         </index>
         <index name="dnote_data_zdb_id_index" unique="false">
            <column ascending="true" name="dnote_data_zdb_id"/>
         </index>
      </table>
      <table name="data_reporting" numRows="345" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('data_reporting_dr_pk_id_seq'::regclass)" digits="0" id="0" name="dr_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="dr_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="2" name="dr_report_generated_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="3" name="dr_report_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="dr_pk_id" sequenceNumberInPK="1"/>
         <index name="data_reporting_primary_key" unique="true">
            <column ascending="true" name="dr_pk_id"/>
         </index>
         <index name="data_reporting_alternate_key_index" unique="true">
            <column ascending="true" name="dr_data_zdb_id"/>
            <column ascending="true" name="dr_report_name"/>
         </index>
      </table>
      <table name="database_info" numRows="2" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('database_info_di_pk_id_seq'::regclass)" digits="0" id="0" name="di_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="6" id="1" name="di_date_unloaded" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="'production'::text" digits="0" id="2" name="di_code_version" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="di_database_unloaded" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="di_pk_id" sequenceNumberInPK="1"/>
         <index name="di_primary_key" unique="true">
            <column ascending="true" name="di_pk_id"/>
         </index>
      </table>
      <table name="databasechangelog" numRows="1499" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="author" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="filename" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="6" id="3" name="dateexecuted" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="4" name="orderexecuted" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="exectype" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="md5sum" nullable="true" remarks="" size="35" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="description" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="comments" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="tag" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="liquibase" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="contexts" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="labels" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="deployment_id" nullable="true" remarks="" size="10" type="varchar"/>
      </table>
      <table name="databasechangeloglock" numRows="1" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="int4">
            <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="feature_audit"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="locked" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="2" name="lockgranted" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="3" name="lockedby" nullable="true" remarks="" size="255" type="varchar"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <index name="pk_databasechangeloglock" unique="true">
            <column ascending="true" name="id"/>
         </index>
      </table>
      <table name="db_link" numRows="983467" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dblink_linked_recid" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="dblink_linked_recid_zactvd_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="dblink_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="dblink_info" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="dblink_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="xpatex_dblink_zdb_id" foreignKey="expression_experiment2_dblink_foreign_key" implied="false" onDeleteCascade="false" table="expression_experiment2"/>
            <child column="mrkrgoev_protein_dblink_zdb_id" foreignKey="mrkrgoev_protein_dblink_id_fk_odc" implied="false" onDeleteCascade="true" table="marker_go_term_evidence"/>
            <child column="ooa_dblink_zdb_id" foreignKey="ooa_dblink_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="one_to_one_accession"/>
            <parent column="zactvd_zdb_id" foreignKey="dblink_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="dblink_acc_num_display" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="dblink_length" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="dblink_fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fdbcont_zdb_id" foreignKey="dblink_fdbcont_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="foreign_db_contains"/>
         </column>
         <primaryKey column="dblink_zdb_id" sequenceNumberInPK="1"/>
         <index name="dblink_primary_key" unique="true">
            <column ascending="true" name="dblink_zdb_id"/>
         </index>
         <index name="db_link_acc_num_index" unique="false">
            <column ascending="true" name="dblink_acc_num"/>
         </index>
         <index name="db_link_linked_rec_id_index" unique="false">
            <column ascending="true" name="dblink_linked_recid"/>
         </index>
         <index name="dblink_alternate_key_index" unique="true">
            <column ascending="true" name="dblink_linked_recid"/>
            <column ascending="true" name="dblink_acc_num"/>
            <column ascending="true" name="dblink_fdbcont_zdb_id"/>
         </index>
         <index name="dblink_fdbcont_zdb_id_index" unique="false">
            <column ascending="true" name="dblink_fdbcont_zdb_id"/>
         </index>
      </table>
      <table name="disease_annotation" numRows="3241" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dat_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="damo_dat_zdb_id" foreignKey="damo_dat_fk_odc" implied="false" onDeleteCascade="true" table="disease_annotation_model"/>
            <parent column="zactvd_zdb_id" foreignKey="dat_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="dat_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="dat_term_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="dat_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="dat_source_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="dat_evidence_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="dat_evidence_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <primaryKey column="dat_zdb_id" sequenceNumberInPK="1"/>
         <index name="disease_annotation_new_primary_key" unique="true">
            <column ascending="true" name="dat_zdb_id"/>
         </index>
         <index name="da_source_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="dat_source_zdb_id"/>
         </index>
         <index name="da_term_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="dat_term_zdb_id"/>
         </index>
         <index name="dat_evidence_term_zdb_id_index" unique="false">
            <column ascending="true" name="dat_evidence_term_zdb_id"/>
         </index>
      </table>
      <table name="disease_annotation_model" numRows="1946" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('disease_annotation_model_damo_pk_id_seq'::regclass)" digits="0" id="0" name="damo_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="damo_dat_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="dat_zdb_id" foreignKey="damo_dat_fk_odc" implied="false" onDeleteCascade="true" table="disease_annotation"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="damo_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="genox_zdb_id" foreignKey="damo_genox_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="fish_experiment"/>
         </column>
         <primaryKey column="damo_pk_id" sequenceNumberInPK="1"/>
         <index name="damo_primary_key" unique="true">
            <column ascending="true" name="damo_pk_id"/>
         </index>
         <index name="damo_ak_index" unique="true">
            <column ascending="true" name="damo_dat_zdb_id"/>
            <column ascending="true" name="damo_genox_zdb_id"/>
         </index>
         <index name="damo_da_id_fk_index" unique="false">
            <column ascending="true" name="damo_dat_zdb_id"/>
         </index>
         <index name="damo_fish_zdb_id_fk_index" unique="false">
            <column ascending="true" name="damo_genox_zdb_id"/>
         </index>
      </table>
      <table name="do_oevdispupdate_temp_first" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dout1_session_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="dout1_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="dout1_pub_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="dout1_evidence_code" nullable="true" remarks="" size="2" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="4" name="dout1_organism_list" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="do_oevdispupdate_temp_second" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="dout2_session_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="dout2_oevdisp_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="dout2_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="dout2_evidence_code" nullable="true" remarks="" size="2" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="4" name="dout2_organism_list" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="doi_attempts" numRows="3475" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('doi_attempts_doia_pk_id_seq'::regclass)" digits="0" id="0" name="doia_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="doia_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="doi_attempts_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="doia_num_attempts" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="doia_pk_id" sequenceNumberInPK="1"/>
         <index name="doi_attempts_primary_key" unique="true">
            <column ascending="true" name="doia_pk_id"/>
         </index>
         <index name="doi_attempts_alternate_key_index" unique="true">
            <column ascending="true" name="doia_pub_zdb_id"/>
         </index>
      </table>
      <table name="dupcrispr" numRows="19" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="calias" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="cname" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="cseq" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="gene" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="zdbid" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="pmid" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="eco_go_mapping" numRows="36" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('eco_go_mapping_egm_pk_id_seq'::regclass)" digits="0" id="0" name="egm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="egm_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="egm_eco_term_zdb_id_fk" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="egm_go_evidence_code" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="egm_pk_id" sequenceNumberInPK="1"/>
         <index name="eco_go_mapping_pkey" unique="true">
            <column ascending="true" name="egm_pk_id"/>
         </index>
         <index name="egm_alternate_key_index" unique="true">
            <column ascending="true" name="egm_term_zdb_id"/>
            <column ascending="true" name="egm_go_evidence_code"/>
         </index>
      </table>
      <table name="editconstruct" numRows="202" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cczdb" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="ensdar_mapping" numRows="57369" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ensm_ensdart_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ensm_ensdarg_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ensm_ensdarp_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ensm_ensdart_id" sequenceNumberInPK="1"/>
         <primaryKey column="ensm_ensdarg_id" sequenceNumberInPK="2"/>
         <index name="ensm_primary_key" unique="true">
            <column ascending="true" name="ensm_ensdart_id"/>
            <column ascending="true" name="ensm_ensdarg_id"/>
         </index>
         <index name="ensm_alternate_key" unique="true">
            <column ascending="true" name="ensm_ensdarg_id"/>
            <column ascending="true" name="ensm_ensdart_id"/>
         </index>
      </table>
      <table name="ensdarg_ensdarp_mapping" numRows="44487" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ensp_ensdarg_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ensp_ensdart_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ensp_ensdarp_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ensp_length" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="ensp_ensdarg_id" sequenceNumberInPK="1"/>
         <primaryKey column="ensp_ensdart_id" sequenceNumberInPK="2"/>
         <primaryKey column="ensp_ensdarp_id" sequenceNumberInPK="3"/>
         <index name="ensdarg_ensdarp_mapping_pk" unique="true">
            <column ascending="true" name="ensp_ensdarg_id"/>
            <column ascending="true" name="ensp_ensdart_id"/>
            <column ascending="true" name="ensp_ensdarp_id"/>
         </index>
      </table>
      <table name="ensdarg_ottdarg_mapping" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="eom_ensdarg_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="eom_ottdarg_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="eom_ensdarg_id" sequenceNumberInPK="1"/>
         <primaryKey column="eom_ottdarg_id" sequenceNumberInPK="2"/>
         <index name="ensdarg_ottdarg_mapping_primary_key" unique="true">
            <column ascending="true" name="eom_ensdarg_id"/>
            <column ascending="true" name="eom_ottdarg_id"/>
         </index>
      </table>
      <table name="ensdarg_post_proc" numRows="12144" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ensdargidpost" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="geneid" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="dblinkid" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="ensdart_name_mapping" numRows="28699" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="enm_ensdart_stable_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="enm_ensdart_versioned_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="enm_ensdarg_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="enm_tscript_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="enm_ensembl_tscript_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="enm_ottdart_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="enm_ensdarg_gene_stable_id_index" unique="false">
            <column ascending="true" name="enm_ensdart_stable_id"/>
         </index>
         <index name="enm_ensdart_id_index" unique="false">
            <column ascending="true" name="enm_tscript_zdb_id"/>
         </index>
         <index name="enm_ensembl_tscript_name" unique="false">
            <column ascending="true" name="enm_ensembl_tscript_name"/>
         </index>
         <index name="enm_ottdart_id_index" unique="false">
            <column ascending="true" name="enm_ottdart_id"/>
         </index>
         <index name="enm_tscript_zdb_id_index" unique="false">
            <column ascending="true" name="enm_tscript_zdb_id"/>
         </index>
      </table>
      <table name="ensdart_ottdart_mapping" numRows="39237" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ensdart_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ottdart_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="entrez_gene" numRows="51094" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="eg_acc_num" nullable="false" remarks="" size="10" type="int4">
            <child column="ep_entrez_acc_num" foreignKey="ep_entrez_acc_num_foreign_key_odc" implied="false" onDeleteCascade="true" table="entrez_to_protein"/>
            <child column="ex_entrez_acc_num" foreignKey="ex_entrez_acc_num_foreign_key_odc" implied="false" onDeleteCascade="true" table="entrez_to_xref"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="eg_symbol" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="eg_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="eg_acc_num" sequenceNumberInPK="1"/>
         <index name="entrez_gene_primary_key" unique="true">
            <column ascending="true" name="eg_acc_num"/>
         </index>
         <index name="entrez_gene_alternate_key_index" unique="true">
            <column ascending="true" name="eg_acc_num"/>
            <column ascending="true" name="eg_symbol"/>
            <column ascending="true" name="eg_name"/>
         </index>
      </table>
      <table name="entrez_to_protein" numRows="724386" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('entrez_to_protein_ep_pk_id_seq'::regclass)" digits="0" id="0" name="ep_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ep_organism_common_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ep_entrez_acc_num" nullable="false" remarks="" size="10" type="int4">
            <parent column="eg_acc_num" foreignKey="ep_entrez_acc_num_foreign_key_odc" implied="false" onDeleteCascade="true" table="entrez_gene"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ep_protein_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <index name="ep_entrez_acc_num_foreign_key_odc_index" unique="false">
            <column ascending="true" name="ep_entrez_acc_num"/>
         </index>
         <index name="ep_protein_acc_num_index" unique="false">
            <column ascending="true" name="ep_protein_acc_num"/>
         </index>
      </table>
      <table name="entrez_to_xref" numRows="38723" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ex_entrez_acc_num" nullable="false" remarks="" size="10" type="int4">
            <parent column="eg_acc_num" foreignKey="ex_entrez_acc_num_foreign_key_odc" implied="false" onDeleteCascade="true" table="entrez_gene"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ex_xref" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ex_entrez_acc_num" sequenceNumberInPK="1"/>
         <primaryKey column="ex_xref" sequenceNumberInPK="2"/>
         <index name="entrez_to_xref_primary_key" unique="true">
            <column ascending="true" name="ex_entrez_acc_num"/>
            <column ascending="true" name="ex_xref"/>
         </index>
         <index name="ex_entrez_acc_num_foreign_key_odc_index" unique="false">
            <column ascending="true" name="ex_entrez_acc_num"/>
         </index>
         <index name="ex_xref_index" unique="false">
            <column ascending="true" name="ex_xref"/>
         </index>
      </table>
      <table name="environment_group" numRows="29250" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="eg_group_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="eg_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('environment_group_eg_group_pk_id_seq'::regclass)" digits="0" id="2" name="eg_group_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <primaryKey column="eg_group_pk_id" sequenceNumberInPK="1"/>
         <index name="environment_group_primary_key" unique="true">
            <column ascending="true" name="eg_group_pk_id"/>
         </index>
         <index name="eg_genox_zdb_index" unique="false">
            <column ascending="true" name="eg_genox_zdb_id"/>
         </index>
         <index name="eg_group_name_index" unique="false">
            <column ascending="true" name="eg_group_name"/>
         </index>
      </table>
      <table name="execweb" numRows="3" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="execweb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="execweb_executable" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="experiment" numRows="20206" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="exp_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="expcond_exp_zdb_id" foreignKey="experiment_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="experiment_condition"/>
            <child column="ecr_exp_zdb_id" foreignKey="experiment_condition_restricted_exp_foreign_key" implied="false" onDeleteCascade="false" table="experiment_condition_restricted"/>
            <child column="genox_exp_zdb_id" foreignKey="fish_experiment_experiment_foreign_key" implied="false" onDeleteCascade="true" table="fish_experiment"/>
            <parent column="zactvd_zdb_id" foreignKey="exp_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="exp_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="exp_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="exp_source_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <primaryKey column="exp_zdb_id" sequenceNumberInPK="1"/>
         <index name="exp_zdb_id_primary_key" unique="true">
            <column ascending="true" name="exp_zdb_id"/>
         </index>
         <index name="experiment_alternate_key_index" unique="true">
            <column ascending="true" name="exp_name"/>
            <column ascending="true" name="exp_source_zdb_id"/>
         </index>
         <index name="experiment_name_index" unique="false">
            <column ascending="true" name="exp_name"/>
         </index>
         <index name="experiment_pub_zdb_id_foriegn_key_index" unique="false">
            <column ascending="true" name="exp_source_zdb_id"/>
         </index>
      </table>
      <table name="experiment_condition" numRows="22684" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="expcond_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="expcond_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="expcond_exp_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="exp_zdb_id" foreignKey="experiment_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="expcond_cdt_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="expcond_zeco_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="expcond_ao_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="expcond_ao_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="expcond_go_cc_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="expcond_go_cc_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="expcond_chebi_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="expcond_chebi_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="expcond_taxon_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="expcond_taxon_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="expcond_spatial_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="expcond_spatial_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <index name="expcond_ao_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="expcond_ao_term_zdb_id"/>
         </index>
         <index name="expcond_chebi_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="expcond_chebi_term_zdb_id"/>
         </index>
         <index name="expcond_exp_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="expcond_exp_zdb_id"/>
         </index>
         <index name="expcond_go_cc_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="expcond_go_cc_term_zdb_id"/>
         </index>
         <index name="expcond_spatial_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="expcond_spatial_term_zdb_id"/>
         </index>
         <index name="expcond_taxon_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="expcond_taxon_term_zdb_id"/>
         </index>
         <index name="experiment_condition_alternate_key" unique="true">
            <column ascending="true" name="expcond_exp_zdb_id"/>
            <column ascending="true" name="expcond_zeco_term_zdb_id"/>
            <column ascending="true" name="expcond_ao_term_zdb_id"/>
            <column ascending="true" name="expcond_go_cc_term_zdb_id"/>
            <column ascending="true" name="expcond_chebi_term_zdb_id"/>
            <column ascending="true" name="expcond_taxon_term_zdb_id"/>
         </index>
         <index name="experiment_condition_cdt_fk_index" unique="false">
            <column ascending="true" name="expcond_cdt_zdb_id"/>
         </index>
         <index name="experiment_condition_zeco_term_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="expcond_zeco_term_zdb_id"/>
         </index>
      </table>
      <table name="experiment_condition_restricted" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('experiment_condition_restricted_ecr_pk_id_seq'::regclass)" digits="0" id="0" name="ecr_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ecr_exp_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="exp_zdb_id" foreignKey="experiment_condition_restricted_exp_foreign_key" implied="false" onDeleteCascade="false" table="experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ecr_cdt_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="cdt_zdb_id" foreignKey="experiment_condition_restricted_cdt_foreign_key" implied="false" onDeleteCascade="false" table="condition_data_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ecr_chebi_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="experiment_condition_restricted_chebi_term_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <primaryKey column="ecr_pk_id" sequenceNumberInPK="1"/>
         <index name="experiment_condition_restricted_primary_key" unique="true">
            <column ascending="true" name="ecr_pk_id"/>
         </index>
         <index name="ecr__condition_data_type_fk_index" unique="false">
            <column ascending="true" name="ecr_cdt_zdb_id"/>
         </index>
         <index name="experiment_condition_restricted_alternate_key_index" unique="true">
            <column ascending="true" name="ecr_exp_zdb_id"/>
            <column ascending="true" name="ecr_cdt_zdb_id"/>
            <column ascending="true" name="ecr_chebi_term_zdb_id"/>
         </index>
         <index name="experiment_condition_restricted_experiment_foreign_key_index" unique="false">
            <column ascending="true" name="ecr_exp_zdb_id"/>
         </index>
         <index name="experiment_condition_restricted_term_foreign_key_index" unique="false">
            <column ascending="true" name="ecr_chebi_term_zdb_id"/>
         </index>
      </table>
      <table name="expression_experiment" numRows="159244" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatex_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="xpatex_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="expression_experiment2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="xpatex_source_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xpatex_assay_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatex_probe_feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xpatex_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="xpatex_direct_submission_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="6" name="xpatex_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="xpatex_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xpatex_atb_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="expression_experiment_marker_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_probe_feature_zdb_id"/>
         </index>
         <index name="expression_experiment_source_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_source_zdb_id"/>
         </index>
         <index name="xpatex_atb_zdb_id_index" unique="false">
            <column ascending="true" name="xpatex_atb_zdb_id"/>
         </index>
         <index name="xpatex_featexp_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_genox_zdb_id"/>
         </index>
         <index name="xpatex_gene_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_gene_zdb_id"/>
         </index>
      </table>
      <table name="expression_experiment2" numRows="159244" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatex_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="xpatex_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="expression_experiment"/>
            <child column="xpatex_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="expression_experiment_bkup"/>
            <child column="xpatex_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="expression_experiment_temp"/>
            <child column="efs_xpatex_zdb_id" foreignKey="efs_xpatex_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="expression_figure_stage"/>
            <parent column="zactvd_zdb_id" foreignKey="expression_experiment2_zdb_active_data_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="xpatex_assay_name" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="xpatassay_name" foreignKey="xpatex2_assay_foregin_key" implied="false" onDeleteCascade="false" table="expression_pattern_assay"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="xpatex_probe_feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="expression_experiment2_probe_feature_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="xpatex_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="xpatex2_gene_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="xpatex_direct_submission_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="xpatex_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="dblink_zdb_id" foreignKey="expression_experiment2_dblink_foreign_key" implied="false" onDeleteCascade="false" table="db_link"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="xpatex_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="genox_zdb_id" foreignKey="xpatex2_genox_foreign_key" implied="false" onDeleteCascade="false" table="fish_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="xpatex_atb_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="atb_zdb_id" foreignKey="xpatex2_atb_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="antibody"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="xpatex_source_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="expression_experiment2_source_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <primaryKey column="xpatex_zdb_id" sequenceNumberInPK="1"/>
         <index name="expression_experiment2_primary_key" unique="true">
            <column ascending="true" name="xpatex_zdb_id"/>
         </index>
         <index name="expression_experiment2_alternate_key_index" unique="true">
            <column ascending="true" name="xpatex_source_zdb_id"/>
            <column ascending="true" name="xpatex_genox_zdb_id"/>
            <column ascending="true" name="xpatex_assay_name"/>
            <column ascending="true" name="xpatex_probe_feature_zdb_id"/>
            <column ascending="true" name="xpatex_gene_zdb_id"/>
            <column ascending="true" name="xpatex_dblink_zdb_id"/>
            <column ascending="true" name="xpatex_atb_zdb_id"/>
         </index>
         <index name="expression_experiment2_assay_name_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_assay_name"/>
         </index>
         <index name="expression_experiment2_marker_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_probe_feature_zdb_id"/>
         </index>
         <index name="expression_experiment2_source_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_source_zdb_id"/>
         </index>
         <index name="fx_expression_experiment2_dblink_foreign_key" unique="false">
            <column ascending="true" name="xpatex_dblink_zdb_id"/>
         </index>
         <index name="xpatex2_atb_zdb_id_index" unique="false">
            <column ascending="true" name="xpatex_atb_zdb_id"/>
         </index>
         <index name="xpatex2_gene_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_gene_zdb_id"/>
         </index>
         <index name="xpatex_genox_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="xpatex_genox_zdb_id"/>
         </index>
      </table>
      <table name="expression_experiment_bkup" numRows="159237" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatex_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="xpatex_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="expression_experiment2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="xpatex_assay_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xpatex_probe_feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatex_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="4" name="xpatex_direct_submission_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="xpatex_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="xpatex_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="xpatex_atb_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xpatex_source_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="expression_experiment_temp" numRows="159244" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatex_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="xpatex_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="expression_experiment2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="xpatex_assay_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xpatex_probe_feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatex_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="4" name="xpatex_direct_submission_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="xpatex_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="xpatex_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="xpatex_atb_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xpatex_source_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="expression_figure_stage" numRows="269123" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('expression_figure_stage_efs_pk_id_seq'::regclass)" digits="0" id="0" name="efs_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="xpatres_efs_id" foreignKey="xpatres2_efs_id_fk_odc" implied="false" onDeleteCascade="true" table="expression_result2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="efs_xpatex_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="xpatex_zdb_id" foreignKey="efs_xpatex_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="expression_experiment2"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="efs_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="efs_start_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="efs_end_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="efs_pk_id" sequenceNumberInPK="1"/>
         <index name="expression_figure_stage_primary_key" unique="true">
            <column ascending="true" name="efs_pk_id"/>
         </index>
         <index name="efs_end_stg_fk_index" unique="false">
            <column ascending="true" name="efs_end_stg_zdb_id"/>
         </index>
         <index name="efs_fig_fk_index" unique="false">
            <column ascending="true" name="efs_fig_zdb_id"/>
         </index>
         <index name="efs_start_stg_fk_index" unique="false">
            <column ascending="true" name="efs_start_stg_zdb_id"/>
         </index>
         <index name="efs_xpatex_fk_index" unique="false">
            <column ascending="true" name="efs_xpatex_zdb_id"/>
         </index>
         <index name="expression_figure_stage_alternate_key_index" unique="true">
            <column ascending="true" name="efs_xpatex_zdb_id"/>
            <column ascending="true" name="efs_fig_zdb_id"/>
            <column ascending="true" name="efs_start_stg_zdb_id"/>
            <column ascending="true" name="efs_end_stg_zdb_id"/>
         </index>
      </table>
      <table name="expression_pattern_assay" numRows="13" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatassay_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="xpatex_assay_name" foreignKey="xpatex2_assay_foregin_key" implied="false" onDeleteCascade="false" table="expression_experiment2"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="xpatassay_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xpatassay_display_order" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatassay_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xpatassay_mmo_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="xpatassay_name" sequenceNumberInPK="1"/>
         <index name="expression_pattern_assay_primary_key" unique="true">
            <column ascending="true" name="xpatassay_name"/>
         </index>
         <index name="xpatassay_abbrev_alternate_key_index" unique="true">
            <column ascending="true" name="xpatassay_abbrev"/>
         </index>
      </table>
      <table name="expression_pattern_figure" numRows="430405" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatfig_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="xpatfig_xpatres_zdb_id" nullable="true" remarks="" size="19" type="int8"/>
         <index name="expression_pattern_figure_fig_foreign_key" unique="false">
            <column ascending="true" name="xpatfig_fig_zdb_id"/>
         </index>
         <index name="expression_pattern_figure_xpatres_foreign_key_index" unique="false">
            <column ascending="true" name="xpatfig_xpatres_zdb_id"/>
         </index>
      </table>
      <table name="expression_pattern_figure_bkup" numRows="430388" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatfig_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="xpatfig_xpatres_zdb_id" nullable="true" remarks="" size="19" type="int8"/>
      </table>
      <table name="expression_pattern_figure_temp" numRows="430405" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatfig_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="xpatfig_xpatres_zdb_id" nullable="true" remarks="" size="19" type="int8"/>
      </table>
      <table name="expression_pattern_infrastructure" numRows="2329" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatinf_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="xpatinf_active_data_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="xpatinf_curator_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="xpatinf_curator_foreign_key" implied="false" onDeleteCascade="false" table="zdb_submitters"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="xpatinf_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="xpatinf_pub_foreign_key" implied="false" onDeleteCascade="false" table="publication"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="xpatinf_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="4" name="xpatinf_superterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="xpatinf_superterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="xpatinf_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="xpatinf_subterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="xpatinf_quality_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="7" name="xpatinf_expression_found" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="xpatinf_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="xpatinf_zdb_id" sequenceNumberInPK="1"/>
         <index name="xpatinf_primary_key" unique="true">
            <column ascending="true" name="xpatinf_zdb_id"/>
         </index>
         <index name="xpatinf_curator_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="xpatinf_curator_zdb_id"/>
         </index>
         <index name="xpatinf_pub_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="xpatinf_pub_zdb_id"/>
         </index>
         <index name="xpatinf_subterm_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="xpatinf_subterm_zdb_id"/>
         </index>
         <index name="xpatinf_superterm_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="xpatinf_superterm_zdb_id"/>
         </index>
      </table>
      <table name="expression_phenotype_term" numRows="31948" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('expression_phenotype_term_ept_pk_id_seq'::regclass)" digits="0" id="0" name="ept_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" defaultValue="'expressed_in'::text" digits="0" id="1" name="ept_relational_term" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ept_quality_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="ept_term_foreign_key_odc" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" defaultValue="'abnormal'::text" digits="0" id="3" name="ept_tag" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ept_xpatres_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="xpatres_pk_id" foreignKey="ept_xpatres_foreign_key_odc" implied="false" onDeleteCascade="true" table="expression_result2"/>
         </column>
         <primaryKey column="ept_pk_id" sequenceNumberInPK="1"/>
         <index name="ept_pk_constraint" unique="true">
            <column ascending="true" name="ept_pk_id"/>
         </index>
         <index name="ept_quality_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="ept_quality_term_zdb_id"/>
         </index>
         <index name="ept_xpatres_zdb_id_fk_index" unique="false">
            <column ascending="true" name="ept_xpatres_id"/>
         </index>
         <index name="expression_phenotype_alternate_key" unique="true">
            <column ascending="true" name="ept_xpatres_id"/>
            <column ascending="true" name="ept_quality_term_zdb_id"/>
         </index>
      </table>
      <table name="expression_phenotype_term_controlled_vocab" numRows="8" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('expression_phenotype_term_controlled_vocab_eptcv_pk_id_seq'::regclass)" digits="0" id="0" name="eptcv_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="eptcv_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="expression_result" numRows="430405" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatres_zdb_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="xpatres_xpatex_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xpatres_start_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatres_end_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="4" name="xpatres_expression_found" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="xpatres_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="xpatres_superterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="xpatres_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xpatres_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="expression_result_end_stg_foreign_key_index" unique="false">
            <column ascending="true" name="xpatres_end_stg_zdb_id"/>
         </index>
         <index name="expression_result_start_stg_foreign_key_index" unique="false">
            <column ascending="true" name="xpatres_start_stg_zdb_id"/>
         </index>
         <index name="expression_result_subterm_foreign_key_index" unique="false">
            <column ascending="true" name="xpatres_subterm_zdb_id"/>
         </index>
         <index name="expression_result_superterm_foreign_key_index" unique="false">
            <column ascending="true" name="xpatres_superterm_zdb_id"/>
         </index>
         <index name="expression_result_xpatex_foreign_key_index" unique="false">
            <column ascending="true" name="xpatres_xpatex_zdb_id"/>
         </index>
      </table>
      <table name="expression_result2" numRows="430421" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('expression_result2_xpatres_pk_id_seq'::regclass)" digits="0" id="0" name="xpatres_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="ept_xpatres_id" foreignKey="ept_xpatres_foreign_key_odc" implied="false" onDeleteCascade="true" table="expression_phenotype_term"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="xpatres_efs_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="efs_pk_id" foreignKey="xpatres2_efs_id_fk_odc" implied="false" onDeleteCascade="true" table="expression_figure_stage"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="xpatres_expression_found" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatres_superterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="xpatres2_superterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="xpatres_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="xpatres2_subterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <primaryKey column="xpatres_pk_id" sequenceNumberInPK="1"/>
         <index name="xpatres2_pk_id" unique="true">
            <column ascending="true" name="xpatres_pk_id"/>
         </index>
         <index name="xpatres_alternate_key_index" unique="true">
            <column ascending="true" name="xpatres_efs_id"/>
            <column ascending="true" name="xpatres_superterm_zdb_id"/>
            <column ascending="true" name="xpatres_expression_found"/>
            <column ascending="true" name="xpatres_subterm_zdb_id"/>
         </index>
         <index name="xpatres_efs_foreign_key_index" unique="false">
            <column ascending="true" name="xpatres_efs_id"/>
         </index>
         <index name="xpatres_subterm_foreign_key_index" unique="false">
            <column ascending="true" name="xpatres_subterm_zdb_id"/>
         </index>
         <index name="xpatres_superterm_foreign_key_index" unique="false">
            <column ascending="true" name="xpatres_superterm_zdb_id"/>
         </index>
      </table>
      <table name="expression_result_bkup" numRows="430388" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xpatres_pk_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="xpatres_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xpatres_end_stage_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatres_start_stage_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xpatres_expression_found" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="xpatres_superterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="xpatres_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="xpatres_xpatex_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="expression_result_temp" numRows="430405" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('expression_result_temp_xpatres_zdb_id_seq'::regclass)" digits="0" id="0" name="xpatres_zdb_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="xpatres_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xpatres_end_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatres_start_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xpatres_expression_found" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="xpatres_superterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="xpatres_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="xpatres_xpatex_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="expression_search_anatomy_generated" numRows="11468271" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="esag_efs_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="esag_term_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="esag_is_direct" nullable="true" remarks="" size="1" type="bool"/>
         <index name="esag_efs_id_index" unique="false">
            <column ascending="true" name="esag_efs_id"/>
         </index>
      </table>
      <table name="expression_term_fast_search" numRows="252679" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('expression_term_fast_search_etfs_pk_id_seq'::regclass)" digits="0" id="0" name="etfs_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="etfs_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="2" name="etfs_created_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="etfs_is_xpatres_term" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="etfs_xpatres_pk_id" nullable="true" remarks="" size="19" type="int8"/>
         <index name="etfs_term_zdb_id_index" unique="false">
            <column ascending="true" name="etfs_term_zdb_id"/>
         </index>
      </table>
      <table name="external_note" numRows="43492" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="extnote_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="extnote_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="extnote_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="extnote_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="extnote_note" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="extnote_note_type" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="extntype_name" foreignKey="external_note_type_foreign_key" implied="false" onDeleteCascade="false" table="external_note_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="extnote_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="extnote_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="extnote_zdb_id" sequenceNumberInPK="1"/>
         <index name="external_note_primary_key" unique="true">
            <column ascending="true" name="extnote_zdb_id"/>
         </index>
         <index name="external_note_type_foreign_key" unique="false">
            <column ascending="true" name="extnote_note_type"/>
         </index>
         <index name="extnote_data_zdb_id_index" unique="false">
            <column ascending="true" name="extnote_data_zdb_id"/>
         </index>
      </table>
      <table name="external_note_type" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="extntype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="extnote_note_type" foreignKey="external_note_type_foreign_key" implied="false" onDeleteCascade="false" table="external_note"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="extntype_comment" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="extntype_name" sequenceNumberInPK="1"/>
         <index name="external_note_type_primary_key" unique="true">
            <column ascending="true" name="extntype_name"/>
         </index>
      </table>
      <table name="external_reference" numRows="53381" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('external_reference_exref_pk_id_seq'::regclass)" digits="0" id="0" name="exref_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="exref_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="exref_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="exref_foreign_db_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="fdb_db_pk_id" foreignKey="exref_foreign_db_id_foreign_key" implied="false" onDeleteCascade="true" table="foreign_db"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="exref_reference" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="exref_attype_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="attype_type" foreignKey="exref_attype_type_foreign_key" implied="false" onDeleteCascade="true" table="attribution_type"/>
         </column>
         <primaryKey column="exref_pk_id" sequenceNumberInPK="1"/>
         <index name="external_reference_primary_key" unique="true">
            <column ascending="true" name="exref_pk_id"/>
         </index>
         <index name="exref_alternate_key_index" unique="true">
            <column ascending="true" name="exref_data_zdb_id"/>
            <column ascending="true" name="exref_foreign_db_id"/>
            <column ascending="true" name="exref_reference"/>
         </index>
         <index name="exref_attype_type_index" unique="false">
            <column ascending="true" name="exref_attype_type"/>
         </index>
         <index name="exref_data_zdb_id_index" unique="false">
            <column ascending="true" name="exref_data_zdb_id"/>
         </index>
         <index name="exref_foreign_db_id_index" unique="false">
            <column ascending="true" name="exref_foreign_db_id"/>
         </index>
      </table>
      <table name="featmkr" numRows="12381" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="featzdb" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="genezdb" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="strand" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="feattype" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="feature" numRows="72073" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="af_feature_zdb_id" foreignKey="af_feature_zdb_id_fk" implied="false" onDeleteCascade="true" table="amsterdam_file"/>
            <child column="featassay_feature_zdb_id" foreignKey="featassay_feature_zdb_id_fk" implied="false" onDeleteCascade="true" table="feature_assay"/>
            <child column="feature_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="feature_audit"/>
            <child column="fcc_feature_zdb_id" foreignKey="fcc_feature_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="feature_community_contribution"/>
            <child column="fdmd_feature_zdb_id" foreignKey="fdmd_feature_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="feature_dna_mutation_detail"/>
            <child column="fgmd_feature_zdb_id" foreignKey="fgmd_feature_fk_odc" implied="false" onDeleteCascade="true" table="feature_genomic_mutation_detail"/>
            <child column="fhist_ftr_zdb_id" foreignKey="fhist_ftr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="feature_history"/>
            <child column="fmrel_ftr_zdb_id" foreignKey="fmrel_ftr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="feature_marker_relationship"/>
            <child column="fpmd_feature_zdb_id" foreignKey="fpmd_feature_zdb_id_fk_constraint" implied="false" onDeleteCascade="false" table="feature_protein_mutation_detail"/>
            <child column="ftmd_feature_zdb_id" foreignKey="ftmd_feature_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="feature_transcript_mutation_detail"/>
            <child column="genofeat_feature_zdb_id" foreignKey="genofeat_feature_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype_feature"/>
            <child column="ooa_feature_zdb_id" foreignKey="ooa_feature_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="one_to_one_accession"/>
            <parent column="zactvd_zdb_id" foreignKey="feature_zactvd_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="feature_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="feature_abbrev" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="feature_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ftrtype_name" foreignKey="feature_type_foreign_key" implied="false" onDeleteCascade="false" table="feature_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="feature_name_order" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="feature_abbrev_order" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="feature_date_entered" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="feature_lab_prefix_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="fp_pk_id" foreignKey="feature_lab_prefix_id_foreign_key" implied="false" onDeleteCascade="true" table="feature_prefix"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="feature_line_number" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="feature_df_transloc_complex_prefix" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="feature_dominant" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="feature_unspecified" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="feature_unrecovered" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="13" name="feature_known_insertion_site" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="14" name="feature_tg_suffix" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="15" name="ftr_chr_info_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <primaryKey column="feature_zdb_id" sequenceNumberInPK="1"/>
         <index name="feature_primary_key" unique="true">
            <column ascending="true" name="feature_zdb_id"/>
         </index>
         <index name="feature_abbrev_alternate_key" unique="true">
            <column ascending="true" name="feature_abbrev"/>
         </index>
         <index name="feature_lab_feature_prefix_fk_index" unique="false">
            <column ascending="true" name="feature_lab_prefix_id"/>
         </index>
         <index name="feature_name_index" unique="true">
            <column ascending="true" name="feature_name"/>
         </index>
         <index name="feature_type_foreign_key_index" unique="false">
            <column ascending="true" name="feature_type"/>
         </index>
      </table>
      <table name="feature_assay" numRows="72071" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="featassay_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="featassay_feature_zdb_id_fk" implied="false" onDeleteCascade="true" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="featassay_mutagen" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="featassay_mutagee" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('feature_assay_featassay_pk_id_seq'::regclass)" digits="0" id="3" name="featassay_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <primaryKey column="featassay_pk_id" sequenceNumberInPK="1"/>
         <index name="feature_assay_primary_key" unique="true">
            <column ascending="true" name="featassay_pk_id"/>
         </index>
         <index name="feature_assay_alternate_key_index" unique="true">
            <column ascending="true" name="featassay_feature_zdb_id"/>
            <column ascending="true" name="featassay_mutagen"/>
            <column ascending="true" name="featassay_mutagee"/>
         </index>
         <index name="feature_assay_feature_key_index" unique="true">
            <column ascending="true" name="featassay_feature_zdb_id"/>
         </index>
         <index name="feature_assay_mutagee_foreign_key_index" unique="false">
            <column ascending="true" name="featassay_mutagee"/>
         </index>
         <index name="feature_assay_mutagen_foreign_key_index" unique="false">
            <column ascending="true" name="featassay_mutagen"/>
         </index>
      </table>
      <table name="feature_audit" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="true" remarks="" size="10" type="int4">
            <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="databasechangeloglock"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="rev" nullable="true" remarks="" size="10" type="int4">
            <parent column="rev" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="revinfo"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="revtype" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="feature_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="feature_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="feature_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="feature_name_order" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="8" name="feature_date_entered" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="9" name="feature_lap_prefix_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="10" name="feature_line_number" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="feature_df_transloc_complex_prefix" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="feature_dominant" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="13" name="feature_unspecified" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="14" name="feature_unrecovered" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="15" name="feature_known_insertion_site" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="16" name="feature_tg_suffix" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="feature_community_contribution" numRows="11" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('feature_community_contribution_fcc_pk_id_seq'::regclass)" digits="0" id="0" name="fcc_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="fcc_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="fcc_feature_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fcc_functional_consequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="fcc_adult_viable" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="fcc_maternal_zygosity_examined" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="fcc_currently_available" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="fcc_other_line_information" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="7" name="fcc_date_added" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="8" name="fcc_added_by" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="fcc_person_fk_odc" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="fcc_nmd_apparent" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="fcc_pk_id" sequenceNumberInPK="1"/>
         <index name="feature_community_contribution_pkey" unique="true">
            <column ascending="true" name="fcc_pk_id"/>
         </index>
         <index name="fcc_feature_zdb_id_index" unique="false">
            <column ascending="true" name="fcc_feature_zdb_id"/>
         </index>
      </table>
      <table name="feature_community_contribution_audit" numRows="11" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fcc_feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="fcc_functional_consequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fcc_adult_viable" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="fcc_maternal_zygosity_examined" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="fcc_currently_available" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="fcc_other_line_information" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="6" name="fcc_date_added" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="fcc_added_by" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="feature_data" numRows="116" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="feature_abb" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="line_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="other_feature_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="construct_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pub_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="feature_dna_mutation_detail" numRows="40544" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fdmd_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="fdmd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fdmd_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="fdmd_feature_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fdmd_dna_mutation_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mdcv_term_zdb_id" foreignKey="fdmd_mdcv_fk" implied="false" onDeleteCascade="false" table="mutation_detail_controlled_vocabulary"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="fdmd_dna_sequence_of_reference_accession_number" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fdmd_fdbcont_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fdbcont_zdb_id" foreignKey="fdmd_fdbcont_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="foreign_db_contains"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="fdmd_dna_position_start" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="fdmd_dna_position_end" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="fdmd_number_additional_dna_base_pairs" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="fdmd_number_removed_dna_base_pairs" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="9" name="fdmd_exon_number" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="10" name="fdmd_intron_number" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="11" name="fdmd_gene_localization_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="fdmd_inserted_sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="fdmd_deleted_sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="fdmd_zdb_id" sequenceNumberInPK="1"/>
         <index name="feature_dna_mutation_detail_primary_key" unique="true">
            <column ascending="true" name="fdmd_zdb_id"/>
         </index>
         <index name="fdmd_dna_mutation_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="fdmd_dna_mutation_term_zdb_id"/>
         </index>
         <index name="fdmd_fdbcont_zdb_id_fk_index" unique="false">
            <column ascending="true" name="fdmd_fdbcont_zdb_id"/>
         </index>
         <index name="fdmd_gene_localization_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="fdmd_gene_localization_term_zdb_id"/>
         </index>
         <index name="feature_dna_mutation_detail_alternate_key_index" unique="true">
            <column ascending="true" name="fdmd_feature_zdb_id"/>
         </index>
      </table>
      <table name="feature_genomic_mutation_detail" numRows="39410" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fgmd_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="fgmd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fgmd_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="fgmd_feature_fk_odc" implied="false" onDeleteCascade="true" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fgmd_sequence_of_reference" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fgmd_sequence_of_variation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fgmd_sequence_of_reference_accession_number" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="'+'::text" digits="0" id="5" name="fgmd_variation_strand" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="fgmd_padded_base" nullable="true" remarks="" size="1" type="varchar"/>
         <primaryKey column="fgmd_zdb_id" sequenceNumberInPK="1"/>
         <index name="feature_genomic_mutation_detail_pkey" unique="true">
            <column ascending="true" name="fgmd_zdb_id"/>
         </index>
         <index name="feature_genomic_mutation_detail_feature_index" unique="false">
            <column ascending="true" name="fgmd_feature_zdb_id"/>
         </index>
         <index name="fgmd_ak_constraint" unique="true">
            <column ascending="true" name="fgmd_feature_zdb_id"/>
         </index>
      </table>
      <table name="feature_group" numRows="37050" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fg_group_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="fg_group_order" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fg_geno_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('feature_group_fg_group_pk_id_seq'::regclass)" digits="0" id="4" name="fg_group_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="5" name="fg_type_group" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="fg_geno_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="fg_group_pk_id" sequenceNumberInPK="1"/>
         <index name="feature_group_primary_key" unique="true">
            <column ascending="true" name="fg_group_pk_id"/>
         </index>
         <index name="fg_geno_name_index" unique="false">
            <column ascending="true" name="fg_geno_name"/>
         </index>
         <index name="fg_geno_zdb_index" unique="false">
            <column ascending="true" name="fg_geno_zdb_id"/>
         </index>
         <index name="fg_genox_zdb_index" unique="false">
            <column ascending="true" name="fg_genox_zdb_id"/>
         </index>
      </table>
      <table name="feature_group_member" numRows="391336" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fgm_group_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="fgm_member_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fgm_member_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fgm_genotype_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fgm_significance" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="fgm_feature_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('feature_group_member_fgm_pk_id_seq'::regclass)" digits="0" id="6" name="fgm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <primaryKey column="fgm_pk_id" sequenceNumberInPK="1"/>
         <index name="feature_group_member_primary_key" unique="true">
            <column ascending="true" name="fgm_pk_id"/>
         </index>
         <index name="feature_group_member_genotype_id_index" unique="false">
            <column ascending="true" name="fgm_genotype_id"/>
         </index>
         <index name="feature_group_member_group_id_index" unique="false">
            <column ascending="true" name="fgm_group_id"/>
         </index>
         <index name="feature_group_member_id_index" unique="false">
            <column ascending="true" name="fgm_member_id"/>
         </index>
      </table>
      <table name="feature_history" numRows="72712" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fhist_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="fhist_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fhist_ftr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="fhist_ftr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fhist_event" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mhistvnt_name" foreignKey="fhist_event_foreign_key" implied="false" onDeleteCascade="false" table="marker_history_event"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="fhist_reason" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mhistrsn_name" foreignKey="fhist_reason_foreign_key" implied="false" onDeleteCascade="false" table="marker_history_reason"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="fhist_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="fhist_ftr_name_on_fhist_date" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="fhist_ftr_abbrev_on_fhist_date" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="fhist_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="fhist_dalias_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="dalias_zdb_id" foreignKey="fhist_dalias_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="data_alias"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="fhist_ftr_prev_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="fhist_zdb_id" sequenceNumberInPK="1"/>
         <index name="feature_hist_primary_key" unique="true">
            <column ascending="true" name="fhist_zdb_id"/>
         </index>
         <index name="fhist_dalias_zdb_id_index" unique="false">
            <column ascending="true" name="fhist_dalias_zdb_id"/>
         </index>
         <index name="fhist_event_index" unique="false">
            <column ascending="true" name="fhist_event"/>
         </index>
         <index name="fhist_ftr_zdb_id_index" unique="false">
            <column ascending="true" name="fhist_ftr_zdb_id"/>
         </index>
         <index name="fhist_reason_index" unique="false">
            <column ascending="true" name="fhist_reason"/>
         </index>
      </table>
      <table name="feature_marker_relationship" numRows="83139" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fmrel_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="fmrel_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fmrel_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fmreltype_name" foreignKey="fmrel_type_foreign_key" implied="false" onDeleteCascade="false" table="feature_marker_relationship_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fmrel_ftr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="fmrel_ftr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="fmrel_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="fmrel_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <primaryKey column="fmrel_zdb_id" sequenceNumberInPK="1"/>
         <index name="feature_marker_relationship_primary_key" unique="true">
            <column ascending="true" name="fmrel_zdb_id"/>
         </index>
         <index name="feature_marker_relationship_alternate_key_index" unique="true">
            <column ascending="true" name="fmrel_ftr_zdb_id"/>
            <column ascending="true" name="fmrel_mrkr_zdb_id"/>
         </index>
         <index name="fmrel_ftr_zdb_id_index" unique="false">
            <column ascending="true" name="fmrel_ftr_zdb_id"/>
         </index>
         <index name="fmrel_mrkr_zdb_id_index" unique="false">
            <column ascending="true" name="fmrel_mrkr_zdb_id"/>
         </index>
         <index name="fmrel_type_index" unique="false">
            <column ascending="true" name="fmrel_type"/>
         </index>
      </table>
      <table name="feature_marker_relationship_type" numRows="7" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fmreltype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fmrel_type" foreignKey="fmrel_type_foreign_key" implied="false" onDeleteCascade="false" table="feature_marker_relationship"/>
            <child column="gcs_fmrel_type" foreignKey="gcs_fmrel_type_foreign_key" implied="false" onDeleteCascade="false" table="genotype_component_significance"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fmreltype_ftr_type_group" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ftrgrp_name" foreignKey="fmreltype_ftr_type_group_ftr_foreign_key" implied="false" onDeleteCascade="false" table="feature_type_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fmreltype_mrkr_type_group" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mtgrp_name" foreignKey="fmreltype_ftr_type_group_mrkr_foreign_key" implied="false" onDeleteCascade="false" table="marker_type_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="fmreltype_1_to_2_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fmreltype_2_to_1_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="fmreltype_produces_affected_marker" nullable="false" remarks="" size="1" type="bool"/>
         <primaryKey column="fmreltype_name" sequenceNumberInPK="1"/>
         <index name="feature_marker_relationship_type_primary_key" unique="true">
            <column ascending="true" name="fmreltype_name"/>
         </index>
         <index name="feature_marker_relationship_type_ftr_group_index" unique="false">
            <column ascending="true" name="fmreltype_ftr_type_group"/>
         </index>
         <index name="feature_marker_relationship_type_mrkr_group_index" unique="false">
            <column ascending="true" name="fmreltype_mrkr_type_group"/>
         </index>
      </table>
      <table name="feature_prefix" numRows="555" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('feature_prefix_fp_pk_id_seq'::regclass)" digits="0" id="0" name="fp_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="feature_lab_prefix_id" foreignKey="feature_lab_prefix_id_foreign_key" implied="false" onDeleteCascade="true" table="feature"/>
            <child column="sfp_prefix_id" foreignKey="sfp_prefix_id_foreign_key" implied="false" onDeleteCascade="true" table="source_feature_prefix"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fp_prefix" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="2" name="fp_date_entered" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="3" name="fp_institute_display" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="fp_pk_id" sequenceNumberInPK="1"/>
         <index name="feature_prefix_primary_key" unique="true">
            <column ascending="true" name="fp_pk_id"/>
         </index>
         <index name="feature_prefix_alternate_key_index" unique="true">
            <column ascending="true" name="fp_prefix"/>
         </index>
      </table>
      <table name="feature_protein_mutation_detail" numRows="2249" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fpmd_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="feature_protein_mutation_detail_zdb_active_data_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fpmd_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="fpmd_feature_zdb_id_fk_constraint" implied="false" onDeleteCascade="false" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fpmd_sequence_of_reference_accession_number" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fpmd_fdbcont_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fdbcont_zdb_id" foreignKey="fpmd_fdbcont_zdb_id_fk_constraint" implied="false" onDeleteCascade="false" table="foreign_db_contains"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="fpmd_protein_position_start" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="fpmd_protein_position_end" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="fpmd_wt_protein_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="fpmd_mutant_or_stop_protein_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="fpmd_number_amino_acids_removed" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="9" name="fpmd_number_amino_acids_added" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="10" name="fpmd_protein_consequence_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mdcv_term_zdb_id" foreignKey="fpmd_mdcv_fk" implied="false" onDeleteCascade="false" table="mutation_detail_controlled_vocabulary"/>
         </column>
         <primaryKey column="fpmd_zdb_id" sequenceNumberInPK="1"/>
         <index name="feature_protein_mutation_detail_primary_key" unique="true">
            <column ascending="true" name="fpmd_zdb_id"/>
         </index>
         <index name="fpmd_fdbcont_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="fpmd_fdbcont_zdb_id"/>
         </index>
         <index name="fpmd_feature_zdb_id_alternate_key_index" unique="true">
            <column ascending="true" name="fpmd_feature_zdb_id"/>
         </index>
         <index name="fpmd_mutant_or_stop_protein_term_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="fpmd_mutant_or_stop_protein_term_zdb_id"/>
         </index>
         <index name="fpmd_protein_consequence_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="fpmd_protein_consequence_term_zdb_id"/>
         </index>
         <index name="fpmd_wt_protein_term_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="fpmd_wt_protein_term_zdb_id"/>
         </index>
      </table>
      <table name="feature_stats" numRows="639438" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('feature_stats_temp_fstat_pk_id_seq'::regclass)" digits="0" id="0" name="fstat_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="fstat_feat_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fstat_superterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fstat_subterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fstat_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="fstat_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="fstat_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="fstat_xpatres_zdb_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="fstat_type" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="fstat_img_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="feature_stats_old" numRows="639345" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('feature_stats_temp_fstat_pk_id_seq1'::regclass)" digits="0" id="0" name="fstat_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="fstat_feat_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fstat_superterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fstat_subterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fstat_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="fstat_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="fstat_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="fstat_xpatres_zdb_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="fstat_type" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="fstat_img_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="fstat_feat_fk_index" unique="false">
            <column ascending="true" name="fstat_feat_zdb_id"/>
         </index>
         <index name="fstat_fig_fk_index" unique="false">
            <column ascending="true" name="fstat_fig_zdb_id"/>
         </index>
         <index name="fstat_gene_fk_index" unique="false">
            <column ascending="true" name="fstat_gene_zdb_id"/>
         </index>
         <index name="fstat_img_fk_index" unique="false">
            <column ascending="true" name="fstat_img_zdb_id"/>
         </index>
         <index name="fstat_pk_id_index" unique="true">
            <column ascending="true" name="fstat_pk_id"/>
         </index>
         <index name="fstat_pub_fk_index" unique="false">
            <column ascending="true" name="fstat_pub_zdb_id"/>
         </index>
         <index name="fstat_subterm_fk_index" unique="false">
            <column ascending="true" name="fstat_subterm_zdb_id"/>
         </index>
         <index name="fstat_superterm_fk_index" unique="false">
            <column ascending="true" name="fstat_superterm_zdb_id"/>
         </index>
      </table>
      <table name="feature_tracking" numRows="56256" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('feature_tracking_ft_pk_id_seq'::regclass)" digits="0" id="0" name="ft_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ft_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ft_feature_abbrev" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ft_feature_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="ft_date_entered" nullable="false" remarks="" size="29" type="timestamp"/>
         <primaryKey column="ft_pk_id" sequenceNumberInPK="1"/>
         <index name="feature_tracking_primary_key" unique="true">
            <column ascending="true" name="ft_pk_id"/>
         </index>
         <index name="feature_tracking_alternate_key_index" unique="true">
            <column ascending="true" name="ft_feature_abbrev"/>
         </index>
      </table>
      <table name="feature_transcript_mutation_detail" numRows="38191" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftmd_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="ftmd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ftmd_transcript_consequence_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mdcv_term_zdb_id" foreignKey="ftmd_mdcv_fk" implied="false" onDeleteCascade="false" table="mutation_detail_controlled_vocabulary"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ftmd_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="ftmd_feature_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ftmd_exon_number" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="ftmd_intron_number" nullable="true" remarks="" size="19" type="int8"/>
         <primaryKey column="ftmd_zdb_id" sequenceNumberInPK="1"/>
         <index name="feature_transcript_mutation_detail_primary_key" unique="true">
            <column ascending="true" name="ftmd_zdb_id"/>
         </index>
         <index name="ftmd_altetranscriptte_key_index" unique="true">
            <column ascending="true" name="ftmd_feature_zdb_id"/>
            <column ascending="true" name="ftmd_transcript_consequence_term_zdb_id"/>
         </index>
         <index name="ftmd_feature_zdb_id_fk_odc_index" unique="false">
            <column ascending="true" name="ftmd_feature_zdb_id"/>
         </index>
         <index name="ftmd_transcript_consequence_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="ftmd_transcript_consequence_term_zdb_id"/>
         </index>
      </table>
      <table name="feature_type" numRows="12" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftrtype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="feature_type" foreignKey="feature_type_foreign_key" implied="false" onDeleteCascade="false" table="feature"/>
            <child column="ftrgrpmem_ftr_type" foreignKey="feature_type_group_member_type_foreign_key" implied="false" onDeleteCascade="false" table="feature_type_group_member"/>
            <child column="ftmgm_feature_type" foreignKey="ftmgm_feature_type_foreign_key_odc" implied="false" onDeleteCascade="true" table="feature_type_mutagen_group_member"/>
            <child column="gcs_ftr_type" foreignKey="gcs_ftr_type_foreign_key" implied="false" onDeleteCascade="false" table="genotype_component_significance"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ftrtype_significance" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="ftrtype_type_display" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ftrtype_name" sequenceNumberInPK="1"/>
         <index name="feature_type_primary_key" unique="true">
            <column ascending="true" name="ftrtype_name"/>
         </index>
      </table>
      <table name="feature_type_group" numRows="12" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftrgrp_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fmreltype_ftr_type_group" foreignKey="fmreltype_ftr_type_group_ftr_foreign_key" implied="false" onDeleteCascade="false" table="feature_marker_relationship_type"/>
            <child column="ftrgrpmem_ftr_type_group" foreignKey="ftrgrpmem_ftr_type_group_foreign_key" implied="false" onDeleteCascade="false" table="feature_type_group_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ftrgrp_comments" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ftrgrp_name" sequenceNumberInPK="1"/>
         <index name="feature_type_group_primary_key" unique="true">
            <column ascending="true" name="ftrgrp_name"/>
         </index>
      </table>
      <table name="feature_type_group_member" numRows="23" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftrgrpmem_ftr_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ftrtype_name" foreignKey="feature_type_group_member_type_foreign_key" implied="false" onDeleteCascade="false" table="feature_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ftrgrpmem_ftr_type_group" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ftrgrp_name" foreignKey="ftrgrpmem_ftr_type_group_foreign_key" implied="false" onDeleteCascade="false" table="feature_type_group"/>
         </column>
         <primaryKey column="ftrgrpmem_ftr_type" sequenceNumberInPK="1"/>
         <primaryKey column="ftrgrpmem_ftr_type_group" sequenceNumberInPK="2"/>
         <index name="feature_type_group_member_primary_key" unique="true">
            <column ascending="true" name="ftrgrpmem_ftr_type"/>
            <column ascending="true" name="ftrgrpmem_ftr_type_group"/>
         </index>
         <index name="feature_type_group_member_group_foreign_key_index" unique="false">
            <column ascending="true" name="ftrgrpmem_ftr_type_group"/>
         </index>
         <index name="feature_type_group_member_type_foreign_key_index" unique="false">
            <column ascending="true" name="ftrgrpmem_ftr_type"/>
         </index>
      </table>
      <table name="feature_type_mutagen_group_member" numRows="105" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('feature_type_mutagen_group_member_ftmgm_pk_id_seq'::regclass)" digits="0" id="0" name="ftmgm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ftmgm_feature_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ftrtype_name" foreignKey="ftmgm_feature_type_foreign_key_odc" implied="false" onDeleteCascade="true" table="feature_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ftmgm_mutagen" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mutagen_name" foreignKey="ftmgm_mutagen_foreign_key_odc" implied="false" onDeleteCascade="true" table="mutagen"/>
         </column>
         <primaryKey column="ftmgm_pk_id" sequenceNumberInPK="1"/>
         <index name="feature_type_mutagen_group_member_primary_key" unique="true">
            <column ascending="true" name="ftmgm_pk_id"/>
         </index>
         <index name="feature_type_mutagen_group_member_alternate_key_index" unique="true">
            <column ascending="true" name="ftmgm_feature_type"/>
            <column ascending="true" name="ftmgm_mutagen"/>
         </index>
      </table>
      <table name="feature_type_ordering" numRows="18" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('feature_type_ordering_fto_pk_id_seq'::regclass)" digits="0" id="0" name="fto_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="fto_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="fto_priority" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="fto_pk_id" sequenceNumberInPK="1"/>
         <index name="feature_type_ordering_primary_key" unique="true">
            <column ascending="true" name="fto_pk_id"/>
         </index>
         <index name="feature_type_ordering_name" unique="false">
            <column ascending="true" name="fto_name"/>
         </index>
      </table>
      <table name="featuredata" numRows="638" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="alleleid" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ensdarg1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ensdarg2" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="featuregenedata" numRows="20" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allele" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ensdargid" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="geneid" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="featurenogenedata" numRows="7" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allele" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="featurezmp" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allele" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="geneabbrev" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="featurezmpdata" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allele" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ensdargid" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="geneabbrev" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="fest_lib_inst" numRows="769" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fli_fest" nullable="false" remarks="" size="6" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="1" name="fli_lib" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fli_inst" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="gpi_institution" foreignKey="fli_inst_foreign_key" implied="false" onDeleteCascade="false" table="geneprefix_institution"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="fli_probelib_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="fli_fest" sequenceNumberInPK="1"/>
         <index name="fest_lib_inst_primary_key" unique="true">
            <column ascending="true" name="fli_fest"/>
         </index>
         <index name="fli_inst_index" unique="false">
            <column ascending="true" name="fli_inst"/>
         </index>
      </table>
      <table name="fgmdnote" numRows="1513" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fgmdzdb" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="fgmdnote" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fgmdref" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fgmdtype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fgmdtag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="fgmdnote_zdb_id" nullable="true" remarks="" size="50" type="varchar"/>
      </table>
      <table name="figure" numRows="128304" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="consfig_fig_zdb_id" foreignKey="construct_figure_fig_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="construct_figure"/>
            <child column="gffs_fig_zdb_id" foreignKey="gffs_fig_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="genotype_figure_fast_search"/>
            <child column="img_fig_zdb_id" foreignKey="image_fig_foreign_key_odc" implied="false" onDeleteCascade="true" table="image"/>
            <child column="phenox_fig_zdb_id" foreignKey="phenox_fig_foreign_key_odc" implied="false" onDeleteCascade="true" table="phenotype_experiment"/>
            <child column="fig_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_fish_thatfitthebill"/>
            <child column="fig_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_fishnoeap"/>
            <parent column="zactvd_zdb_id" foreignKey="fx_figure_zdb_id_active_data_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fig_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="figure_source_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fig_caption" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fig_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fig_label" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="fig_full_label" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="0" id="6" name="fig_inserted_date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" defaultValue="now()" digits="0" id="7" name="fig_updated_date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="8" name="fig_inserted_by" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="fig_updated_by" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="fig_zdb_id" sequenceNumberInPK="1"/>
         <index name="fx_figure_primary_key_constraint" unique="true">
            <column ascending="true" name="fig_zdb_id"/>
         </index>
         <index name="fig_label_index" unique="false">
            <column ascending="true" name="fig_label"/>
         </index>
         <index name="figure_source_foreign_key_index" unique="false">
            <column ascending="true" name="fig_source_zdb_id"/>
         </index>
      </table>
      <table name="final491" numRows="2013" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="affector" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="goid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ont" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="messup" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="finalct3" numRows="2181" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mrkr_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="bundle" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="inf" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ont" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="term_ont_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="finalgo" numRows="2181" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mrkr_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="inf" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ont" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="term_ont_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="fish" numRows="45731" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fish_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="genox_fish_zdb_id" foreignKey="genox_fish_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish_experiment"/>
            <child column="fishstr_fish_zdb_id" foreignKey="fishstr_fish_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish_str"/>
            <child column="gffs_fish_zdb_id" foreignKey="gffs_fish_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="genotype_figure_fast_search"/>
            <child column="hds_fish_zdb_id" foreignKey="hds_fish_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="htp_dataset_sample"/>
            <child column="fish_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_fish490"/>
            <child column="fish_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_fish_thatfitthebill"/>
            <child column="fish_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_fishnoeap"/>
            <child column="fish_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_onlyfish"/>
            <parent column="zactvd_zdb_id" foreignKey="fish_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fish_genotype_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="geno_zdb_id" foreignKey="fish_genotype_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fish_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fish_handle" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fish_name_order" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="fish_modified" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="fish_order" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="fish_functional_affected_gene_count" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="fish_is_wildtype" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="9" name="fish_full_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="fish_phenotypic_construct_count" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="fish_zdb_id" sequenceNumberInPK="1"/>
         <index name="fish_primary_key_constraint" unique="true">
            <column ascending="true" name="fish_zdb_id"/>
         </index>
         <index name="fish_genotype_foreign_key_index" unique="false">
            <column ascending="true" name="fish_genotype_zdb_id"/>
         </index>
         <index name="fish_handle_ak_index" unique="true">
            <column ascending="true" name="fish_handle"/>
         </index>
      </table>
      <table name="fish_components" numRows="71452" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('fish_components_fc_pk_id_seq'::regclass)" digits="0" id="0" name="fc_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="fc_fish_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fc_genotype_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fc_fish_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fc_affector_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="fc_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="fc_construct_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="fc_affector_zdb_id_index" unique="false">
            <column ascending="true" name="fc_affector_zdb_id"/>
         </index>
         <index name="fc_construct_zdb_id_index" unique="false">
            <column ascending="true" name="fc_construct_zdb_id"/>
         </index>
         <index name="fc_fish_zdb_id_index" unique="false">
            <column ascending="true" name="fc_fish_zdb_id"/>
         </index>
         <index name="fc_gene_zdb_id_index" unique="false">
            <column ascending="true" name="fc_gene_zdb_id"/>
         </index>
         <index name="fc_genotype_zdb_id_index" unique="false">
            <column ascending="true" name="fc_genotype_zdb_id"/>
         </index>
      </table>
      <table name="fish_experiment" numRows="55377" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="cefs_genox_zdb_id" foreignKey="clean_expression_fast_search_genox_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="clean_expression_fast_search"/>
            <child column="damo_genox_zdb_id" foreignKey="damo_genox_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="disease_annotation_model"/>
            <child column="xpatex_genox_zdb_id" foreignKey="xpatex2_genox_foreign_key" implied="false" onDeleteCascade="false" table="expression_experiment2"/>
            <child column="mfs_genox_zdb_id" foreignKey="mutant_fast_search_genox_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="mutant_fast_search"/>
            <child column="phenox_genox_zdb_id" foreignKey="phenox_genox_foreign_key_odc" implied="false" onDeleteCascade="true" table="phenotype_experiment"/>
            <child column="genox_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_fish_thatfitthebill"/>
            <child column="genox_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_fishnoeap"/>
            <child column="genox_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_genox_restore"/>
            <parent column="zactvd_zdb_id" foreignKey="genotype_experiment_genox_foregin_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="genox_exp_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="exp_zdb_id" foreignKey="fish_experiment_experiment_foreign_key" implied="false" onDeleteCascade="true" table="experiment"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="genox_is_standard" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="genox_is_std_or_generic_control" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="genox_fish_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fish_zdb_id" foreignKey="genox_fish_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish"/>
         </column>
         <primaryKey column="genox_zdb_id" sequenceNumberInPK="1"/>
         <index name="genotype_experiment_primary_key" unique="true">
            <column ascending="true" name="genox_zdb_id"/>
         </index>
         <index name="fish_experiment_alternate_key_index" unique="true">
            <column ascending="true" name="genox_fish_zdb_id"/>
            <column ascending="true" name="genox_exp_zdb_id"/>
         </index>
         <index name="genotype_experiment_exp_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="genox_exp_zdb_id"/>
         </index>
         <index name="genox_fish_zdb_id_fk_index" unique="false">
            <column ascending="true" name="genox_fish_zdb_id"/>
         </index>
      </table>
      <table name="fish_genox" numRows="29250" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fish_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="genox_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="exp_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="fish_str" numRows="21064" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fishstr_fish_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fish_zdb_id" foreignKey="fishstr_fish_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fishstr_str_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="fishstr_str_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <primaryKey column="fishstr_fish_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="fishstr_str_zdb_id" sequenceNumberInPK="2"/>
         <index name="fishstr_alternate_key_index" unique="true">
            <column ascending="true" name="fishstr_fish_zdb_id"/>
            <column ascending="true" name="fishstr_str_zdb_id"/>
         </index>
         <index name="fishstr_fish_foreign_key_index" unique="false">
            <column ascending="true" name="fishstr_fish_zdb_id"/>
         </index>
         <index name="fishstr_str_foreign_key_index" unique="false">
            <column ascending="true" name="fishstr_str_zdb_id"/>
         </index>
      </table>
      <table name="fishmisfortune" numRows="197137" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fm_fish_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="fm_fish_display_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="fm_misfortune_count" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="fm_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="fm_affected_gene_count" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="fm_str_count" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="fm_experiment_condition_count" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="fm_pub_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="fm_feature_count" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="fm_misfortune_count_minus_one" nullable="true" remarks="" size="10" type="int4"/>
         <index name="fm_fish_zdb_id_index" unique="false">
            <column ascending="true" name="fm_fish_zdb_id"/>
         </index>
         <index name="fm_misfortune_count_index" unique="false">
            <column ascending="true" name="fm_misfortune_count"/>
         </index>
         <index name="fm_misfortune_count_minus_one_index" unique="false">
            <column ascending="true" name="fm_misfortune_count_minus_one"/>
         </index>
         <index name="fm_pub_zdb_id_index" unique="false">
            <column ascending="true" name="fm_pub_zdb_id"/>
         </index>
      </table>
      <table name="foreign_db" numRows="79" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('foreign_db_fdb_db_pk_id_seq'::regclass)" digits="0" id="0" name="fdb_db_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="exref_foreign_db_id" foreignKey="exref_foreign_db_id_foreign_key" implied="false" onDeleteCascade="true" table="external_reference"/>
            <child column="fdbcont_fdb_db_id" foreignKey="fdbcont_fdb_db_id_foriegn_key" implied="false" onDeleteCascade="false" table="foreign_db_contains"/>
            <child column="tx_fdb_db_id" foreignKey="tx_fdb_db_id_foreign_key" implied="false" onDeleteCascade="false" table="term_xref"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fdb_db_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fdb_db_query" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fdb_url_suffix" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fdb_db_display_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="fdb_db_significance" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="fdb_db_pk_id" sequenceNumberInPK="1"/>
         <index name="foreign_db_primary_key" unique="true">
            <column ascending="true" name="fdb_db_pk_id"/>
         </index>
         <index name="foreign_db_alternate_key_index" unique="true">
            <column ascending="true" name="fdb_db_name"/>
         </index>
      </table>
      <table name="foreign_db_contains" numRows="87" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fdbcont_organism_common_name" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="organism_common_name" foreignKey="foreign_db_contains_organism_foreign_key" implied="false" onDeleteCascade="false" table="organism"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="accbk_fdbcont_zdb_id" foreignKey="accbk_fdbcont_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="accession_bank"/>
            <child column="dblink_fdbcont_zdb_id" foreignKey="dblink_fdbcont_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="db_link"/>
            <child column="fdmd_fdbcont_zdb_id" foreignKey="fdmd_fdbcont_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="feature_dna_mutation_detail"/>
            <child column="fpmd_fdbcont_zdb_id" foreignKey="fpmd_fdbcont_zdb_id_fk_constraint" implied="false" onDeleteCascade="false" table="feature_protein_mutation_detail"/>
            <child column="noer_fdbcont_zdb_id" foreignKey="noer_fdbcont_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="ncbi_ortholog_external_reference"/>
            <child column="oef_fdbcont_zdb_id" foreignKey="oef_fdbcont_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="ortholog_external_reference"/>
            <child column="up_fdbcont_zdb_id" foreignKey="protein_fdbcont_zdb_id_fk" implied="false" onDeleteCascade="false" table="protein"/>
            <child column="pdx_fdbcont_zdb_id" foreignKey="pdx_db_xref_fdbcont_fk" implied="false" onDeleteCascade="false" table="pub_db_xref"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fdbcont_fdbdt_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="fdbdt_pk_id" foreignKey="fdbcont_fdbdt_id_foreign_key" implied="false" onDeleteCascade="false" table="foreign_db_data_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="fdbcont_primary_blastdb_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="blastdb_zdb_id" foreignKey="fdbcont_primary_blastdb_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="blast_database"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="fdbcont_fdb_db_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="fdb_db_pk_id" foreignKey="fdbcont_fdb_db_id_foriegn_key" implied="false" onDeleteCascade="false" table="foreign_db"/>
         </column>
         <primaryKey column="fdbcont_zdb_id" sequenceNumberInPK="1"/>
         <index name="foreign_db_contains_primary_key" unique="true">
            <column ascending="true" name="fdbcont_zdb_id"/>
         </index>
         <index name="fdbcont_fdb_db_id_foreign_key_index" unique="false">
            <column ascending="true" name="fdbcont_fdb_db_id"/>
         </index>
         <index name="fdbcont_fdbdt_id_foreign_key_index" unique="false">
            <column ascending="true" name="fdbcont_fdbdt_id"/>
         </index>
         <index name="fdbcont_primary_blastdb_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="fdbcont_primary_blastdb_zdb_id"/>
         </index>
         <index name="foreign_db_contains_organism_foreign_key_index" unique="false">
            <column ascending="true" name="fdbcont_organism_common_name"/>
         </index>
      </table>
      <table name="foreign_db_contains_display_group" numRows="21" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('foreign_db_contains_display_group_fdbcdg_pk_id_seq'::regclass)" digits="0" id="0" name="fdbcdg_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="fdbcdgm_group_id" foreignKey="fdbcdgm_group_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="foreign_db_contains_display_group_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fdbcdg_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fdbcdg_definition" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="fdbcdg_pk_id" sequenceNumberInPK="1"/>
         <index name="foreign_db_contains_display_group_primary_key" unique="true">
            <column ascending="true" name="fdbcdg_pk_id"/>
         </index>
         <index name="fdbcg_group_name_index" unique="false">
            <column ascending="true" name="fdbcdg_name"/>
         </index>
      </table>
      <table name="foreign_db_contains_display_group_member" numRows="105" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('foreign_db_contains_display_group_member_fdbcdgm_pk_id_seq'::regclass)" digits="0" id="0" name="fdbcdgm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="fdbcdgm_fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fdbcdgm_group_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="fdbcdg_pk_id" foreignKey="fdbcdgm_group_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="foreign_db_contains_display_group"/>
         </column>
         <primaryKey column="fdbcdgm_pk_id" sequenceNumberInPK="1"/>
         <index name="foreign_db_contains_display_group_member_primary_key" unique="true">
            <column ascending="true" name="fdbcdgm_pk_id"/>
         </index>
         <index name="fdbcdgm_alternate_key_index" unique="true">
            <column ascending="true" name="fdbcdgm_fdbcont_zdb_id"/>
            <column ascending="true" name="fdbcdgm_group_id"/>
         </index>
         <index name="fdbcdgm_fdbcont_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="fdbcdgm_fdbcont_zdb_id"/>
         </index>
         <index name="fdbcdgm_group_id_foreign_key_index" unique="false">
            <column ascending="true" name="fdbcdgm_group_id"/>
         </index>
      </table>
      <table name="foreign_db_data_type" numRows="15" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fdbdt_data_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="fdbdt_super_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="fdbdt_display_order" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="true" defaultValue="nextval('foreign_db_data_type_fdbdt_pk_id_seq'::regclass)" digits="0" id="3" name="fdbdt_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="fdbcont_fdbdt_id" foreignKey="fdbcont_fdbdt_id_foreign_key" implied="false" onDeleteCascade="false" table="foreign_db_contains"/>
         </column>
         <primaryKey column="fdbdt_pk_id" sequenceNumberInPK="1"/>
         <index name="foreign_db_data_type_primary_key" unique="true">
            <column ascending="true" name="fdbdt_pk_id"/>
         </index>
         <index name="foreign_db_data_type_alternate_key_index" unique="true">
            <column ascending="true" name="fdbdt_data_type"/>
            <column ascending="true" name="fdbdt_super_type"/>
         </index>
      </table>
      <table name="ftrconsequence" numRows="1509" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftr" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="cons" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="ftrconsequencenew" numRows="73564" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftr" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="cons1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="cons2" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="ftrmutdets" numRows="811" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftr" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ref1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ref2" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="ftrmutdetssanger" numRows="39862" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftr" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ref1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ref2" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="gene_description" numRows="24094" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('gene_description_gd_pk_id_seq'::regclass)" digits="0" id="0" name="gd_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="gd_gene_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="gd_gene_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="gd_go_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="gd_go_function_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="gd_go_process_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="gd_go_component_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="gd_do_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="gd_do_experimental_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="gd_do_biomarker_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="gd_do_orthology_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="gd_orthology_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="gd_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="gd_pk_id" sequenceNumberInPK="1"/>
         <index name="gene_description_pkey" unique="true">
            <column ascending="true" name="gd_pk_id"/>
         </index>
         <index name="gene_description_gd_gene_zdb_id_key" unique="true">
            <column ascending="true" name="gd_gene_zdb_id"/>
         </index>
      </table>
      <table name="genedom_family_member" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gfammem_gfam_name" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="gfam_name" foreignKey="genedom_family_member_gfam_name_foreign_key" implied="false" onDeleteCascade="false" table="genedom_family_name"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="gfammem_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="genedom_family_member_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <primaryKey column="gfammem_mrkr_zdb_id" sequenceNumberInPK="1"/>
         <index name="genedom_family_member_primary_key" unique="true">
            <column ascending="true" name="gfammem_mrkr_zdb_id"/>
         </index>
         <index name="genedom_family_member_mrkr_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="gfammem_gfam_name"/>
         </index>
      </table>
      <table name="genedom_family_name" numRows="192" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gfam_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="gfammem_gfam_name" foreignKey="genedom_family_member_gfam_name_foreign_key" implied="false" onDeleteCascade="false" table="genedom_family_member"/>
         </column>
         <primaryKey column="gfam_name" sequenceNumberInPK="1"/>
         <index name="genedom_family_name_primary_key" unique="true">
            <column ascending="true" name="gfam_name"/>
         </index>
      </table>
      <table name="geneprefix_institution" numRows="10" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gpi_prefix" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="gpi_institution" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fli_inst" foreignKey="fli_inst_foreign_key" implied="false" onDeleteCascade="false" table="fest_lib_inst"/>
         </column>
         <primaryKey column="gpi_institution" sequenceNumberInPK="1"/>
         <index name="geneprefix_institution_primary_key" unique="true">
            <column ascending="true" name="gpi_institution"/>
         </index>
      </table>
      <table name="genotype" numRows="29903" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="geno_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fish_genotype_zdb_id" foreignKey="fish_genotype_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish"/>
            <child column="genoback_background_zdb_id" foreignKey="genotype_background_background_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype_background"/>
            <child column="genoback_geno_zdb_id" foreignKey="genotype_background_geno_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype_background"/>
            <child column="genofeat_geno_zdb_id" foreignKey="genofeat_geno_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype_feature"/>
            <child column="gffs_geno_zdb_id" foreignKey="gffs_geno_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="genotype_figure_fast_search"/>
            <child column="strain_id" foreignKey="primerset_strain_id_foreign_key" implied="false" onDeleteCascade="false" table="primer_set"/>
            <child column="probelib_strain_zdb_id" foreignKey="probelib_strain_foreign_key_odc" implied="false" onDeleteCascade="true" table="probe_library"/>
            <parent column="zactvd_zdb_id" foreignKey="genotype_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="geno_display_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="geno_handle" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="geno_supplier_stock_number" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="geno_date_entered" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="geno_name_order" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="geno_is_wildtype" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="geno_is_extinct" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="geno_nickname" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="999999999" digits="0" id="9" name="geno_complexity_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="geno_zdb_id" sequenceNumberInPK="1"/>
         <index name="genotype_primary_key" unique="true">
            <column ascending="true" name="geno_zdb_id"/>
         </index>
         <index name="genotype_handle_alternate_key_index" unique="true">
            <column ascending="true" name="geno_handle"/>
         </index>
      </table>
      <table name="genotype_background" numRows="9694" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="genoback_geno_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="geno_zdb_id" foreignKey="genotype_background_geno_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="genoback_background_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="geno_zdb_id" foreignKey="genotype_background_background_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype"/>
         </column>
         <primaryKey column="genoback_geno_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="genoback_background_zdb_id" sequenceNumberInPK="2"/>
         <index name="genotype_background_primary_key" unique="true">
            <column ascending="true" name="genoback_geno_zdb_id"/>
            <column ascending="true" name="genoback_background_zdb_id"/>
         </index>
         <index name="genoback_background_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="genoback_background_zdb_id"/>
         </index>
         <index name="genotype_genotype_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="genoback_geno_zdb_id"/>
         </index>
      </table>
      <table name="genotype_component_significance" numRows="580" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genotype_component_significance_gcs_pk_id_seq'::regclass)" digits="0" id="0" name="gcs_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="gcs_mrkr_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="gcs_ftr_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ftrtype_name" foreignKey="gcs_ftr_type_foreign_key" implied="false" onDeleteCascade="false" table="feature_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="gcs_fmrel_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fmreltype_name" foreignKey="gcs_fmrel_type_foreign_key" implied="false" onDeleteCascade="false" table="feature_marker_relationship_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="gcs_significance" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="gcs_pk_id" sequenceNumberInPK="1"/>
         <index name="genotype_component_significance_primary_key" unique="true">
            <column ascending="true" name="gcs_pk_id"/>
         </index>
         <index name="gcs_fmrel_type_index" unique="false">
            <column ascending="true" name="gcs_fmrel_type"/>
         </index>
         <index name="gcs_ftr_type_index" unique="false">
            <column ascending="true" name="gcs_ftr_type"/>
         </index>
         <index name="gcs_mrkr_type_index" unique="false">
            <column ascending="true" name="gcs_mrkr_type"/>
         </index>
         <index name="gsc_alternate_key_index" unique="true">
            <column ascending="true" name="gcs_mrkr_type"/>
            <column ascending="true" name="gcs_ftr_type"/>
            <column ascending="true" name="gcs_fmrel_type"/>
            <column ascending="true" name="gcs_significance"/>
         </index>
      </table>
      <table name="genotype_feature" numRows="40662" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="genofeat_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="genofeat_zdb_active_data_foreign_key" implied="false" onDeleteCascade="false" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="genofeat_geno_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="geno_zdb_id" foreignKey="genofeat_geno_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="genofeat_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="genofeat_feature_foreign_key_odc" implied="false" onDeleteCascade="true" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="genofeat_dad_zygocity" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zyg_zdb_id" foreignKey="genofeat_dad_zygocity_foreign_key" implied="false" onDeleteCascade="false" table="zygocity"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="genofeat_mom_zygocity" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zyg_zdb_id" foreignKey="genofeat_mom_zygocity_foreign_key" implied="false" onDeleteCascade="false" table="zygocity"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="genofeat_zygocity" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zyg_zdb_id" foreignKey="genofeat_zygocity_foreign_key" implied="false" onDeleteCascade="false" table="zygocity"/>
         </column>
         <primaryKey column="genofeat_zdb_id" sequenceNumberInPK="1"/>
         <index name="genotype_feature_primary_key" unique="true">
            <column ascending="true" name="genofeat_zdb_id"/>
         </index>
         <index name="genofeat_dad_zygocity_index" unique="false">
            <column ascending="true" name="genofeat_dad_zygocity"/>
         </index>
         <index name="genofeat_feature_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="genofeat_feature_zdb_id"/>
         </index>
         <index name="genofeat_geno_foreign_key_index" unique="false">
            <column ascending="true" name="genofeat_geno_zdb_id"/>
         </index>
         <index name="genofeat_mom_zygocity_index" unique="false">
            <column ascending="true" name="genofeat_mom_zygocity"/>
         </index>
         <index name="genofeat_zygocity_index" unique="false">
            <column ascending="true" name="genofeat_zygocity"/>
         </index>
         <index name="genotype_feature_alternate_key_index" unique="true">
            <column ascending="true" name="genofeat_geno_zdb_id"/>
            <column ascending="true" name="genofeat_feature_zdb_id"/>
            <column ascending="true" name="genofeat_zygocity"/>
            <column ascending="true" name="genofeat_mom_zygocity"/>
            <column ascending="true" name="genofeat_dad_zygocity"/>
         </index>
      </table>
      <table name="genotype_figure_fast_search" numRows="138238" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genotype_figure_fast_search_new_gffs_serial_id_seq'::regclass)" digits="0" id="0" name="gffs_serial_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="gffs_geno_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="geno_zdb_id" foreignKey="gffs_geno_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="gffs_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fig_zdb_id" foreignKey="gffs_fig_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="figure"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="gffs_morph_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="gffs_morph_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="gffs_pg_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="gffs_date_created" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="6" name="gffs_psg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="gffs_fish_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fish_zdb_id" foreignKey="gffs_fish_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="fish"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="gffs_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="gffs_serial_id" sequenceNumberInPK="1"/>
         <index name="genotype_figure_fast_search_new_pkey" unique="true">
            <column ascending="true" name="gffs_serial_id"/>
         </index>
         <index name="genotype_figure_fast_search_fig_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="gffs_fig_zdb_id"/>
         </index>
         <index name="genotype_figure_fast_search_fish_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="gffs_fish_zdb_id"/>
         </index>
         <index name="genotype_figure_fast_search_geno_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="gffs_geno_zdb_id"/>
         </index>
         <index name="genotype_figure_fast_search_morph_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="gffs_morph_zdb_id"/>
         </index>
         <index name="genotype_figure_fast_search_pg_id_foreign_key_index" unique="false">
            <column ascending="true" name="gffs_pg_id"/>
         </index>
         <index name="genotype_figure_fast_search_psg_id_foreign_key_index" unique="false">
            <column ascending="true" name="gffs_psg_id"/>
         </index>
      </table>
      <table name="genotype_group" numRows="13773" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gg_group_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="gg_geno_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="gg_geno_handle" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('genotype_group_gg_group_pk_id_seq'::regclass)" digits="0" id="3" name="gg_group_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="gg_group_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="genox_group"/>
         </column>
         <primaryKey column="gg_group_pk_id" sequenceNumberInPK="1"/>
         <index name="genotype_group_primary_key" unique="true">
            <column ascending="true" name="gg_group_pk_id"/>
         </index>
         <index name="genotype_handle_index" unique="false">
            <column ascending="true" name="gg_geno_handle"/>
         </index>
      </table>
      <table name="genotype_group_member" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genotype_group_member_ggm_pk_id_seq'::regclass)" digits="0" id="0" name="ggm_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="ggm_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="genox_group_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ggm_group_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="ggm_member_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ggm_member_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ggm_significance" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="ggm_pk_id" sequenceNumberInPK="1"/>
         <index name="genotype_group_member_primary_key" unique="true">
            <column ascending="true" name="ggm_pk_id"/>
         </index>
         <index name="genotype_group_member_group_id_index" unique="false">
            <column ascending="true" name="ggm_group_id"/>
         </index>
         <index name="genotype_group_member_id_index" unique="false">
            <column ascending="true" name="ggm_member_id"/>
         </index>
      </table>
      <table name="genox_fish_annotation_search" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genox_fish_annotation_search_genoxfas_pk_id_seq'::regclass)" digits="0" id="0" name="genoxfas_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <parent column="genoxfas_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="genox_fish_annotation_search_bkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="genoxfas_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="genoxfas_fas_id" nullable="false" remarks="" size="19" type="int8"/>
         <primaryKey column="genoxfas_pk_id" sequenceNumberInPK="1"/>
         <index name="genox_fish_annotation_search_primary_key" unique="true">
            <column ascending="true" name="genoxfas_pk_id"/>
         </index>
         <index name="genoxfas_ak_id_index" unique="true">
            <column ascending="true" name="genoxfas_fas_id"/>
            <column ascending="true" name="genoxfas_genox_zdb_id"/>
         </index>
         <index name="genoxfas_fas_id" unique="false">
            <column ascending="true" name="genoxfas_fas_id"/>
         </index>
         <index name="genoxfas_genox_zdb_id_index" unique="false">
            <column ascending="true" name="genoxfas_genox_zdb_id"/>
         </index>
      </table>
      <table name="genox_fish_annotation_search_bkup" numRows="17185" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genox_fish_annotation_search_bkup_genoxfas_pk_id_seq'::regclass)" digits="0" id="0" name="genoxfas_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="genoxfas_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="genox_fish_annotation_search"/>
            <child column="genoxfas_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="genox_fish_annotation_search_temp"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="genoxfas_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="genoxfas_fas_id" nullable="false" remarks="" size="19" type="int8"/>
         <primaryKey column="genoxfas_pk_id" sequenceNumberInPK="1"/>
         <index name="genox_fish_annotation_search_primary_keyb" unique="true">
            <column ascending="true" name="genoxfas_pk_id"/>
         </index>
         <index name="genoxfasb_ak_id_index" unique="true">
            <column ascending="true" name="genoxfas_fas_id"/>
            <column ascending="true" name="genoxfas_genox_zdb_id"/>
         </index>
         <index name="genoxfasb_fas_id" unique="false">
            <column ascending="true" name="genoxfas_fas_id"/>
         </index>
         <index name="genoxfasb_genox_zdb_id_index" unique="false">
            <column ascending="true" name="genoxfas_genox_zdb_id"/>
         </index>
      </table>
      <table name="genox_fish_annotation_search_temp" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genox_fish_annotation_search_temp_genoxfas_pk_id_seq'::regclass)" digits="0" id="0" name="genoxfas_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <parent column="genoxfas_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="genox_fish_annotation_search_bkup"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="genoxfas_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="genoxfas_fas_id" nullable="false" remarks="" size="19" type="int8"/>
         <primaryKey column="genoxfas_pk_id" sequenceNumberInPK="1"/>
         <index name="genox_fish_annotation_search_primary_keyt" unique="true">
            <column ascending="true" name="genoxfas_pk_id"/>
         </index>
         <index name="genoxfast_ak_id_index" unique="true">
            <column ascending="true" name="genoxfas_fas_id"/>
            <column ascending="true" name="genoxfas_genox_zdb_id"/>
         </index>
         <index name="genoxfast_fas_id" unique="false">
            <column ascending="true" name="genoxfas_fas_id"/>
         </index>
         <index name="genoxfast_genox_zdb_id_index" unique="false">
            <column ascending="true" name="genoxfas_genox_zdb_id"/>
         </index>
      </table>
      <table name="genox_group" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gg_group_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="gg_genotype_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('genox_group_gg_group_pk_id_seq'::regclass)" digits="0" id="2" name="gg_group_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <parent column="gg_group_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="genotype_group"/>
         </column>
         <index name="gg_group_name_index" unique="false">
            <column ascending="true" name="gg_group_name"/>
         </index>
      </table>
      <table name="genox_group_member" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ggm_group_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="ggm_member_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ggm_genotype_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('genox_group_member_ggm_pk_id_seq'::regclass)" digits="0" id="3" name="ggm_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <parent column="ggm_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="genotype_group_member"/>
         </column>
      </table>
      <table name="gff3" numRows="1571606" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gff_seqname" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="gff_source" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="gff_feature" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="gff_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="gff_end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="gff_score" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="gff_strand" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="7" name="gff_frame" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="8" name="gff_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="gff_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="gff_parent" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="gff_biotype" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="ngff3_gff_feature_idx" unique="false">
            <column ascending="true" name="gff_feature"/>
         </index>
         <index name="ngff3_gff_name_gff_idx" unique="false">
            <column ascending="true" name="gff_name"/>
         </index>
         <index name="ngff3_gff_parent_idx" unique="false">
            <column ascending="true" name="gff_parent"/>
         </index>
         <index name="ngff3_gff_source_idx" unique="false">
            <column ascending="true" name="gff_source"/>
         </index>
      </table>
      <table name="go_evidence_code" numRows="17" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="goev_code" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="goev_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="goev_display_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="goev_code" sequenceNumberInPK="1"/>
         <index name="go_evidence_code_primary_key" unique="true">
            <column ascending="true" name="goev_code"/>
         </index>
         <index name="go_evidence_code_alternate_key_index" unique="true">
            <column ascending="true" name="goev_name"/>
         </index>
      </table>
      <table name="go_flag" numRows="3" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gflag_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="mrkrgoev_gflag_name" foreignKey="mrkrgoev_gflag_name_foreign_key" implied="false" onDeleteCascade="false" table="marker_go_term_evidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="gflag_display_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="gflag_name" sequenceNumberInPK="1"/>
         <index name="go_flag_primary_key" unique="true">
            <column ascending="true" name="gflag_name"/>
         </index>
      </table>
      <table name="go_ontology" numRows="3" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gont_ontology_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="goterm_ontology" foreignKey="goterm_ontology_foreign_key" implied="false" onDeleteCascade="false" table="go_term"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="gont_order" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="gont_ontology_internal_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="gont_ontology_name" sequenceNumberInPK="1"/>
         <index name="go_ontology_primary_key" unique="true">
            <column ascending="true" name="gont_ontology_name"/>
         </index>
      </table>
      <table name="go_term" numRows="33559" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="goterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="goterm_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="goterm_go_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="goterm_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="goterm_ontology" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="gont_ontology_name" foreignKey="goterm_ontology_foreign_key" implied="false" onDeleteCascade="false" table="go_ontology"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="goterm_is_obsolete" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="goterm_is_secondary" nullable="false" remarks="" size="1" type="bool"/>
         <primaryKey column="goterm_zdb_id" sequenceNumberInPK="1"/>
         <index name="go_term_primary_key" unique="true">
            <column ascending="true" name="goterm_zdb_id"/>
         </index>
         <index name="goterm_go_id_index" unique="true">
            <column ascending="true" name="goterm_go_id"/>
         </index>
         <index name="goterm_ontology_index" unique="false">
            <column ascending="true" name="goterm_ontology"/>
         </index>
      </table>
      <table name="heavy_chain_isotype" numRows="19" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="hviso_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="atb_hviso_name" foreignKey="atb_hviso_name_foreign_key" implied="false" onDeleteCascade="false" table="antibody"/>
         </column>
         <primaryKey column="hviso_name" sequenceNumberInPK="1"/>
         <index name="heavy_chain_isotype_primary_key" unique="true">
            <column ascending="true" name="hviso_name"/>
         </index>
      </table>
      <table name="htp_category_tag" numRows="4" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="hct_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="hdct_category_tag" foreignKey="hdct_category_tag_fk" implied="false" onDeleteCascade="false" table="htp_dataset_category_tag"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="hct_category_tag" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="hct_zdb_id" sequenceNumberInPK="1"/>
         <index name="htp_category_tag_pkey" unique="true">
            <column ascending="true" name="hct_zdb_id"/>
         </index>
         <index name="hct_category_tag_fk" unique="true">
            <column ascending="true" name="hct_category_tag"/>
         </index>
         <index name="hct_category_tag_unique_index" unique="true">
            <column ascending="true" name="hct_category_tag"/>
         </index>
      </table>
      <table name="htp_dataset" numRows="9" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="hd_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="hdct_dataset_zdb_id" foreignKey="hdct_dataset_zdb_id_fk" implied="false" onDeleteCascade="false" table="htp_dataset_category_tag"/>
            <child column="hdp_dataset_zdb_id" foreignKey="hdp_dataset_zdb_id_fk" implied="false" onDeleteCascade="true" table="htp_dataset_publication"/>
            <child column="hds_hd_zdb_id" foreignKey="hds_hd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="htp_dataset_sample"/>
            <parent column="zactvd_zdb_id" foreignKey="hd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="hd_title" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="hd_summary" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="hd_date_curated" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="4" name="hd_subseries_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="hd_original_dataset_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="hd_zdb_id" sequenceNumberInPK="1"/>
         <index name="htp_dataset_pkey" unique="true">
            <column ascending="true" name="hd_zdb_id"/>
         </index>
         <index name="hd_id_unique" unique="true">
            <column ascending="true" name="hd_title"/>
            <column ascending="true" name="hd_summary"/>
         </index>
         <index name="hd_title_summary_unique_index" unique="true">
            <column ascending="true" name="hd_title"/>
            <column ascending="true" name="hd_summary"/>
         </index>
         <index name="ht_zdb_id_unique_index" unique="true">
            <column ascending="true" name="hd_zdb_id"/>
         </index>
      </table>
      <table name="htp_dataset_alternate_identifier" numRows="9" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('htp_dataset_alternate_identifier_hdai_pk_id_seq'::regclass)" digits="0" id="0" name="hdai_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="hdai_hd_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="hdai_accession_number" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="hdai_pk_id" sequenceNumberInPK="1"/>
         <index name="htp_dataset_alternate_identifier_pkey" unique="true">
            <column ascending="true" name="hdai_pk_id"/>
         </index>
         <index name="hdai_alternate_key" unique="true">
            <column ascending="true" name="hdai_hd_zdb_id"/>
            <column ascending="true" name="hdai_accession_number"/>
         </index>
         <index name="hdai_hd_zdb_id_accession_number_index" unique="true">
            <column ascending="true" name="hdai_hd_zdb_id"/>
            <column ascending="true" name="hdai_accession_number"/>
         </index>
      </table>
      <table name="htp_dataset_category_tag" numRows="23" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('htp_dataset_category_tag_hdct_pk_id_seq'::regclass)" digits="0" id="0" name="hdct_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="hdct_dataset_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="hd_zdb_id" foreignKey="hdct_dataset_zdb_id_fk" implied="false" onDeleteCascade="false" table="htp_dataset"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="hdct_category_tag" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="hct_zdb_id" foreignKey="hdct_category_tag_fk" implied="false" onDeleteCascade="false" table="htp_category_tag"/>
         </column>
         <primaryKey column="hdct_pk_id" sequenceNumberInPK="1"/>
         <index name="htp_dataset_category_tag_pkey" unique="true">
            <column ascending="true" name="hdct_pk_id"/>
         </index>
         <index name="hdct_ak_index" unique="true">
            <column ascending="true" name="hdct_dataset_zdb_id"/>
            <column ascending="true" name="hdct_category_tag"/>
         </index>
         <index name="hdct_dataset_category_tag_fk_index" unique="false">
            <column ascending="true" name="hdct_category_tag"/>
         </index>
         <index name="hdct_dataset_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdct_dataset_zdb_id"/>
         </index>
         <index name="htp_dataset_category_unique" unique="true">
            <column ascending="true" name="hdct_dataset_zdb_id"/>
            <column ascending="true" name="hdct_category_tag"/>
         </index>
      </table>
      <table name="htp_dataset_publication" numRows="14" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('htp_dataset_publication_hdp_pk_id_seq'::regclass)" digits="0" id="0" name="hdp_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="hdp_dataset_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="hd_zdb_id" foreignKey="hdp_dataset_zdb_id_fk" implied="false" onDeleteCascade="true" table="htp_dataset"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="hdp_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="hdp_pub_zdb_id_fk" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <primaryKey column="hdp_pk_id" sequenceNumberInPK="1"/>
         <index name="htp_dataset_publication_pkey" unique="true">
            <column ascending="true" name="hdp_pk_id"/>
         </index>
         <index name="hdp_ak_index" unique="true">
            <column ascending="true" name="hdp_dataset_zdb_id"/>
            <column ascending="true" name="hdp_pub_zdb_id"/>
         </index>
         <index name="hdp_dataset_pub_unique" unique="true">
            <column ascending="true" name="hdp_dataset_zdb_id"/>
            <column ascending="true" name="hdp_pub_zdb_id"/>
         </index>
         <index name="hdp_dataset_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdp_dataset_zdb_id"/>
         </index>
         <index name="hdp_pub_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdp_pub_zdb_id"/>
         </index>
      </table>
      <table name="htp_dataset_sample" numRows="169" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('htp_dataset_sample_hds_pk_id_seq'::regclass)" digits="0" id="0" name="hds_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="hds_sample_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="hds_sample_title" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="hds_sample_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="hds_fish_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fish_zdb_id" foreignKey="hds_fish_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="fish"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="hds_sex" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="hds_assay_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="hds_sequencing_format" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="hds_hd_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="hd_zdb_id" foreignKey="hds_hd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="htp_dataset"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="hds_abundance" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="hds_assembly" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="hds_notes" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="hds_stage_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="hds_stage_term_zdb_id_fk_odc" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <primaryKey column="hds_pk_id" sequenceNumberInPK="1"/>
         <index name="htp_dataset_sample_pkey" unique="true">
            <column ascending="true" name="hds_pk_id"/>
         </index>
         <index name="hds_alternate_key" unique="true">
            <column ascending="true" name="hds_sample_title"/>
            <column ascending="true" name="hds_sample_id"/>
            <column ascending="true" name="hds_stage_term_zdb_id"/>
         </index>
         <index name="hds_fish_zdb_id_index" unique="false">
            <column ascending="true" name="hds_fish_zdb_id"/>
         </index>
         <index name="hds_hd_zdb_id_index" unique="false">
            <column ascending="true" name="hds_hd_zdb_id"/>
         </index>
         <index name="hds_sample_id_sample_title_index" unique="true">
            <column ascending="true" name="hds_sample_id"/>
            <column ascending="true" name="hds_sample_title"/>
            <column ascending="true" name="hds_stage_term_zdb_id"/>
         </index>
         <index name="hds_stage_term_zdb_id" unique="false">
            <column ascending="true" name="hds_stage_term_zdb_id"/>
         </index>
      </table>
      <table name="htp_dataset_sample_detail" numRows="169" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('htp_dataset_sample_detail_hdsd_pk_id_seq'::regclass)" digits="0" id="0" name="hdsd_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="hdsd_hds_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="hdsd_anatomy_super_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="hdsd_anatomy_super_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="hdsd_anatomy_sub_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="hdsd_anatomy_sub_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="hdsd_anatomy_sub_term_qualifier_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="hdsd_anatomy_sub_term_qualifier_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="hdsd_anatomy_super_term_qualifier_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="hdsd_anatomy_super_term_qualifier_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="hdsd_cellular_component_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="hdsd_cellular_component_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="hdsd_cellular_component_term_qualifier_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="hdsd_cellular_component_qualifier_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <primaryKey column="hdsd_pk_id" sequenceNumberInPK="1"/>
         <index name="htp_dataset_sample_detail_pkey" unique="true">
            <column ascending="true" name="hdsd_pk_id"/>
         </index>
         <index name="hdsd_alternate_key" unique="true">
            <column ascending="true" name="hdsd_hds_id"/>
            <column ascending="true" name="hdsd_anatomy_super_term_zdb_id"/>
            <column ascending="true" name="hdsd_anatomy_sub_term_zdb_id"/>
            <column ascending="true" name="hdsd_anatomy_super_term_qualifier_zdb_id"/>
            <column ascending="true" name="hdsd_anatomy_sub_term_qualifier_zdb_id"/>
            <column ascending="true" name="hdsd_cellular_component_term_zdb_id"/>
            <column ascending="true" name="hdsd_cellular_component_term_qualifier_zdb_id"/>
         </index>
         <index name="hdsd_anatomy_cellular_component_term_qualifier_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdsd_cellular_component_term_qualifier_zdb_id"/>
         </index>
         <index name="hdsd_anatomy_cellular_component_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdsd_cellular_component_term_zdb_id"/>
         </index>
         <index name="hdsd_anatomy_sub_term_qualifier_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdsd_anatomy_sub_term_qualifier_zdb_id"/>
         </index>
         <index name="hdsd_anatomy_sub_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdsd_anatomy_sub_term_zdb_id"/>
         </index>
         <index name="hdsd_anatomy_super_term_qualifier_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdsd_anatomy_super_term_qualifier_zdb_id"/>
         </index>
         <index name="hdsd_anatomy_super_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="hdsd_anatomy_super_term_zdb_id"/>
         </index>
         <index name="hdsd_hds_id_ak_index" unique="true">
            <column ascending="true" name="hdsd_hds_id"/>
            <column ascending="true" name="hdsd_anatomy_super_term_zdb_id"/>
            <column ascending="true" name="hdsd_anatomy_sub_term_zdb_id"/>
            <column ascending="true" name="hdsd_anatomy_super_term_qualifier_zdb_id"/>
            <column ascending="true" name="hdsd_anatomy_sub_term_qualifier_zdb_id"/>
            <column ascending="true" name="hdsd_cellular_component_term_zdb_id"/>
            <column ascending="true" name="hdsd_cellular_component_term_qualifier_zdb_id"/>
         </index>
      </table>
      <table name="human_gene_detail" numRows="16842" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="hgd_gene_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="omimp_human_gene_id" foreignKey="omim_phenotype_human_gene_id_fk" implied="false" onDeleteCascade="true" table="omim_phenotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="hgd_gene_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="hgd_gene_symbol" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="hgd_gene_id" sequenceNumberInPK="1"/>
         <index name="human_gene_detail_primary_key" unique="true">
            <column ascending="true" name="hgd_gene_id"/>
         </index>
         <index name="omim_phenotype_human_gene_id_index" unique="false">
            <column ascending="true" name="hgd_gene_id"/>
         </index>
      </table>
      <table name="image" numRows="132299" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="img_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="imgstg_img_zdb_id" foreignKey="imgstg_img_zdb_id_foregin_key" implied="false" onDeleteCascade="true" table="image_stage"/>
            <child column="iit_img_zdb_id" foreignKey="iit_img_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="int_image_term"/>
            <child column="video_image_still_zdb_id" foreignKey="video_image_still_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="video"/>
            <parent column="zactvd_zdb_id" foreignKey="img_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="img_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fig_zdb_id" foreignKey="image_fig_foreign_key_odc" implied="false" onDeleteCascade="true" table="figure"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="img_label" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="img_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="img_annotation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="img_width" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="img_height" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="img_view" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="imgview_name" foreignKey="img_view_foreign_key" implied="false" onDeleteCascade="false" table="image_view"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="img_direction" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="imgdir_name" foreignKey="img_direction_foreign_key" implied="false" onDeleteCascade="false" table="image_direction"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="img_form" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="imgform_name" foreignKey="img_form_foreign_key" implied="false" onDeleteCascade="false" table="image_form"/>
         </column>
         <column autoUpdated="false" digits="0" id="10" name="img_preparation" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="imgprep_name" foreignKey="img_preparation_foreign_key" implied="false" onDeleteCascade="false" table="image_preparation"/>
         </column>
         <column autoUpdated="false" digits="0" id="11" name="img_owner_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="img_owner_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="12" name="img_external_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="img_image" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="14" name="img_image_with_annotation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="15" name="img_thumbnail" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="16" name="img_is_video_still" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="now()" digits="0" id="17" name="img_inserted_date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" defaultValue="CURRENT_DATE" digits="0" id="18" name="img_updated_date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="19" name="img_inserted_by" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="20" name="img_updated_by" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="21" name="img_medium" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="22" name="img_image_with_annotation_medium" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="img_zdb_id" sequenceNumberInPK="1"/>
         <index name="image_primary_key" unique="true">
            <column ascending="true" name="img_zdb_id"/>
         </index>
         <index name="image_figure_foreign_key_index" unique="false">
            <column ascending="true" name="img_fig_zdb_id"/>
         </index>
         <index name="image_img_image_index" unique="false">
            <column ascending="true" name="img_image"/>
         </index>
         <index name="img_direction_index" unique="false">
            <column ascending="true" name="img_direction"/>
         </index>
         <index name="img_form_index" unique="false">
            <column ascending="true" name="img_form"/>
         </index>
         <index name="img_owner_zdb_id_index" unique="false">
            <column ascending="true" name="img_owner_zdb_id"/>
         </index>
         <index name="img_preparation_index" unique="false">
            <column ascending="true" name="img_preparation"/>
         </index>
         <index name="img_view_index" unique="false">
            <column ascending="true" name="img_view"/>
         </index>
      </table>
      <table name="image_direction" numRows="11" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="imgdir_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="img_direction" foreignKey="img_direction_foreign_key" implied="false" onDeleteCascade="false" table="image"/>
         </column>
         <primaryKey column="imgdir_name" sequenceNumberInPK="1"/>
         <index name="image_direction_primary_key" unique="true">
            <column ascending="true" name="imgdir_name"/>
         </index>
      </table>
      <table name="image_form" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="imgform_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="img_form" foreignKey="img_form_foreign_key" implied="false" onDeleteCascade="false" table="image"/>
         </column>
         <primaryKey column="imgform_name" sequenceNumberInPK="1"/>
         <index name="image_form_primary_key" unique="true">
            <column ascending="true" name="imgform_name"/>
         </index>
      </table>
      <table name="image_preparation" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="imgprep_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="img_preparation" foreignKey="img_preparation_foreign_key" implied="false" onDeleteCascade="false" table="image"/>
         </column>
         <primaryKey column="imgprep_name" sequenceNumberInPK="1"/>
         <index name="image_preparation_primary_key" unique="true">
            <column ascending="true" name="imgprep_name"/>
         </index>
      </table>
      <table name="image_stage" numRows="33854" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="imgstg_img_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="img_zdb_id" foreignKey="imgstg_img_zdb_id_foregin_key" implied="false" onDeleteCascade="true" table="image"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="imgstg_start_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="stg_zdb_id" foreignKey="imgstg_start_stg_zdb_id_foregin_key" implied="false" onDeleteCascade="false" table="stage"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="imgstg_end_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="stg_zdb_id" foreignKey="imgstg_end_stg_zdb_id_foregin_key" implied="false" onDeleteCascade="false" table="stage"/>
         </column>
         <primaryKey column="imgstg_img_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="imgstg_start_stg_zdb_id" sequenceNumberInPK="2"/>
         <primaryKey column="imgstg_end_stg_zdb_id" sequenceNumberInPK="3"/>
         <index name="image_stage_primary_key" unique="true">
            <column ascending="true" name="imgstg_img_zdb_id"/>
            <column ascending="true" name="imgstg_start_stg_zdb_id"/>
            <column ascending="true" name="imgstg_end_stg_zdb_id"/>
         </index>
         <index name="imgstg_end_stg_zdb_id_index" unique="false">
            <column ascending="true" name="imgstg_end_stg_zdb_id"/>
         </index>
         <index name="imgstg_img_zdb_id_index" unique="false">
            <column ascending="true" name="imgstg_img_zdb_id"/>
         </index>
         <index name="imgstg_start_stg_zdb_id_index" unique="false">
            <column ascending="true" name="imgstg_start_stg_zdb_id"/>
         </index>
      </table>
      <table name="image_view" numRows="14" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="imgview_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="img_view" foreignKey="img_view_foreign_key" implied="false" onDeleteCascade="false" table="image"/>
         </column>
         <primaryKey column="imgview_name" sequenceNumberInPK="1"/>
         <index name="image_view_primary_key" unique="true">
            <column ascending="true" name="imgview_name"/>
         </index>
      </table>
      <table name="inference_group_member" numRows="1169679" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="infgrmem_inferred_from" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="infgrmem_notes" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="infgrmem_mrkrgoev_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkrgoev_zdb_id" foreignKey="ifgrmem_mrkrgoev_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker_go_term_evidence"/>
         </column>
         <primaryKey column="infgrmem_mrkrgoev_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="infgrmem_inferred_from" sequenceNumberInPK="2"/>
         <index name="inference_group_member_primary_key" unique="true">
            <column ascending="true" name="infgrmem_mrkrgoev_zdb_id"/>
            <column ascending="true" name="infgrmem_inferred_from"/>
         </index>
         <index name="inference_group_member_foreign_key_index" unique="false">
            <column ascending="true" name="infgrmem_mrkrgoev_zdb_id"/>
         </index>
      </table>
      <table name="inputensdarg" numRows="17668" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ensdarg" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="int_data_source" numRows="111743" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('int_data_source_ids_pk_id_seq'::regclass)" digits="0" id="0" name="ids_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ids_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="ids_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ids_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="ids_source_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <primaryKey column="ids_pk_id" sequenceNumberInPK="1"/>
         <index name="int_data_source_primary_key" unique="true">
            <column ascending="true" name="ids_pk_id"/>
         </index>
         <index name="ids_data_zdb_id_index" unique="false">
            <column ascending="true" name="ids_data_zdb_id"/>
         </index>
         <index name="ids_source_zdb_id_index" unique="false">
            <column ascending="true" name="ids_source_zdb_id"/>
         </index>
         <index name="int_data_source_alternate_key_index" unique="true">
            <column ascending="true" name="ids_data_zdb_id"/>
            <column ascending="true" name="ids_source_zdb_id"/>
         </index>
      </table>
      <table name="int_data_supplier" numRows="86342" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="idsup_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="idsup_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="idsup_supplier_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="idsup_supplier_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="idsup_acc_num" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="idsup_avail_state" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="idsup_data_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="idsup_supplier_zdb_id" sequenceNumberInPK="2"/>
         <index name="int_data_supplier_primary_key" unique="true">
            <column ascending="true" name="idsup_data_zdb_id"/>
            <column ascending="true" name="idsup_supplier_zdb_id"/>
         </index>
         <index name="idsup_data_zdb_id_index" unique="false">
            <column ascending="true" name="idsup_data_zdb_id"/>
         </index>
         <index name="idsup_supplier_zdb_id_index" unique="false">
            <column ascending="true" name="idsup_supplier_zdb_id"/>
         </index>
      </table>
      <table name="int_fdbcont_analysis_tool" numRows="88" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ifat_fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ifat_blastdb_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="blastdb_zdb_id" foreignKey="ifat_blastdb_foreign_key_odc" implied="false" onDeleteCascade="true" table="blast_database"/>
         </column>
         <primaryKey column="ifat_fdbcont_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="ifat_blastdb_zdb_id" sequenceNumberInPK="2"/>
         <index name="ifat_primary_key" unique="true">
            <column ascending="true" name="ifat_fdbcont_zdb_id"/>
            <column ascending="true" name="ifat_blastdb_zdb_id"/>
         </index>
         <index name="ifat_blastdb_foreign_key_index" unique="false">
            <column ascending="true" name="ifat_blastdb_zdb_id"/>
         </index>
         <index name="ifat_fdbcont_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="ifat_fdbcont_zdb_id"/>
         </index>
      </table>
      <table name="int_image_term" numRows="597" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="iit_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="iit_term_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="iit_img_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="img_zdb_id" foreignKey="iit_img_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="image"/>
         </column>
         <index name="iit_img_zdb_idx" unique="false">
            <column ascending="true" name="iit_img_zdb_id"/>
         </index>
         <index name="iit_term_zdb_idx" unique="false">
            <column ascending="true" name="iit_term_zdb_id"/>
         </index>
      </table>
      <table name="int_person_company" numRows="162" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="source_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="int_person_company_source_id_foreign_key" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="target_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="int_person_company_target_id_foreign_key" implied="false" onDeleteCascade="true" table="company"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="flag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="status" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="position_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="compos_pk_id" foreignKey="int_person_company_position_foreign_key" implied="false" onDeleteCascade="false" table="company_position"/>
         </column>
         <primaryKey column="source_id" sequenceNumberInPK="1"/>
         <primaryKey column="target_id" sequenceNumberInPK="2"/>
         <index name="int_person_company_primary_key" unique="true">
            <column ascending="true" name="source_id"/>
            <column ascending="true" name="target_id"/>
         </index>
         <index name="int_person_company_position_fk_index" unique="false">
            <column ascending="true" name="position_id"/>
         </index>
         <index name="int_person_company_source_id_index" unique="false">
            <column ascending="true" name="source_id"/>
         </index>
         <index name="int_person_company_target_id_index" unique="false">
            <column ascending="true" name="target_id"/>
         </index>
      </table>
      <table name="int_person_lab" numRows="5868" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="source_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="int_person_lab_source_id_foreign_key" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="target_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="int_person_lab_target_id_foreign_key" implied="false" onDeleteCascade="true" table="lab"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="flag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="status" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="position_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="labpos_pk_id" foreignKey="int_person_lab_position_foreign_key" implied="false" onDeleteCascade="false" table="lab_position"/>
         </column>
         <primaryKey column="source_id" sequenceNumberInPK="1"/>
         <primaryKey column="target_id" sequenceNumberInPK="2"/>
         <index name="int_person_lab_primary_key" unique="true">
            <column ascending="true" name="source_id"/>
            <column ascending="true" name="target_id"/>
         </index>
         <index name="int_person_lab_position_fk_index" unique="false">
            <column ascending="true" name="position_id"/>
         </index>
         <index name="int_person_lab_source_id_index" unique="false">
            <column ascending="true" name="source_id"/>
         </index>
         <index name="int_person_lab_target_id_index" unique="false">
            <column ascending="true" name="target_id"/>
         </index>
      </table>
      <table name="int_person_pub" numRows="59498" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="source_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="int_person_pub_source_id_foreign_key" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="target_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="int_person_pub_target_id_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="info" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="flag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="status" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="source_id" sequenceNumberInPK="1"/>
         <primaryKey column="target_id" sequenceNumberInPK="2"/>
         <index name="int_person_pub_primary_key" unique="true">
            <column ascending="true" name="source_id"/>
            <column ascending="true" name="target_id"/>
         </index>
         <index name="int_person_pub_source_id_index" unique="false">
            <column ascending="true" name="source_id"/>
         </index>
         <index name="int_person_pub_target_id_index" unique="false">
            <column ascending="true" name="target_id"/>
         </index>
      </table>
      <table name="int_vegatype_tscripttype" numRows="20" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ivtst_vega_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ivtst_tscriptt_type_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="tscriptt_pk_id" foreignKey="ivtst_tscriptt_type_id_foreign_key" implied="false" onDeleteCascade="false" table="transcript_type"/>
         </column>
         <primaryKey column="ivtst_tscriptt_type_id" sequenceNumberInPK="1"/>
         <primaryKey column="ivtst_vega_type" sequenceNumberInPK="2"/>
         <index name="ivtst_tscripttype_primary_key" unique="true">
            <column ascending="true" name="ivtst_tscriptt_type_id"/>
            <column ascending="true" name="ivtst_vega_type"/>
         </index>
         <index name="ivtst_tscriptt_type_id_fk_index" unique="false">
            <column ascending="true" name="ivtst_tscriptt_type_id"/>
         </index>
      </table>
      <table name="interpro_protein" numRows="38549" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ip_interpro_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="pti_interpro_id" foreignKey="protein_to_interpro_interpro_id" implied="false" onDeleteCascade="true" table="protein_to_interpro"/>
            <parent column="zactvd_zdb_id" foreignKey="interpro_protein_zdb_active_data_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ip_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ip_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ip_interpro_id" sequenceNumberInPK="1"/>
         <index name="interpro_protein_pkey" unique="true">
            <column ascending="true" name="ip_interpro_id"/>
         </index>
         <index name="interpro_protein_ak" unique="true">
            <column ascending="true" name="ip_interpro_id"/>
            <column ascending="true" name="ip_name"/>
            <column ascending="true" name="ip_type"/>
         </index>
      </table>
      <table name="jenk491" numRows="1001" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="messup" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ont" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="goid" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="jenk491b" numRows="2002" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="inference" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="goid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ont" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="messup" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="journal" numRows="2938" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="jrnl_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="pub_jrnl_zdb_id" foreignKey="pub_journal_foreign_key" implied="false" onDeleteCascade="false" table="publication"/>
            <parent column="zactvs_zdb_id" foreignKey="journal_zdb_active_source_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="jrnl_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="jrnl_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="jrnl_is_nice" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="jrnl_publisher" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="jrnl_name_lower" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="jrnl_abbrev_lower" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="jrnl_print_issn" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="jrnl_online_issn" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="jrnl_nlmid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="jrnl_medabbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="jrnl_isoabbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="jrnl_zdb_id" sequenceNumberInPK="1"/>
         <index name="journal_primary_key" unique="true">
            <column ascending="true" name="jrnl_zdb_id"/>
         </index>
         <index name="journal_alternate_key_index" unique="true">
            <column ascending="true" name="jrnl_name"/>
         </index>
         <index name="jrnl_abbrev_lower_index" unique="true">
            <column ascending="true" name="jrnl_abbrev_lower"/>
         </index>
         <index name="jrnl_name_lower_index" unique="true">
            <column ascending="true" name="jrnl_name_lower"/>
         </index>
      </table>
      <table name="lab" numRows="1488" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="target_id" foreignKey="int_person_lab_target_id_foreign_key" implied="false" onDeleteCascade="true" table="int_person_lab"/>
            <child column="laut_lab_zdb_id" foreignKey="laut_lab_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="lab_address_update_tracking"/>
            <child column="zsm_lab_of_origin_zdb_id" foreignKey="zem_lab_fk" implied="false" onDeleteCascade="true" table="zebrashare_submission_metadata"/>
            <parent column="zactvs_zdb_id" foreignKey="lab_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="phone" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fax" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="email" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="url" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="owner" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="lab_owner_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="contact_person" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="lab_contact_person_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="bio" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="status" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="10" name="entry_time" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="11" name="address" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="country" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="image" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zdb_id" sequenceNumberInPK="1"/>
         <index name="lab_primary_key" unique="true">
            <column ascending="true" name="zdb_id"/>
         </index>
         <index name="lab_contact_person_fk_index" unique="false">
            <column ascending="true" name="contact_person"/>
         </index>
         <index name="lab_owner_fk_index" unique="false">
            <column ascending="true" name="owner"/>
         </index>
      </table>
      <table name="lab_address_update_tracking" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('lab_address_update_tracking_laut_pk_id_seq'::regclass)" digits="0" id="0" name="laut_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="laut_lab_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="laut_lab_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="lab"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="laut_previous_address" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="laut_new_address" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="laut_pk_id" sequenceNumberInPK="1"/>
         <index name="laut_pk_id_primary_key" unique="true">
            <column ascending="true" name="laut_pk_id"/>
         </index>
         <index name="laut_lab_id_index" unique="false">
            <column ascending="true" name="laut_lab_zdb_id"/>
         </index>
      </table>
      <table name="lab_position" numRows="10" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('lab_position_labpos_pk_id_seq'::regclass)" digits="0" id="0" name="labpos_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="position_id" foreignKey="int_person_lab_position_foreign_key" implied="false" onDeleteCascade="false" table="int_person_lab"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="labpos_position" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="labpos_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="labpos_pk_id" sequenceNumberInPK="1"/>
         <index name="lab_position_primary_key" unique="true">
            <column ascending="true" name="labpos_pk_id"/>
         </index>
         <index name="labpos_order_index" unique="true">
            <column ascending="true" name="labpos_order"/>
         </index>
      </table>
      <table name="light_chain_isotype" numRows="13" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ltiso_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="atb_ltiso_name" foreignKey="atb_ltiso_name_foreign_key" implied="false" onDeleteCascade="false" table="antibody"/>
         </column>
         <primaryKey column="ltiso_name" sequenceNumberInPK="1"/>
         <index name="light_chain_isotype_primary_key" unique="true">
            <column ascending="true" name="ltiso_name"/>
         </index>
      </table>
      <table name="lines" numRows="78" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="line_name" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="lines_tmp" numRows="63" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="line_name" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="linkage" numRows="15143" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lnkg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="lsingle_lnkg_zdb_id" foreignKey="lsingle_lnkg_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_single"/>
            <parent column="zactvd_zdb_id" foreignKey="lnkgs_lnkg_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="lnkg_chromosome" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="lg_name" foreignKey="lnkgs_chromosome_foreign_key" implied="false" onDeleteCascade="false" table="linkage_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lnkg_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="lnkg_submitter_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="lnkgs_submitter_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="lnkg_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="lnkg_zdb_id" sequenceNumberInPK="1"/>
         <index name="linkages_primary_key" unique="true">
            <column ascending="true" name="lnkg_zdb_id"/>
         </index>
         <index name="lnkgs_chromosome_index" unique="false">
            <column ascending="true" name="lnkg_chromosome"/>
         </index>
         <index name="lnkgs_source_zdb_id_index" unique="false">
            <column ascending="true" name="lnkg_source_zdb_id"/>
         </index>
         <index name="lnkgs_submitter_zdb_id_index" unique="false">
            <column ascending="true" name="lnkg_submitter_zdb_id"/>
         </index>
      </table>
      <table name="linkage_group" numRows="27" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lg_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="lnkg_chromosome" foreignKey="lnkgs_chromosome_foreign_key" implied="false" onDeleteCascade="false" table="linkage"/>
            <child column="lnkg_or_lg" foreignKey="lnkg_or_lg_foreign_key" implied="false" onDeleteCascade="false" table="linkage_old"/>
            <child column="panelcnt_or_lg" foreignKey="panelcnt_or_lg_foreign_key" implied="false" onDeleteCascade="true" table="panel_count"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="lg_order" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="lg_name" sequenceNumberInPK="1"/>
         <index name="linkage_group_primary_key" unique="true">
            <column ascending="true" name="lg_name"/>
         </index>
         <index name="lg_order_index" unique="true">
            <column ascending="true" name="lg_order"/>
         </index>
      </table>
      <table name="linkage_member" numRows="17353" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lnkgmem_linkage_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="lpmem_linkage_zdb_id" foreignKey="lpmem_linkage_member_foreign_key" implied="false" onDeleteCascade="false" table="linkage_pair_member"/>
            <parent column="lnkg_zdb_id" foreignKey="lnkgmem_linkage_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_old"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="lnkgmem_member_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="lpmem_member_zdb_id" foreignKey="lpmem_linkage_member_foreign_key" implied="false" onDeleteCascade="false" table="linkage_pair_member"/>
         </column>
         <primaryKey column="lnkgmem_linkage_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="lnkgmem_member_zdb_id" sequenceNumberInPK="2"/>
         <index name="linkage_member_primary_key" unique="true">
            <column ascending="true" name="lnkgmem_linkage_zdb_id"/>
            <column ascending="true" name="lnkgmem_member_zdb_id"/>
         </index>
         <index name="lnkgmem_linkage_zdb_id_index" unique="false">
            <column ascending="true" name="lnkgmem_linkage_zdb_id"/>
         </index>
         <index name="lnkgmem_member_zdb_id_index" unique="false">
            <column ascending="true" name="lnkgmem_member_zdb_id"/>
         </index>
      </table>
      <table name="linkage_member_temp" numRows="5843" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="marker_1_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="marker_2_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="linkage_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="linkage_membership" numRows="6659" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('linkage_membership_lnkgm_pk_id_seq'::regclass)" digits="0" id="0" name="lnkgm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="lnkgm_member_1_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="lnkgm_member_1_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lnkgm_member_2_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="lnkgm_member_2_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="2" id="3" name="lnkgm_distance" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="2" id="4" name="lnkgm_lod" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="5" name="lnkgm_metric" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="lnkgm_pair_old_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="lnkgm_linkage_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="lnkgm_pk_id" sequenceNumberInPK="1"/>
         <index name="linkage_membership_primary_key" unique="true">
            <column ascending="true" name="lnkgm_pk_id"/>
         </index>
         <index name="lnkgm_alternate_key_index" unique="true">
            <column ascending="true" name="lnkgm_member_1_zdb_id"/>
            <column ascending="true" name="lnkgm_member_2_zdb_id"/>
            <column ascending="true" name="lnkgm_linkage_zdb_id"/>
         </index>
         <index name="lnkgm_linkage_zdb_id_fk_index" unique="false">
            <column ascending="true" name="lnkgm_linkage_zdb_id"/>
         </index>
         <index name="lnkgm_member_1_zdb_id_fk_index" unique="false">
            <column ascending="true" name="lnkgm_member_1_zdb_id"/>
         </index>
         <index name="lnkgm_member_2_zdb_id_fk_index" unique="false">
            <column ascending="true" name="lnkgm_member_2_zdb_id"/>
         </index>
      </table>
      <table name="linkage_membership_search" numRows="13318" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lms_member_1_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="lms_member_1_zdb_id_fk_zdb_active_data" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="lms_member_2_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="lms_member_2_zdb_id_fk_zdb_active_data" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lms_lnkgmem_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="true" defaultValue="nextval('linkage_membership_search_lms_pk_id_seq'::regclass)" digits="0" id="3" name="lms_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="2" id="4" name="lms_distance" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="5" name="lms_units" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="2" id="6" name="lms_lod" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="7" name="lms_lnkg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="lms_lnkg_zdb_id_fk_zdb_active_data" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <index name="lms_lnkg_zdb_id_index" unique="false">
            <column ascending="true" name="lms_lnkg_zdb_id"/>
         </index>
         <index name="lms_lnkgmem_id_index" unique="false">
            <column ascending="true" name="lms_lnkgmem_id"/>
         </index>
         <index name="lms_member_1_zdb_id_fk_odc" unique="false">
            <column ascending="true" name="lms_member_1_zdb_id"/>
         </index>
         <index name="lms_member_2_zdb_id_fk_odc" unique="false">
            <column ascending="true" name="lms_member_2_zdb_id"/>
         </index>
      </table>
      <table name="linkage_membership_search_bkup" numRows="13318" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lms_member_1_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="lms_member_2_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="lms_lnkgmem_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="true" defaultValue="nextval('linkage_membership_search_bkup_lms_pk_id_seq'::regclass)" digits="0" id="3" name="lms_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="2" id="4" name="lms_distance" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="5" name="lms_units" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="2" id="6" name="lms_lod" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="7" name="lms_lnkg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <index name="lmsb_lnkg_zdb_id_index" unique="false">
            <column ascending="true" name="lms_lnkg_zdb_id"/>
         </index>
         <index name="lmsb_lnkgmem_id_index" unique="false">
            <column ascending="true" name="lms_lnkgmem_id"/>
         </index>
      </table>
      <table name="linkage_membership_search_temp" numRows="13318" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lms_member_1_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="lms_member_2_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="lms_lnkgmem_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="true" defaultValue="nextval('linkage_membership_search_temp_lms_pk_id_seq'::regclass)" digits="0" id="3" name="lms_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="2" id="4" name="lms_distance" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="5" name="lms_units" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="2" id="6" name="lms_lod" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="7" name="lms_lnkg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <index name="lmst_lnkg_zdb_id_index" unique="false">
            <column ascending="true" name="lms_lnkg_zdb_id"/>
         </index>
         <index name="lmst_lnkgmem_id_index" unique="false">
            <column ascending="true" name="lms_lnkgmem_id"/>
         </index>
      </table>
      <table name="linkage_old" numRows="15143" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lnkg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="lnkgmem_linkage_zdb_id" foreignKey="lnkgmem_linkage_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_member"/>
            <child column="lnkgpair_linkage_zdb_id" foreignKey="lnkgpair_linkage_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_pair"/>
            <parent column="zactvd_zdb_id" foreignKey="lnkg_lnkg_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="lnkg_or_lg" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="lg_name" foreignKey="lnkg_or_lg_foreign_key" implied="false" onDeleteCascade="false" table="linkage_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lnkg_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="lnkg_submitter_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="lnkg_submitter_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <primaryKey column="lnkg_zdb_id" sequenceNumberInPK="1"/>
         <index name="linkage_primary_key" unique="true">
            <column ascending="true" name="lnkg_zdb_id"/>
         </index>
         <index name="lnkg_or_lg_index" unique="false">
            <column ascending="true" name="lnkg_or_lg"/>
         </index>
         <index name="lnkg_submitter_zdb_id_index" unique="false">
            <column ascending="true" name="lnkg_submitter_zdb_id"/>
         </index>
      </table>
      <table name="linkage_pair" numRows="822" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lnkgpair_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="lpmem_linkage_pair_zdb_id" foreignKey="lpmem_linkage_pair_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_pair_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="lnkgpair_linkage_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="lnkg_zdb_id" foreignKey="lnkgpair_linkage_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_old"/>
         </column>
         <column autoUpdated="false" digits="2" id="2" name="lnkgpair_distance" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="2" id="3" name="lnkgpair_lod" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="4" name="lnkgpair_metric" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mapmetric_code" foreignKey="lnkgpair_metric_foreign_key" implied="false" onDeleteCascade="false" table="map_metric"/>
         </column>
         <primaryKey column="lnkgpair_zdb_id" sequenceNumberInPK="1"/>
         <index name="linkage_pair_primary_key" unique="true">
            <column ascending="true" name="lnkgpair_zdb_id"/>
         </index>
         <index name="lnkgpair_linkage_zdb_id_index" unique="false">
            <column ascending="true" name="lnkgpair_linkage_zdb_id"/>
         </index>
         <index name="lnkgpair_metric_index" unique="false">
            <column ascending="true" name="lnkgpair_metric"/>
         </index>
      </table>
      <table name="linkage_pair_member" numRows="1644" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="lpmem_linkage_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="lnkgmem_linkage_zdb_id" foreignKey="lpmem_linkage_member_foreign_key" implied="false" onDeleteCascade="false" table="linkage_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="lpmem_member_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="lnkgmem_member_zdb_id" foreignKey="lpmem_linkage_member_foreign_key" implied="false" onDeleteCascade="false" table="linkage_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lpmem_linkage_pair_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="lnkgpair_zdb_id" foreignKey="lpmem_linkage_pair_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_pair"/>
         </column>
         <primaryKey column="lpmem_linkage_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="lpmem_member_zdb_id" sequenceNumberInPK="2"/>
         <primaryKey column="lpmem_linkage_pair_zdb_id" sequenceNumberInPK="3"/>
         <index name="linkage_pair_member_primary_key" unique="true">
            <column ascending="true" name="lpmem_linkage_zdb_id"/>
            <column ascending="true" name="lpmem_member_zdb_id"/>
            <column ascending="true" name="lpmem_linkage_pair_zdb_id"/>
         </index>
         <index name="lpmem_linkage_pair_zdb_id_index" unique="false">
            <column ascending="true" name="lpmem_linkage_pair_zdb_id"/>
         </index>
         <index name="lpmem_linkage_zdb_id_index" unique="false">
            <column ascending="true" name="lpmem_linkage_zdb_id"/>
         </index>
         <index name="lpmem_member_zdb_id_index" unique="false">
            <column ascending="true" name="lpmem_member_zdb_id"/>
         </index>
      </table>
      <table name="linkage_single" numRows="16166" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('linkage_single_lsingle_pk_id_seq'::regclass)" digits="0" id="0" name="lsingle_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="lsingle_lnkg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="lnkg_zdb_id" foreignKey="lsingle_lnkg_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lsingle_member_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="lsingle_member_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <primaryKey column="lsingle_pk_id" sequenceNumberInPK="1"/>
         <index name="linkage_single_primary_key" unique="true">
            <column ascending="true" name="lsingle_pk_id"/>
         </index>
         <index name="lsingle_ak_index" unique="true">
            <column ascending="true" name="lsingle_lnkg_zdb_id"/>
            <column ascending="true" name="lsingle_member_zdb_id"/>
         </index>
         <index name="lsingle_lnkg_fk_index" unique="false">
            <column ascending="true" name="lsingle_lnkg_zdb_id"/>
         </index>
         <index name="lsingle_member_fk_index" unique="false">
            <column ascending="true" name="lsingle_member_zdb_id"/>
         </index>
      </table>
      <table name="linkages_copy" numRows="454" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="m1_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="m2_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="2" id="2" name="dist" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="2" id="3" name="lod" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="4" name="owner" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="longest_bin_resident_metric" numRows="1328" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('longest_bin_resident_metric_lbrm_pk_id_seq'::regclass)" digits="0" id="0" name="lbrm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="1" name="lbrm_date_captured" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="2" name="lbrm_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="lbrm_status_counted" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="lbrm_days_in_status_on_this_date" nullable="false" remarks="" size="10" type="int4"/>
      </table>
      <table name="map_metric" numRows="4" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mapmetric_code" nullable="false" remarks="" size="2147483647" type="text">
            <child column="lnkgpair_metric" foreignKey="lnkgpair_metric_foreign_key" implied="false" onDeleteCascade="false" table="linkage_pair"/>
            <child column="metric" foreignKey="mapped_marker_metric_foreign_key" implied="false" onDeleteCascade="false" table="mapped_marker"/>
            <child column="metric" foreignKey="mappanel_metric_foreign_key" implied="false" onDeleteCascade="false" table="panels"/>
            <child column="metric" foreignKey="zmap_pub_pan_mark_metric_foreign_key" implied="false" onDeleteCascade="false" table="zmap_pub_pan_mark"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mapmetric_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mapmetric_description" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mapmetric_code" sequenceNumberInPK="1"/>
         <index name="map_metric_primary_key" unique="true">
            <column ascending="true" name="mapmetric_code"/>
         </index>
         <index name="mapmetric_name_index" unique="true">
            <column ascending="true" name="mapmetric_name"/>
         </index>
      </table>
      <table name="mapped_marker" numRows="26973" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="company"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="marker_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="mm_marker_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="refcross_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="mm_refcross_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="submitter" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="lab" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="owner" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="owner_person_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="3" id="7" name="entry_date" nullable="true" remarks="" size="26" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="8" name="scoring_data" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="marker_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="marker_type" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker_types"/>
         </column>
         <column autoUpdated="false" digits="0" id="10" name="framework_t" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="11" name="metric" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mapmetric_code" foreignKey="mapped_marker_metric_foreign_key" implied="false" onDeleteCascade="false" table="map_metric"/>
         </column>
         <column autoUpdated="false" digits="0" id="12" name="map_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="mm_chromosome" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="chrom_name" foreignKey="mapped_marker_chromosome_foreign_key" implied="false" onDeleteCascade="false" table="chromosome"/>
         </column>
         <column autoUpdated="false" digits="2" id="14" name="mm_chrom_location" nullable="true" remarks="" size="8" type="numeric"/>
         <primaryKey column="zdb_id" sequenceNumberInPK="1"/>
         <index name="mapped_marker_primary_key" unique="true">
            <column ascending="true" name="zdb_id"/>
         </index>
         <index name="mapped_marker_chromosome_index" unique="false">
            <column ascending="true" name="mm_chromosome"/>
         </index>
         <index name="mapped_marker_marker_id_index" unique="false">
            <column ascending="true" name="marker_id"/>
         </index>
         <index name="mapped_marker_marker_type_index" unique="false">
            <column ascending="true" name="marker_type"/>
         </index>
         <index name="mapped_marker_metric_index" unique="false">
            <column ascending="true" name="metric"/>
         </index>
         <index name="mapped_markers_refcross_id_index" unique="false">
            <column ascending="true" name="refcross_id"/>
         </index>
         <index name="owner_person_zdb_id_fk_odc_index" unique="false">
            <column ascending="true" name="owner"/>
         </index>
      </table>
      <table name="marker" numRows="173681" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="atb_zdb_id" foreignKey="atb_mrkr_foreign_key_odc" implied="false" onDeleteCascade="true" table="antibody"/>
            <child column="cefs_mrkr_zdb_id" foreignKey="clean_expression_fast_search_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="clean_expression_fast_search"/>
            <child column="clone_mrkr_zdb_id" foreignKey="clone_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="clone"/>
            <child column="conmrkrrel_mrkr_zdb_id" foreignKey="cmr_mrkr_fk_odc" implied="false" onDeleteCascade="true" table="construct_marker_relationship"/>
            <child column="xpatex_gene_zdb_id" foreignKey="xpatex2_gene_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="expression_experiment2"/>
            <child column="xpatex_probe_feature_zdb_id" foreignKey="expression_experiment2_probe_feature_foreign_key" implied="false" onDeleteCascade="true" table="expression_experiment2"/>
            <child column="mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="finalct3"/>
            <child column="mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="finalgo"/>
            <child column="fishstr_str_zdb_id" foreignKey="fishstr_str_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish_str"/>
            <child column="gd_gene_zdb_id" foreignKey="gd_gene_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="gene_description"/>
            <child column="gfammem_mrkr_zdb_id" foreignKey="genedom_family_member_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="genedom_family_member"/>
            <child column="gffs_morph_zdb_id" foreignKey="gffs_morph_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="genotype_figure_fast_search"/>
            <child column="mrkrgoev_mrkr_zdb_id" foreignKey="mrkrgoev_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_go_term_evidence"/>
            <child column="mhist_mrkr_zdb_id" foreignKey="mhist_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_history"/>
            <child column="mha_mrkr_zdb_id" foreignKey="mha_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_history_audit"/>
            <child column="mrel_mrkr_1_zdb_id" foreignKey="mrel_mrkr_1_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_relationship"/>
            <child column="mrel_mrkr_2_zdb_id" foreignKey="mrel_mrkr_2_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_relationship"/>
            <child column="seq_mrkr_zdb_id" foreignKey="mrkrseq2_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker_sequence"/>
            <child column="mtp_mrkr_zdb_id" foreignKey="protein_to_interpro_interpro_id" implied="false" onDeleteCascade="true" table="marker_to_protein"/>
            <child column="ortho_zebrafish_gene_zdb_id" foreignKey="ortholog_gene_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="ortholog"/>
            <child column="marker_id" foreignKey="primer_set_marker_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="primer_set"/>
            <child column="snpd_mrkr_zdb_id" foreignKey="snpd_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="snp_download"/>
            <child column="mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_go"/>
            <child column="mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_go1"/>
            <child column="tscript_mrkr_zdb_id" foreignKey="tscript_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="transcript"/>
            <parent column="zactvd_zdb_id" foreignKey="mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mrkr_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mrkr_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="mrkr_abbrev" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="mrkr_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="marker_type" foreignKey="mrkr_type_foreign_key" implied="false" onDeleteCascade="false" table="marker_types"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="mrkr_owner" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="mrkr_owner_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="mrkr_name_order" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="mrkr_abbrev_order" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mrkr_zdb_id" sequenceNumberInPK="1"/>
         <index name="marker_primary_key" unique="true">
            <column ascending="true" name="mrkr_zdb_id"/>
         </index>
         <index name="mrkr_abbrev_index" unique="true">
            <column ascending="true" name="mrkr_abbrev"/>
         </index>
         <index name="mrkr_name_index" unique="true">
            <column ascending="true" name="mrkr_name"/>
         </index>
         <index name="mrkr_owner_index" unique="false">
            <column ascending="true" name="mrkr_owner"/>
         </index>
         <index name="mrkr_type_index" unique="false">
            <column ascending="true" name="mrkr_type"/>
         </index>
      </table>
      <table name="marker_go_term_annotation_extension" numRows="979" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_go_term_annotation_extension_mgtae_pk_id_seq'::regclass)" digits="0" id="0" name="mgtae_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="mgtae_relationship_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="mgtae_relationship_term_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mgtae_identifier_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="mgtae_extension_group_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="mgtaeg_annotation_extension_group_id" foreignKey="mgtae_extension_group_id_fk_odc" implied="false" onDeleteCascade="true" table="marker_go_term_annotation_extension_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="mgtae_term_text" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="mgtae_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mgtae_pk_id" sequenceNumberInPK="1"/>
         <index name="marker_go_term_annotation_extension_pk" unique="true">
            <column ascending="true" name="mgtae_pk_id"/>
         </index>
         <index name="mgrae_iterm_zdb_id_fk_index" unique="false">
            <column ascending="true" name="mgtae_identifier_term_zdb_id"/>
         </index>
         <index name="mgrae_rterm_zdb_id_fk_index" unique="false">
            <column ascending="true" name="mgtae_relationship_term_zdb_id"/>
         </index>
         <index name="mgtae_extension_group_id_index" unique="false">
            <column ascending="true" name="mgtae_extension_group_id"/>
         </index>
      </table>
      <table name="marker_go_term_annotation_extension_group" numRows="979" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mgtaeg_mrkrgoev_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkrgoev_zdb_id" foreignKey="mgtaeg_fk_odc" implied="false" onDeleteCascade="true" table="marker_go_term_evidence"/>
         </column>
         <column autoUpdated="true" defaultValue="nextval('marker_go_term_annotation_ext_mgtaeg_annotation_extension_g_seq'::regclass)" digits="0" id="1" name="mgtaeg_annotation_extension_group_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="mgtae_extension_group_id" foreignKey="mgtae_extension_group_id_fk_odc" implied="false" onDeleteCascade="true" table="marker_go_term_annotation_extension"/>
         </column>
         <primaryKey column="mgtaeg_annotation_extension_group_id" sequenceNumberInPK="1"/>
         <index name="mgtaeg_primary_key" unique="true">
            <column ascending="true" name="mgtaeg_annotation_extension_group_id"/>
         </index>
         <index name="mgtaeg_fk_index" unique="false">
            <column ascending="true" name="mgtaeg_mrkrgoev_zdb_id"/>
         </index>
      </table>
      <table name="marker_go_term_evidence" numRows="306026" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mrkrgoev_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="infgrmem_mrkrgoev_zdb_id" foreignKey="ifgrmem_mrkrgoev_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="inference_group_member"/>
            <child column="mgtaeg_mrkrgoev_zdb_id" foreignKey="mgtaeg_fk_odc" implied="false" onDeleteCascade="true" table="marker_go_term_annotation_extension_group"/>
            <child column="nma_mrkrgoev_zdb_id" foreignKey="nma_mrkrgoev_fk_odc" implied="false" onDeleteCascade="true" table="noctua_model_annotation"/>
            <child column="mrkrgoev_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_go"/>
            <child column="mrkrgoev_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tmp_go1"/>
            <parent column="zactvd_zdb_id" foreignKey="marker_go_term_evidence_zdb_active_data_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mrkrgoev_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="mrkrgoev_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mrkrgoev_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="mrkrgoev_source_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="mrkrgoev_evidence_code" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="mrkrgoev_notes" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="mrkrgoev_date_entered" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="mrkrgoev_date_modified" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="mrkrgoev_contributed_by" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="mrkrgoev_contributed_by_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="mrkrgoev_modified_by" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="mrkrgoev_modified_by_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="mrkrgoev_gflag_name" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="gflag_name" foreignKey="mrkrgoev_gflag_name_foreign_key" implied="false" onDeleteCascade="false" table="go_flag"/>
         </column>
         <column autoUpdated="false" digits="0" id="10" name="mrkrgoev_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="mrkrgoev_term_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="11" name="mrkrgoev_annotation_organization" nullable="false" remarks="" size="19" type="int8">
            <parent column="mrkrgoevas_pk_id" foreignKey="mrkrgoev_annotation_organization_foreign_key" implied="false" onDeleteCascade="false" table="marker_go_term_evidence_annotation_organization"/>
         </column>
         <column autoUpdated="false" defaultValue="'ZFIN'::text" digits="0" id="12" name="mrkrgoev_annotation_organization_created_by" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="13" name="mrkrgoev_external_load_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="14" name="mrkrgoev_protein_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="dblink_zdb_id" foreignKey="mrkrgoev_protein_dblink_id_fk_odc" implied="false" onDeleteCascade="true" table="db_link"/>
         </column>
         <column autoUpdated="false" digits="0" id="15" name="mrkrgoev_relation_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="mrkrgoev_relation_term_zdb_id_fk_odc" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="16" name="mrkrgoev_relation_qualifier" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="17" name="mrkrgoev_tag_submit_format" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mrkrgoev_zdb_id" sequenceNumberInPK="1"/>
         <index name="marker_go_term_evidence_primary_key" unique="true">
            <column ascending="true" name="mrkrgoev_zdb_id"/>
         </index>
         <index name="marker_go_term_evidence_marker_foreign_key_index" unique="false">
            <column ascending="true" name="mrkrgoev_mrkr_zdb_id"/>
         </index>
         <index name="marker_go_term_evidence_source_foreign_key_index" unique="false">
            <column ascending="true" name="mrkrgoev_source_zdb_id"/>
         </index>
         <index name="mrkrgoev_annotation_org_fk_index" unique="false">
            <column ascending="true" name="mrkrgoev_annotation_organization"/>
         </index>
         <index name="mrkrgoev_contributed_by_fk_index" unique="false">
            <column ascending="true" name="mrkrgoev_contributed_by"/>
         </index>
         <index name="mrkrgoev_evidence_code_index" unique="false">
            <column ascending="true" name="mrkrgoev_evidence_code"/>
         </index>
         <index name="mrkrgoev_gflag_name" unique="false">
            <column ascending="true" name="mrkrgoev_gflag_name"/>
         </index>
         <index name="mrkrgoev_modified_by_fk_index" unique="false">
            <column ascending="true" name="mrkrgoev_modified_by"/>
         </index>
         <index name="mrkrgoev_protein_dblink_id_index" unique="false">
            <column ascending="true" name="mrkrgoev_protein_dblink_zdb_id"/>
         </index>
         <index name="mrkrgoev_term_zdb_id_fk_index" unique="false">
            <column ascending="true" name="mrkrgoev_term_zdb_id"/>
         </index>
      </table>
      <table name="marker_go_term_evidence_annotation_created_by_source" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_go_term_evidence_annotation_created_mrkrgoevcb_pk_id_seq'::regclass)" digits="0" id="0" name="mrkrgoevcb_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="mrkrgoevcb_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mrkrgoevcb_url" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mrkrgoevcb_pk_id" sequenceNumberInPK="1"/>
         <index name="marker_go_term_evidence_annotation_created_by_source_primary_ke" unique="true">
            <column ascending="true" name="mrkrgoevcb_pk_id"/>
         </index>
         <index name="mrkrgoevcb_alternate_key_index" unique="true">
            <column ascending="true" name="mrkrgoevcb_name"/>
         </index>
      </table>
      <table name="marker_go_term_evidence_annotation_organization" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_go_term_evidence_annotation_organiz_mrkrgoevas_pk_id_seq'::regclass)" digits="0" id="0" name="mrkrgoevas_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="mrkrgoev_annotation_organization" foreignKey="mrkrgoev_annotation_organization_foreign_key" implied="false" onDeleteCascade="false" table="marker_go_term_evidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mrkrgoevas_annotation_organization" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mrkrgoevas_definition" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="mrkrgoevas_organization_url" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mrkrgoevas_pk_id" sequenceNumberInPK="1"/>
         <index name="mrkrgoevas_primary_key" unique="true">
            <column ascending="true" name="mrkrgoevas_pk_id"/>
         </index>
         <index name="marker_go_term_evidence_annotaion_organization_ak_index" unique="true">
            <column ascending="true" name="mrkrgoevas_annotation_organization"/>
         </index>
      </table>
      <table name="marker_history" numRows="230854" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mhist_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="mhist_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mhist_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="mhist_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mhist_event" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mhistvnt_name" foreignKey="mhist_event_foreign_key" implied="false" onDeleteCascade="false" table="marker_history_event"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="mhist_reason" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mhistrsn_name" foreignKey="mhist_reason_foreign_key" implied="false" onDeleteCascade="false" table="marker_history_reason"/>
         </column>
         <column autoUpdated="false" digits="6" id="4" name="mhist_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="mhist_mrkr_name_on_mhist_date" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="mhist_mrkr_abbrev_on_mhist_date" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="mhist_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="mhist_dalias_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="dalias_zdb_id" foreignKey="mhist_dalias_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="data_alias"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="mhist_mrkr_prev_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mhist_zdb_id" sequenceNumberInPK="1"/>
         <index name="marker_hist_primary_key" unique="true">
            <column ascending="true" name="mhist_zdb_id"/>
         </index>
         <index name="mhist_dalias_zdb_id_index" unique="false">
            <column ascending="true" name="mhist_dalias_zdb_id"/>
         </index>
         <index name="mhist_event_index" unique="false">
            <column ascending="true" name="mhist_event"/>
         </index>
         <index name="mhist_mrkr_zdb_id_index" unique="false">
            <column ascending="true" name="mhist_mrkr_zdb_id"/>
         </index>
         <index name="mhist_reason_index" unique="false">
            <column ascending="true" name="mhist_reason"/>
         </index>
      </table>
      <table name="marker_history_audit" numRows="281734" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_history_audit_mha_pk_id_seq'::regclass)" digits="0" id="0" name="mha_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="mha_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="mha_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mha_mrkr_abbrev_before" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="mha_mrkr_abbrev_after" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="mha_insert_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="mha_mrkr_name_before" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="mha_mrkr_name_after" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mha_pk_id" sequenceNumberInPK="1"/>
         <index name="mha_primary_key" unique="true">
            <column ascending="true" name="mha_pk_id"/>
         </index>
         <index name="mha_mrkr_zdb_id_index" unique="false">
            <column ascending="true" name="mha_mrkr_zdb_id"/>
         </index>
      </table>
      <table name="marker_history_event" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mhistvnt_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fhist_event" foreignKey="fhist_event_foreign_key" implied="false" onDeleteCascade="false" table="feature_history"/>
            <child column="mhist_event" foreignKey="mhist_event_foreign_key" implied="false" onDeleteCascade="false" table="marker_history"/>
         </column>
         <primaryKey column="mhistvnt_name" sequenceNumberInPK="1"/>
         <index name="marker_history_event_primary_key" unique="true">
            <column ascending="true" name="mhistvnt_name"/>
         </index>
      </table>
      <table name="marker_history_reason" numRows="7" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mhistrsn_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fhist_reason" foreignKey="fhist_reason_foreign_key" implied="false" onDeleteCascade="false" table="feature_history"/>
            <child column="mhist_reason" foreignKey="mhist_reason_foreign_key" implied="false" onDeleteCascade="false" table="marker_history"/>
         </column>
         <primaryKey column="mhistrsn_name" sequenceNumberInPK="1"/>
         <index name="marker_history_reason_primary_key" unique="true">
            <column ascending="true" name="mhistrsn_name"/>
         </index>
      </table>
      <table name="marker_relationship" numRows="199601" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mrel_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="mrel_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mrel_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mreltype_name" foreignKey="mrel_type_foreign_key" implied="false" onDeleteCascade="false" table="marker_relationship_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mrel_mrkr_1_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="mrel_mrkr_1_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="mrel_mrkr_2_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="mrel_mrkr_2_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="mrel_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mrel_zdb_id" sequenceNumberInPK="1"/>
         <index name="marker_relationship_primary_key" unique="true">
            <column ascending="true" name="mrel_zdb_id"/>
         </index>
         <index name="marker_relationship_alternate_key_index" unique="true">
            <column ascending="true" name="mrel_mrkr_1_zdb_id"/>
            <column ascending="true" name="mrel_mrkr_2_zdb_id"/>
            <column ascending="true" name="mrel_type"/>
         </index>
         <index name="mrel_mrkr_1_zdb_id_index" unique="false">
            <column ascending="true" name="mrel_mrkr_1_zdb_id"/>
         </index>
         <index name="mrel_mrkr_2_zdb_id_index" unique="false">
            <column ascending="true" name="mrel_mrkr_2_zdb_id"/>
         </index>
         <index name="mrel_type_index" unique="false">
            <column ascending="true" name="mrel_type"/>
         </index>
      </table>
      <table name="marker_relationship_type" numRows="32" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mreltype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="conmrkrrel_relationship_type" foreignKey="conmrkrrel_relationship_type_foreign_key" implied="false" onDeleteCascade="false" table="construct_marker_relationship"/>
            <child column="mrel_type" foreignKey="mrel_type_foreign_key" implied="false" onDeleteCascade="false" table="marker_relationship"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mreltype_mrkr_type_group_1" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mtgrp_name" foreignKey="mreltype_mrkr_type_group_1_foreign_key" implied="false" onDeleteCascade="false" table="marker_type_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mreltype_mrkr_type_group_2" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mtgrp_name" foreignKey="mreltype_mrkr_type_group_2_foreign_key" implied="false" onDeleteCascade="false" table="marker_type_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="mreltype_1_to_2_comments" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="mreltype_2_to_1_comments" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mreltype_name" sequenceNumberInPK="1"/>
         <index name="marker_relationship_type_primary_key" unique="true">
            <column ascending="true" name="mreltype_name"/>
         </index>
         <index name="mreltype_mrkr_type_group_1_index" unique="false">
            <column ascending="true" name="mreltype_mrkr_type_group_1"/>
         </index>
         <index name="mreltype_mrkr_type_group_2_index" unique="false">
            <column ascending="true" name="mreltype_mrkr_type_group_2"/>
         </index>
      </table>
      <table name="marker_sequence" numRows="18455" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="seq_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="seq_mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="snp_sequence"/>
            <parent column="mrkr_zdb_id" foreignKey="mrkrseq2_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="seq_type" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="seqtype_name" foreignKey="mrkrseq2_seq_type_foreign_key" implied="false" onDeleteCascade="false" table="sequence_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="seq_offset_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="seq_offset_stop" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="seq_sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="seq_left_end" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="seq_sequence_2" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="seq_mrkr_zdb_id" sequenceNumberInPK="1"/>
         <index name="mrkrseq_primary_key_constraint" unique="true">
            <column ascending="true" name="seq_mrkr_zdb_id"/>
         </index>
         <index name="mrkrseq2_seq_type_foreign_key_index" unique="false">
            <column ascending="true" name="seq_type"/>
         </index>
      </table>
      <table name="marker_to_protein" numRows="56867" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_to_protein_mtp_pk_id_seq'::regclass)" digits="0" id="0" name="mtp_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="mtp_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="protein_to_interpro_interpro_id" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mtp_uniprot_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="up_uniprot_id" foreignKey="marker_to_protein_uniprot_id" implied="false" onDeleteCascade="true" table="protein"/>
         </column>
         <primaryKey column="mtp_pk_id" sequenceNumberInPK="1"/>
         <index name="marker_to_protein_pkey" unique="true">
            <column ascending="true" name="mtp_pk_id"/>
         </index>
      </table>
      <table name="marker_type_group" numRows="88" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mtgrp_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fmreltype_mrkr_type_group" foreignKey="fmreltype_ftr_type_group_mrkr_foreign_key" implied="false" onDeleteCascade="false" table="feature_marker_relationship_type"/>
            <child column="mreltype_mrkr_type_group_1" foreignKey="mreltype_mrkr_type_group_1_foreign_key" implied="false" onDeleteCascade="false" table="marker_relationship_type"/>
            <child column="mreltype_mrkr_type_group_2" foreignKey="mreltype_mrkr_type_group_2_foreign_key" implied="false" onDeleteCascade="false" table="marker_relationship_type"/>
            <child column="mtgrpmem_mrkr_type_group" foreignKey="mtgrpmem_mrkr_type_group_foreign_key" implied="false" onDeleteCascade="false" table="marker_type_group_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mtgrp_comments" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="mtgrp_searchable" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="mtgrp_display_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mtgrp_name" sequenceNumberInPK="1"/>
         <index name="marker_type_group_primary_key" unique="true">
            <column ascending="true" name="mtgrp_name"/>
         </index>
      </table>
      <table name="marker_type_group_member" numRows="395" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mtgrpmem_mrkr_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="marker_type" foreignKey="mtgrpmem_mrkr_type_fk" implied="false" onDeleteCascade="false" table="marker_types"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mtgrpmem_mrkr_type_group" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mtgrp_name" foreignKey="mtgrpmem_mrkr_type_group_foreign_key" implied="false" onDeleteCascade="false" table="marker_type_group"/>
         </column>
         <primaryKey column="mtgrpmem_mrkr_type" sequenceNumberInPK="1"/>
         <primaryKey column="mtgrpmem_mrkr_type_group" sequenceNumberInPK="2"/>
         <index name="marker_type_group_member_primary_key" unique="true">
            <column ascending="true" name="mtgrpmem_mrkr_type"/>
            <column ascending="true" name="mtgrpmem_mrkr_type_group"/>
         </index>
         <index name="mtgrpmem_mrkr_type_fk_index" unique="false">
            <column ascending="true" name="mtgrpmem_mrkr_type"/>
         </index>
         <index name="mtgrpmem_mrkr_type_group_foreign_key_index" unique="false">
            <column ascending="true" name="mtgrpmem_mrkr_type_group"/>
         </index>
      </table>
      <table name="marker_types" numRows="59" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="marker_type" nullable="false" remarks="" size="2147483647" type="text">
            <child column="marker_type" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="mapped_marker"/>
            <child column="mrkr_type" foreignKey="mrkr_type_foreign_key" implied="false" onDeleteCascade="false" table="marker"/>
            <child column="mtgrpmem_mrkr_type" foreignKey="mtgrpmem_mrkr_type_fk" implied="false" onDeleteCascade="false" table="marker_type_group_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mrkrtype_significance" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="mrkrtype_type_display" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="marker_type" sequenceNumberInPK="1"/>
         <index name="marker_types_primary_key" unique="true">
            <column ascending="true" name="marker_type"/>
         </index>
      </table>
      <table name="merge_markers_sql" numRows="24065" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('merge_markers_sql_mms_pk_id_seq'::regclass)" digits="0" id="0" name="mms_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="mms_mrkr_1_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mms_mrkr_2_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="mms_sql" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mms_pk_id" sequenceNumberInPK="1"/>
         <index name="merge_markers_sql_primary_key" unique="true">
            <column ascending="true" name="mms_pk_id"/>
         </index>
      </table>
      <table name="mesh_heading" numRows="478408" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('mesh_heading_mh_pk_id_seq'::regclass)" digits="0" id="0" name="mh_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="mhq_mesh_heading_id" foreignKey="mhq_mesh_heading_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="mesh_heading_qualifier"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mh_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="mesh_heading_pub_foreign_key_odc" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mh_mesht_mesh_descriptor_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mesht_mesh_id" foreignKey="mesh_heading_descriptor_foreign_key" implied="false" onDeleteCascade="true" table="mesh_term"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="mh_descriptor_is_major_topic" nullable="false" remarks="" size="1" type="bool"/>
         <primaryKey column="mh_pk_id" sequenceNumberInPK="1"/>
         <index name="mesh_heading_primary_key" unique="true">
            <column ascending="true" name="mh_pk_id"/>
         </index>
         <index name="mesh_heading_mesh_descriptor_id_foreign_key" unique="false">
            <column ascending="true" name="mh_mesht_mesh_descriptor_id"/>
         </index>
         <index name="mesh_heading_pub_foreign_key_index" unique="false">
            <column ascending="true" name="mh_pub_zdb_id"/>
         </index>
         <index name="mh_alternate_key_index" unique="true">
            <column ascending="true" name="mh_pub_zdb_id"/>
            <column ascending="true" name="mh_mesht_mesh_descriptor_id"/>
         </index>
      </table>
      <table name="mesh_heading_qualifier" numRows="367318" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mhq_mesh_heading_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="mh_pk_id" foreignKey="mhq_mesh_heading_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="mesh_heading"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mhq_mesht_mesh_qualifier_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mesht_mesh_id" foreignKey="mhq_mesht_mesh_qualifier_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="mesh_term"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="mhq_is_major_topic" nullable="false" remarks="" size="1" type="bool"/>
         <primaryKey column="mhq_mesh_heading_id" sequenceNumberInPK="1"/>
         <primaryKey column="mhq_mesht_mesh_qualifier_id" sequenceNumberInPK="2"/>
         <index name="mesh_heading_qualifier_primary_key" unique="true">
            <column ascending="true" name="mhq_mesh_heading_id"/>
            <column ascending="true" name="mhq_mesht_mesh_qualifier_id"/>
         </index>
         <index name="mesh_heading_id_foreign_key_index" unique="false">
            <column ascending="true" name="mhq_mesh_heading_id"/>
         </index>
         <index name="mesh_mesht_mesh_qualifier_id_foreign_key_index" unique="false">
            <column ascending="true" name="mhq_mesht_mesh_qualifier_id"/>
         </index>
      </table>
      <table name="mesh_term" numRows="29993" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mesht_mesh_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="mh_mesht_mesh_descriptor_id" foreignKey="mesh_heading_descriptor_foreign_key" implied="false" onDeleteCascade="true" table="mesh_heading"/>
            <child column="mhq_mesht_mesh_qualifier_id" foreignKey="mhq_mesht_mesh_qualifier_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="mesh_heading_qualifier"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mesht_term_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mesht_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mesht_mesh_id" sequenceNumberInPK="1"/>
         <index name="mesh_term_primary_key" unique="true">
            <column ascending="true" name="mesht_mesh_id"/>
         </index>
         <index name="mesh_term_alternate_key_index" unique="true">
            <column ascending="true" name="mesht_term_name"/>
            <column ascending="true" name="mesht_type"/>
         </index>
      </table>
      <table name="missing_varseq" numRows="301" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="featurezdb" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="fgmdid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="seqref" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="missing_xpatfig" numRows="33" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="oxpatfig_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="oxpatfig_xpatres_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="monthly_average_curated_metric" numRows="68" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('monthly_average_curated_metric_macm_pk_id_seq'::regclass)" digits="0" id="0" name="macm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="1" name="macm_date_captured" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="macm_average_stay_in_bin_1" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="macm_average_stay_in_bin_2" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="macm_average_stay_in_bin_3" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="macm_average_stay_in_pheno_bin" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="macm_average_stay_in_xpat_bin" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="macm_average_stay_in_ortho_bin" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="macm_paper_in_bin_1_longest" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="macm_longest_bin1_number_of_days" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="macm_paper_in_bin_2_longest" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="macm_longest_bin2_number_of_days" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="macm_paper_in_bin_3_longest" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="macm_longest_bin3_number_of_days" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="macm_paper_in_phenotype_bin_longest" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="15" name="macm_longest_phenotype_number_of_days" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="16" name="macm_paper_in_expression_bin_longest" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="17" name="macm_longest_expression_number_of_days" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="18" name="macm_paper_in_ortho_bin_longest" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="19" name="macm_longest_ortho_number_of_days" nullable="false" remarks="" size="10" type="int4"/>
      </table>
      <table name="monthly_curated_metric" numRows="12472" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('monthly_curated_metric_mcm_pk_id_seq'::regclass)" digits="0" id="0" name="mcm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="mcm_pub_arrival_date_month" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mcm_pub_arrival_date_year" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="mcm_number_in_bin_1" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="mcm_number_in_bin_2" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="mcm_number_in_bin_3" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="mcm_number_in_phenotype_bin" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="mcm_number_in_expression_bin" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="mcm_number_in_ortho_bin" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="mcm_number_archived_this_month" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="mcm_number_closed_unread_this_month" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="mcm_number_closed_curated_this_month" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="12" name="mcm_date_captured" nullable="false" remarks="" size="29" type="timestamp"/>
         <primaryKey column="mcm_pk_id" sequenceNumberInPK="1"/>
         <index name="monthly_curated_metric_primary_key" unique="true">
            <column ascending="true" name="mcm_pk_id"/>
         </index>
      </table>
      <table name="mutagee" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mutagee_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mutagee_name" sequenceNumberInPK="1"/>
         <index name="mutagee_primary_key" unique="true">
            <column ascending="true" name="mutagee_name"/>
         </index>
      </table>
      <table name="mutagen" numRows="12" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mutagen_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="ftmgm_mutagen" foreignKey="ftmgm_mutagen_foreign_key_odc" implied="false" onDeleteCascade="true" table="feature_type_mutagen_group_member"/>
         </column>
         <primaryKey column="mutagen_name" sequenceNumberInPK="1"/>
         <index name="mutagen_primary_key" unique="true">
            <column ascending="true" name="mutagen_name"/>
         </index>
      </table>
      <table name="mutant_fast_search" numRows="63804" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mfs_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="mutant_fast_search_data_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mfs_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="genox_zdb_id" foreignKey="mutant_fast_search_genox_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish_experiment"/>
         </column>
         <primaryKey column="mfs_data_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="mfs_genox_zdb_id" sequenceNumberInPK="2"/>
         <index name="mutant_fast_search_primary_key_index" unique="true">
            <column ascending="true" name="mfs_data_zdb_id"/>
            <column ascending="true" name="mfs_genox_zdb_id"/>
         </index>
         <index name="mutant_fast_search_data_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="mfs_data_zdb_id"/>
         </index>
         <index name="mutant_fast_search_genox_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="mfs_genox_zdb_id"/>
         </index>
      </table>
      <table name="mutation_detail_controlled_vocabulary" numRows="68" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mdcv_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="fdmd_dna_mutation_term_zdb_id" foreignKey="fdmd_mdcv_fk" implied="false" onDeleteCascade="false" table="feature_dna_mutation_detail"/>
            <child column="fpmd_protein_consequence_term_zdb_id" foreignKey="fpmd_mdcv_fk" implied="false" onDeleteCascade="false" table="feature_protein_mutation_detail"/>
            <child column="ftmd_transcript_consequence_term_zdb_id" foreignKey="ftmd_mdcv_fk" implied="false" onDeleteCascade="false" table="feature_transcript_mutation_detail"/>
            <parent column="term_zdb_id" foreignKey="mdcv_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mdcv_term_display_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mdcv_term_abbreviation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="mdcv_term_order" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="mdcv_used_in" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="mdcv_term_zdb_id" sequenceNumberInPK="1"/>
         <index name="mdcv_pk" unique="true">
            <column ascending="true" name="mdcv_term_zdb_id"/>
         </index>
      </table>
      <table name="name_precedence" numRows="19" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="nmprec_precedence" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="nmprec_significance" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="nmprec_comments" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="nmprec_precedence" sequenceNumberInPK="1"/>
         <index name="name_precedence_primary_key" unique="true">
            <column ascending="true" name="nmprec_precedence"/>
         </index>
         <index name="nmprec_significance_index" unique="true">
            <column ascending="true" name="nmprec_significance"/>
         </index>
      </table>
      <table name="ncbi_ortholog" numRows="162077" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="noi_ncbi_gene_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="noa_ncbi_gene_id" foreignKey="noa_ncbi_gene_id_fk" implied="false" onDeleteCascade="false" table="ncbi_ortholog_alias"/>
            <child column="noer_other_species_ncbi_gene_id" foreignKey="noer_other_species_ncbi_gene_id_fk_odc" implied="false" onDeleteCascade="true" table="ncbi_ortholog_external_reference"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="noi_taxid" nullable="false" remarks="" size="10" type="int4">
            <parent column="organism_taxid" foreignKey="noi_taxid_foreign_key" implied="false" onDeleteCascade="false" table="organism"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="noi_symbol" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="noi_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="noi_chromosome" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="5" name="noi_entry_time" nullable="true" remarks="" size="29" type="timestamp"/>
         <primaryKey column="noi_ncbi_gene_id" sequenceNumberInPK="1"/>
         <index name="ncbi_ortholog_alternate_key" unique="true">
            <column ascending="true" name="noi_ncbi_gene_id"/>
         </index>
         <index name="noi_organism_index" unique="false">
            <column ascending="true" name="noi_taxid"/>
         </index>
      </table>
      <table name="ncbi_ortholog_alias" numRows="60801" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('ncbi_ortholog_alias_noa_pk_id_seq'::regclass)" digits="0" id="0" name="noa_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="noa_ncbi_gene_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="noi_ncbi_gene_id" foreignKey="noa_ncbi_gene_id_fk" implied="false" onDeleteCascade="false" table="ncbi_ortholog"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="noa_alias" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="noa_pk_id" sequenceNumberInPK="1"/>
         <index name="ncbi_ortholog_alias_pkey" unique="true">
            <column ascending="true" name="noa_pk_id"/>
         </index>
         <index name="ncbi_ortho_alias_alternate_key_index" unique="true">
            <column ascending="true" name="noa_ncbi_gene_id"/>
            <column ascending="true" name="noa_alias"/>
         </index>
         <index name="noa_ncbi_gene_id_index" unique="false">
            <column ascending="true" name="noa_ncbi_gene_id"/>
         </index>
      </table>
      <table name="ncbi_ortholog_external_reference" numRows="387191" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('ncbi_ortholog_external_reference_noer_pk_id_seq'::regclass)" digits="0" id="0" name="noer_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="noer_other_species_ncbi_gene_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="noi_ncbi_gene_id" foreignKey="noer_other_species_ncbi_gene_id_fk_odc" implied="false" onDeleteCascade="true" table="ncbi_ortholog"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="noer_other_species_accession_number" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="noer_fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fdbcont_zdb_id" foreignKey="noer_fdbcont_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="foreign_db_contains"/>
         </column>
         <primaryKey column="noer_pk_id" sequenceNumberInPK="1"/>
         <index name="noer_pk_id_pk" unique="true">
            <column ascending="true" name="noer_pk_id"/>
         </index>
         <index name="noer_ak_index" unique="true">
            <column ascending="true" name="noer_other_species_ncbi_gene_id"/>
            <column ascending="true" name="noer_other_species_accession_number"/>
            <column ascending="true" name="noer_fdbcont_zdb_id"/>
         </index>
         <index name="noer_fdbcont_zdb_id_fk_index" unique="false">
            <column ascending="true" name="noer_fdbcont_zdb_id"/>
         </index>
         <index name="noer_other_species_ncbi_gene_id_fk_index" unique="false">
            <column ascending="true" name="noer_other_species_ncbi_gene_id"/>
         </index>
      </table>
      <table name="newfeaturedata" numRows="64" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="alleleid" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="accid" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="noctua_model" numRows="134" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="nm_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="nm_id" sequenceNumberInPK="1"/>
         <index name="noctua_model_primary_key" unique="true">
            <column ascending="true" name="nm_id"/>
         </index>
      </table>
      <table name="noctua_model_annotation" numRows="1767" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="nma_nm_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="nma_mrkrgoev_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkrgoev_zdb_id" foreignKey="nma_mrkrgoev_fk_odc" implied="false" onDeleteCascade="true" table="marker_go_term_evidence"/>
         </column>
         <index name="nma_mrkrgoev_zdb_id_fk_index" unique="false">
            <column ascending="true" name="nma_mrkrgoev_zdb_id"/>
         </index>
         <index name="nma_nm_id_fk_index" unique="false">
            <column ascending="true" name="nma_nm_id"/>
         </index>
      </table>
      <table name="obsolete_term_replacement" numRows="812" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('obsolete_term_replacement_obstermrep_pk_id_seq'::regclass)" digits="0" id="0" name="obstermrep_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="obstermrep_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="obstermrep_term_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="obstermrep_term_replacement_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="obstermrep_term_replacement_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <primaryKey column="obstermrep_pk_id" sequenceNumberInPK="1"/>
         <index name="obsolete_term_replacement_primary_key" unique="true">
            <column ascending="true" name="obstermrep_pk_id"/>
         </index>
         <index name="obsolete_term_replacement_repernate_key_index" unique="true">
            <column ascending="true" name="obstermrep_term_zdb_id"/>
            <column ascending="true" name="obstermrep_term_replacement_zdb_id"/>
         </index>
         <index name="obstermrep_term_replacement_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="obstermrep_term_zdb_id"/>
         </index>
         <index name="obstermrep_term_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="obstermrep_term_replacement_zdb_id"/>
         </index>
      </table>
      <table name="obsolete_term_suggestion" numRows="2296" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('obsolete_term_suggestion_obstermsug_pk_id_seq'::regclass)" digits="0" id="0" name="obstermsug_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="obstermsug_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="obstermsug_term_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="obstermsug_term_suggestion_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="obstermsug_term_suggestion_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <primaryKey column="obstermsug_pk_id" sequenceNumberInPK="1"/>
         <index name="obsolete_term_suggestion_primary_key" unique="true">
            <column ascending="true" name="obstermsug_pk_id"/>
         </index>
         <index name="obsolete_term_suggestion_alternate_key_index" unique="true">
            <column ascending="true" name="obstermsug_term_zdb_id"/>
            <column ascending="true" name="obstermsug_term_suggestion_zdb_id"/>
         </index>
         <index name="obstermsug_term_suggestion_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="obstermsug_term_suggestion_zdb_id"/>
         </index>
         <index name="obstermsug_term_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="obstermsug_term_zdb_id"/>
         </index>
      </table>
      <table name="omim_phenotype" numRows="21581" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('omim_phenotype_omimp_pk_id_seq'::regclass)" digits="0" id="0" name="omimp_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="otm_omimp_id" foreignKey="omimp_foreign_key_odc" implied="false" onDeleteCascade="true" table="omimp_termxref_mapping"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="omimp_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="omimp_omim_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="omimp_ortho_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="ortho_zdb_id" foreignKey="omimp_ortho_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="ortholog"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="omimp_human_gene_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="hgd_gene_id" foreignKey="omim_phenotype_human_gene_id_fk" implied="false" onDeleteCascade="true" table="human_gene_detail"/>
         </column>
         <primaryKey column="omimp_pk_id" sequenceNumberInPK="1"/>
         <index name="omim_phenotype_primary_key" unique="true">
            <column ascending="true" name="omimp_pk_id"/>
         </index>
         <index name="omimp_ortho_zdb_id_index" unique="false">
            <column ascending="true" name="omimp_ortho_zdb_id"/>
         </index>
      </table>
      <table name="omimp_termxref_mapping" numRows="14854" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="otm_tx_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="tx_pk_id" foreignKey="termxref_mapping_foreign_key_odc" implied="false" onDeleteCascade="true" table="term_xref"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="otm_omimp_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="omimp_pk_id" foreignKey="omimp_foreign_key_odc" implied="false" onDeleteCascade="true" table="omim_phenotype"/>
         </column>
         <primaryKey column="otm_tx_id" sequenceNumberInPK="1"/>
         <primaryKey column="otm_omimp_id" sequenceNumberInPK="2"/>
         <index name="omimp_termxref_mapping_primary_key" unique="true">
            <column ascending="true" name="otm_tx_id"/>
            <column ascending="true" name="otm_omimp_id"/>
         </index>
         <index name="omimp_termxref_mapping_omimp_id_index" unique="false">
            <column ascending="true" name="otm_omimp_id"/>
         </index>
         <index name="omimp_termxref_mapping_tx_id_index" unique="false">
            <column ascending="true" name="otm_tx_id"/>
         </index>
      </table>
      <table name="one_to_one_accession" numRows="15223" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('one_to_one_accession_ooa_pk_id_seq'::regclass)" digits="0" id="0" name="ooa_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ooa_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="feature_zdb_id" foreignKey="ooa_feature_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="feature"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ooa_dblink_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="dblink_zdb_id" foreignKey="ooa_dblink_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="db_link"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ooa_dblink_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ooa_pk_id" sequenceNumberInPK="1"/>
         <index name="one_to_one_accession_primary_key" unique="true">
            <column ascending="true" name="ooa_pk_id"/>
         </index>
         <index name="ooa_dblink_acc_num_index" unique="true">
            <column ascending="true" name="ooa_dblink_acc_num"/>
         </index>
         <index name="ooa_dblink_zdb_id_index" unique="true">
            <column ascending="true" name="ooa_dblink_zdb_id"/>
         </index>
         <index name="ooa_feature_zdb_id_index" unique="true">
            <column ascending="true" name="ooa_feature_zdb_id"/>
         </index>
      </table>
      <table name="ontology" numRows="19" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('ontology_ont_pk_id_seq'::regclass)" digits="0" id="0" name="ont_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="term_ontology_id" foreignKey="term_ontology_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ont_ontology_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ont_order" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="ont_format_version" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ont_default_namespace" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="ont_data_version" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="ont_current_date" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="ont_saved_by" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="ont_import" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="ont_remark" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ont_pk_id" sequenceNumberInPK="1"/>
         <index name="ontology_primary_key" unique="true">
            <column ascending="true" name="ont_pk_id"/>
         </index>
         <index name="ontology_name_unique" unique="true">
            <column ascending="true" name="ont_ontology_name"/>
         </index>
      </table>
      <table name="ontology_subset" numRows="113" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('ontology_subset_osubset_pk_id_seq'::regclass)" digits="0" id="0" name="osubset_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="term_primary_subset_id" foreignKey="term_ontology_subset_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
            <child column="termsub_subset_id" foreignKey="termsub_subset_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="term_subset"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="osubset_subset_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="osubset_subset_definition" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="osubset_subset_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="osubset_ont_id" nullable="false" remarks="" size="19" type="int8"/>
         <primaryKey column="osubset_pk_id" sequenceNumberInPK="1"/>
         <index name="ontology_subset_primary_key" unique="true">
            <column ascending="true" name="osubset_pk_id"/>
         </index>
         <index name="ontology_subset_alternate_key_index" unique="true">
            <column ascending="true" name="osubset_subset_name"/>
            <column ascending="true" name="osubset_ont_id"/>
         </index>
      </table>
      <table name="organism" numRows="43" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="organism_species" nullable="false" remarks="" size="2147483647" type="text">
            <child column="probelib_species" foreignKey="probelib_species_foreign_key" implied="false" onDeleteCascade="false" table="probe_library"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="organism_common_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="atb_host_organism" foreignKey="atb_host_organism_foreign_key" implied="false" onDeleteCascade="false" table="antibody"/>
            <child column="atb_immun_organism" foreignKey="atb_immun_organism_foreign_key" implied="false" onDeleteCascade="false" table="antibody"/>
            <child column="fdbcont_organism_common_name" foreignKey="foreign_db_contains_organism_foreign_key" implied="false" onDeleteCascade="false" table="foreign_db_contains"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="organism_display_order" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="organism_is_ab_immun" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="organism_is_ab_host" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="organism_taxid" nullable="false" remarks="" size="10" type="int4">
            <child column="noi_taxid" foreignKey="noi_taxid_foreign_key" implied="false" onDeleteCascade="false" table="ncbi_ortholog"/>
         </column>
         <primaryKey column="organism_species" sequenceNumberInPK="1"/>
         <index name="organism_primary_key" unique="true">
            <column ascending="true" name="organism_species"/>
         </index>
         <index name="organism_common_name_index" unique="true">
            <column ascending="true" name="organism_common_name"/>
         </index>
         <index name="organism_display_order_index" unique="true">
            <column ascending="true" name="organism_display_order"/>
         </index>
         <index name="organism_taxid_index" unique="true">
            <column ascending="true" name="organism_taxid"/>
         </index>
      </table>
      <table name="ortholog" numRows="31744" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ortho_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="omimp_ortho_zdb_id" foreignKey="omimp_ortho_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="omim_phenotype"/>
            <child column="oev_ortho_zdb_id" foreignKey="oevn_ortho_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="ortholog_evidence"/>
            <child column="oef_ortho_zdb_id" foreignKey="oef_ortho_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="ortholog_external_reference"/>
            <parent column="zactvd_zdb_id" foreignKey="ortho_zdb_id_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ortho_zebrafish_gene_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="ortholog_gene_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ortho_other_species_ncbi_gene_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ortho_other_species_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ortho_other_species_symbol" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="ortho_other_species_chromosome" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="ortho_other_species_ncbi_gene_is_obsolete" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="ortho_other_species_taxid" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="ortho_zdb_id" sequenceNumberInPK="1"/>
         <index name="orthlog_primary_key" unique="true">
            <column ascending="true" name="ortho_zdb_id"/>
         </index>
         <index name="ortho_ak_index" unique="true">
            <column ascending="true" name="ortho_zebrafish_gene_zdb_id"/>
            <column ascending="true" name="ortho_other_species_ncbi_gene_id"/>
         </index>
         <index name="ortho_zebrafish_gene_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="ortho_zebrafish_gene_zdb_id"/>
         </index>
      </table>
      <table name="ortholog_evidence" numRows="73786" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="oev_ortho_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ortho_zdb_id" foreignKey="oevn_ortho_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="ortholog"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="oev_evidence_code" nullable="false" remarks="" size="2" type="bpchar">
            <parent column="oevcode_code" foreignKey="oevn_evidence_code_foreign_key" implied="false" onDeleteCascade="false" table="ortholog_evidence_code"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="oev_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="oevn_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="oev_evidence_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="oev_ortho_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="oev_evidence_code" sequenceNumberInPK="2"/>
         <primaryKey column="oev_pub_zdb_id" sequenceNumberInPK="3"/>
         <index name="ortholog_evidence_primary_key" unique="true">
            <column ascending="true" name="oev_ortho_zdb_id"/>
            <column ascending="true" name="oev_evidence_code"/>
            <column ascending="true" name="oev_pub_zdb_id"/>
         </index>
         <index name="oevn_evidence_code_foreign_key_index" unique="false">
            <column ascending="true" name="oev_evidence_code"/>
         </index>
         <index name="oevn_ortho_zdb_id_index" unique="false">
            <column ascending="true" name="oev_ortho_zdb_id"/>
         </index>
         <index name="oevn_pub_zdb_id_index" unique="false">
            <column ascending="true" name="oev_pub_zdb_id"/>
         </index>
      </table>
      <table name="ortholog_evidence_code" numRows="7" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="oevcode_code" nullable="false" remarks="" size="2" type="bpchar">
            <child column="oev_evidence_code" foreignKey="oevn_evidence_code_foreign_key" implied="false" onDeleteCascade="false" table="ortholog_evidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="oevcode_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="oevcode_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="oevcode_code" sequenceNumberInPK="1"/>
         <index name="ortholog_evidence_code_primary_key" unique="true">
            <column ascending="true" name="oevcode_code"/>
         </index>
      </table>
      <table name="ortholog_external_reference" numRows="111235" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="oef_ortho_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ortho_zdb_id" foreignKey="oef_ortho_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="ortholog"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="oef_accession_number" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="oef_fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fdbcont_zdb_id" foreignKey="oef_fdbcont_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="foreign_db_contains"/>
         </column>
         <primaryKey column="oef_ortho_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="oef_accession_number" sequenceNumberInPK="2"/>
         <primaryKey column="oef_fdbcont_zdb_id" sequenceNumberInPK="3"/>
         <index name="oef_ak_constraint" unique="true">
            <column ascending="true" name="oef_ortho_zdb_id"/>
            <column ascending="true" name="oef_accession_number"/>
            <column ascending="true" name="oef_fdbcont_zdb_id"/>
         </index>
         <index name="oef_fdbcont_zdb_id_fk_index" unique="false">
            <column ascending="true" name="oef_fdbcont_zdb_id"/>
         </index>
         <index name="oef_ortho_zdb_id_fk_index" unique="false">
            <column ascending="true" name="oef_ortho_zdb_id"/>
         </index>
      </table>
      <table name="ortholog_load_tracking" numRows="274" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="olt_load_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="1" name="olt_last_run" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="2" name="olt_number_of_mgi_links" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="olt_number_of_hgnc_links" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="olt_number_of_omim_links" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="olt_number_of_flybase_links" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="olt_number_of_gene_links" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="olt_load_name" sequenceNumberInPK="1"/>
         <primaryKey column="olt_last_run" sequenceNumberInPK="2"/>
         <index name="olt_load_name_primary_key" unique="true">
            <column ascending="true" name="olt_load_name"/>
            <column ascending="true" name="olt_last_run"/>
         </index>
      </table>
      <table name="panel_count" numRows="608" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="panelcnt_panel_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="panelcnt_panel_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="panels"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="panelcnt_mrkr_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="panelcnt_or_lg" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="lg_name" foreignKey="panelcnt_or_lg_foreign_key" implied="false" onDeleteCascade="true" table="linkage_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="panelcnt_count" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="panelcnt_chromosome" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="chrom_name" foreignKey="panelcnt_chromosome_foreign_key" implied="false" onDeleteCascade="true" table="chromosome"/>
         </column>
         <primaryKey column="panelcnt_panel_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="panelcnt_mrkr_type" sequenceNumberInPK="2"/>
         <primaryKey column="panelcnt_chromosome" sequenceNumberInPK="3"/>
         <index name="panel_count_primary_key" unique="true">
            <column ascending="true" name="panelcnt_panel_zdb_id"/>
            <column ascending="true" name="panelcnt_mrkr_type"/>
            <column ascending="true" name="panelcnt_chromosome"/>
         </index>
         <index name="panelcnt_chromosome_index" unique="false">
            <column ascending="true" name="panelcnt_chromosome"/>
         </index>
         <index name="panelcnt_mrkr_type_index" unique="false">
            <column ascending="true" name="panelcnt_mrkr_type"/>
         </index>
         <index name="panelcnt_or_lg_index" unique="false">
            <column ascending="true" name="panelcnt_or_lg"/>
         </index>
         <index name="panelcnt_panel_zdb_id" unique="false">
            <column ascending="true" name="panelcnt_panel_zdb_id"/>
         </index>
      </table>
      <table name="paneled_markers" numRows="38522" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="paneled_markers_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mtype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="or_lg" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="2" id="4" name="lg_location" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="5" name="metric" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="target_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="mghframework" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="8" name="target_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="map_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="paneled_markers_mtype_index_a2" unique="false">
            <column ascending="true" name="mtype"/>
         </index>
         <index name="paneled_markers_or_lg_index" unique="false">
            <column ascending="true" name="or_lg"/>
         </index>
         <index name="paneled_markers_target_abbrev_etc_index_a2" unique="false">
            <column ascending="true" name="target_abbrev"/>
         </index>
         <index name="paneled_markers_zdb_id_index_a2" unique="false">
            <column ascending="true" name="zdb_id"/>
         </index>
      </table>
      <table name="panels" numRows="7" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="panelcnt_panel_zdb_id" foreignKey="panelcnt_panel_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="panel_count"/>
            <parent column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="company"/>
         </column>
         <column autoUpdated="false" digits="3" id="1" name="entry_time" nullable="false" remarks="" size="26" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="abbrev" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="panel_date" nullable="false" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="5" name="producer" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="mappanel_producer_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="owner" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="mappanel_owner_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="source" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="mappanel_comments" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="ptype" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="status" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="disp_order" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="metric" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mapmetric_code" foreignKey="mappanel_metric_foreign_key" implied="false" onDeleteCascade="false" table="map_metric"/>
         </column>
         <column autoUpdated="false" digits="0" id="13" name="mappanel_interactive_url" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="14" name="mappanel_interactive_url_extra_text" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="15" name="mappanel_rh_rad_dose" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="16" name="mappanel_rh_num_cell_lines" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="17" name="mappanel_meiotic_cross_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="18" name="mappanel_meiotic_num_meioses" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="zdb_id" sequenceNumberInPK="1"/>
         <index name="panels_primary_key" unique="true">
            <column ascending="true" name="zdb_id"/>
         </index>
         <index name="mappanel_abbrev_index" unique="true">
            <column ascending="true" name="abbrev"/>
         </index>
         <index name="mappanel_metric_index" unique="false">
            <column ascending="true" name="metric"/>
         </index>
         <index name="mappanel_name_index_" unique="true">
            <column ascending="true" name="name"/>
         </index>
         <index name="mappanel_owner_index" unique="false">
            <column ascending="true" name="owner"/>
         </index>
         <index name="mappanel_producer_index" unique="false">
            <column ascending="true" name="producer"/>
         </index>
      </table>
      <table name="person" numRows="9587" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="owner" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="contact_person" foreignKey="company_contact_person_foreign_key" implied="false" onDeleteCascade="false" table="company"/>
            <child column="owner" foreignKey="company_owner_foreign_key" implied="false" onDeleteCascade="false" table="company"/>
            <child column="construct_owner_zdb_id" foreignKey="construct_owner_zdb_id" implied="false" onDeleteCascade="false" table="construct"/>
            <child column="cur_curator_zdb_id" foreignKey="cur_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="curation"/>
            <child column="cs_person_zdb_id" foreignKey="curator_session_person_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="curator_session"/>
            <child column="dnote_curator_zdb_id" foreignKey="dnote_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="data_note"/>
            <child column="fcc_added_by" foreignKey="fcc_person_fk_odc" implied="false" onDeleteCascade="true" table="feature_community_contribution"/>
            <child column="img_owner_zdb_id" foreignKey="img_owner_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="image"/>
            <child column="source_id" foreignKey="int_person_company_source_id_foreign_key" implied="false" onDeleteCascade="true" table="int_person_company"/>
            <child column="source_id" foreignKey="int_person_lab_source_id_foreign_key" implied="false" onDeleteCascade="true" table="int_person_lab"/>
            <child column="source_id" foreignKey="int_person_pub_source_id_foreign_key" implied="false" onDeleteCascade="true" table="int_person_pub"/>
            <child column="contact_person" foreignKey="lab_contact_person_foreign_key" implied="false" onDeleteCascade="false" table="lab"/>
            <child column="owner" foreignKey="lab_owner_foreign_key" implied="false" onDeleteCascade="false" table="lab"/>
            <child column="lnkg_submitter_zdb_id" foreignKey="lnkgs_submitter_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="linkage"/>
            <child column="lnkg_submitter_zdb_id" foreignKey="lnkg_submitter_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="linkage_old"/>
            <child column="owner" foreignKey="owner_person_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="false" table="mapped_marker"/>
            <child column="mrkr_owner" foreignKey="mrkr_owner_foreign_key" implied="false" onDeleteCascade="false" table="marker"/>
            <child column="mrkrgoev_contributed_by" foreignKey="mrkrgoev_contributed_by_fk" implied="false" onDeleteCascade="false" table="marker_go_term_evidence"/>
            <child column="mrkrgoev_modified_by" foreignKey="mrkrgoev_modified_by_fk" implied="false" onDeleteCascade="false" table="marker_go_term_evidence"/>
            <child column="owner" foreignKey="mappanel_owner_foreign_key" implied="false" onDeleteCascade="false" table="panels"/>
            <child column="producer" foreignKey="mappanel_producer_foreign_key" implied="false" onDeleteCascade="false" table="panels"/>
            <child column="persauth_connected_by" foreignKey="persauth_connected_by_fk" implied="false" onDeleteCascade="false" table="person_author"/>
            <child column="persauth_person_zdb_id" foreignKey="persauth_person_zdb_id_fk" implied="false" onDeleteCascade="false" table="person_author"/>
            <child column="pubcre_correspondence_from_person_zdb_id" foreignKey="pub_correspondence_received_email_from_person_fk" implied="false" onDeleteCascade="false" table="pub_correspondence_received_email"/>
            <child column="pubcr_recipient_person_zdb_id" foreignKey="pub_corresspondence_recipient_person_zdb_id_fk" implied="false" onDeleteCascade="false" table="pub_correspondence_recipient"/>
            <child column="pubcse_sent_by" foreignKey="pubcse_sent_by_foreign_key" implied="false" onDeleteCascade="false" table="pub_correspondence_sent_email"/>
            <child column="pubcst_sent_by" foreignKey="pub_correspondence_sent_tracker_sent_by_fk" implied="false" onDeleteCascade="false" table="pub_correspondence_sent_tracker"/>
            <child column="pth_claimed_by" foreignKey="pth_claimed_by_foreign_key" implied="false" onDeleteCascade="false" table="pub_tracking_history"/>
            <child column="pth_status_set_by" foreignKey="pth_status_set_by_fk" implied="false" onDeleteCascade="false" table="pub_tracking_history"/>
            <child column="pub_indexed_by" foreignKey="pub_indexer_foreign_key" implied="false" onDeleteCascade="false" table="publication"/>
            <child column="pct_curator_zdb_id" foreignKey="pct_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication_contact_tracking"/>
            <child column="pubcorr_curator_zdb_id" foreignKey="pubcorr_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication_correspondence"/>
            <child column="pnote_curator_zdb_id" foreignKey="pnote_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="publication_note"/>
            <child column="ppc_person_zdb_id" foreignKey="ppc_person_zdb_id_fk" implied="false" onDeleteCascade="false" table="publication_processing_checklist"/>
            <child column="zdb_id" foreignKey="zdb_submitters_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_submitters"/>
            <child column="zdep_person_zdb_id" foreignKey="zdep_person_fk" implied="false" onDeleteCascade="true" table="zebrashare_data_edit_permission"/>
            <child column="zsm_submitter_zdb_id" foreignKey="zem_submitter_fk" implied="false" onDeleteCascade="true" table="zebrashare_submission_metadata"/>
            <parent column="zactvs_zdb_id" foreignKey="person_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="nonzf_pubs" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pers_bio" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="nicknames" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="full_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="url" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="email" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="fax" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="phone" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="address" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="12" name="entry_time" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="13" name="on_dist_list" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="14" name="first_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="15" name="last_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="16" name="orcid_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="17" name="pers_is_deceased" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="18" name="person_country" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="19" name="image" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="20" name="pers_is_hidden" nullable="false" remarks="" size="1" type="bool"/>
         <primaryKey column="zdb_id" sequenceNumberInPK="1"/>
         <index name="person_primary_key" unique="true">
            <column ascending="true" name="zdb_id"/>
         </index>
         <index name="email_index" unique="true">
            <column ascending="true" name="email"/>
         </index>
      </table>
      <table name="person_author" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('person_author_persauth_pk_id_seq'::regclass)" digits="0" id="0" name="persauth_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="persauth_person_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="persauth_person_zdb_id_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="persauth_author_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="author_pk_id" foreignKey="persauth_author_id_fk" implied="false" onDeleteCascade="false" table="author"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="persauth_date_connected_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="4" name="persauth_connected_by" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="persauth_connected_by_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <primaryKey column="persauth_pk_id" sequenceNumberInPK="1"/>
         <index name="persauth_primary_key" unique="true">
            <column ascending="true" name="persauth_pk_id"/>
         </index>
         <index name="persauth_ak_index" unique="true">
            <column ascending="true" name="persauth_author_id"/>
            <column ascending="true" name="persauth_person_zdb_id"/>
         </index>
         <index name="persauth_author_id_foreign_key_index" unique="false">
            <column ascending="true" name="persauth_author_id"/>
         </index>
         <index name="persauth_connected_by_foreign_key_index" unique="false">
            <column ascending="true" name="persauth_connected_by"/>
         </index>
         <index name="persauth_person_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="persauth_person_zdb_id"/>
         </index>
      </table>
      <table name="pg_stat_statements" numRows="0" remarks="" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="userid" nullable="true" remarks="" size="10" type="oid"/>
         <column autoUpdated="false" digits="0" id="1" name="dbid" nullable="true" remarks="" size="10" type="oid"/>
         <column autoUpdated="false" digits="0" id="2" name="queryid" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="query" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="plans" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="17" id="5" name="total_plan_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="6" name="min_plan_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="7" name="max_plan_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="8" name="mean_plan_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="9" name="stddev_plan_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="10" name="calls" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="17" id="11" name="total_exec_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="12" name="min_exec_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="13" name="max_exec_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="14" name="mean_exec_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="15" name="stddev_exec_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="16" name="rows" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="17" name="shared_blks_hit" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="18" name="shared_blks_read" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="19" name="shared_blks_dirtied" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="20" name="shared_blks_written" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="21" name="local_blks_hit" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="22" name="local_blks_read" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="23" name="local_blks_dirtied" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="24" name="local_blks_written" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="25" name="temp_blks_read" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="26" name="temp_blks_written" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="17" id="27" name="blk_read_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="28" name="blk_write_time" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="29" name="wal_records" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="30" name="wal_fpi" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="31" name="wal_bytes" nullable="true" remarks="" size="131089" type="numeric"/>
      </table>
      <table name="pheno_term" numRows="123066" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pheno_term_pt_pk_id_seq'::regclass)" digits="0" id="0" name="pt_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pt_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pt_start_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pt_end_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pt_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="pt_geno_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="pt_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="pt_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="pt_geno_is_wildtype" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="9" name="pt_pheno_entity" nullable="false" remarks="" size="2147483647" type="text"/>
         <index name="ptfs_end_stg_index" unique="false">
            <column ascending="true" name="pt_end_stg_zdb_id"/>
         </index>
         <index name="ptfs_entity_index" unique="false">
            <column ascending="true" name="pt_pheno_entity"/>
         </index>
         <index name="ptfs_fig_index" unique="false">
            <column ascending="true" name="pt_fig_zdb_id"/>
         </index>
         <index name="ptfs_geno_index" unique="false">
            <column ascending="true" name="pt_geno_zdb_id"/>
         </index>
         <index name="ptfs_genox_index" unique="false">
            <column ascending="true" name="pt_genox_zdb_id"/>
         </index>
         <index name="ptfs_pub_index" unique="false">
            <column ascending="true" name="pt_pub_zdb_id"/>
         </index>
         <index name="ptfs_start_stg_index" unique="false">
            <column ascending="true" name="pt_start_stg_zdb_id"/>
         </index>
         <index name="ptfs_tag_index" unique="false">
            <column ascending="true" name="pt_tag"/>
         </index>
      </table>
      <table name="pheno_term_fast_search" numRows="3010581" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pheno_term_fast_search_ptfs_pk_id_seq'::regclass)" digits="0" id="0" name="ptfs_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ptfs_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ptfs_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="ptfs_is_direct_annotation" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="4" name="ptfs_phenos_created_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="ptfs_created_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="6" name="ptfs_psg_id" nullable="true" remarks="" size="19" type="int8"/>
      </table>
      <table name="pheno_term_fast_search_tmp" numRows="3010581" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pheno_term_fast_search_tmp_ptfs_pk_id_seq'::regclass)" digits="0" id="0" name="ptfs_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ptfs_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ptfs_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="ptfs_is_direct_annotation" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="4" name="ptfs_phenos_created_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="ptfs_created_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="6" name="ptfs_psg_id" nullable="true" remarks="" size="19" type="int8"/>
      </table>
      <table name="pheno_term_old" numRows="75042" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pheno_term_old_pt_pk_id_seq'::regclass)" digits="0" id="0" name="pt_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pt_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pt_start_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pt_end_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pt_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="pt_geno_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="pt_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="pt_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="pt_geno_is_wildtype" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="9" name="pt_pheno_entity" nullable="false" remarks="" size="2147483647" type="text"/>
         <index name="pt_end_stg_index" unique="false">
            <column ascending="true" name="pt_end_stg_zdb_id"/>
         </index>
         <index name="pt_entity_index" unique="false">
            <column ascending="true" name="pt_pheno_entity"/>
         </index>
         <index name="pt_fig_index" unique="false">
            <column ascending="true" name="pt_fig_zdb_id"/>
         </index>
         <index name="pt_geno_index" unique="false">
            <column ascending="true" name="pt_geno_zdb_id"/>
         </index>
         <index name="pt_genox_index" unique="false">
            <column ascending="true" name="pt_genox_zdb_id"/>
         </index>
         <index name="pt_pub_index" unique="false">
            <column ascending="true" name="pt_pub_zdb_id"/>
         </index>
         <index name="pt_start_stg_index" unique="false">
            <column ascending="true" name="pt_start_stg_zdb_id"/>
         </index>
         <index name="pt_tag_index" unique="false">
            <column ascending="true" name="pt_tag"/>
         </index>
      </table>
      <table name="phenotype_experiment" numRows="71137" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('phenotype_experiment_phenox_pk_id_seq'::regclass)" digits="0" id="0" name="phenox_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="phenos_phenox_pk_id" foreignKey="phenos_phenox_id_foreign_key" implied="false" onDeleteCascade="false" table="phenotype_statement"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="phenox_genox_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="genox_zdb_id" foreignKey="phenox_genox_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="phenox_start_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="stg_zdb_id" foreignKey="phenox_start_stg_foreign_key_odc" implied="false" onDeleteCascade="true" table="stage"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="phenox_end_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="stg_zdb_id" foreignKey="phenox_end_stg_foreign_key_odc" implied="false" onDeleteCascade="true" table="stage"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="phenox_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fig_zdb_id" foreignKey="phenox_fig_foreign_key_odc" implied="false" onDeleteCascade="true" table="figure"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="phenox_created_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="phenox_last_modified" nullable="true" remarks="" size="29" type="timestamp"/>
         <primaryKey column="phenox_pk_id" sequenceNumberInPK="1"/>
         <index name="phenotype_experiment_primary_key" unique="true">
            <column ascending="true" name="phenox_pk_id"/>
         </index>
         <index name="phenotype_experiment_alternate_key_index" unique="true">
            <column ascending="true" name="phenox_genox_zdb_id"/>
            <column ascending="true" name="phenox_start_stg_zdb_id"/>
            <column ascending="true" name="phenox_end_stg_zdb_id"/>
            <column ascending="true" name="phenox_fig_zdb_id"/>
         </index>
         <index name="phenox_end_stg_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="phenox_end_stg_zdb_id"/>
         </index>
         <index name="phenox_fig_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="phenox_fig_zdb_id"/>
         </index>
         <index name="phenox_genox_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="phenox_genox_zdb_id"/>
         </index>
         <index name="phenox_start_stg_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="phenox_start_stg_zdb_id"/>
         </index>
      </table>
      <table name="phenotype_figure_group" numRows="18419" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pfigg_group_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="pfigg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('phenotype_figure_group_pfigg_group_pk_id_seq'::regclass)" digits="0" id="2" name="pfigg_group_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="3" name="pfigg_geno_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pfigg_geno_handle" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="pfigg_group_pk_id" sequenceNumberInPK="1"/>
         <index name="pfigg_group_primary_key" unique="true">
            <column ascending="true" name="pfigg_group_pk_id"/>
         </index>
         <index name="pfigg_geno_handle_index" unique="false">
            <column ascending="true" name="pfigg_geno_handle"/>
         </index>
         <index name="pfigg_geno_name_index" unique="false">
            <column ascending="true" name="pfigg_geno_name"/>
         </index>
         <index name="pfigg_genox_zdb_index" unique="false">
            <column ascending="true" name="pfigg_genox_zdb_id"/>
         </index>
         <index name="pfigg_group_name_index" unique="false">
            <column ascending="true" name="pfigg_group_name"/>
         </index>
      </table>
      <table name="phenotype_figure_group_member" numRows="37196" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pfiggm_group_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="pfiggm_member_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pfiggm_member_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('phenotype_figure_group_member_pfiggm_pk_id_seq'::regclass)" digits="0" id="3" name="pfiggm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <primaryKey column="pfiggm_pk_id" sequenceNumberInPK="1"/>
         <index name="phenotype_figure_group_member_primary_key" unique="true">
            <column ascending="true" name="pfiggm_pk_id"/>
         </index>
         <index name="pfig_group_id_index" unique="false">
            <column ascending="true" name="pfiggm_group_id"/>
         </index>
         <index name="pfig_group_member_id_index" unique="false">
            <column ascending="true" name="pfiggm_member_id"/>
         </index>
      </table>
      <table name="phenotype_generated_curated_mapping" numRows="97728" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pgcm_pg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="pgcm_source_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pgcm_id_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="pgcm_pg_id_index" unique="false">
            <column ascending="true" name="pgcm_pg_id"/>
         </index>
         <index name="pgcm_source_id_index" unique="false">
            <column ascending="true" name="pgcm_source_id"/>
         </index>
      </table>
      <table name="phenotype_generated_curated_mapping_bkup" numRows="97710" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pgcm_pg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="pgcm_source_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pgcm_id_type" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="phenotype_generated_curated_mapping_temp" numRows="97728" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pgcm_pg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="pgcm_source_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pgcm_id_type" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="phenotype_observation_generated" numRows="195590" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="psg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="psg_pg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="psg_mrkr_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="psg_mrkr_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="psg_mrkr_relation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="psg_e1a_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="psg_e1a_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="psg_e1_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="psg_e1b_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="psg_e1b_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="psg_e2a_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="psg_e2a_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="psg_e2_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="psg_e2b_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="14" name="psg_e2b_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="15" name="psg_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="16" name="psg_quality_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="17" name="psg_quality_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="18" name="psg_short_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="19" name="psg_pre_eap_phenotype" nullable="true" remarks="" size="1" type="bool"/>
         <index name="phenotype_observation_generated_e1a_zdb_index" unique="false">
            <column ascending="true" name="psg_e1a_zdb_id"/>
         </index>
         <index name="phenotype_observation_generated_e1b_zdb_index" unique="false">
            <column ascending="true" name="psg_e1b_zdb_id"/>
         </index>
         <index name="phenotype_observation_generated_e2a_zdb_index" unique="false">
            <column ascending="true" name="psg_e2a_zdb_id"/>
         </index>
         <index name="phenotype_observation_generated_e2b_zdb_index" unique="false">
            <column ascending="true" name="psg_e2b_zdb_id"/>
         </index>
         <index name="phenotype_observation_generated_mrkr_zdb_index" unique="false">
            <column ascending="true" name="psg_mrkr_zdb_id"/>
         </index>
         <index name="phenotype_observation_generated_psg_pg_id_index" unique="false">
            <column ascending="true" name="psg_pg_id"/>
         </index>
         <index name="phenotype_observation_generated_quality_zdb_index" unique="false">
            <column ascending="true" name="psg_quality_zdb_id"/>
         </index>
      </table>
      <table name="phenotype_observation_generated_bkup" numRows="195534" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="psg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="psg_pg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="psg_mrkr_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="psg_mrkr_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="psg_mrkr_relation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="psg_e1a_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="psg_e1a_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="psg_e1_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="psg_e1b_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="psg_e1b_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="psg_e2a_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="psg_e2a_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="psg_e2_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="psg_e2b_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="14" name="psg_e2b_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="15" name="psg_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="16" name="psg_quality_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="17" name="psg_quality_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="18" name="psg_short_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="19" name="psg_pre_eap_phenotype" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="phenotype_observation_generated_temp" numRows="195590" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('phenotype_observation_generated_temp_psg_id_seq'::regclass)" digits="0" id="0" name="psg_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="psg_pg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="psg_mrkr_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="psg_mrkr_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="psg_mrkr_relation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="psg_e1a_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="psg_e1a_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="psg_e1_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="psg_e1b_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="psg_e1b_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="psg_e2a_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="psg_e2a_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="psg_e2_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="psg_e2b_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="14" name="psg_e2b_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="15" name="psg_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="16" name="psg_quality_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="17" name="psg_quality_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="18" name="psg_short_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="19" name="psg_pre_eap_phenotype" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="phenotype_source_generated" numRows="79878" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="pg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pg_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pg_start_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pg_end_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="phenotype_source_generated_fig_index" unique="false">
            <column ascending="true" name="pg_fig_zdb_id"/>
         </index>
         <index name="phenotype_source_generated_genox_index" unique="false">
            <column ascending="true" name="pg_genox_zdb_id"/>
         </index>
      </table>
      <table name="phenotype_source_generated_bkup" numRows="79864" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="pg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pg_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pg_start_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pg_end_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="phenotype_source_generated_temp" numRows="79878" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('phenotype_source_generated_temp_pg_id_seq'::regclass)" digits="0" id="0" name="pg_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pg_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pg_start_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pg_end_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="phenotype_statement" numRows="163642" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('phenotype_statement_phenos_pk_id_seq'::regclass)" digits="0" id="0" name="phenos_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="phenos_phenox_pk_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="phenox_pk_id" foreignKey="phenos_phenox_id_foreign_key" implied="false" onDeleteCascade="false" table="phenotype_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="phenos_entity_1_superterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="phenos_entity_1_superterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="phenos_entity_1_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="phenos_entity_1_subterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="phenos_quality_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="phenos_quality_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="phenos_entity_2_superterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="phenos_entity_2_superterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="phenos_entity_2_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="phenos_entity_2_subterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="phenos_tag" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="apatotag_name" foreignKey="phenos_tag_foreign_key" implied="false" onDeleteCascade="false" table="apato_tag"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="8" name="phenos_created_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="9" name="phenos_last_modified" nullable="true" remarks="" size="29" type="timestamp"/>
         <primaryKey column="phenos_pk_id" sequenceNumberInPK="1"/>
         <index name="phenotype_statement_primary_key" unique="true">
            <column ascending="true" name="phenos_pk_id"/>
         </index>
         <index name="phenos_entity_1_subterm_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="phenos_entity_1_subterm_zdb_id"/>
         </index>
         <index name="phenos_entity_1_superterm_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="phenos_entity_1_superterm_zdb_id"/>
         </index>
         <index name="phenos_entity_2_subterm_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="phenos_entity_2_subterm_zdb_id"/>
         </index>
         <index name="phenos_entity_2_superterm_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="phenos_entity_2_superterm_zdb_id"/>
         </index>
         <index name="phenos_pe_foreign_key_index" unique="false">
            <column ascending="true" name="phenos_phenox_pk_id"/>
         </index>
         <index name="phenos_quality_fk_index" unique="false">
            <column ascending="true" name="phenos_quality_zdb_id"/>
         </index>
         <index name="phenos_tag_fk_index" unique="false">
            <column ascending="true" name="phenos_tag"/>
         </index>
         <index name="phenotype_statement_alternate_key_index" unique="true">
            <column ascending="true" name="phenos_phenox_pk_id"/>
            <column ascending="true" name="phenos_entity_1_superterm_zdb_id"/>
            <column ascending="true" name="phenos_entity_1_subterm_zdb_id"/>
            <column ascending="true" name="phenos_entity_2_superterm_zdb_id"/>
            <column ascending="true" name="phenos_quality_zdb_id"/>
            <column ascending="true" name="phenos_entity_2_subterm_zdb_id"/>
            <column ascending="true" name="phenos_tag"/>
         </index>
      </table>
      <table name="pmflankseq" numRows="36815" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="featid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="varseqid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="seq1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="seq2" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="varseq" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="post_aud" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="rev" nullable="false" remarks="" size="10" type="int4">
            <parent column="rev" foreignKey="fkllaf9w93qaiooguo8mfvwtwbg" implied="false" onDeleteCascade="false" table="revinfo"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="revtype" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="title" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="id" sequenceNumberInPK="1"/>
         <primaryKey column="rev" sequenceNumberInPK="2"/>
         <index name="post_aud_pkey" unique="true">
            <column ascending="true" name="id"/>
            <column ascending="true" name="rev"/>
         </index>
      </table>
      <table name="pre_db_link" numRows="3793" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="predblink_data_zdb_id" nullable="false" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="predblink_acc_num" nullable="false" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="predblink_acc_num_display" nullable="false" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="predblink_fdbcont_zdb_id" nullable="false" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="predblink_dblink_zdb_id" nullable="true" remarks="" size="50" type="varchar"/>
      </table>
      <table name="pre_feature_marker_relationship" numRows="1" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="prefmrel_feature_zdb_id" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="prefmrel_marker_zdb_id" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="prefmrel_type" nullable="true" remarks="" size="60" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="prefmrel_zdb_id" nullable="true" remarks="" size="50" type="varchar"/>
      </table>
      <table name="primer_set" numRows="7460" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="company"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="marker_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="primer_set_marker_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="strain_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="geno_zdb_id" foreignKey="primerset_strain_id_foreign_key" implied="false" onDeleteCascade="false" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="fwd_primer" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="rev_primer" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="band_size" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="restr_enzyme" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="anneal_temp" nullable="true" remarks="" size="131089" type="numeric"/>
         <column autoUpdated="false" digits="0" id="8" name="comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="source" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="the_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zdb_id" sequenceNumberInPK="1"/>
         <index name="primer_set_primary_key" unique="true">
            <column ascending="true" name="zdb_id"/>
         </index>
         <index name="primer_set_marker_id_index" unique="false">
            <column ascending="true" name="marker_id"/>
         </index>
         <index name="primerset_strain_id_index" unique="false">
            <column ascending="true" name="strain_id"/>
         </index>
      </table>
      <table name="probe_lib" numRows="33" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pl_lib_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="pl_organism" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pl_strain" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pl_sex" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pl_organ" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="pl_tissue_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="pl_develop_stage" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="pl_lab_host" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="pl_vector" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="pl_r_site_1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="pl_r_site_2" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="pl_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="pl_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="pl_url" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="probe_library" numRows="103" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="probelib_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="probelib_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="probelib_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="probelib_url" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="probelib_species" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="organism_species" foreignKey="probelib_species_foreign_key" implied="false" onDeleteCascade="false" table="organism"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="probelib_non_zfin_strain_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="probelib_strain_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="geno_zdb_id" foreignKey="probelib_strain_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="probelib_sex" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="probelib_non_zfin_tissue_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="probelib_tissue_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="probelib_tissue_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="9" name="probelib_non_zfin_stg_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="probelib_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="stg_zdb_id" foreignKey="probelib_stg_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="stage"/>
         </column>
         <column autoUpdated="false" digits="0" id="11" name="probelib_host" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="probelib_restriction_sites" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="probelib_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="probelib_zdb_id" sequenceNumberInPK="1"/>
         <index name="probe_library_primary_key" unique="true">
            <column ascending="true" name="probelib_zdb_id"/>
         </index>
         <index name="probelib_name_index" unique="true">
            <column ascending="true" name="probelib_name"/>
         </index>
         <index name="probelib_species_index" unique="false">
            <column ascending="true" name="probelib_species"/>
         </index>
         <index name="probelib_stg_zdb_id_index" unique="false">
            <column ascending="true" name="probelib_stg_zdb_id"/>
         </index>
         <index name="probelib_strain_zdb_id_index" unique="false">
            <column ascending="true" name="probelib_strain_zdb_id"/>
         </index>
         <index name="probelib_tissue_zdb_id_index" unique="false">
            <column ascending="true" name="probelib_tissue_zdb_id"/>
         </index>
      </table>
      <table name="processing_checklist_task" numRows="3" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('processing_checklist_task_pct_pk_id_seq'::regclass)" digits="0" id="0" name="pct_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="pct_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="publication_contact_tracking"/>
            <child column="ppc_task_id" foreignKey="ppc_task_id_fk" implied="false" onDeleteCascade="false" table="publication_processing_checklist"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pct_task" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="pct_pk_id" sequenceNumberInPK="1"/>
         <index name="processing_checklist_task_pkey" unique="true">
            <column ascending="true" name="pct_pk_id"/>
         </index>
         <index name="pct_task_index" unique="true">
            <column ascending="true" name="pct_task"/>
         </index>
      </table>
      <table name="protein" numRows="56850" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="up_uniprot_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="mtp_uniprot_id" foreignKey="marker_to_protein_uniprot_id" implied="false" onDeleteCascade="true" table="marker_to_protein"/>
            <child column="pti_uniprot_id" foreignKey="protein_to_interpro_uniprot_id" implied="false" onDeleteCascade="true" table="protein_to_interpro"/>
            <child column="ptp_uniprot_id" foreignKey="protein_to_pdb_uniprot_id" implied="false" onDeleteCascade="true" table="protein_to_pdb"/>
            <parent column="zactvd_zdb_id" foreignKey="protein_zdb_active_data_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="up_fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fdbcont_zdb_id" foreignKey="protein_fdbcont_zdb_id_fk" implied="false" onDeleteCascade="false" table="foreign_db_contains"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="up_length" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="up_uniprot_id" sequenceNumberInPK="1"/>
         <index name="protein_pkey" unique="true">
            <column ascending="true" name="up_uniprot_id"/>
         </index>
      </table>
      <table name="protein_to_interpro" numRows="224014" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('protein_to_interpro_pti_pk_id_seq'::regclass)" digits="0" id="0" name="pti_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pti_uniprot_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="up_uniprot_id" foreignKey="protein_to_interpro_uniprot_id" implied="false" onDeleteCascade="true" table="protein"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pti_interpro_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="ip_interpro_id" foreignKey="protein_to_interpro_interpro_id" implied="false" onDeleteCascade="true" table="interpro_protein"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="pti_domain_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="pti_domain_end" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="pti_pk_id" sequenceNumberInPK="1"/>
         <index name="protein_to_interpro_pkey" unique="true">
            <column ascending="true" name="pti_pk_id"/>
         </index>
         <index name="protein_to_interpro_ak" unique="true">
            <column ascending="true" name="pti_uniprot_id"/>
            <column ascending="true" name="pti_interpro_id"/>
            <column ascending="true" name="pti_domain_start"/>
            <column ascending="true" name="pti_domain_end"/>
         </index>
      </table>
      <table name="protein_to_pdb" numRows="216" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('protein_to_pdb_ptp_pk_id_seq'::regclass)" digits="0" id="0" name="ptp_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ptp_uniprot_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="up_uniprot_id" foreignKey="protein_to_pdb_uniprot_id" implied="false" onDeleteCascade="true" table="protein"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ptp_pdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ptp_pk_id" sequenceNumberInPK="1"/>
         <index name="protein_to_pdb_pkey" unique="true">
            <column ascending="true" name="ptp_pk_id"/>
         </index>
         <index name="protein_to_pdb_ak" unique="true">
            <column ascending="true" name="ptp_uniprot_id"/>
            <column ascending="true" name="ptp_pdb_id"/>
         </index>
      </table>
      <table name="pub_correspondence_received_email" numRows="4051" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_correspondence_received_email_pubcre_pk_id_seq'::regclass)" digits="0" id="0" name="pubcre_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pubcre_correspondence_from_first_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pubcre_correspondence_from_last_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pubcre_correspondence_from_email_address" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pubcre_correspondence_from_person_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pub_correspondence_received_email_from_person_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="pubcre_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pub_correspondence_received_email_pub_fk_odc" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="pubcre_received_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="pubcre_text" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="pubcre_subject" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="pubcre_received_by" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="pubcre_pk_id" sequenceNumberInPK="1"/>
         <index name="pubcre_pk" unique="true">
            <column ascending="true" name="pubcre_pk_id"/>
         </index>
         <index name="pub_correspondence_received_email_ak_index" unique="true">
            <column ascending="true" name="pubcre_correspondence_from_email_address"/>
            <column ascending="true" name="pubcre_subject"/>
            <column ascending="true" name="pubcre_pub_zdb_id"/>
            <column ascending="true" name="pubcre_received_date"/>
         </index>
         <index name="pub_correspondence_received_email_from_person_zdb_id_fk_index" unique="false">
            <column ascending="true" name="pubcre_correspondence_from_person_zdb_id"/>
         </index>
         <index name="pub_correspondence_received_email_pub_fk_index" unique="false">
            <column ascending="true" name="pubcre_pub_zdb_id"/>
         </index>
      </table>
      <table name="pub_correspondence_recipient" numRows="5440" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_correspondence_recipient_pubcr_pk_id_seq'::regclass)" digits="0" id="0" name="pubcr_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pubcr_recipient_first_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pubcr_recipient_last_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pubcr_recipient_email_address" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pubcr_recipient_person_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pub_corresspondence_recipient_person_zdb_id_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="pubcr_recipient_sent_email_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="pubcse_pk_id" foreignKey="pub_corresspondence_recipient_sent_email_id_fk" implied="false" onDeleteCascade="false" table="pub_correspondence_sent_email"/>
         </column>
         <primaryKey column="pubcr_pk_id" sequenceNumberInPK="1"/>
         <index name="pub_corresspondence_recipient_pk" unique="true">
            <column ascending="true" name="pubcr_pk_id"/>
         </index>
         <index name="pub_correspondence_recipient_ak_index" unique="true">
            <column ascending="true" name="pubcr_recipient_email_address"/>
            <column ascending="true" name="pubcr_recipient_sent_email_id"/>
         </index>
         <index name="pub_correspondence_recipient_group_fk_index" unique="false">
            <column ascending="true" name="pubcr_recipient_sent_email_id"/>
         </index>
         <index name="pub_correspondence_recipient_person_fk_index" unique="false">
            <column ascending="true" name="pubcr_recipient_person_zdb_id"/>
         </index>
      </table>
      <table name="pub_correspondence_sent_email" numRows="5255" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_correspondence_sent_email_pubcse_pk_id_seq'::regclass)" digits="0" id="0" name="pubcse_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="pubcr_recipient_sent_email_id" foreignKey="pub_corresspondence_recipient_sent_email_id_fk" implied="false" onDeleteCascade="false" table="pub_correspondence_recipient"/>
            <child column="pubcst_sent_email_id" foreignKey="pub_correspondence_sent_tracker_sent_email_id_fk" implied="false" onDeleteCascade="false" table="pub_correspondence_sent_tracker"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="1" name="pubcse_date_composed" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="2" name="pubcse_sent_by" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pubcse_sent_by_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="pubcse_text" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pubcse_subject" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="pubcse_recipient_group" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="pubcse_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pubcse_pub_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <primaryKey column="pubcse_pk_id" sequenceNumberInPK="1"/>
         <index name="pub_correspondence_sent_email_pk" unique="true">
            <column ascending="true" name="pubcse_pk_id"/>
         </index>
         <index name="pub_correspondence_sent_email_ak_index" unique="true">
            <column ascending="true" name="pubcse_sent_by"/>
            <column ascending="true" name="pubcse_subject"/>
            <column ascending="true" name="pubcse_recipient_group"/>
            <column ascending="true" name="pubcse_date_composed"/>
            <column ascending="true" name="pubcse_pub_zdb_id"/>
         </index>
         <index name="pubcse_pub_foreign_key_index" unique="false">
            <column ascending="true" name="pubcse_pub_zdb_id"/>
         </index>
         <index name="pubcse_recipient_group_id_foreign_key_index" unique="false">
            <column ascending="true" name="pubcse_recipient_group"/>
         </index>
         <index name="pubcse_sent_by_foreign_key_index" unique="false">
            <column ascending="true" name="pubcse_sent_by"/>
         </index>
      </table>
      <table name="pub_correspondence_sent_email_contains_subject" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pubcsecs_sent_email_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="pubcsecs_subject_matter_id" nullable="false" remarks="" size="19" type="int8"/>
         <primaryKey column="pubcsecs_sent_email_id" sequenceNumberInPK="1"/>
         <primaryKey column="pubcsecs_subject_matter_id" sequenceNumberInPK="2"/>
         <index name="pubcsecs_pk" unique="true">
            <column ascending="true" name="pubcsecs_sent_email_id"/>
            <column ascending="true" name="pubcsecs_subject_matter_id"/>
         </index>
      </table>
      <table name="pub_correspondence_sent_tracker" numRows="13175" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_correspondence_sent_tracker_pubcst_pk_id_seq'::regclass)" digits="0" id="0" name="pubcst_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pubcst_sent_by" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pub_correspondence_sent_tracker_sent_by_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="2" name="pubcst_date_sent" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="3" name="pubcst_sent_email_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="pubcse_pk_id" foreignKey="pub_correspondence_sent_tracker_sent_email_id_fk" implied="false" onDeleteCascade="false" table="pub_correspondence_sent_email"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="pubcst_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pub_correspondence_sent_tracker_pub_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="pubcst_resend" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="6" name="pubcst_gave_up_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <primaryKey column="pubcst_pk_id" sequenceNumberInPK="1"/>
         <index name="pubcst_sent_tracker_pk" unique="true">
            <column ascending="true" name="pubcst_pk_id"/>
         </index>
         <index name="pub_correspondence_sent_tracker_ak_index" unique="true">
            <column ascending="true" name="pubcst_sent_by"/>
            <column ascending="true" name="pubcst_date_sent"/>
            <column ascending="true" name="pubcst_sent_email_id"/>
            <column ascending="true" name="pubcst_pub_zdb_id"/>
         </index>
         <index name="pub_correspondence_sent_tracker_email_id_fk_index" unique="false">
            <column ascending="true" name="pubcst_sent_email_id"/>
         </index>
         <index name="pub_correspondence_sent_tracker_pub_zdb_id_fk_index" unique="false">
            <column ascending="true" name="pubcst_pub_zdb_id"/>
         </index>
         <index name="pub_correspondence_sent_tracker_sent_by_zdb_id_fk_index" unique="false">
            <column ascending="true" name="pubcst_sent_by"/>
         </index>
      </table>
      <table name="pub_correspondence_subject" numRows="3" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_correspondence_subject_pcs_subject_pk_id_seq'::regclass)" digits="0" id="0" name="pcs_subject_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pcs_subject_text" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pcs_subject_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pcs_handle" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="pcs_subject_pk_id" sequenceNumberInPK="1"/>
         <index name="pub_correspondence_subject_pk" unique="true">
            <column ascending="true" name="pcs_subject_pk_id"/>
         </index>
      </table>
      <table name="pub_db_xref" numRows="1355" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_db_xref_pdx_pk_id_seq'::regclass)" digits="0" id="0" name="pdx_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pdx_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pub_db_xref_pub_fk" implied="false" onDeleteCascade="false" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pdx_accession_number" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pdx_fdbcont_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="fdbcont_zdb_id" foreignKey="pdx_db_xref_fdbcont_fk" implied="false" onDeleteCascade="false" table="foreign_db_contains"/>
         </column>
         <primaryKey column="pdx_pk_id" sequenceNumberInPK="1"/>
         <index name="pub_db_xref_primary_key" unique="true">
            <column ascending="true" name="pdx_pk_id"/>
         </index>
         <index name="pub_db_xref_alternate_key_index" unique="true">
            <column ascending="true" name="pdx_pub_zdb_id"/>
            <column ascending="true" name="pdx_accession_number"/>
            <column ascending="true" name="pdx_fdbcont_zdb_id"/>
         </index>
         <index name="pub_db_xref_fdbcont_foreign_key_index" unique="false">
            <column ascending="true" name="pdx_fdbcont_zdb_id"/>
         </index>
         <index name="pub_db_xref_pub_foreign_key_index" unique="false">
            <column ascending="true" name="pdx_pub_zdb_id"/>
         </index>
      </table>
      <table name="pub_tracking_history" numRows="161431" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_tracking_history_pth_pk_id_seq'::regclass)" digits="0" id="0" name="pth_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pth_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pth_pub_fk_odc" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pth_status_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="pts_pk_id" foreignKey="pth_status_fk" implied="false" onDeleteCascade="false" table="pub_tracking_status"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="pth_location_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="ptl_pk_id" foreignKey="pth_location_fk" implied="false" onDeleteCascade="false" table="pub_tracking_location"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="pth_status_set_by" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pth_status_set_by_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="pth_claimed_by" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pth_claimed_by_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="pth_status_insert_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="pth_status_is_current" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="8" name="pth_status_made_non_current_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="9" name="pth_days_in_status" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="pth_pk_id" sequenceNumberInPK="1"/>
         <index name="pth_primary_key" unique="true">
            <column ascending="true" name="pth_pk_id"/>
         </index>
         <index name="pth_claimed_by_fk_index" unique="false">
            <column ascending="true" name="pth_claimed_by"/>
         </index>
         <index name="pth_location_fk_index" unique="false">
            <column ascending="true" name="pth_location_id"/>
         </index>
         <index name="pth_pub_zdb_id_fk_index" unique="false">
            <column ascending="true" name="pth_pub_zdb_id"/>
         </index>
         <index name="pth_status_fk_index" unique="false">
            <column ascending="true" name="pth_status_id"/>
         </index>
         <index name="pth_status_set_by_fk_index" unique="false">
            <column ascending="true" name="pth_status_set_by"/>
         </index>
      </table>
      <table name="pub_tracking_location" numRows="14" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_tracking_location_ptl_pk_id_seq'::regclass)" digits="0" id="0" name="ptl_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="pth_location_id" foreignKey="pth_location_fk" implied="false" onDeleteCascade="false" table="pub_tracking_history"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ptl_location" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ptl_location_display" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ptl_role" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ptl_location_definition" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="9999" digits="0" id="5" name="ptl_display_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="ptl_pk_id" sequenceNumberInPK="1"/>
         <index name="ptl_primary_key" unique="true">
            <column ascending="true" name="ptl_pk_id"/>
         </index>
         <index name="ptl_location_alternate_key_index" unique="true">
            <column ascending="true" name="ptl_location"/>
         </index>
      </table>
      <table name="pub_tracking_status" numRows="21" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pub_tracking_status_pts_pk_id_seq'::regclass)" digits="0" id="0" name="pts_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="pth_status_id" foreignKey="pth_status_fk" implied="false" onDeleteCascade="false" table="pub_tracking_history"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pts_status" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="2" name="pts_terminal_status" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="pts_status_display" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pts_status_qualifier" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="pts_pipeline_pull_down_order" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="pts_hidden_status" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="pts_definition" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="pts_pk_id" sequenceNumberInPK="1"/>
         <index name="pts_primary_key" unique="true">
            <column ascending="true" name="pts_pk_id"/>
         </index>
         <index name="pts_status_alternate_key_index" unique="true">
            <column ascending="true" name="pts_status"/>
            <column ascending="true" name="pts_status_qualifier"/>
         </index>
      </table>
      <table name="publication" numRows="46550" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="authorpub_pub_zdb_id" foreignKey="authorpub_pub_zdb_id_fk" implied="false" onDeleteCascade="false" table="author_publication"/>
            <child column="cur_pub_zdb_id" foreignKey="cur_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="curation"/>
            <child column="doia_pub_zdb_id" foreignKey="doi_attempts_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="doi_attempts"/>
            <child column="xpatex_source_zdb_id" foreignKey="expression_experiment2_source_foreign_key" implied="false" onDeleteCascade="true" table="expression_experiment2"/>
            <child column="xpatinf_pub_zdb_id" foreignKey="xpatinf_pub_foreign_key" implied="false" onDeleteCascade="false" table="expression_pattern_infrastructure"/>
            <child column="hdp_pub_zdb_id" foreignKey="hdp_pub_zdb_id_fk" implied="false" onDeleteCascade="true" table="htp_dataset_publication"/>
            <child column="target_id" foreignKey="int_person_pub_target_id_foreign_key" implied="false" onDeleteCascade="true" table="int_person_pub"/>
            <child column="mh_pub_zdb_id" foreignKey="mesh_heading_pub_foreign_key_odc" implied="false" onDeleteCascade="true" table="mesh_heading"/>
            <child column="oev_pub_zdb_id" foreignKey="oevn_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="ortholog_evidence"/>
            <child column="pubcre_pub_zdb_id" foreignKey="pub_correspondence_received_email_pub_fk_odc" implied="false" onDeleteCascade="true" table="pub_correspondence_received_email"/>
            <child column="pubcse_pub_zdb_id" foreignKey="pubcse_pub_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="pub_correspondence_sent_email"/>
            <child column="pubcst_pub_zdb_id" foreignKey="pub_correspondence_sent_tracker_pub_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="pub_correspondence_sent_tracker"/>
            <child column="pdx_pub_zdb_id" foreignKey="pub_db_xref_pub_fk" implied="false" onDeleteCascade="false" table="pub_db_xref"/>
            <child column="pth_pub_zdb_id" foreignKey="pth_pub_fk_odc" implied="false" onDeleteCascade="true" table="pub_tracking_history"/>
            <child column="pct_pub_zdb_id" foreignKey="pct_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication_contact_tracking"/>
            <child column="pubcorr_pub_zdb_id" foreignKey="pubcorr_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication_correspondence"/>
            <child column="pf_pub_zdb_id" foreignKey="pf_pub_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="publication_file"/>
            <child column="pnote_pub_zdb_id" foreignKey="pnote_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication_note"/>
            <child column="ppc_pub_zdb_id" foreignKey="ppc_pub_zdb_id_fk" implied="false" onDeleteCascade="false" table="publication_processing_checklist"/>
            <child column="ppa_publication_zdb_id" foreignKey="ppa_publication_fk" implied="false" onDeleteCascade="true" table="pubmed_publication_author"/>
            <child column="run_nomen_pub_zdb_id" foreignKey="run_nomen_pub_foreign_key_odc" implied="false" onDeleteCascade="true" table="run"/>
            <child column="run_relation_pub_zdb_id" foreignKey="run_relation_pub_foreign_key_odc" implied="false" onDeleteCascade="true" table="run"/>
            <child column="zdep_pub_zdb_id" foreignKey="zdep_pub_fk" implied="false" onDeleteCascade="true" table="zebrashare_data_edit_permission"/>
            <child column="zsm_pub_zdb_id" foreignKey="zem_pub_fk" implied="false" onDeleteCascade="true" table="zebrashare_submission_metadata"/>
            <parent column="zactvs_zdb_id" foreignKey="publication_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="authors" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pub_date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="3" name="title" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="keywords" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="pub_errata_and_notes" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="accession_no" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="status" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="owner" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="pubmed_authors" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="jtype" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="pub_mini_ref" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="12" name="pub_arrival_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="13" name="pub_completion_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="14" name="pub_jrnl_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="jrnl_zdb_id" foreignKey="pub_journal_foreign_key" implied="false" onDeleteCascade="false" table="journal"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="15" name="pub_can_show_images" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="16" name="pub_authors_lower" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="17" name="pub_volume" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="18" name="pub_pages" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="19" name="pub_acknowledgment" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="20" name="pub_doi" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="21" name="pub_is_indexed" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="22" name="pub_indexed_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="23" name="pub_abstract" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="24" name="pub_last_correspondence_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="25" name="pub_indexed_by" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pub_indexer_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" defaultValue="true" digits="0" id="26" name="pub_is_curatable" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="27" name="pub_pmc_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="28" name="pub_mid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="29" name="pub_goref_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zdb_id" sequenceNumberInPK="1"/>
         <index name="publication_primary_key" unique="true">
            <column ascending="true" name="zdb_id"/>
         </index>
         <index name="publication_journal_foreign_key_index" unique="false">
            <column ascending="true" name="pub_jrnl_zdb_id"/>
         </index>
      </table>
      <table name="publication_contact_tracking" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('publication_contact_tracking_pct_pk_id_seq'::regclass)" digits="0" id="0" name="pct_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <parent column="pct_pk_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="processing_checklist_task"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pct_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pct_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pct_curator_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pct_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="pct_contacted_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="4" name="pct_responded_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="5" name="pct_gave_up_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <primaryKey column="pct_pk_id" sequenceNumberInPK="1"/>
         <index name="publication_contact_tracking_primary_key" unique="true">
            <column ascending="true" name="pct_pk_id"/>
         </index>
         <index name="publication_contact_ak_id_index" unique="true">
            <column ascending="true" name="pct_pub_zdb_id"/>
            <column ascending="true" name="pct_curator_zdb_id"/>
            <column ascending="true" name="pct_gave_up_date"/>
            <column ascending="true" name="pct_responded_date"/>
         </index>
         <index name="publication_contact_tracking_curator_foreign_key_index" unique="false">
            <column ascending="true" name="pct_curator_zdb_id"/>
         </index>
         <index name="publication_contact_tracking_pub_foreign_key_index" unique="false">
            <column ascending="true" name="pct_pub_zdb_id"/>
         </index>
      </table>
      <table name="publication_correspondence" numRows="651" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('publication_correspondence_pubcorr_pk_id_seq'::regclass)" digits="0" id="0" name="pubcorr_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pubcorr_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pubcorr_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pubcorr_curator_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pubcorr_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="pubcorr_contacted_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="4" name="pubcorr_responded_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="6" id="5" name="pubcorr_gave_up_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <primaryKey column="pubcorr_pk_id" sequenceNumberInPK="1"/>
         <index name="publication_correspondence_primary_key" unique="true">
            <column ascending="true" name="pubcorr_pk_id"/>
         </index>
         <index name="publication_correspondence_ak_id_index" unique="true">
            <column ascending="true" name="pubcorr_pub_zdb_id"/>
            <column ascending="true" name="pubcorr_curator_zdb_id"/>
            <column ascending="true" name="pubcorr_gave_up_date"/>
            <column ascending="true" name="pubcorr_responded_date"/>
         </index>
         <index name="publication_correspondence_curator_foreign_key_index" unique="false">
            <column ascending="true" name="pubcorr_curator_zdb_id"/>
         </index>
         <index name="publication_correspondence_pub_foreign_key_index" unique="false">
            <column ascending="true" name="pubcorr_pub_zdb_id"/>
         </index>
      </table>
      <table name="publication_file" numRows="53443" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('publication_file_pf_pk_id_seq'::regclass)" digits="0" id="0" name="pf_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="pf_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pf_pub_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pf_file_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="pf_file_type_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="pft_pk_id" foreignKey="pf_file_type_id_foreign_key" implied="false" onDeleteCascade="false" table="publication_file_type"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="pf_date_entered" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="pf_original_file_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="pf_file_type_index" unique="false">
            <column ascending="true" name="pf_file_type_id"/>
         </index>
         <index name="publication_file_pub_fk_index" unique="false">
            <column ascending="true" name="pf_pub_zdb_id"/>
         </index>
      </table>
      <table name="publication_file_type" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('publication_file_type_pft_pk_id_seq'::regclass)" digits="0" id="0" name="pft_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="pf_file_type_id" foreignKey="pf_file_type_id_foreign_key" implied="false" onDeleteCascade="false" table="publication_file"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pft_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="pft_type_order" nullable="false" remarks="" size="19" type="int8"/>
         <primaryKey column="pft_pk_id" sequenceNumberInPK="1"/>
         <index name="publication_file_type_primary_key" unique="true">
            <column ascending="true" name="pft_pk_id"/>
         </index>
         <index name="pft_alternate_key_index" unique="true">
            <column ascending="true" name="pft_type"/>
         </index>
      </table>
      <table name="publication_note" numRows="39624" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pnote_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="pnote_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pnote_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pnote_pub_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pnote_curator_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="pnote_curator_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" digits="6" id="3" name="pnote_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="4" name="pnote_text" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="pnote_zdb_id" sequenceNumberInPK="1"/>
         <index name="publication_note_primary_key" unique="true">
            <column ascending="true" name="pnote_zdb_id"/>
         </index>
         <index name="pnote_curator_zdb_id_index" unique="false">
            <column ascending="true" name="pnote_curator_zdb_id"/>
         </index>
         <index name="pnote_pub_zdb_id_index" unique="false">
            <column ascending="true" name="pnote_pub_zdb_id"/>
         </index>
      </table>
      <table name="publication_processing_checklist" numRows="17991" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('publication_processing_checklist_ppc_pk_id_seq'::regclass)" digits="0" id="0" name="ppc_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ppc_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="ppc_pub_zdb_id_fk" implied="false" onDeleteCascade="false" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ppc_person_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="ppc_person_zdb_id_fk" implied="false" onDeleteCascade="false" table="person"/>
         </column>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="ppc_date_completed" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="4" name="ppc_task_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="pct_pk_id" foreignKey="ppc_task_id_fk" implied="false" onDeleteCascade="false" table="processing_checklist_task"/>
         </column>
         <primaryKey column="ppc_pk_id" sequenceNumberInPK="1"/>
         <index name="publication_processing_checklist_pkey" unique="true">
            <column ascending="true" name="ppc_pk_id"/>
         </index>
         <index name="ppc_person_fk_index" unique="false">
            <column ascending="true" name="ppc_person_zdb_id"/>
         </index>
         <index name="ppc_primary_key_index" unique="true">
            <column ascending="true" name="ppc_pub_zdb_id"/>
            <column ascending="true" name="ppc_task_id"/>
         </index>
         <index name="ppc_pub_fk_index" unique="false">
            <column ascending="true" name="ppc_pub_zdb_id"/>
         </index>
         <index name="ppc_task_id_fk_index" unique="false">
            <column ascending="true" name="ppc_task_id"/>
         </index>
      </table>
      <table name="pubmed_publication_author" numRows="234577" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pubmed_publication_author_ppa_pk_id_seq'::regclass)" digits="0" id="0" name="ppa_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ppa_pubmed_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ppa_publication_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="ppa_publication_fk" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ppa_author_first_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ppa_author_middle_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="ppa_author_last_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ppa_pk_id" sequenceNumberInPK="1"/>
         <index name="pubmed_publication_author_pkey" unique="true">
            <column ascending="true" name="ppa_pk_id"/>
         </index>
         <index name="pubmed_publication_author_index" unique="true">
            <column ascending="true" name="ppa_pubmed_id"/>
            <column ascending="true" name="ppa_author_first_name"/>
            <column ascending="true" name="ppa_author_middle_name"/>
            <column ascending="true" name="ppa_author_last_name"/>
         </index>
      </table>
      <table name="record_attribution" numRows="3492212" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('record_attribution_recattrib_pk_id_seq'::regclass)" digits="0" id="0" name="recattrib_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="recattrib_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="recattrib_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="recattrib_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="recattrib_source_significance" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="'standard'::text" digits="0" id="4" name="recattrib_source_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="attype_type" foreignKey="recattrib_source_type_foreign_key" implied="false" onDeleteCascade="false" table="attribution_type"/>
         </column>
         <primaryKey column="recattrib_pk_id" sequenceNumberInPK="1"/>
         <index name="record_attribution_primary_key" unique="true">
            <column ascending="true" name="recattrib_pk_id"/>
         </index>
         <index name="recattrib_data_zdb_id_index" unique="false">
            <column ascending="true" name="recattrib_data_zdb_id"/>
         </index>
         <index name="recattrib_source_type_fk_index" unique="false">
            <column ascending="true" name="recattrib_source_type"/>
         </index>
         <index name="recattrib_source_zdb_id_index" unique="false">
            <column ascending="true" name="recattrib_source_zdb_id"/>
         </index>
         <index name="record_attribution_alternate_key_index" unique="true">
            <column ascending="true" name="recattrib_data_zdb_id"/>
            <column ascending="true" name="recattrib_source_zdb_id"/>
            <column ascending="true" name="recattrib_source_type"/>
         </index>
      </table>
      <table name="remove_phenos_ids" numRows="27" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('remove_phenos_ids_phenos_id_seq'::regclass)" digits="0" id="0" name="phenos_id" nullable="false" remarks="" size="19" type="bigserial"/>
      </table>
      <table name="replaced_accession_number" numRows="1451" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ran_old_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ran_new_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ran_old_acc_num" sequenceNumberInPK="1"/>
         <primaryKey column="ran_new_acc_num" sequenceNumberInPK="2"/>
         <index name="replaced_accession_number_primary_key" unique="true">
            <column ascending="true" name="ran_old_acc_num"/>
            <column ascending="true" name="ran_new_acc_num"/>
         </index>
      </table>
      <table name="return_recs" numRows="1749" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="company"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="return_form" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="return_recid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fill_field" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="fill_table" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="info" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="action" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="jump_to" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="rec_update" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="revinfo" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" digits="0" id="0" name="rev" nullable="false" remarks="" size="10" type="int4">
            <child column="rev" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="feature_audit"/>
            <child column="rev" foreignKey="fkllaf9w93qaiooguo8mfvwtwbg" implied="false" onDeleteCascade="false" table="post_aud"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="revtstmp" nullable="true" remarks="" size="19" type="int8"/>
         <primaryKey column="rev" sequenceNumberInPK="1"/>
         <index name="revinfo_pkey" unique="true">
            <column ascending="true" name="rev"/>
         </index>
      </table>
      <table name="run" numRows="12" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="run_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="blastdbr_run_zdb_id" foreignKey="blastdbr_run_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="blastdb_run"/>
            <child column="runcan_run_zdb_id" foreignKey="runcan_run_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="run_candidate"/>
            <parent column="zactvd_zdb_id" foreignKey="run_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" defaultValue="'ZDB-PUB-030508-1'::text" digits="0" id="1" name="run_nomen_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="run_nomen_pub_foreign_key_odc" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="run_relation_pub_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="run_relation_pub_foreign_key_odc" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="run_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="run_program" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="runprog_program" foreignKey="run_program_foreign_key" implied="false" onDeleteCascade="false" table="run_program"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="run_blastdb" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="6" id="6" name="run_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="run_version" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="run_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="runtype_name" foreignKey="run_type_foreign_key" implied="false" onDeleteCascade="false" table="run_type"/>
         </column>
         <primaryKey column="run_zdb_id" sequenceNumberInPK="1"/>
         <index name="run_primary_key" unique="true">
            <column ascending="true" name="run_zdb_id"/>
         </index>
         <index name="run_name_alternate_key_index" unique="true">
            <column ascending="true" name="run_name"/>
         </index>
         <index name="run_nomen_pub_foreign_key_index" unique="false">
            <column ascending="true" name="run_nomen_pub_zdb_id"/>
         </index>
         <index name="run_program_foreign_key_index" unique="false">
            <column ascending="true" name="run_program"/>
         </index>
         <index name="run_relation_pub_foreign_key_index" unique="false">
            <column ascending="true" name="run_relation_pub_zdb_id"/>
         </index>
         <index name="run_type_foreign_key_index" unique="false">
            <column ascending="true" name="run_type"/>
         </index>
      </table>
      <table name="run_candidate" numRows="5961" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="runcan_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="bqry_runcan_zdb_id" foreignKey="bqry_runcan_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="blast_query"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="runcan_run_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="run_zdb_id" foreignKey="runcan_run_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="run"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="runcan_cnd_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="cnd_zdb_id" foreignKey="runcan_cnd_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="candidate"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="runcan_done" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="runcan_locked_by" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="runcan_occurrence_order" nullable="false" remarks="" size="10" type="int4"/>
         <primaryKey column="runcan_zdb_id" sequenceNumberInPK="1"/>
         <index name="run_candidate_primary_key" unique="true">
            <column ascending="true" name="runcan_zdb_id"/>
         </index>
         <index name="runcan_cnd_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="runcan_cnd_zdb_id"/>
         </index>
         <index name="runcan_run_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="runcan_run_zdb_id"/>
         </index>
      </table>
      <table name="run_program" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="runprog_program" nullable="false" remarks="" size="2147483647" type="text">
            <child column="run_program" foreignKey="run_program_foreign_key" implied="false" onDeleteCascade="false" table="run"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="runprog_target_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="runprog_query_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="runprog_program" sequenceNumberInPK="1"/>
         <index name="run_program_primary_key" unique="true">
            <column ascending="true" name="runprog_program"/>
         </index>
      </table>
      <table name="run_type" numRows="2" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="runtype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="run_type" foreignKey="run_type_foreign_key" implied="false" onDeleteCascade="false" table="run"/>
         </column>
         <primaryKey column="runtype_name" sequenceNumberInPK="1"/>
         <index name="run_type_primary_key" unique="true">
            <column ascending="true" name="runtype_name"/>
         </index>
      </table>
      <table name="sanger_flanking_sequence" numRows="37613" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allele" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ref" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="alt" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="strand" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="flankingseq" nullable="false" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="sanger_flanking_sequence_post_proc" numRows="35210" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="alleleid" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="variation" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="sequence" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="vfseqid" nullable="true" remarks="" size="50" type="varchar"/>
      </table>
      <table name="sanger_location" numRows="112614" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allele" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="assembly" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="chromosome" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="location" nullable="true" remarks="" size="10" type="int4"/>
      </table>
      <table name="sanger_location_post" numRows="111476" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="allele1" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="assembly1" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="chromosome1" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="location1" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sfclid" nullable="true" remarks="" size="50" type="varchar"/>
      </table>
      <table name="sangerfeatures" numRows="54" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="sequence_ambiguity_code" numRows="11" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="seqac_symbol" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="1" name="seqac_meaning" nullable="false" remarks="" size="2147483647" type="text">
            <child column="seq_variation" foreignKey="mrkrseq2_variation_foreign_key" implied="false" onDeleteCascade="false" table="snp_sequence"/>
         </column>
         <primaryKey column="seqac_meaning" sequenceNumberInPK="1"/>
         <index name="sequence_ambiguity_code_primary_key" unique="true">
            <column ascending="true" name="seqac_meaning"/>
         </index>
      </table>
      <table name="sequence_feature_chromosome_location" numRows="113394" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sfcl_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="sfcl_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sfcl_feature_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="sfcl_feature_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="sfcl_start_position" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="sfcl_end_position" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sfcl_assembly" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="sfcl_chromosome" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="chrom_name" foreignKey="sfcl_chromosome_fk_odc" implied="false" onDeleteCascade="false" table="chromosome"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="sfcl_evidence_code" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="evidence_code_fk" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="7" name="sfcl_chromosome_reference_accession_number" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="sfcl_zdb_id" sequenceNumberInPK="1"/>
         <index name="sfcl_primary_key" unique="true">
            <column ascending="true" name="sfcl_zdb_id"/>
         </index>
         <index name="sfcl_alternate_key_index" unique="true">
            <column ascending="true" name="sfcl_feature_zdb_id"/>
            <column ascending="true" name="sfcl_start_position"/>
            <column ascending="true" name="sfcl_end_position"/>
            <column ascending="true" name="sfcl_chromosome"/>
            <column ascending="true" name="sfcl_assembly"/>
         </index>
         <index name="sfcl_chromosome_fk_index" unique="false">
            <column ascending="true" name="sfcl_chromosome"/>
         </index>
         <index name="sfcl_feature_fk_index" unique="false">
            <column ascending="true" name="sfcl_feature_zdb_id"/>
         </index>
      </table>
      <table name="sequence_feature_chromosome_location_bkup" numRows="98953" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sfcl_chromosome" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="sfcl_data_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="sfcl_acc_num" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="sfcl_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sfcl_end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="sfcl_location_source" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="sfcl_location_subsource" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="sfcl_fdb_db_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="sfclg_pub_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="sfclb_chromosome_index" unique="false">
            <column ascending="true" name="sfcl_chromosome"/>
         </index>
         <index name="sfclb_data_index" unique="false">
            <column ascending="true" name="sfcl_data_zdb_id"/>
         </index>
      </table>
      <table name="sequence_feature_chromosome_location_generated" numRows="450523" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sfclg_chromosome" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="sfclg_data_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="sfclg_zdb_active_data_fk" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="true" defaultValue="nextval('sequence_feature_chromosome_location_generated_sfclg_pk_id_seq'::regclass)" digits="0" id="2" name="sfclg_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="3" name="sfclg_acc_num" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="sfclg_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="sfclg_end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="sfclg_location_source" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="sfclg_location_subsource" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="sfclg_fdb_db_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="9" name="sfclg_pub_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="'GRCv10'::text" digits="0" id="10" name="sfclg_assembly" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="sfclg_gbrowse_track" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="sfclg_evidence_code" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="sfclg_chromosome_index" unique="false">
            <column ascending="true" name="sfclg_chromosome"/>
         </index>
         <index name="sfclg_mrkr_index" unique="false">
            <column ascending="true" name="sfclg_data_zdb_id"/>
         </index>
      </table>
      <table name="sequence_feature_chromosome_location_generated_bkup" numRows="154310" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sfclg_chromosome" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="sfclg_data_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="sfclg_acc_num" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="sfclg_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sfclg_end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="sfclg_location_source" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="sfclg_location_subsource" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="sfclg_fdb_db_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="sfclg_gbrowse_track" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="sfclg_evidence_code" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="sfclgb_chromosome_index" unique="false">
            <column ascending="true" name="sfclg_chromosome"/>
         </index>
         <index name="sfclgb_data_index" unique="false">
            <column ascending="true" name="sfclg_data_zdb_id"/>
         </index>
      </table>
      <table name="sequence_feature_chromosome_location_generated_temp" numRows="154994" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sfclg_chromosome" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="sfclg_data_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="sfclg_acc_num" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="sfclg_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sfclg_end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="sfclg_location_source" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="sfclg_location_subsource" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="sfclg_fdb_db_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="sfclg_gbrowse_track" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="sfclg_evidence_code" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="sfclgt_chromosome_index" unique="false">
            <column ascending="true" name="sfclg_chromosome"/>
         </index>
         <index name="sfclgt_data_index" unique="false">
            <column ascending="true" name="sfclg_data_zdb_id"/>
         </index>
      </table>
      <table name="sequence_feature_chromosome_location_temp" numRows="98953" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sfcl_chromosome" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="sfcl_data_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="sfcl_acc_num" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="sfcl_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sfcl_end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="sfcl_location_source" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="sfcl_location_subsource" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="sfcl_fdb_db_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="sfclg_pub_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="chmst_chromosome_index" unique="false">
            <column ascending="true" name="sfcl_chromosome"/>
         </index>
         <index name="sfclt_data_index" unique="false">
            <column ascending="true" name="sfcl_data_zdb_id"/>
         </index>
      </table>
      <table name="sequence_type" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="seqtype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="clone_sequence_type" foreignKey="clone_sequence_type_foreign_key" implied="false" onDeleteCascade="false" table="clone"/>
            <child column="seq_type" foreignKey="mrkrseq2_seq_type_foreign_key" implied="false" onDeleteCascade="false" table="marker_sequence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="seqtype_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="seqtype_name" sequenceNumberInPK="1"/>
         <index name="sequence_type_primary_key" unique="true">
            <column ascending="true" name="seqtype_name"/>
         </index>
      </table>
      <table name="seqvar" numRows="1620" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="featureid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="featureabb" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="geneid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="geneabb" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="muttype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="mutterm" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="mutname" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="location" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="mutdesc" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="refseq" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="varseq" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="single" numRows="1" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sngl_one" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="snp_download" numRows="2680350" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('snp_download_snpd_pk_id_seq'::regclass)" digits="0" id="0" name="snpd_pk_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="snpd_rs_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="snpd_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="snpd_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <primaryKey column="snpd_pk_id" sequenceNumberInPK="1"/>
         <index name="snp_download_primary_key" unique="true">
            <column ascending="true" name="snpd_pk_id"/>
         </index>
         <index name="snpd_mrkr_zdb_id_index" unique="false">
            <column ascending="true" name="snpd_mrkr_zdb_id"/>
         </index>
         <index name="snpd_rs_mrkr_alternate_key_index" unique="true">
            <column ascending="true" name="snpd_rs_acc_num"/>
            <column ascending="true" name="snpd_mrkr_zdb_id"/>
         </index>
      </table>
      <table name="snp_download_attribution" numRows="2680981" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="snpdattr_snpd_pk_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="snpdattr_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="snpdattr_snpd_pk_id" sequenceNumberInPK="1"/>
         <primaryKey column="snpdattr_pub_zdb_id" sequenceNumberInPK="2"/>
         <index name="snpd_download_attribution_primary_key" unique="true">
            <column ascending="true" name="snpdattr_snpd_pk_id"/>
            <column ascending="true" name="snpdattr_pub_zdb_id"/>
         </index>
      </table>
      <table name="snp_sequence" numRows="2024" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="seq_mrkr_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="seq_mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker_sequence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="seq_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="seq_offset_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="seq_offset_stop" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="seq_sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="seq_left_end" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="seq_sequence_2" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="seq_variation" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="seqac_meaning" foreignKey="mrkrseq2_variation_foreign_key" implied="false" onDeleteCascade="false" table="sequence_ambiguity_code"/>
         </column>
         <index name="seq_variation" unique="false">
            <column ascending="true" name="seq_variation"/>
         </index>
      </table>
      <table name="so_zfin_mapping" numRows="72" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('so_zfin_mapping_szm_pk_id_seq'::regclass)" digits="0" id="0" name="szm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="szm_term_ont_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_ont_id" foreignKey="so_zfin_mapping_term_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="szm_object_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="szm_term_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="szm_pk_id" sequenceNumberInPK="1"/>
         <index name="szm_pk_id_primary_key" unique="true">
            <column ascending="true" name="szm_pk_id"/>
         </index>
         <index name="so_zfin_mapping_term_fk_index" unique="false">
            <column ascending="true" name="szm_term_ont_id"/>
         </index>
         <index name="szm_alternate_key" unique="true">
            <column ascending="true" name="szm_term_ont_id"/>
            <column ascending="true" name="szm_object_type"/>
         </index>
      </table>
      <table name="source_alias" numRows="3794" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="salias_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="salias_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="salias_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="salias_source_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="salias_alias" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="salias_alias_lower" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="salias_zdb_id" sequenceNumberInPK="1"/>
         <index name="source_alias_primary_key" unique="true">
            <column ascending="true" name="salias_zdb_id"/>
         </index>
         <index name="salias_source_zdb_id_index" unique="false">
            <column ascending="true" name="salias_source_zdb_id"/>
         </index>
         <index name="source_alias_alternate_key_index" unique="true">
            <column ascending="true" name="salias_alias"/>
            <column ascending="true" name="salias_source_zdb_id"/>
         </index>
      </table>
      <table name="source_feature_prefix" numRows="1212" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="sfp_prefix_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="fp_pk_id" foreignKey="sfp_prefix_id_foreign_key" implied="false" onDeleteCascade="true" table="feature_prefix"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="sfp_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="sfp_source_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" defaultValue="true" digits="0" id="2" name="sfp_current_designation" nullable="false" remarks="" size="1" type="bool"/>
         <primaryKey column="sfp_source_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="sfp_prefix_id" sequenceNumberInPK="2"/>
         <index name="source_feature_prefix_primary_key" unique="true">
            <column ascending="true" name="sfp_source_zdb_id"/>
            <column ascending="true" name="sfp_prefix_id"/>
         </index>
         <index name="sfp_prefix_id_foreign_key_index" unique="false">
            <column ascending="true" name="sfp_prefix_id"/>
         </index>
         <index name="sfp_source_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="sfp_source_zdb_id"/>
         </index>
      </table>
      <table name="source_url" numRows="24" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="srcurl_source_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="srcurl_source_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="srcurl_url" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="'information'::text" digits="0" id="2" name="srcurl_purpose" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="srcurlpurp_name" foreignKey="srcurl_purpose_foreign_key" implied="false" onDeleteCascade="false" table="source_url_purpose"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="srcurl_display_text" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="srcurl_source_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="srcurl_url" sequenceNumberInPK="2"/>
         <primaryKey column="srcurl_purpose" sequenceNumberInPK="3"/>
         <index name="source_url_primary_key" unique="true">
            <column ascending="true" name="srcurl_source_zdb_id"/>
            <column ascending="true" name="srcurl_url"/>
            <column ascending="true" name="srcurl_purpose"/>
         </index>
         <index name="srcurl_purpose_index" unique="false">
            <column ascending="true" name="srcurl_purpose"/>
         </index>
         <index name="srcurl_source_zdb_id_index" unique="false">
            <column ascending="true" name="srcurl_source_zdb_id"/>
         </index>
      </table>
      <table name="source_url_purpose" numRows="2" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="srcurlpurp_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="srcurl_purpose" foreignKey="srcurl_purpose_foreign_key" implied="false" onDeleteCascade="false" table="source_url"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="srcurlpurp_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="srcurlpurp_name" sequenceNumberInPK="1"/>
         <index name="source_url_purpose_primary_key" unique="true">
            <column ascending="true" name="srcurlpurp_name"/>
         </index>
      </table>
      <table name="stage" numRows="45" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="anatdisp_stg_zdb_id" foreignKey="anatdisp_stg_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="anatomy_display"/>
            <child column="imgstg_end_stg_zdb_id" foreignKey="imgstg_end_stg_zdb_id_foregin_key" implied="false" onDeleteCascade="false" table="image_stage"/>
            <child column="imgstg_start_stg_zdb_id" foreignKey="imgstg_start_stg_zdb_id_foregin_key" implied="false" onDeleteCascade="false" table="image_stage"/>
            <child column="phenox_end_stg_zdb_id" foreignKey="phenox_end_stg_foreign_key_odc" implied="false" onDeleteCascade="true" table="phenotype_experiment"/>
            <child column="phenox_start_stg_zdb_id" foreignKey="phenox_start_stg_foreign_key_odc" implied="false" onDeleteCascade="true" table="phenotype_experiment"/>
            <child column="probelib_stg_zdb_id" foreignKey="probelib_stg_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="probe_library"/>
            <child column="ts_end_stg_zdb_id" foreignKey="ts_end_stg_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term_stage"/>
            <child column="ts_start_stg_zdb_id" foreignKey="ts_start_stage_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term_stage"/>
            <parent column="zactvd_zdb_id" foreignKey="stage_active_data_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="stg_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="2" id="2" name="stg_hours_start" nullable="false" remarks="" size="7" type="numeric"/>
         <column autoUpdated="false" digits="2" id="3" name="stg_hours_end" nullable="false" remarks="" size="7" type="numeric"/>
         <column autoUpdated="false" digits="0" id="4" name="stg_other_features" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="stg_name_ext" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="stg_name_long" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="stg_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="stg_obo_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="stg_zdb_id" sequenceNumberInPK="1"/>
         <index name="stage_primary_key" unique="true">
            <column ascending="true" name="stg_zdb_id"/>
         </index>
         <index name="stg_name_index" unique="true">
            <column ascending="true" name="stg_name"/>
         </index>
         <index name="stg_obo_id_index" unique="true">
            <column ascending="true" name="stg_obo_id"/>
         </index>
      </table>
      <table name="state_code" numRows="59" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="stc_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="stc_code" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="stc_display_order" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="stc_code" sequenceNumberInPK="1"/>
         <primaryKey column="stc_name" sequenceNumberInPK="2"/>
         <index name="state_code_primary_key" unique="true">
            <column ascending="true" name="stc_code"/>
            <column ascending="true" name="stc_name"/>
         </index>
      </table>
      <table name="str_group" numRows="12173" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('str_group_strg_group_pk_id_seq'::regclass)" digits="0" id="0" name="strg_group_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="strg_group_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="strg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="strg_group_pk_id" sequenceNumberInPK="1"/>
         <index name="str_group_primary_key" unique="true">
            <column ascending="true" name="strg_group_pk_id"/>
         </index>
         <index name="strg_genox_zdb_index" unique="false">
            <column ascending="true" name="strg_genox_zdb_id"/>
         </index>
         <index name="strg_group_name_index" unique="false">
            <column ascending="true" name="strg_group_name"/>
         </index>
      </table>
      <table name="tables_in_trouble" numRows="0" remarks="" schema="public" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="table_in_trouble" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="sz_n_byts" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="seq_scan" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="idx_scan" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="tbl_rec_count" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="priority" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="term" numRows="241448" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="alltermcon_contained_zdb_id" foreignKey="alltermcon_contained_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="all_term_contains"/>
            <child column="alltermcon_container_zdb_id" foreignKey="alltermcon_container_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="all_term_contains"/>
            <child column="anatdisp_item_zdb_id" foreignKey="anatdisp_item_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="anatomy_display"/>
            <child column="api_quality_zdb_id" foreignKey="apato_quality_zdb_id_fk" implied="false" onDeleteCascade="false" table="apato_infrastructure"/>
            <child column="dat_evidence_term_zdb_id" foreignKey="dat_evidence_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="disease_annotation"/>
            <child column="dat_term_zdb_id" foreignKey="dat_term_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="disease_annotation"/>
            <child column="egm_term_zdb_id" foreignKey="egm_eco_term_zdb_id_fk" implied="false" onDeleteCascade="true" table="eco_go_mapping"/>
            <child column="expcond_ao_term_zdb_id" foreignKey="expcond_ao_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="experiment_condition"/>
            <child column="expcond_chebi_term_zdb_id" foreignKey="expcond_chebi_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="experiment_condition"/>
            <child column="expcond_go_cc_term_zdb_id" foreignKey="expcond_go_cc_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="experiment_condition"/>
            <child column="expcond_spatial_term_zdb_id" foreignKey="expcond_spatial_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="experiment_condition"/>
            <child column="expcond_taxon_term_zdb_id" foreignKey="expcond_taxon_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="experiment_condition"/>
            <child column="ecr_chebi_term_zdb_id" foreignKey="experiment_condition_restricted_chebi_term_foreign_key" implied="false" onDeleteCascade="false" table="experiment_condition_restricted"/>
            <child column="xpatinf_subterm_zdb_id" foreignKey="xpatinf_subterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="expression_pattern_infrastructure"/>
            <child column="xpatinf_superterm_zdb_id" foreignKey="xpatinf_superterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="expression_pattern_infrastructure"/>
            <child column="ept_quality_term_zdb_id" foreignKey="ept_term_foreign_key_odc" implied="false" onDeleteCascade="true" table="expression_phenotype_term"/>
            <child column="xpatres_subterm_zdb_id" foreignKey="xpatres2_subterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="expression_result2"/>
            <child column="xpatres_superterm_zdb_id" foreignKey="xpatres2_superterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="expression_result2"/>
            <child column="hds_stage_term_zdb_id" foreignKey="hds_stage_term_zdb_id_fk_odc" implied="false" onDeleteCascade="false" table="htp_dataset_sample"/>
            <child column="hdsd_anatomy_sub_term_qualifier_zdb_id" foreignKey="hdsd_anatomy_sub_term_qualifier_zdb_id_fk" implied="false" onDeleteCascade="false" table="htp_dataset_sample_detail"/>
            <child column="hdsd_anatomy_sub_term_zdb_id" foreignKey="hdsd_anatomy_sub_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="htp_dataset_sample_detail"/>
            <child column="hdsd_anatomy_super_term_qualifier_zdb_id" foreignKey="hdsd_anatomy_super_term_qualifier_zdb_id_fk" implied="false" onDeleteCascade="false" table="htp_dataset_sample_detail"/>
            <child column="hdsd_anatomy_super_term_zdb_id" foreignKey="hdsd_anatomy_super_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="htp_dataset_sample_detail"/>
            <child column="hdsd_cellular_component_term_qualifier_zdb_id" foreignKey="hdsd_cellular_component_qualifier_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="htp_dataset_sample_detail"/>
            <child column="hdsd_cellular_component_term_zdb_id" foreignKey="hdsd_cellular_component_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="htp_dataset_sample_detail"/>
            <child column="iit_term_zdb_id" foreignKey="iit_term_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="int_image_term"/>
            <child column="mgtae_relationship_term_zdb_id" foreignKey="mgtae_relationship_term_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="marker_go_term_annotation_extension"/>
            <child column="mrkrgoev_relation_term_zdb_id" foreignKey="mrkrgoev_relation_term_zdb_id_fk_odc" implied="false" onDeleteCascade="false" table="marker_go_term_evidence"/>
            <child column="mrkrgoev_term_zdb_id" foreignKey="mrkrgoev_term_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_go_term_evidence"/>
            <child column="mdcv_term_zdb_id" foreignKey="mdcv_term_zdb_id_fk" implied="false" onDeleteCascade="false" table="mutation_detail_controlled_vocabulary"/>
            <child column="obstermrep_term_replacement_zdb_id" foreignKey="obstermrep_term_replacement_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="obsolete_term_replacement"/>
            <child column="obstermrep_term_zdb_id" foreignKey="obstermrep_term_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="obsolete_term_replacement"/>
            <child column="obstermsug_term_suggestion_zdb_id" foreignKey="obstermsug_term_suggestion_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="obsolete_term_suggestion"/>
            <child column="obstermsug_term_zdb_id" foreignKey="obstermsug_term_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="obsolete_term_suggestion"/>
            <child column="phenos_entity_1_subterm_zdb_id" foreignKey="phenos_entity_1_subterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="phenotype_statement"/>
            <child column="phenos_entity_1_superterm_zdb_id" foreignKey="phenos_entity_1_superterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="phenotype_statement"/>
            <child column="phenos_entity_2_subterm_zdb_id" foreignKey="phenos_entity_2_subterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="phenotype_statement"/>
            <child column="phenos_entity_2_superterm_zdb_id" foreignKey="phenos_entity_2_superterm_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="phenotype_statement"/>
            <child column="phenos_quality_zdb_id" foreignKey="phenos_quality_foreign_key" implied="false" onDeleteCascade="false" table="phenotype_statement"/>
            <child column="probelib_tissue_zdb_id" foreignKey="probelib_tissue_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="probe_library"/>
            <child column="sfcl_evidence_code" foreignKey="evidence_code_fk" implied="false" onDeleteCascade="false" table="sequence_feature_chromosome_location"/>
            <child column="termrel_term_1_zdb_id" foreignKey="termrel_term_1_zdb_id_foreign_key_to_term_odc" implied="false" onDeleteCascade="true" table="term_relationship"/>
            <child column="termrel_term_2_zdb_id" foreignKey="termrel_term_2_zdb_id_foreign_key_to_term_odc" implied="false" onDeleteCascade="true" table="term_relationship"/>
            <child column="termsub_term_zdb_id" foreignKey="termsub_term_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="term_subset"/>
            <child column="tx_term_zdb_id" foreignKey="tx_term_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term_xref"/>
            <parent column="zactvd_zdb_id" foreignKey="term_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="term_ont_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="szm_term_ont_id" foreignKey="so_zfin_mapping_term_foreign_key" implied="false" onDeleteCascade="true" table="so_zfin_mapping"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="term_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="term_ontology" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="term_is_obsolete" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="term_is_secondary" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="term_is_root" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="term_comment" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="term_definition" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="term_primary_subset_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="osubset_pk_id" foreignKey="term_ontology_subset_foreign_key" implied="false" onDeleteCascade="false" table="ontology_subset"/>
         </column>
         <column autoUpdated="false" digits="0" id="10" name="term_ontology_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="ont_pk_id" foreignKey="term_ontology_foreign_key" implied="false" onDeleteCascade="false" table="ontology"/>
         </column>
         <column autoUpdated="false" digits="0" id="11" name="term_name_order" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="term_zdb_id" sequenceNumberInPK="1"/>
         <index name="term_primary_key" unique="true">
            <column ascending="true" name="term_zdb_id"/>
         </index>
         <index name="term_name_index" unique="false">
            <column ascending="true" name="term_name"/>
         </index>
         <index name="term_ont_id_foreign_key_index" unique="false">
            <column ascending="true" name="term_primary_subset_id"/>
         </index>
         <index name="term_ont_id_index" unique="true">
            <column ascending="true" name="term_ont_id"/>
         </index>
         <index name="term_ontology_id_foreign_key_index" unique="false">
            <column ascending="true" name="term_ontology_id"/>
         </index>
         <index name="term_ontology_index" unique="false">
            <column ascending="true" name="term_ontology"/>
         </index>
      </table>
      <table name="term_group" numRows="20333" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tg_group_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="tg_genox_group" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('term_group_tg_group_pk_id_seq'::regclass)" digits="0" id="2" name="tg_group_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="3" name="tg_geno_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="tg_geno_handle" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="tg_group_pk_id" sequenceNumberInPK="1"/>
         <index name="term_group_primary_key" unique="true">
            <column ascending="true" name="tg_group_pk_id"/>
         </index>
         <index name="term_geno_handle_index" unique="false">
            <column ascending="true" name="tg_geno_handle"/>
         </index>
         <index name="term_geno_name_index" unique="false">
            <column ascending="true" name="tg_geno_name"/>
         </index>
         <index name="tg_genox_zdb_index" unique="true">
            <column ascending="true" name="tg_genox_group"/>
         </index>
      </table>
      <table name="term_relationship" numRows="486868" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="termrel_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="termrel_zactvd_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="termrel_term_1_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="termrel_term_1_zdb_id_foreign_key_to_term_odc" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="termrel_term_2_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="termrel_term_2_zdb_id_foreign_key_to_term_odc" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="termrel_type" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="termreltype_name" foreignKey="rermrel_type_foreign_key_to_term" implied="false" onDeleteCascade="false" table="term_relationship_type"/>
         </column>
         <primaryKey column="termrel_zdb_id" sequenceNumberInPK="1"/>
         <index name="term_relationship_primary_key_constraint" unique="true">
            <column ascending="true" name="termrel_zdb_id"/>
         </index>
         <index name="term_relationship_alternate_key_index" unique="true">
            <column ascending="true" name="termrel_term_1_zdb_id"/>
            <column ascending="true" name="termrel_term_2_zdb_id"/>
            <column ascending="true" name="termrel_type"/>
         </index>
         <index name="tmrel_term_1_foreign_key_to_term_index" unique="false">
            <column ascending="true" name="termrel_term_1_zdb_id"/>
         </index>
         <index name="tmrel_term_2_foreign_key_to_term_index" unique="false">
            <column ascending="true" name="termrel_term_2_zdb_id"/>
         </index>
         <index name="tmrel_type_foreign_key_to_term_index" unique="false">
            <column ascending="true" name="termrel_type"/>
         </index>
      </table>
      <table name="term_relationship_type" numRows="117" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="termreltype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="termrel_type" foreignKey="rermrel_type_foreign_key_to_term" implied="false" onDeleteCascade="false" table="term_relationship"/>
         </column>
         <primaryKey column="termreltype_name" sequenceNumberInPK="1"/>
         <index name="term_relationship_type_primary_key" unique="true">
            <column ascending="true" name="termreltype_name"/>
         </index>
      </table>
      <table name="term_stage" numRows="3079" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ts_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ts_start_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="stg_zdb_id" foreignKey="ts_start_stage_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="stage"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ts_end_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="stg_zdb_id" foreignKey="ts_end_stg_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="stage"/>
         </column>
         <index name="ts_end_stg_zdb_id_foreign_key" unique="false">
            <column ascending="true" name="ts_end_stg_zdb_id"/>
         </index>
         <index name="ts_start_stg_zdb_id_foreign_key" unique="false">
            <column ascending="true" name="ts_start_stg_zdb_id"/>
         </index>
      </table>
      <table name="term_subset" numRows="166288" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="termsub_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="termsub_term_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="termsub_subset_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="osubset_pk_id" foreignKey="termsub_subset_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="ontology_subset"/>
         </column>
         <primaryKey column="termsub_term_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="termsub_subset_id" sequenceNumberInPK="2"/>
         <index name="term_subset_primary_key" unique="true">
            <column ascending="true" name="termsub_term_zdb_id"/>
            <column ascending="true" name="termsub_subset_id"/>
         </index>
         <index name="term_subset_subset_id_foreign_key_index" unique="false">
            <column ascending="true" name="termsub_subset_id"/>
         </index>
         <index name="term_subset_term_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="termsub_term_zdb_id"/>
         </index>
      </table>
      <table name="term_xref" numRows="419265" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('term_xref_tx_pk_id_seq'::regclass)" digits="0" id="0" name="tx_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="otm_tx_id" foreignKey="termxref_mapping_foreign_key_odc" implied="false" onDeleteCascade="true" table="omimp_termxref_mapping"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="tx_term_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="term_zdb_id" foreignKey="tx_term_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="term"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="tx_full_accession" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="tx_prefix" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="tx_fdb_db_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="fdb_db_pk_id" foreignKey="tx_fdb_db_id_foreign_key" implied="false" onDeleteCascade="false" table="foreign_db"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="tx_accession" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="tx_pk_id" sequenceNumberInPK="1"/>
         <index name="term_xref_primary_key" unique="true">
            <column ascending="true" name="tx_pk_id"/>
         </index>
         <index name="term_xref_alternate_key_index" unique="true">
            <column ascending="true" name="tx_term_zdb_id"/>
            <column ascending="true" name="tx_accession"/>
            <column ascending="true" name="tx_prefix"/>
         </index>
         <index name="term_xref_fdb_foreign_key_index" unique="false">
            <column ascending="true" name="tx_fdb_db_id"/>
         </index>
         <index name="term_xref_term_foreign_key_index" unique="false">
            <column ascending="true" name="tx_term_zdb_id"/>
         </index>
      </table>
      <table name="tmp_addgene" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="addgeneid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="addgenename" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="zfingene" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="dblinkid" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_all_term_contains" numRows="44936" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="alltermcon_container_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="alltermcon_contained_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="alltermcon_min_contain_distance" nullable="false" remarks="" size="10" type="int4"/>
         <index name="alltermcon_contained_zdb_id_index_t" unique="false">
            <column ascending="true" name="alltermcon_contained_zdb_id"/>
         </index>
         <index name="alltermcon_container_zdb_id_index_t" unique="false">
            <column ascending="true" name="alltermcon_container_zdb_id"/>
         </index>
      </table>
      <table name="tmp_betterfishdump" numRows="3" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="badfishid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="badfishname" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="betterfishid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="betterfishname" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_db_link" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tmp_linked_recid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="tmp_db_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="tmp_acc_num" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="tmp_info" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="tmp_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="tmp_fdbcont_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="tmp_length" nullable="true" remarks="" size="10" type="int4"/>
         <index name="tmp_acc_num_index" unique="false">
            <column ascending="true" name="tmp_acc_num"/>
         </index>
         <index name="tmp_db_name_index" unique="false">
            <column ascending="true" name="tmp_db_name"/>
         </index>
         <index name="tmp_linked_recid_index" unique="false">
            <column ascending="true" name="tmp_linked_recid"/>
         </index>
      </table>
      <table name="tmp_efs_map" numRows="12580214" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="efs1" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="efs2" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="xpat_found" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="xpatres_superterm" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xpatres_subterm" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="tmp_index" unique="false">
            <column ascending="true" name="efs2"/>
         </index>
         <index name="tmp_index_x" unique="false">
            <column ascending="true" name="xpatres_superterm"/>
         </index>
         <index name="tmp_index_x2" unique="false">
            <column ascending="true" name="xpatres_subterm"/>
         </index>
      </table>
      <table name="tmp_esag_predistinct" numRows="14504222" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="esag_efs_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="esag_term_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="esag_is_direct" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="3" name="esag_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="esag_distance" nullable="true" remarks="" size="10" type="int4"/>
         <index name="tmp_efs_id_index" unique="false">
            <column ascending="true" name="esag_efs_id"/>
         </index>
         <index name="tmp_term_zdb_id_index" unique="false">
            <column ascending="true" name="esag_term_zdb_id"/>
         </index>
      </table>
      <table name="tmp_expression_phenotype_term" numRows="8" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ept_pk_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="ept_relational_term" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ept_quality_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ept_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ept_xpatres_id" nullable="true" remarks="" size="19" type="int8"/>
      </table>
      <table name="tmp_feature" numRows="694" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="feature_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="tgtgeneid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="tgtgenesymbol" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="mutationtype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="pageurl" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_figure" numRows="13726" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="figsource" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_final" numRows="1001" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="affected_components" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="goid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ont" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="messup" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_fish490" numRows="4592" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fish_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fish_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fish_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="affected_components" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_fish_thatfitthebill" numRows="873" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fish_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fish_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fish_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="affected_components" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="genox_exp_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="exp_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="genox_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="e1subtermid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="e1subtermname" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="psg_e1_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="e1supertermid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="e1supertermname" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="e2subtermid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="e2subtermname" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="psg_e2_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="14" name="e2supertermid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="15" name="e2supertermname" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="16" name="psg_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="17" name="qualityid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="18" name="psg_quality_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="19" name="fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fig_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="figure"/>
         </column>
         <column autoUpdated="false" digits="0" id="20" name="fig_label" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="21" name="fig_source_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="22" name="pubmedid" nullable="true" remarks="" size="10" type="int4"/>
      </table>
      <table name="tmp_fishnoeap" numRows="558" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fish_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fish_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fish_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="affected_components" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="genox_exp_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="exp_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="genox_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="e1subtermid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="e1subtermname" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="psg_e1_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="e1supertermid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="e1supertermname" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="e2subtermid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="e2subtermname" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="psg_e2_relation_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="14" name="e2supertermid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="15" name="e2supertermname" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="16" name="psg_tag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="17" name="qualityid" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="18" name="psg_quality_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="19" name="fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fig_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="figure"/>
         </column>
         <column autoUpdated="false" digits="0" id="20" name="fig_label" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="21" name="fig_source_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="22" name="pubmedid" nullable="true" remarks="" size="10" type="int4"/>
      </table>
      <table name="tmp_ftrchrdate" numRows="35" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdbid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ftr" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ftrnote" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ftrstring" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_ftrchrdate2" numRows="730" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdbid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ftr" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ftrnote" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="ftrstring" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_ftrnote" numRows="1376" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="featureid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ftrtype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ftrnote" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="alleletag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="varianttag" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="fgmdid" nullable="true" remarks="" size="50" type="varchar"/>
      </table>
      <table name="tmp_genox_restore" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="genox_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="genox_fish_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="genox_exp_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="genox_is_standard" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="genox_is_std_or_generic_control" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="tmp_go" numRows="7238" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mrkrgoev_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkrgoev_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker_go_term_evidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mrkr_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mrkr_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="term_ont_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="grouped_item" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="ont" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_go1" numRows="2185" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="mrkrgoev_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkrgoev_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker_go_term_evidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mrkr_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="mrkr_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pub" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="inf" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="ont" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="term_ont_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_onlydeficiencies" numRows="13" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="featdef" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_onlyfish" numRows="9232" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fish_zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="fish_zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fish_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="affector" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_ottens" numRows="3941" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tscriptid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ottdartid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ensdartid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="comments" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_pub" numRows="4574" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pubzdb" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_pub2" numRows="76" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="company"/>
         </column>
      </table>
      <table name="tmp_pub3" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="pubzdb" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_pub5" numRows="1385" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="figsource" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_rnac_zfin" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="rnacid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="mod" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="tscriptid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="taxon" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="tscripttype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="geneid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="dblinkid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="fdbcontid" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_seqref" numRows="36815" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="featzdb" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="flankid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="seqref1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="seqref2" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_to_convert" numRows="887" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="gene_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_zeco_tt" numRows="4249" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="expid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="cdtid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="zecoid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="aotermid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="chebitermid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="cctermid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="othertermid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="extra" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmp_zirc_geno" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ftrid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="pdf" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="dblinkid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="fdbcontid" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tmpcne" numRows="113" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="cneid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="cneabbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="cnetype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="nccrid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="nccrabbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="nccrname" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="nccrtype" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="transcript" numRows="44464" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tscript_mrkr_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="ts_transcript_zdb_id" foreignKey="transcript_sequence_transcript_foreign_key" implied="false" onDeleteCascade="true" table="transcript_sequence"/>
            <parent column="mrkr_zdb_id" foreignKey="tscript_mrkr_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="tscript_type_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="tscriptt_pk_id" foreignKey="tscritp_type_foreign_key" implied="false" onDeleteCascade="false" table="transcript_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="tscript_status_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="tscripts_pk_id" foreignKey="tscript_status_foreign_key" implied="false" onDeleteCascade="false" table="transcript_status"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="tscript_load_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="tscript_ensdart_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="tscript_mrkr_zdb_id" sequenceNumberInPK="1"/>
         <index name="transcript_primary_key" unique="true">
            <column ascending="true" name="tscript_mrkr_zdb_id"/>
         </index>
         <index name="tscript_load_id_index" unique="true">
            <column ascending="true" name="tscript_load_id"/>
         </index>
         <index name="tscript_status_fk_index" unique="false">
            <column ascending="true" name="tscript_status_id"/>
         </index>
         <index name="tscript_type_foreign_key_index" unique="false">
            <column ascending="true" name="tscript_type_id"/>
         </index>
      </table>
      <table name="transcript_sequence" numRows="1074" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ts_transcript_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="tscript_mrkr_zdb_id" foreignKey="transcript_sequence_transcript_foreign_key" implied="false" onDeleteCascade="true" table="transcript"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="ts_transcript_ottdart_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ts_sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ts_transcript_zdb_id" sequenceNumberInPK="1"/>
         <index name="transcript_sequence_pkey" unique="true">
            <column ascending="true" name="ts_transcript_zdb_id"/>
         </index>
      </table>
      <table name="transcript_status" numRows="18" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('transcript_status_tscripts_pk_id_seq'::regclass)" digits="0" id="0" name="tscripts_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="tscript_status_id" foreignKey="tscript_status_foreign_key" implied="false" onDeleteCascade="false" table="transcript"/>
            <child column="ttsdef_tscript_status_id" foreignKey="ttsdef_tscript_status_id_foreign_key_constraint" implied="false" onDeleteCascade="false" table="tscript_type_status_definition"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="tscripts_status" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="tscripts_display" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="tscripts_order" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="tscripts_pk_id" sequenceNumberInPK="1"/>
         <index name="transcript_status_primary_key" unique="true">
            <column ascending="true" name="tscripts_pk_id"/>
         </index>
         <index name="tscripts_status_alternate_key_index" unique="true">
            <column ascending="true" name="tscripts_status"/>
         </index>
      </table>
      <table name="transcript_type" numRows="19" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('transcript_type_tscriptt_pk_id_seq'::regclass)" digits="0" id="0" name="tscriptt_pk_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="ivtst_tscriptt_type_id" foreignKey="ivtst_tscriptt_type_id_foreign_key" implied="false" onDeleteCascade="false" table="int_vegatype_tscripttype"/>
            <child column="tscript_type_id" foreignKey="tscritp_type_foreign_key" implied="false" onDeleteCascade="false" table="transcript"/>
            <child column="ttsdef_tscript_type_id" foreignKey="ttsdef_tscript_type_id_foreign_key_constraint" implied="false" onDeleteCascade="false" table="tscript_type_status_definition"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="tscriptt_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="tscriptt_display" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="tscriptt_definition" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="tscriptt_order" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="tscriptt_indent" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="tscriptt_so_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="tscriptt_pk_id" sequenceNumberInPK="1"/>
         <index name="transcript_type_primary_key" unique="true">
            <column ascending="true" name="tscriptt_pk_id"/>
         </index>
         <index name="tscriptt_type_alternate_key_index" unique="true">
            <column ascending="true" name="tscriptt_type"/>
         </index>
      </table>
      <table name="tscript_type_status_definition" numRows="18" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('tscript_type_status_definition_ttsdef_pk_id_seq'::regclass)" digits="0" id="0" name="ttsdef_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="ttsdef_tscript_type_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="tscriptt_pk_id" foreignKey="ttsdef_tscript_type_id_foreign_key_constraint" implied="false" onDeleteCascade="false" table="transcript_type"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="ttsdef_tscript_status_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="tscripts_pk_id" foreignKey="ttsdef_tscript_status_id_foreign_key_constraint" implied="false" onDeleteCascade="false" table="transcript_status"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="ttsdef_definition" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="ttsdef_pk_id" sequenceNumberInPK="1"/>
         <index name="tscript_type_status_definition_primary_key_constraint" unique="true">
            <column ascending="true" name="ttsdef_pk_id"/>
         </index>
         <index name="ttsdef_tscript_status_id" unique="false">
            <column ascending="true" name="ttsdef_tscript_status_id"/>
         </index>
         <index name="ttsdef_tscript_type_id" unique="false">
            <column ascending="true" name="ttsdef_tscript_type_id"/>
         </index>
      </table>
      <table name="tscriptens" numRows="1039" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tscriptid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ottdartid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ensdartid" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tscriptens1" numRows="1518" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tscriptid1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ottdartid1" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="ensdartid1" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="tscriptsequence" numRows="1113" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="tscriptid" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="tscriptottdart" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="tscriptseq" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="unique_location" numRows="173403" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="ul_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ul_chromosome" nullable="false" remarks="" size="2147483647" type="text"/>
         <index name="ul_chromosome_index" unique="false">
            <column ascending="true" name="ul_chromosome"/>
         </index>
         <index name="ul_data_index" unique="false">
            <column ascending="true" name="ul_data_zdb_id"/>
         </index>
      </table>
      <table name="updates" numRows="1676689" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="submitter_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="rec_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="field_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="new_value" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="old_value" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="submitter_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('updates_upd_pk_id_seq'::regclass)" digits="0" id="7" name="upd_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="3" id="8" name="upd_when" nullable="true" remarks="" size="26" type="timestamp"/>
      </table>
      <table name="url_ref" numRows="1" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="urlref_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="urlref_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="urlref_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="urlref_full_url" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="urlref_display_text" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="urlref_zdb_id" sequenceNumberInPK="1"/>
         <index name="url_ref_primary_key" unique="true">
            <column ascending="true" name="urlref_zdb_id"/>
         </index>
         <index name="url_ref_data_foreign_key_index" unique="false">
            <column ascending="true" name="urlref_data_zdb_id"/>
         </index>
      </table>
      <table name="validate_check_history" numRows="84" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="vldcheck_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="vldcheck_count" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="6" id="2" name="vldcheck_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <primaryKey column="vldcheck_name" sequenceNumberInPK="1"/>
         <index name="vldcheck_primary_key" unique="true">
            <column ascending="true" name="vldcheck_name"/>
         </index>
      </table>
      <table name="variant_flanking_sequence" numRows="39984" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="vfseq_data_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="variant_sequence_zdb_active_data_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vfseq_type" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="vfseq_offset_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="vfseq_offset_stop" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="vfseq_sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="vfseq_five_prime_flanking_sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="vfseq_three_prime_flanking_sequence" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="vfseq_flanking_sequence_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="vfseq_flanking_sequence_origin" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="vfseq_variation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="vfseq_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="vfseq_zdb_id" sequenceNumberInPK="1"/>
         <index name="variant_flanking_sequence_pkey" unique="true">
            <column ascending="true" name="vfseq_zdb_id"/>
         </index>
         <index name="vfseq_alternate_key" unique="true">
            <column ascending="true" name="vfseq_data_zdb_id"/>
            <column ascending="true" name="vfseq_flanking_sequence_type"/>
         </index>
      </table>
      <table name="vector" numRows="68" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="vector_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="clone_vector_name" foreignKey="clone_vector_name_foreign_key" implied="false" onDeleteCascade="false" table="clone"/>
         </column>
         <column autoUpdated="false" defaultValue="'Not specified'::text" digits="0" id="1" name="vector_type_name" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="vectype_name" foreignKey="vector_type_name_foreign_key" implied="false" onDeleteCascade="false" table="vector_type"/>
         </column>
         <primaryKey column="vector_name" sequenceNumberInPK="1"/>
         <index name="vector_primary_key" unique="true">
            <column ascending="true" name="vector_name"/>
         </index>
         <index name="vector_type_name_index" unique="false">
            <column ascending="true" name="vector_type_name"/>
         </index>
      </table>
      <table name="vector_type" numRows="14" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="vectype_name" nullable="false" remarks="" size="2147483647" type="text">
            <child column="vector_type_name" foreignKey="vector_type_name_foreign_key" implied="false" onDeleteCascade="false" table="vector"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="vectype_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="vectype_name" sequenceNumberInPK="1"/>
         <index name="vector_type_primary_key" unique="true">
            <column ascending="true" name="vectype_name"/>
         </index>
      </table>
      <table name="video" numRows="389" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('video_video_pk_id_seq'::regclass)" digits="0" id="0" name="video_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="video_path_to_file" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="video_image_still_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="img_zdb_id" foreignKey="video_image_still_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="image"/>
         </column>
         <primaryKey column="video_pk_id" sequenceNumberInPK="1"/>
         <index name="video_primary_key" unique="true">
            <column ascending="true" name="video_pk_id"/>
         </index>
         <index name="video_image_still_zdb_id_fk_index" unique="false">
            <column ascending="true" name="video_image_still_zdb_id"/>
         </index>
      </table>
      <table name="warehouse_run_tracking" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('warehouse_run_tracking_wrt_pk_id_seq'::regclass)" digits="0" id="0" name="wrt_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="wrt_mart_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="2" name="wrt_last_loaded_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="3" name="wrt_mart_load_successful" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="wrt_pk_id" sequenceNumberInPK="1"/>
         <index name="warehouse_run_tracking_primary_key" unique="true">
            <column ascending="true" name="wrt_pk_id"/>
         </index>
         <index name="warehouse_run_tracking_alternate_key_index" unique="true">
            <column ascending="true" name="wrt_mart_name"/>
         </index>
      </table>
      <table name="withdrawn_data" numRows="12023" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('withdrawn_data_wd_pk_id_seq'::regclass)" digits="0" id="0" name="wd_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="wd_old_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="wd_new_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="wd_display_note" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="wd_pk_id" sequenceNumberInPK="1"/>
         <index name="wd_primary_key" unique="true">
            <column ascending="true" name="wd_pk_id"/>
         </index>
         <index name="wd_new_zdb_id_index" unique="false">
            <column ascending="true" name="wd_new_zdb_id"/>
         </index>
         <index name="withdrawn_data__primary_key_index" unique="true">
            <column ascending="true" name="wd_old_zdb_id"/>
            <column ascending="true" name="wd_new_zdb_id"/>
         </index>
      </table>
      <table name="xpat_exp_details_generated" numRows="142611" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xedg_pk_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="xedg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xedg_fig_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xedg_assay_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xedg_probe_feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="xedg_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="xedg_direct_submission_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="xedg_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xedg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="xedg_atb_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="xedg_assay_name_foreign_ky_index" unique="false">
            <column ascending="true" name="xedg_assay_name"/>
         </index>
         <index name="xedg_atb_zdb_id_index" unique="false">
            <column ascending="true" name="xedg_atb_zdb_id"/>
         </index>
         <index name="xedg_dblink_foreign_ky" unique="false">
            <column ascending="true" name="xedg_dblink_zdb_id"/>
         </index>
         <index name="xedg_featexp_zdb_id_foreign_ky_index" unique="false">
            <column ascending="true" name="xedg_genox_zdb_id"/>
         </index>
         <index name="xedg_gene_zdb_id_foreign_ky_index" unique="false">
            <column ascending="true" name="xedg_gene_zdb_id"/>
         </index>
         <index name="xedg_marker_foreign_ky_index" unique="false">
            <column ascending="true" name="xedg_probe_feature_zdb_id"/>
         </index>
         <index name="xedg_source_foreign_ky_index" unique="false">
            <column ascending="true" name="xedg_fig_zdb_id"/>
         </index>
      </table>
      <table name="xpat_exp_details_generated_bkup" numRows="142551" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('xpat_exp_details_generated_bkup_xedg_pk_id_seq'::regclass)" digits="0" id="0" name="xedg_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="xedg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xedg_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xedg_assay_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xedg_probe_feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="xedg_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="xedg_direct_submission_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="xedg_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xedg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="xedg_atb_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="xpat_exp_details_generated_temp" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('xpat_exp_details_generated_temp_xedg_pk_id_seq'::regclass)" digits="0" id="0" name="xedg_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="xedg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xedg_fig_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="xedg_assay_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xedg_probe_feature_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="xedg_gene_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="xedg_direct_submission_date" nullable="true" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="7" name="xedg_dblink_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xedg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="xedg_atb_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="xpat_figure_group" numRows="15859" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xfigg_group_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="xfigg_genox_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xfigg_geno_handle" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="xfigg_has_images" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="true" defaultValue="nextval('xpat_figure_group_xfigg_group_pk_id_seq'::regclass)" digits="0" id="4" name="xfigg_group_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <index name="xfigg_geno_handle_index" unique="false">
            <column ascending="true" name="xfigg_geno_handle"/>
         </index>
         <index name="xfigg_genox_zdb_index" unique="false">
            <column ascending="true" name="xfigg_genox_zdb_id"/>
         </index>
      </table>
      <table name="xpat_figure_group_member" numRows="27885" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xfiggm_group_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="xfiggm_member_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xfiggm_member_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('xpat_figure_group_member_xfiggm_pk_id_seq'::regclass)" digits="0" id="3" name="xfiggm_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <index name="xfiggm_group_id_index" unique="false">
            <column ascending="true" name="xfiggm_group_id"/>
         </index>
         <index name="xfiggm_member_id_index" unique="false">
            <column ascending="true" name="xfiggm_member_id"/>
         </index>
      </table>
      <table name="xpat_results_generated" numRows="308425" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="xrg_pk_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="xrg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xrg_xedg_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="xrg_xedg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xrg_start_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="xrg_end_stg_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="6" name="xrg_expression_found" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="xrg_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xrg_suggested_anatomy_item" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="xrg_superterm_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="xrg_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <index name="xrg_end_stg_foreign_key_index" unique="false">
            <column ascending="true" name="xrg_end_stg_zdb_id"/>
         </index>
         <index name="xrg_start_stg_foreign_key_index" unique="false">
            <column ascending="true" name="xrg_start_stg_zdb_id"/>
         </index>
         <index name="xrg_subterm_foreign_key_index" unique="false">
            <column ascending="true" name="xrg_subterm_zdb_id"/>
         </index>
         <index name="xrg_suggested_anatomy_foreign_key_index" unique="false">
            <column ascending="true" name="xrg_suggested_anatomy_item"/>
         </index>
         <index name="xrg_superterm_foreign_key_index" unique="false">
            <column ascending="true" name="xrg_superterm_zdb_id"/>
         </index>
         <index name="xrg_xedg_foreign_key_index" unique="false">
            <column ascending="true" name="xrg_xedg_id"/>
         </index>
      </table>
      <table name="xpat_results_generated_bkup" numRows="308334" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('xpat_results_generated_bkup_xrg_pk_id_seq'::regclass)" digits="0" id="0" name="xrg_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="xrg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xrg_xedg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="xrg_xedg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xrg_start_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="xrg_end_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="6" name="xrg_expression_found" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="xrg_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xrg_suggested_anatomy_item" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="xrg_superterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="xrg_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="xpat_results_generated_temp" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('xpat_results_generated_temp_xrg_pk_id_seq'::regclass)" digits="0" id="0" name="xrg_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="xrg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="xrg_xedg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="xrg_xedg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="xrg_start_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="xrg_end_stg_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="6" name="xrg_expression_found" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="xrg_comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="xrg_suggested_anatomy_item" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="xrg_superterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="xrg_subterm_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
      </table>
      <table name="xpatfs_old" numRows="244330" remarks="" schema="public" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('xpatfs_temp_etfs_pk_id_seq'::regclass)" digits="0" id="0" name="etfs_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="etfs_xpatres_pk_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="etfs_term_zdb_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="CURRENT_DATE" digits="0" id="3" name="etfs_created_date" nullable="false" remarks="" size="13" type="date"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="etfs_is_xpatres_term" nullable="true" remarks="" size="1" type="bool"/>
         <index name="etfs_alternate_key_index" unique="true">
            <column ascending="true" name="etfs_xpatres_pk_id"/>
            <column ascending="true" name="etfs_term_zdb_id"/>
         </index>
         <index name="etfs_pk_id_index" unique="true">
            <column ascending="true" name="etfs_pk_id"/>
         </index>
         <index name="expression_term_fast_search_term_id_index" unique="false">
            <column ascending="true" name="etfs_term_zdb_id"/>
         </index>
         <index name="expression_term_fast_search_xpatres_id_index" unique="false">
            <column ascending="true" name="etfs_xpatres_pk_id"/>
         </index>
      </table>
      <table name="zdb_active_data" numRows="5430580" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zactvd_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="aliastok_dalias_zdb_id" foreignKey="aliastok_dalias_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="all_alias_tokens"/>
            <child column="api_entity_1_subterm_zdb_id" foreignKey="phenos_entity_1_subterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="apato_infrastructure"/>
            <child column="api_entity_1_superterm_zdb_id" foreignKey="phenos_entity_1_superterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="apato_infrastructure"/>
            <child column="api_entity_2_subterm_zdb_id" foreignKey="phenos_entity_2_subterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="apato_infrastructure"/>
            <child column="api_entity_2_superterm_zdb_id" foreignKey="phenos_entity_2_superterm_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="apato_infrastructure"/>
            <child column="api_zdb_id" foreignKey="apato_zdb_id_active_data_fk_odc" implied="false" onDeleteCascade="true" table="apato_infrastructure"/>
            <child column="cnd_zdb_id" foreignKey="candidate_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="candidate"/>
            <child column="cdt_zdb_id" foreignKey="condition_data_type_zdb_active_data_foreign_key" implied="false" onDeleteCascade="true" table="condition_data_type"/>
            <child column="construct_zdb_id" foreignKey="construct_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="construct"/>
            <child column="cc_component_zdb_id" foreignKey="cc_component_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="construct_component"/>
            <child column="conmrkrrel_zdb_id" foreignKey="conmrkrrel_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="construct_marker_relationship"/>
            <child column="cv_zdb_id" foreignKey="cv_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="controlled_vocabulary"/>
            <child column="cur_zdb_id" foreignKey="cur_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="curation"/>
            <child column="dalias_data_zdb_id" foreignKey="dalias_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="data_alias"/>
            <child column="dalias_zdb_id" foreignKey="dalias_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="data_alias"/>
            <child column="dnote_data_zdb_id" foreignKey="dnote_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="data_note"/>
            <child column="dnote_zdb_id" foreignKey="dnote_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="data_note"/>
            <child column="dblink_linked_recid" foreignKey="dblink_linked_recid_zactvd_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="db_link"/>
            <child column="dblink_zdb_id" foreignKey="dblink_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="db_link"/>
            <child column="dat_zdb_id" foreignKey="dat_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="disease_annotation"/>
            <child column="exp_zdb_id" foreignKey="exp_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="experiment"/>
            <child column="expcond_zdb_id" foreignKey="expcond_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="experiment_condition"/>
            <child column="xpatex_zdb_id" foreignKey="expression_experiment2_zdb_active_data_foreign_key" implied="false" onDeleteCascade="true" table="expression_experiment2"/>
            <child column="xpatinf_zdb_id" foreignKey="xpatinf_active_data_foreign_key" implied="false" onDeleteCascade="true" table="expression_pattern_infrastructure"/>
            <child column="extnote_data_zdb_id" foreignKey="extnote_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="external_note"/>
            <child column="extnote_zdb_id" foreignKey="extnote_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="external_note"/>
            <child column="exref_data_zdb_id" foreignKey="exref_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="external_reference"/>
            <child column="feature_zdb_id" foreignKey="feature_zactvd_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="feature"/>
            <child column="fdmd_zdb_id" foreignKey="fdmd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="feature_dna_mutation_detail"/>
            <child column="fgmd_zdb_id" foreignKey="fgmd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="feature_genomic_mutation_detail"/>
            <child column="fhist_zdb_id" foreignKey="fhist_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="feature_history"/>
            <child column="fmrel_mrkr_zdb_id" foreignKey="fmrel_mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="feature_marker_relationship"/>
            <child column="fmrel_zdb_id" foreignKey="fmrel_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="feature_marker_relationship"/>
            <child column="fpmd_zdb_id" foreignKey="feature_protein_mutation_detail_zdb_active_data_fk_odc" implied="false" onDeleteCascade="true" table="feature_protein_mutation_detail"/>
            <child column="ftmd_zdb_id" foreignKey="ftmd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="feature_transcript_mutation_detail"/>
            <child column="fig_zdb_id" foreignKey="fx_figure_zdb_id_active_data_foreign_key" implied="false" onDeleteCascade="true" table="figure"/>
            <child column="fish_zdb_id" foreignKey="fish_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="fish"/>
            <child column="genox_zdb_id" foreignKey="genotype_experiment_genox_foregin_key_odc" implied="false" onDeleteCascade="true" table="fish_experiment"/>
            <child column="geno_zdb_id" foreignKey="genotype_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="genotype"/>
            <child column="genofeat_zdb_id" foreignKey="genofeat_zdb_active_data_foreign_key" implied="false" onDeleteCascade="false" table="genotype_feature"/>
            <child column="goterm_zdb_id" foreignKey="goterm_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="go_term"/>
            <child column="hd_zdb_id" foreignKey="hd_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="htp_dataset"/>
            <child column="img_zdb_id" foreignKey="img_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="image"/>
            <child column="ids_data_zdb_id" foreignKey="ids_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="int_data_source"/>
            <child column="idsup_data_zdb_id" foreignKey="idsup_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="int_data_supplier"/>
            <child column="ip_interpro_id" foreignKey="interpro_protein_zdb_active_data_fk_odc" implied="false" onDeleteCascade="true" table="interpro_protein"/>
            <child column="lnkg_zdb_id" foreignKey="lnkgs_lnkg_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage"/>
            <child column="lnkgm_member_1_zdb_id" foreignKey="lnkgm_member_1_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="linkage_membership"/>
            <child column="lnkgm_member_2_zdb_id" foreignKey="lnkgm_member_2_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="linkage_membership"/>
            <child column="lms_lnkg_zdb_id" foreignKey="lms_lnkg_zdb_id_fk_zdb_active_data" implied="false" onDeleteCascade="true" table="linkage_membership_search"/>
            <child column="lms_member_1_zdb_id" foreignKey="lms_member_1_zdb_id_fk_zdb_active_data" implied="false" onDeleteCascade="true" table="linkage_membership_search"/>
            <child column="lms_member_2_zdb_id" foreignKey="lms_member_2_zdb_id_fk_zdb_active_data" implied="false" onDeleteCascade="true" table="linkage_membership_search"/>
            <child column="lnkg_zdb_id" foreignKey="lnkg_lnkg_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_old"/>
            <child column="lsingle_member_zdb_id" foreignKey="lsingle_member_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="linkage_single"/>
            <child column="marker_id" foreignKey="mm_marker_id_foreign_key" implied="false" onDeleteCascade="true" table="mapped_marker"/>
            <child column="refcross_id" foreignKey="mm_refcross_id_foreign_key" implied="false" onDeleteCascade="true" table="mapped_marker"/>
            <child column="mrkr_zdb_id" foreignKey="mrkr_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker"/>
            <child column="mrkrgoev_zdb_id" foreignKey="marker_go_term_evidence_zdb_active_data_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_go_term_evidence"/>
            <child column="mhist_zdb_id" foreignKey="mhist_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_history"/>
            <child column="mrel_zdb_id" foreignKey="mrel_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_relationship"/>
            <child column="mfs_data_zdb_id" foreignKey="mutant_fast_search_data_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="mutant_fast_search"/>
            <child column="ortho_zdb_id" foreignKey="ortho_zdb_id_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="ortholog"/>
            <child column="zdb_id" foreignKey="paneled_markers_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="paneled_markers"/>
            <child column="probelib_zdb_id" foreignKey="probelib_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="probe_library"/>
            <child column="up_uniprot_id" foreignKey="protein_zdb_active_data_fk_odc" implied="false" onDeleteCascade="true" table="protein"/>
            <child column="pnote_zdb_id" foreignKey="pnote_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication_note"/>
            <child column="recattrib_data_zdb_id" foreignKey="recattrib_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="record_attribution"/>
            <child column="run_zdb_id" foreignKey="run_zdb_active_data_foreign_key_odc" implied="false" onDeleteCascade="true" table="run"/>
            <child column="sfcl_feature_zdb_id" foreignKey="sfcl_feature_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="sequence_feature_chromosome_location"/>
            <child column="sfcl_zdb_id" foreignKey="sfcl_zdb_id_fk_odc" implied="false" onDeleteCascade="true" table="sequence_feature_chromosome_location"/>
            <child column="sfclg_data_zdb_id" foreignKey="sfclg_zdb_active_data_fk" implied="false" onDeleteCascade="true" table="sequence_feature_chromosome_location_generated"/>
            <child column="stg_zdb_id" foreignKey="stage_active_data_foreign_key" implied="false" onDeleteCascade="true" table="stage"/>
            <child column="term_zdb_id" foreignKey="term_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="term"/>
            <child column="termrel_zdb_id" foreignKey="termrel_zactvd_foreign_key_odc" implied="false" onDeleteCascade="true" table="term_relationship"/>
            <child column="urlref_data_zdb_id" foreignKey="urlref_data_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="url_ref"/>
            <child column="vfseq_data_zdb_id" foreignKey="variant_sequence_zdb_active_data_foreign_key" implied="false" onDeleteCascade="true" table="variant_flanking_sequence"/>
            <child column="zorphand_zdb_id" foreignKey="zorphand_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_orphan_data"/>
            <child column="zrepld_new_zdb_id" foreignKey="nzrepld_new_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_replaced_data"/>
            <child column="zdb_id" foreignKey="zmap_pub_pan_mark_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zmap_pub_pan_mark"/>
            <child column="zyg_zdb_id" foreignKey="zygocity_zdb_active_data_foreign_key" implied="false" onDeleteCascade="false" table="zygocity"/>
         </column>
         <primaryKey column="zactvd_zdb_id" sequenceNumberInPK="1"/>
         <index name="zdb_active_data_primary_key" unique="true">
            <column ascending="true" name="zactvd_zdb_id"/>
         </index>
         <index name="zactvd_zdb_id_pk_index" unique="true">
            <column ascending="true" name="zactvd_zdb_id"/>
         </index>
      </table>
      <table name="zdb_active_source" numRows="64600" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zactvs_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="zdb_id" foreignKey="cmpy_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="company"/>
            <child column="dat_source_zdb_id" foreignKey="dat_source_zdb_id_foreign_key" implied="false" onDeleteCascade="false" table="disease_annotation"/>
            <child column="exp_source_zdb_id" foreignKey="exp_source_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="experiment"/>
            <child column="fig_source_zdb_id" foreignKey="figure_source_foreign_key_odc" implied="false" onDeleteCascade="true" table="figure"/>
            <child column="ids_source_zdb_id" foreignKey="ids_source_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="int_data_source"/>
            <child column="idsup_supplier_zdb_id" foreignKey="idsup_supplier_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="int_data_supplier"/>
            <child column="jrnl_zdb_id" foreignKey="journal_zdb_active_source_foreign_key" implied="false" onDeleteCascade="true" table="journal"/>
            <child column="zdb_id" foreignKey="lab_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="lab"/>
            <child column="mrkrgoev_source_zdb_id" foreignKey="mrkrgoev_source_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="marker_go_term_evidence"/>
            <child column="zdb_id" foreignKey="person_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="person"/>
            <child column="zdb_id" foreignKey="publication_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="publication"/>
            <child column="salias_source_zdb_id" foreignKey="salias_source_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="source_alias"/>
            <child column="salias_zdb_id" foreignKey="salias_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="source_alias"/>
            <child column="sfp_source_zdb_id" foreignKey="sfp_source_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="source_feature_prefix"/>
            <child column="srcurl_source_zdb_id" foreignKey="srcurl_source_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="source_url"/>
            <child column="zorphans_zdb_id" foreignKey="zorphans_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_orphan_source"/>
         </column>
         <primaryKey column="zactvs_zdb_id" sequenceNumberInPK="1"/>
         <index name="zdb_active_source_primary_key" unique="true">
            <column ascending="true" name="zactvs_zdb_id"/>
         </index>
      </table>
      <table name="zdb_flag" numRows="14" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zflag_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="zflag_is_on" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="2" name="zflag_last_modified" nullable="false" remarks="" size="29" type="timestamp"/>
         <primaryKey column="zflag_name" sequenceNumberInPK="1"/>
         <index name="zdb_flag_primary_key" unique="true">
            <column ascending="true" name="zflag_name"/>
         </index>
      </table>
      <table name="zdb_object_type" numRows="122" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zobjtype_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="zobjtype_day" nullable="false" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="2" name="zobjtype_home_table" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="zobjtype_home_zdb_id_column" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="zobjtype_is_data" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="zobjtype_is_source" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="2" digits="0" id="6" name="zobjtype_attribution_display_tier" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="zobjtype_name" sequenceNumberInPK="1"/>
         <index name="zdb_object_type_primary_key" unique="true">
            <column ascending="true" name="zobjtype_name"/>
         </index>
      </table>
      <table name="zdb_orphan_data" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zorphand_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="zorphand_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="zorphand_home_table" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="zorphand_home_zdb_id_column" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zorphand_zdb_id" sequenceNumberInPK="1"/>
         <index name="zdb_orphan_data_primary_key" unique="true">
            <column ascending="true" name="zorphand_zdb_id"/>
         </index>
      </table>
      <table name="zdb_orphan_source" numRows="0" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zorphans_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvs_zdb_id" foreignKey="zorphans_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="zorphans_home_table" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="zorphans_home_zdb_id_column" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zorphans_zdb_id" sequenceNumberInPK="1"/>
         <index name="zdb_orphan_source_primary_key" unique="true">
            <column ascending="true" name="zorphans_zdb_id"/>
         </index>
      </table>
      <table name="zdb_replaced_data" numRows="35434" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zrepld_old_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="zrepld_new_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="nzrepld_new_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="zrepld_old_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('zdb_replaced_data_zrepld_pk_id_seq'::regclass)" digits="0" id="3" name="zrepld_pk_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <primaryKey column="zrepld_old_zdb_id" sequenceNumberInPK="1"/>
         <primaryKey column="zrepld_new_zdb_id" sequenceNumberInPK="2"/>
         <index name="nzdb_replaced_data_primary_key" unique="true">
            <column ascending="true" name="zrepld_old_zdb_id"/>
            <column ascending="true" name="zrepld_new_zdb_id"/>
         </index>
         <index name="nzrepld_new_zdb_id_index" unique="false">
            <column ascending="true" name="zrepld_new_zdb_id"/>
         </index>
      </table>
      <table name="zdb_submitters" numRows="9587" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="login" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="access" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="xpatinf_curator_zdb_id" foreignKey="xpatinf_curator_foreign_key" implied="false" onDeleteCascade="false" table="expression_pattern_infrastructure"/>
            <parent column="zdb_id" foreignKey="zdb_submitters_zdb_id_foreign_key" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="cookie" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="3" id="4" name="issue_time" nullable="true" remarks="" size="26" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="5" name="name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="create_date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="3" id="7" name="previous_login" nullable="true" remarks="" size="26" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="8" name="password" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="is_curator" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="is_student" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="11" name="password_reset_key" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="3" id="12" name="password_reset_date" nullable="true" remarks="" size="26" type="timestamp"/>
         <primaryKey column="zdb_id" sequenceNumberInPK="1"/>
         <index name="zdb_submitters_primary_key" unique="true">
            <column ascending="true" name="zdb_id"/>
         </index>
         <index name="zdb_submitters_cookie_index" unique="true">
            <column ascending="true" name="cookie"/>
         </index>
         <index name="zdb_submitters_login_index" unique="true">
            <column ascending="true" name="login"/>
         </index>
      </table>
      <table name="zebrashare_data_edit_permission" numRows="28" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdep_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="zdep_person_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="zdep_person_fk" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="zdep_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="zdep_pub_fk" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="zdep_person_is_submitter" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="zdep_zdb_id" sequenceNumberInPK="1"/>
         <index name="zebrashare_data_edit_permission_pkey" unique="true">
            <column ascending="true" name="zdep_zdb_id"/>
         </index>
         <index name="zebrashare_alternate_key_index" unique="true">
            <column ascending="true" name="zdep_person_zdb_id"/>
            <column ascending="true" name="zdep_pub_zdb_id"/>
         </index>
         <index name="zebrashare_person_fk_index" unique="false">
            <column ascending="true" name="zdep_person_zdb_id"/>
         </index>
         <index name="zebrashare_pub_fk_index" unique="false">
            <column ascending="true" name="zdep_pub_zdb_id"/>
         </index>
      </table>
      <table name="zebrashare_submission_metadata" numRows="6" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zsm_pub_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="zem_pub_fk" implied="false" onDeleteCascade="true" table="publication"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="zsm_submitter_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="zem_submitter_fk" implied="false" onDeleteCascade="true" table="person"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="zsm_lab_of_origin_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="zdb_id" foreignKey="zem_lab_fk" implied="false" onDeleteCascade="true" table="lab"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="zsm_submitter_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="zsm_submitter_email" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zsm_pub_zdb_id" sequenceNumberInPK="1"/>
         <index name="zebrashare_submission_metadata_pkey" unique="true">
            <column ascending="true" name="zsm_pub_zdb_id"/>
         </index>
         <index name="zsm_pub_zdb_id_fk_index" unique="false">
            <column ascending="true" name="zsm_pub_zdb_id"/>
         </index>
         <index name="zsm_submitter_zdb_id_fk_index" unique="false">
            <column ascending="true" name="zsm_submitter_zdb_id"/>
         </index>
      </table>
      <table name="zfa_uberon_mapping" numRows="55" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zum_zfa_id" nullable="true" remarks="" size="55" type="varchar"/>
         <column autoUpdated="false" digits="0" id="1" name="zum_zfa_term_zdb_id" nullable="true" remarks="" size="55" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="zum_uberon_id" nullable="true" remarks="" size="55" type="varchar"/>
      </table>
      <table name="zfin_accession_number" numRows="2706" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" defaultValue="'ZFINNUCL'::text" digits="0" id="0" name="za_prefix" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="za_sequence_number" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="za_acc_num" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="3" name="za_date_entered" nullable="false" remarks="" size="29" type="timestamp"/>
         <primaryKey column="za_acc_num" sequenceNumberInPK="1"/>
         <index name="za_accession_number_primary_key" unique="true">
            <column ascending="true" name="za_acc_num"/>
         </index>
         <index name="za_sequence_number_alternate_key_index" unique="true">
            <column ascending="true" name="za_sequence_number"/>
         </index>
      </table>
      <table name="zfin_ensembl_gene" numRows="24000" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zeg_seqname" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="zeg_source" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="zeg_feature" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="zeg_start" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="zeg_end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="zeg_score" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="zeg_strand" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="7" name="zeg_frame" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="8" name="zeg_id_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="zeg_gene_zdb_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zeg_gene_zdb_id" sequenceNumberInPK="1"/>
         <index name="zfin_ensembl_gene_zeg_alias_primary_key" unique="true">
            <column ascending="true" name="zeg_gene_zdb_id"/>
         </index>
      </table>
      <table name="zmap_pub_pan_mark" numRows="35840" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zdb_id" nullable="true" remarks="" size="2147483647" type="text">
            <parent column="zactvd_zdb_id" foreignKey="zmap_pub_pan_mark_zdb_id_foreign_key_odc" implied="false" onDeleteCascade="true" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="abbrevp" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mtype" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="2" id="3" name="lg_location" nullable="false" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="4" name="metric" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="mapmetric_code" foreignKey="zmap_pub_pan_mark_metric_foreign_key" implied="false" onDeleteCascade="false" table="map_metric"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="target_abbrev" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="mghframework" nullable="false" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="target_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="panel_id" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="mname" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="10" name="abbrev" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="3" id="11" name="entry_date" nullable="false" remarks="" size="26" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="12" name="panel_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="zmap_chromosome" nullable="false" remarks="" size="2147483647" type="text">
            <parent column="chrom_name" foreignKey="zmap_pub_pan_mark_chromosome_foreign_key" implied="false" onDeleteCascade="false" table="chromosome"/>
         </column>
         <index name="zmap_pub_pan_mark_metric_index" unique="false">
            <column ascending="true" name="metric"/>
         </index>
         <index name="zmap_pub_pan_mark_mname_index" unique="false">
            <column ascending="true" name="mname"/>
         </index>
         <index name="zmap_pub_pan_mark_mtype_index" unique="false">
            <column ascending="true" name="mtype"/>
         </index>
         <index name="zmap_pub_pan_mark_or_lg_index" unique="false">
            <column ascending="true" name="zmap_chromosome"/>
         </index>
         <index name="zmap_pub_pan_mark_panel_abbrev_index" unique="false">
            <column ascending="true" name="panel_abbrev"/>
         </index>
         <index name="zmap_pub_pan_mark_zdb_id_foreign_key_index" unique="false">
            <column ascending="true" name="zdb_id"/>
         </index>
      </table>
      <table name="zygocity" numRows="5" remarks="" schema="public" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="zyg_zdb_id" nullable="false" remarks="" size="2147483647" type="text">
            <child column="genofeat_dad_zygocity" foreignKey="genofeat_dad_zygocity_foreign_key" implied="false" onDeleteCascade="false" table="genotype_feature"/>
            <child column="genofeat_mom_zygocity" foreignKey="genofeat_mom_zygocity_foreign_key" implied="false" onDeleteCascade="false" table="genotype_feature"/>
            <child column="genofeat_zygocity" foreignKey="genofeat_zygocity_foreign_key" implied="false" onDeleteCascade="false" table="genotype_feature"/>
            <parent column="zactvd_zdb_id" foreignKey="zygocity_zdb_active_data_foreign_key" implied="false" onDeleteCascade="false" table="zdb_active_data"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="zyg_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="zyg_abbrev" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="zyg_definition" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="zyg_allele_display" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="zyg_gene_prefix" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="zyg_geno_ont_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="zyg_zdb_id" sequenceNumberInPK="1"/>
         <index name="zygocity_primary_key" unique="true">
            <column ascending="true" name="zyg_zdb_id"/>
         </index>
         <index name="zygocity_alternate_key_index" unique="true">
            <column ascending="true" name="zyg_name"/>
         </index>
      </table>
   </tables>
</database>
