<?xml version="1.0" encoding="UTF-8"?>
<database name="cxgn" schema="phenome" type="PostgreSQL - 8.1.11">
   <tables>
      <table name="allele" numRows="7025" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('allele_allele_id_seq'::regclass)" digits="0" id="0" name="allele_id" nullable="false" remarks="" size="10" type="serial">
            <child column="allele_id" foreignKey="allele_alias_allele_id_fkey" implied="false" onDeleteCascade="false" table="allele_alias"/>
            <child column="allele_id" foreignKey="allele_dbxref_allele_id_fkey" implied="false" onDeleteCascade="false" table="allele_dbxref"/>
            <child column="allele_id" foreignKey="allele_history_allele_id_fkey" implied="false" onDeleteCascade="false" table="allele_history"/>
            <child column="allele_id" foreignKey="individual_allele_allele_id_fkey" implied="false" onDeleteCascade="false" table="individual_allele"/>
            <child column="allele_id" foreignKey="phenotype_allele_id_fkey" implied="false" onDeleteCascade="false" table="phenotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="locus_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="allele_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="allele_symbol" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="allele_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="mode_of_inheritance" nullable="true" remarks="" size="18" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="allele_synonym" nullable="true" remarks="" size="2147483647" type="_varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="allele_phenotype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="allele_notes" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="9" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="10" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="12" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="13" name="is_default" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="allele_id" sequenceNumberInPK="1"/>
         <index name="allele_pkey" unique="true">
            <column ascending="true" name="allele_id"/>
         </index>
      </table>
      <table name="allele_alias" numRows="605" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('allele_alias_allele_alias_id_seq'::regclass)" digits="0" id="0" name="allele_alias_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="alias" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="allele_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="allele_id" foreignKey="allele_alias_allele_id_fkey" implied="false" onDeleteCascade="false" table="allele"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="preferred" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="allele_alias_id" sequenceNumberInPK="1"/>
         <index name="allele_alias_pkey" unique="true">
            <column ascending="true" name="allele_alias_id"/>
         </index>
      </table>
      <table name="allele_dbxref" numRows="5" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('allele_dbxref_allele_dbxref_id_seq'::regclass)" digits="0" id="0" name="allele_dbxref_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="allele_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="allele_id" foreignKey="allele_dbxref_allele_id_fkey" implied="false" onDeleteCascade="false" table="allele"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="dbxref_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="allele_dbxref_id" sequenceNumberInPK="1"/>
         <index name="allele_dbxref_pkey" unique="true">
            <column ascending="true" name="allele_dbxref_id"/>
         </index>
         <index name="allele_dbxref_id_key" unique="true">
            <column ascending="true" name="allele_id"/>
            <column ascending="true" name="dbxref_id"/>
         </index>
      </table>
      <table name="allele_history" numRows="10" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('allele_history_allele_history_id_seq'::regclass)" digits="0" id="0" name="allele_history_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="allele_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="allele_id" foreignKey="allele_history_allele_id_fkey" implied="false" onDeleteCascade="false" table="allele"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="locus_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="allele_history_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="allele_symbol" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="allele_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="mode_of_inheritance" nullable="true" remarks="" size="18" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="allele_phenotype" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="10" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="allele_history_id" sequenceNumberInPK="1"/>
         <index name="allele_history_pkey" unique="true">
            <column ascending="true" name="allele_history_id"/>
         </index>
      </table>
      <table name="dbxref_type" numRows="9" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('dbxref_type_dbxref_type_id_seq'::regclass)" digits="0" id="0" name="dbxref_type_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="dbxref_type_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="dbxref_type_definition" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="dbxref_type_url" nullable="true" remarks="" size="255" type="varchar"/>
         <primaryKey column="dbxref_type_id" sequenceNumberInPK="1"/>
         <index name="dbxref_type_pkey" unique="true">
            <column ascending="true" name="dbxref_type_id"/>
         </index>
         <index name="dbxref_type_dbxref_type_definition_key" unique="true">
            <column ascending="true" name="dbxref_type_definition"/>
         </index>
         <index name="dbxref_type_dbxref_type_name_key" unique="true">
            <column ascending="true" name="dbxref_type_name"/>
         </index>
         <index name="dbxref_type_dbxref_type_url_key" unique="true">
            <column ascending="true" name="dbxref_type_url"/>
         </index>
      </table>
      <table name="genotype" numRows="1103" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genotype_genotype_id_seq'::regclass)" digits="0" id="0" name="genotype_id" nullable="false" remarks="" size="10" type="serial">
            <child column="genotype_id" foreignKey="genotype_region_genotype_id_fkey" implied="false" onDeleteCascade="false" table="genotype_region"/>
            <child column="genotype_id" foreignKey="polymorphic_fragment_genotype_id_fkey" implied="false" onDeleteCascade="false" table="polymorphic_fragment"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="individual_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="individual_id" foreignKey="genotype_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="experiment_name" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="reference_map_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="background_accession_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="preferred" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="6" id="7" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="10" name="genotype_experiment_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="genotype_experiment_id" foreignKey="genotype_genotype_experiment_id_fkey" implied="false" onDeleteCascade="false" table="genotype_experiment"/>
         </column>
         <primaryKey column="genotype_id" sequenceNumberInPK="1"/>
         <index name="genotype_pkey" unique="true">
            <column ascending="true" name="genotype_id"/>
         </index>
         <index name="genotype_individual_id_idx" unique="false">
            <column ascending="true" name="individual_id"/>
         </index>
         <index name="genotype_reference_map_id_idx" unique="false">
            <column ascending="true" name="reference_map_id"/>
         </index>
      </table>
      <table name="genotype_experiment" numRows="9" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genotype_experiment_genotype_experiment_id_seq'::regclass)" digits="0" id="0" name="genotype_experiment_id" nullable="false" remarks="" size="10" type="serial">
            <child column="genotype_experiment_id" foreignKey="genotype_genotype_experiment_id_fkey" implied="false" onDeleteCascade="false" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="experiment_name" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="reference_map_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="background_accession_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="preferred" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="genotype_experiment_id" sequenceNumberInPK="1"/>
         <index name="genotype_experiment_pkey" unique="true">
            <column ascending="true" name="genotype_experiment_id"/>
         </index>
         <index name="background_accession_id_idx" unique="false">
            <column ascending="true" name="background_accession_id"/>
         </index>
         <index name="reference_map_id_idx" unique="false">
            <column ascending="true" name="reference_map_id"/>
         </index>
      </table>
      <table name="genotype_region" numRows="79717" remarks="polymorphic regions from a genotype, delineated by markers in a certain linkage group on a certain map" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genotype_region_genotype_region_id_seq'::regclass)" digits="0" id="0" name="genotype_region_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="genotype_id" nullable="true" remarks="optional genotype this region belongs to.  some regions are artificial, arising from combinations of other regions, and thus do not have an associated genotype" size="10" type="int4">
            <parent column="genotype_id" foreignKey="genotype_region_genotype_id_fkey" implied="false" onDeleteCascade="false" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="marker_id_nn" nullable="true" remarks="the north marker in the pair of markers bracketing the north end of this region. this may be null for regions at the north end of a linkage group" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="marker_id_ns" nullable="false" remarks="the south marker in the pair of markers bracketing the north end of this region" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="marker_id_sn" nullable="false" remarks="the north marker in the pair of markers bracketing the south end of this region" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="marker_id_ss" nullable="true" remarks="the south marker in the pair of markers bracketing the south end of this region. this may be null for regions at the south end of a linkage group." size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="zygocity_code" nullable="true" remarks="" size="1" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="lg_id" nullable="true" remarks="the linkage group in a specific version of a specific map where this region is located" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="type" nullable="false" remarks="the type of polymorphic region this is.  map is mapping experiment data, inbred is IL lines segments, and bin is a derived region based on a boolean combination of inbred fragments.  For bin regions, the specific boolean combination of fragments that make the bin is not stored." size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="name" nullable="true" remarks="special name for this region, if any.  optional" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="sp_person_id" nullable="true" remarks="the person who loaded this datum.  optional" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="11" name="modified_date" nullable="false" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="12" name="create_date" nullable="false" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="13" name="obsolete" nullable="false" remarks="" size="1" type="bool"/>
         <primaryKey column="genotype_region_id" sequenceNumberInPK="1"/>
         <index name="genotype_region_pkey" unique="true">
            <column ascending="true" name="genotype_region_id"/>
         </index>
         <index name="phenome_genotype_marker_id_nn_idx" unique="false">
            <column ascending="true" name="marker_id_nn"/>
         </index>
         <index name="phenome_genotype_marker_id_ns_idx" unique="false">
            <column ascending="true" name="marker_id_ns"/>
         </index>
         <index name="phenome_genotype_marker_id_sn_idx" unique="false">
            <column ascending="true" name="marker_id_sn"/>
         </index>
         <index name="phenome_genotype_marker_id_ss_idx" unique="false">
            <column ascending="true" name="marker_id_ss"/>
         </index>
         <index name="phenome_genotype_region_genotype_id_idx" unique="false">
            <column ascending="true" name="genotype_id"/>
         </index>
         <index name="phenome_genotype_region_name" unique="false">
            <column ascending="true" name="name"/>
         </index>
         <index name="phenome_genotype_region_type" unique="false"/>
         <index name="phenome_genotype_region_zygocity_code" unique="false">
            <column ascending="true" name="zygocity_code"/>
         </index>
      </table>
      <table name="germplasm" numRows="0" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('germplasm_germplasm_id_seq'::regclass)" digits="0" id="0" name="germplasm_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="germplasm_type" nullable="true" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="individual_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="individual_id" foreignKey="germplasm_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="dbxref_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="germplasm_id" sequenceNumberInPK="1"/>
         <index name="germplasm_pkey" unique="true">
            <column ascending="true" name="germplasm_id"/>
         </index>
      </table>
      <table name="image" numRows="0" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('image_image_id_seq'::regclass)" digits="0" id="0" name="image_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="phenotype_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="phenotype_id" foreignKey="image_phenotype_id_fkey" implied="false" onDeleteCascade="false" table="phenotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="image_file_name" nullable="true" remarks="" size="20" type="varchar"/>
         <primaryKey column="image_id" sequenceNumberInPK="1"/>
         <index name="image_pkey" unique="true">
            <column ascending="true" name="image_id"/>
         </index>
         <index name="image_file_name_key" unique="true">
            <column ascending="true" name="image_file_name"/>
         </index>
      </table>
      <table name="individual" numRows="7565" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('individual_individual_id_seq'::regclass)" digits="0" id="0" name="individual_id" nullable="false" remarks="" size="10" type="serial">
            <child column="individual_id" foreignKey="genotype_individual_id_fkey" implied="false" onDeleteCascade="false" table="genotype"/>
            <child column="individual_id" foreignKey="germplasm_individual_id_fkey" implied="false" onDeleteCascade="false" table="germplasm"/>
            <child column="individual_id" foreignKey="individual_allele_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual_allele"/>
            <child column="individual_id" foreignKey="individual_dbxref_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual_dbxref"/>
            <child column="individual_id" foreignKey="individual_history_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual_history"/>
            <child column="individual_id" foreignKey="individual_locus_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual_locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="population_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="population_id" foreignKey="individual_population_id_fkey" implied="false" onDeleteCascade="false" table="population"/>
         </column>
         <column autoUpdated="false" digits="0" id="8" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="common_name_id" nullable="true" remarks="" size="19" type="int8"/>
         <primaryKey column="individual_id" sequenceNumberInPK="1"/>
         <index name="individual_pkey" unique="true">
            <column ascending="true" name="individual_id"/>
         </index>
         <index name="phenome_individual_name_idx" unique="false">
            <column ascending="true" name="name"/>
         </index>
         <index name="phenome_population_id_idx" unique="false">
            <column ascending="true" name="population_id"/>
         </index>
      </table>
      <table name="individual_allele" numRows="4138" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('individual_allele_individual_allele_id_seq'::regclass)" digits="0" id="0" name="individual_allele_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="individual_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="individual_id" foreignKey="individual_allele_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="allele_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="allele_id" foreignKey="individual_allele_allele_id_fkey" implied="false" onDeleteCascade="false" table="allele"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="individual_allele_id" sequenceNumberInPK="1"/>
         <index name="individual_allele_pkey" unique="true">
            <column ascending="true" name="individual_allele_id"/>
         </index>
         <index name="individual_allele_ukey" unique="true">
            <column ascending="true" name="individual_id"/>
            <column ascending="true" name="allele_id"/>
         </index>
      </table>
      <table name="individual_dbxref" numRows="9716" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('individual_dbxref_individual_dbxref_id_seq'::regclass)" digits="0" id="0" name="individual_dbxref_id" nullable="false" remarks="" size="10" type="serial">
            <child column="individual_dbxref_id" foreignKey="individual_dbxref_evidence_individual_dbxref_id_fkey" implied="false" onDeleteCascade="false" table="individual_dbxref_evidence"/>
            <child column="individual_dbxref_id" foreignKey="individual_dbxref_evidence_history_individual_dbxref_id_fkey" implied="false" onDeleteCascade="false" table="individual_dbxref_evidence_history"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="individual_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="individual_id" foreignKey="individual_dbxref_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="dbxref_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="individual_dbxref_id" sequenceNumberInPK="1"/>
         <index name="individual_dbxref_pkey" unique="true">
            <column ascending="true" name="individual_dbxref_id"/>
         </index>
      </table>
      <table name="individual_dbxref_evidence" numRows="7755" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('individual_dbxref_evidence_individual_dbxref_evidence_id_seq'::regclass)" digits="0" id="0" name="individual_dbxref_evidence_id" nullable="false" remarks="" size="10" type="serial">
            <child column="individual_dbxref_evidence_id" foreignKey="individual_dbxref_evidence_hi_individual_dbxref_evidence_i_fkey" implied="false" onDeleteCascade="false" table="individual_dbxref_evidence_history"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="individual_dbxref_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="individual_dbxref_id" foreignKey="individual_dbxref_evidence_individual_dbxref_id_fkey" implied="false" onDeleteCascade="false" table="individual_dbxref"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="relationship_type" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="evidence_code" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="evidence_description" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="evidence_with" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="reference_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="9" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="individual_dbxref_evidence_id" sequenceNumberInPK="1"/>
         <index name="individual_dbxref_evidence_pkey" unique="true">
            <column ascending="true" name="individual_dbxref_evidence_id"/>
         </index>
      </table>
      <table name="individual_dbxref_evidence_history" numRows="1" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('individual_dbxref_evidence_hi_individual_dbxref_evidence_hi_seq'::regclass)" digits="0" id="0" name="individual_dbxref_evidence_history_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="individual_dbxref_evidence_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="individual_dbxref_evidence_id" foreignKey="individual_dbxref_evidence_hi_individual_dbxref_evidence_i_fkey" implied="false" onDeleteCascade="false" table="individual_dbxref_evidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="individual_dbxref_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="individual_dbxref_id" foreignKey="individual_dbxref_evidence_history_individual_dbxref_id_fkey" implied="false" onDeleteCascade="false" table="individual_dbxref"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="relationship_type" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="evidence_code" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="evidence_description" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="evidence_with" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="reference_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="10" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="individual_dbxref_evidence_history_id" sequenceNumberInPK="1"/>
         <index name="individual_dbxref_evidence_history_pkey" unique="true">
            <column ascending="true" name="individual_dbxref_evidence_history_id"/>
         </index>
      </table>
      <table name="individual_history" numRows="419" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('individual_history_individual_history_id_seq'::regclass)" digits="0" id="0" name="individual_history_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="individual_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="individual_id" foreignKey="individual_history_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="population_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="8" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="individual_history_id" sequenceNumberInPK="1"/>
         <index name="individual_history_pkey" unique="true">
            <column ascending="true" name="individual_history_id"/>
         </index>
      </table>
      <table name="individual_locus" numRows="3889" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('individual_locus_individual_locus_id_seq'::regclass)" digits="0" id="0" name="individual_locus_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="individual_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="individual_id" foreignKey="individual_locus_individual_id_fkey" implied="false" onDeleteCascade="false" table="individual"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="locus_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="locus_id" foreignKey="individual_locus_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="individual_locus_id" sequenceNumberInPK="1"/>
         <index name="individual_locus_pkey" unique="true">
            <column ascending="true" name="individual_locus_id"/>
         </index>
         <index name="individual_locus_ukey" unique="true">
            <column ascending="true" name="individual_id"/>
            <column ascending="true" name="locus_id"/>
         </index>
      </table>
      <table name="locus" numRows="5758" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_locus_id_seq'::regclass)" digits="0" id="0" name="locus_id" nullable="false" remarks="" size="10" type="serial">
            <child column="locus_id" foreignKey="allele_locus_id_fkey" implied="false" onDeleteCascade="false" table="allele"/>
            <child column="locus_id" foreignKey="allele_history_locus_id_fkey" implied="false" onDeleteCascade="false" table="allele_history"/>
            <child column="locus_id" foreignKey="individual_locus_locus_id_fkey" implied="false" onDeleteCascade="false" table="individual_locus"/>
            <child column="object_id" foreignKey="locus2locus_object_id_fkey" implied="false" onDeleteCascade="false" table="locus2locus"/>
            <child column="subject_id" foreignKey="locus2locus_subject_id_fkey" implied="false" onDeleteCascade="false" table="locus2locus"/>
            <child column="locus_id" foreignKey="locus_alias_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus_alias"/>
            <child column="locus_id" foreignKey="locus_dbxref_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus_dbxref"/>
            <child column="locus_id" foreignKey="locus_history_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus_history"/>
            <child column="locus_id" foreignKey="locus_marker_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus_marker"/>
            <child column="locus_id" foreignKey="locus_owner_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus_owner"/>
            <child column="locus_id" foreignKey="locus_registry_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus_registry"/>
            <child column="locus_id" foreignKey="locus_unigene_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus_unigene"/>
            <child column="locus_id" foreignKey="phenotype_locus_id_fkey" implied="false" onDeleteCascade="false" table="phenotype"/>
            <child column="locus_id" foreignKey="variant_locus_id_fkey" implied="false" onDeleteCascade="false" table="variant"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="locus_name" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="locus_symbol" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="original_symbol" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="gene_activity" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="locus_notes" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="8" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="10" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="11" name="linkage_group" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="lg_arm" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="common_name_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="14" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="locus_id" sequenceNumberInPK="1"/>
         <index name="locus_pkey" unique="true">
            <column ascending="true" name="locus_id"/>
         </index>
         <index name="locus_name_key" unique="true">
            <column ascending="true" name="locus_name"/>
            <column ascending="true" name="common_name_id"/>
            <column ascending="true" name="obsolete"/>
         </index>
         <index name="locus_symbol_key" unique="true">
            <column ascending="true" name="locus_symbol"/>
            <column ascending="true" name="common_name_id"/>
            <column ascending="true" name="obsolete"/>
         </index>
      </table>
      <table name="locus2locus" numRows="406" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus2locus_locus2locus_id_seq'::regclass)" digits="0" id="0" name="locus2locus_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="subject_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="locus_id" foreignKey="locus2locus_subject_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="object_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="locus_id" foreignKey="locus2locus_object_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="relationship_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="evidence_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="reference_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="6" id="8" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="9" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="locus2locus_id" sequenceNumberInPK="1"/>
         <index name="locus2locus_pkey" unique="true">
            <column ascending="true" name="locus2locus_id"/>
         </index>
      </table>
      <table name="locus_alias" numRows="6775" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_alias_locus_alias_id_seq'::regclass)" digits="0" id="0" name="locus_alias_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="alias" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="locus_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="locus_alias_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="preferred" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="6" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="7" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="locus_alias_id" sequenceNumberInPK="1"/>
         <index name="locus_alias_pkey" unique="true">
            <column ascending="true" name="locus_alias_id"/>
         </index>
      </table>
      <table name="locus_dbxref" numRows="35475" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_dbxref_locus_dbxref_id_seq'::regclass)" digits="0" id="0" name="locus_dbxref_id" nullable="false" remarks="" size="10" type="serial">
            <child column="locus_dbxref_id" foreignKey="locus_dbxref_evidence_locus_dbxref_id_fkey" implied="false" onDeleteCascade="false" table="locus_dbxref_evidence"/>
            <child column="locus_dbxref_id" foreignKey="locus_dbxref_evidence_history_locus_dbxref_id_fkey" implied="false" onDeleteCascade="false" table="locus_dbxref_evidence_history"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="locus_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="locus_dbxref_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="dbxref_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="locus_dbxref_id" sequenceNumberInPK="1"/>
         <index name="locus_dbxref_pkey" unique="true">
            <column ascending="true" name="locus_dbxref_id"/>
         </index>
         <index name="locus_dbxref_id_key" unique="true">
            <column ascending="true" name="locus_id"/>
            <column ascending="true" name="dbxref_id"/>
         </index>
      </table>
      <table name="locus_dbxref_evidence" numRows="22669" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_dbxref_evidence_locus_dbxref_evidence_id_seq'::regclass)" digits="0" id="0" name="locus_dbxref_evidence_id" nullable="false" remarks="" size="10" type="serial">
            <child column="locus_dbxref_evidence_id" foreignKey="locus_dbxref_evidence_history_locus_dbxref_evidence_id_fkey" implied="false" onDeleteCascade="false" table="locus_dbxref_evidence_history"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="locus_dbxref_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="locus_dbxref_id" foreignKey="locus_dbxref_evidence_locus_dbxref_id_fkey" implied="false" onDeleteCascade="false" table="locus_dbxref"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="relationship_type_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="evidence_code_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="evidence_description_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="evidence_with" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="reference_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="9" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="10" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="locus_dbxref_evidence_id" sequenceNumberInPK="1"/>
         <index name="locus_dbxref_evidence_pkey" unique="true">
            <column ascending="true" name="locus_dbxref_evidence_id"/>
         </index>
      </table>
      <table name="locus_dbxref_evidence_history" numRows="12" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_dbxref_evidence_history_locus_dbxref_evidence_history_seq'::regclass)" digits="0" id="0" name="locus_dbxref_evidence_history_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="locus_dbxref_evidence_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="locus_dbxref_evidence_id" foreignKey="locus_dbxref_evidence_history_locus_dbxref_evidence_id_fkey" implied="false" onDeleteCascade="false" table="locus_dbxref_evidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="locus_dbxref_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="locus_dbxref_id" foreignKey="locus_dbxref_evidence_history_locus_dbxref_id_fkey" implied="false" onDeleteCascade="false" table="locus_dbxref"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="relationship_type" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="evidence_code" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="evidence_description" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="evidence_with" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="reference_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="10" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="11" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="locus_dbxref_evidence_history_id" sequenceNumberInPK="1"/>
         <index name="locus_dbxref_evidence_history_pkey" unique="true">
            <column ascending="true" name="locus_dbxref_evidence_history_id"/>
         </index>
      </table>
      <table name="locus_history" numRows="436" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_history_locus_history_id_seq'::regclass)" digits="0" id="0" name="locus_history_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="locus_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="locus_history_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="locus_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="locus_symbol" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="original_symbol" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="gene_activity" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="locus_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="locus_notes" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="linkage_group" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="lg_arm" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="13" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="locus_history_id" sequenceNumberInPK="1"/>
         <index name="locus_history_pkey" unique="true">
            <column ascending="true" name="locus_history_id"/>
         </index>
      </table>
      <table name="locus_marker" numRows="22" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_marker_locus_marker_id_seq'::regclass)" digits="0" id="0" name="locus_marker_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="locus_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="locus_marker_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="marker_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="locus_marker_id" sequenceNumberInPK="1"/>
         <index name="locus_marker_pkey" unique="true">
            <column ascending="true" name="locus_marker_id"/>
         </index>
      </table>
      <table name="locus_owner" numRows="5858" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_owner_locus_owner_id_seq'::regclass)" digits="0" id="0" name="locus_owner_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="locus_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="locus_owner_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="sp_person_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="granted_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="locus_owner_id" sequenceNumberInPK="1"/>
         <index name="locus_owner_pkey" unique="true">
            <column ascending="true" name="locus_owner_id"/>
         </index>
         <index name="locus_owner_key" unique="true">
            <column ascending="true" name="locus_id"/>
            <column ascending="true" name="sp_person_id"/>
         </index>
      </table>
      <table name="locus_registry" numRows="3" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_registry_locus_registry_id_seq'::regclass)" digits="0" id="0" name="locus_registry_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="locus_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="locus_registry_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="registry_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="registry_id" foreignKey="locus_registry_registry_id_fkey" implied="false" onDeleteCascade="false" table="registry"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="sp_person_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="4" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="5" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="locus_registry_id" sequenceNumberInPK="1"/>
         <index name="locus_registry_pkey" unique="true">
            <column ascending="true" name="locus_registry_id"/>
         </index>
         <index name="locus_registry_id_key" unique="true">
            <column ascending="true" name="locus_id"/>
            <column ascending="true" name="registry_id"/>
         </index>
      </table>
      <table name="locus_unigene" numRows="7597" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locus_unigene_locus_unigene_id_seq'::regclass)" digits="0" id="0" name="locus_unigene_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="locus_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="locus_unigene_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="unigene_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="locus_unigene_id" sequenceNumberInPK="1"/>
         <index name="locus_unigene_pkey" unique="true">
            <column ascending="true" name="locus_unigene_id"/>
         </index>
         <index name="locus_unigene_key" unique="true">
            <column ascending="true" name="locus_id"/>
            <column ascending="true" name="unigene_id"/>
         </index>
      </table>
      <table name="phenotype" numRows="0" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('phenotype_phenotype_id_seq'::regclass)" digits="0" id="0" name="phenotype_id" nullable="false" remarks="" size="10" type="serial">
            <child column="phenotype_id" foreignKey="image_phenotype_id_fkey" implied="false" onDeleteCascade="false" table="image"/>
            <child column="phenotype_id" foreignKey="phenotype_term_phenotype_id_fkey" implied="false" onDeleteCascade="false" table="phenotype_term"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="population_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="population_id" foreignKey="phenotype_population_id_fkey" implied="false" onDeleteCascade="false" table="population"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="allele_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="allele_id" foreignKey="phenotype_allele_id_fkey" implied="false" onDeleteCascade="false" table="allele"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="locus_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="phenotype_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="allele_type" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="verified_allele" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="phenotype_accession" nullable="false" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="phenotype_type" nullable="true" remarks="" size="11" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="phenotype_details" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="phenotype_id" sequenceNumberInPK="1"/>
         <index name="phenotype_pkey" unique="true">
            <column ascending="true" name="phenotype_id"/>
         </index>
         <index name="phenotype_accession_key" unique="true">
            <column ascending="true" name="phenotype_accession"/>
         </index>
      </table>
      <table name="phenotype_term" numRows="0" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('phenotype_term_phenotype_term_id_seq'::regclass)" digits="0" id="0" name="phenotype_term_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="term_ref" nullable="true" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="term_id" nullable="true" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="phenotype_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="phenotype_id" foreignKey="phenotype_term_phenotype_id_fkey" implied="false" onDeleteCascade="false" table="phenotype"/>
         </column>
         <primaryKey column="phenotype_term_id" sequenceNumberInPK="1"/>
         <index name="phenotype_term_pkey" unique="true">
            <column ascending="true" name="phenotype_term_id"/>
         </index>
         <index name="term_id_key" unique="true">
            <column ascending="true" name="term_id"/>
            <column ascending="true" name="phenotype_id"/>
         </index>
      </table>
      <table name="polymorphic_fragment" numRows="152" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('polymorphic_fragment_polymorphic_fragment_id_seq'::regclass)" digits="0" id="0" name="polymorphic_fragment_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="genotype_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="genotype_id" foreignKey="polymorphic_fragment_genotype_id_fkey" implied="false" onDeleteCascade="false" table="genotype"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="flanking_marker1_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="flanking_marker2_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="zygocity" nullable="true" remarks="" size="15" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="linkage_group" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="6" id="8" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="9" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="polymorphic_fragment_id" sequenceNumberInPK="1"/>
         <index name="polymorphic_fragment_pkey" unique="true">
            <column ascending="true" name="polymorphic_fragment_id"/>
         </index>
      </table>
      <table name="population" numRows="18" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('population_population_id_seq'::regclass)" digits="0" id="0" name="population_id" nullable="false" remarks="" size="10" type="serial">
            <child column="population_id" foreignKey="individual_population_id_fkey" implied="false" onDeleteCascade="false" table="individual"/>
            <child column="population_id" foreignKey="phenotype_population_id_fkey" implied="false" onDeleteCascade="false" table="phenotype"/>
            <child column="population_id" foreignKey="population_dbxref_population_id_fkey" implied="false" onDeleteCascade="false" table="population_dbxref"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="100" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sp_person_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="7" name="background_accession_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="population_id" sequenceNumberInPK="1"/>
         <index name="population_pkey" unique="true">
            <column ascending="true" name="population_id"/>
         </index>
         <index name="population_name_key" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="population_dbxref" numRows="4" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('phenome.population_dbxref_population_dbxref_id_seq'::regclass)" digits="0" id="0" name="population_dbxref_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="population_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="population_id" foreignKey="population_dbxref_population_id_fkey" implied="false" onDeleteCascade="false" table="population"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="dbxref_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="obsolete" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="5" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="6" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <primaryKey column="population_dbxref_id" sequenceNumberInPK="1"/>
         <index name="population_dbxref_pkey" unique="true">
            <column ascending="true" name="population_dbxref_id"/>
         </index>
      </table>
      <table name="registry" numRows="2564" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('registry_registry_id_seq'::regclass)" digits="0" id="0" name="registry_id" nullable="false" remarks="" size="10" type="serial">
            <child column="registry_id" foreignKey="locus_registry_registry_id_fkey" implied="false" onDeleteCascade="false" table="locus_registry"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="symbol" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="description" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="origin" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="sp_person_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="updated_by" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="now()" digits="6" id="7" name="create_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="6" id="8" name="modified_date" nullable="true" remarks="" size="35" type="timestamptz"/>
         <column autoUpdated="false" digits="0" id="9" name="status" nullable="true" remarks="" size="32" type="varchar"/>
         <primaryKey column="registry_id" sequenceNumberInPK="1"/>
         <index name="registry_pkey" unique="true">
            <column ascending="true" name="registry_id"/>
         </index>
         <index name="symbol_name_key" unique="true">
            <column ascending="true" name="symbol"/>
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="tomato_il_bin" numRows="107" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('tomato_il_bin_il_bin_id_seq'::regclass)" digits="0" id="0" name="il_bin_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="chromosome" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="n_marker_n" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="n_marker_s" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="s_marker_n" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="s_marker_s" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="il_bin_id" sequenceNumberInPK="1"/>
         <index name="tomato_il_bin_pkey" unique="true">
            <column ascending="true" name="il_bin_id"/>
         </index>
      </table>
      <table name="tomato_term" numRows="0" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('tomato_term_tomato_term_id_seq'::regclass)" digits="0" id="0" name="tomato_term_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="1" name="tomato_term_name" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="tomato_term_type" nullable="false" remarks="" size="55" type="varchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="3" name="tomato_term_acc" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="is_obsolete" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="5" name="is_root" nullable="false" remarks="" size="19" type="int8"/>
         <primaryKey column="tomato_term_id" sequenceNumberInPK="1"/>
         <index name="tomato_term_pkey" unique="true">
            <column ascending="true" name="tomato_term_id"/>
         </index>
         <index name="tomato_term_acc_key" unique="true">
            <column ascending="true" name="tomato_term_acc"/>
         </index>
      </table>
      <table name="tomato_term2term" numRows="0" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('tomato_term2term_tomato_term2term_id_seq'::regclass)" digits="0" id="0" name="tomato_term2term_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="relationship_type_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="term1_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="3" name="term2_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="complete" nullable="false" remarks="" size="19" type="int8"/>
         <primaryKey column="tomato_term2term_id" sequenceNumberInPK="1"/>
         <index name="tomato_term2term_pkey" unique="true">
            <column ascending="true" name="tomato_term2term_id"/>
         </index>
         <index name="term1_id_key" unique="true">
            <column ascending="true" name="term1_id"/>
            <column ascending="true" name="term2_id"/>
            <column ascending="true" name="relationship_type_id"/>
         </index>
      </table>
      <table name="variant" numRows="0" remarks="" schema="phenome" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('variant_variant_id_seq'::regclass)" digits="0" id="0" name="variant_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="locus_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="locus_id" foreignKey="variant_locus_id_fkey" implied="false" onDeleteCascade="false" table="locus"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="variant_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="variant_gi" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="variant_notes" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="variant_id" sequenceNumberInPK="1"/>
         <index name="variant_pkey" unique="true">
            <column ascending="true" name="variant_id"/>
         </index>
         <index name="variant_gi_key" unique="true">
            <column ascending="true" name="variant_gi"/>
         </index>
      </table>
   </tables>
</database>
