<?xml version="1.0" encoding="UTF-8"?>
<database name="cxgn" schema="sgn_bt" type="PostgreSQL - 8.1.8">
   <tables>
      <table name="accession" numRows="62" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('accession_accession_id_seq'::regclass)" digits="0" id="0" name="accession_id" nullable="false" remarks="" size="10" type="serial">
            <child column="accession_id" foreignKey="accession_id_fk" implied="false" onDeleteCascade="false" table="accession_names"/>
            <child column="parent_1" foreignKey="map_parent_1_fkey" implied="false" onDeleteCascade="false" table="map"/>
            <child column="parent_2" foreignKey="map_parent_2_fkey" implied="false" onDeleteCascade="false" table="map"/>
            <child column="accession_id" foreignKey="accession_id_fk" implied="false" onDeleteCascade="false" table="pcr_exp_accession"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="organism_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="organism_id" foreignKey="organism_id_fk" implied="false" onDeleteCascade="false" table="organism"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="common_name" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="accession_name_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="accession_name_id" foreignKey="accession_name_id_fk" implied="false" onDeleteCascade="false" table="accession_names"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="accession_id" sequenceNumberInPK="1"/>
         <index name="accession_pkey" unique="true">
            <column ascending="true" name="accession_id"/>
         </index>
         <index name="unique_accession_name" unique="true">
            <column ascending="true" name="accession_name_id"/>
         </index>
      </table>
      <table name="accession_names" numRows="63" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('accession_names_accession_name_id_seq'::regclass)" digits="0" id="0" name="accession_name_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="accession_name_id" foreignKey="accession_name_id_fk" implied="false" onDeleteCascade="false" table="accession"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="accession_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="accession_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="accession_id" foreignKey="accession_id_fk" implied="false" onDeleteCascade="false" table="accession"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="accession_name_id" sequenceNumberInPK="1"/>
         <index name="accession_names_pkey" unique="true">
            <column ascending="true" name="accession_name_id"/>
         </index>
      </table>
      <table name="annotation_target_type" numRows="1" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('annotation_target_type_annotation_target_type_id_seq'::regclass)" digits="0" id="0" name="annotation_target_type_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="type_name" nullable="true" remarks="" size="25" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="type_description" nullable="true" remarks="" size="250" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="table_name" nullable="true" remarks="" size="250" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="index_field_name" nullable="true" remarks="" size="250" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="annotation_target_type_id" sequenceNumberInPK="1"/>
         <index name="annotation_target_type_pkey" unique="true">
            <column ascending="true" name="annotation_target_type_id"/>
         </index>
         <index name="type_name_idx" unique="false">
            <column ascending="true" name="type_name"/>
         </index>
      </table>
      <table name="authors" numRows="0" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('authors_author_id_seq'::regclass)" digits="0" id="0" name="author_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="institution" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="author_id" sequenceNumberInPK="1"/>
         <index name="authors_pkey" unique="true">
            <column ascending="true" name="author_id"/>
         </index>
      </table>
      <table name="blast_annotations" numRows="465313" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_annotations_blast_annotation_id_seq'::regclass)" digits="0" id="0" name="blast_annotation_id" nullable="false" remarks="" size="10" type="serial">
            <child column="blast_annotation_id" foreignKey="blast_hits_blast_annotation_id_fkey" implied="false" onDeleteCascade="false" table="blast_hits"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="apply_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="unigene_id" foreignKey="apply_id_fkey" implied="false" onDeleteCascade="false" table="unigene"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="apply_type" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="blast_target_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="n_hits" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="hits_stored" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="last_updated" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="host" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="pid" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="blast_annotation_id" sequenceNumberInPK="1"/>
         <index name="blast_annotations_pkey" unique="true">
            <column ascending="true" name="blast_annotation_id"/>
         </index>
         <index name="apply_id_idx" unique="false">
            <column ascending="true" name="apply_id"/>
         </index>
         <index name="blast_annotations_apply_id_blast_target_id_uq" unique="true">
            <column ascending="true" name="apply_id"/>
            <column ascending="true" name="blast_target_id"/>
         </index>
      </table>
      <table name="blast_db" numRows="34" remarks="This table holds metadata about the BLAST databases that we keep in stock." schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_db_blast_db_id_seq'::regclass)" digits="0" id="0" name="blast_db_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="file_base" nullable="false" remarks="the basename of the blast db files, relative to the root of the databases repository.  A blast DB is usually composed of 3 files, all with a given basename, and with the extensions .[pn]in, .[pn]sq, and .[pn]hr." size="120" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="title" nullable="false" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="type" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="source_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="lookup_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="'monthly'::character varying" digits="0" id="7" name="update_freq" nullable="false" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="info_url" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="index_seqs" nullable="false" remarks="corresponds to formatdb -o option.  Set true if formatdb should be given a '-o T'.  This is used only if you later want to fetch specific sequences out of this blast db." size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="10" name="blast_db_group_id" nullable="true" remarks="blast_db_group this belongs to, for displaying on web" size="10" type="int4">
            <parent column="blast_db_group_id" foreignKey="blast_db_blast_db_group_id_fkey" implied="false" onDeleteCascade="false" table="blast_db_group"/>
         </column>
         <column autoUpdated="false" defaultValue="true" digits="0" id="11" name="web_interface_visible" nullable="true" remarks="whether this blast DB is available for BLASTing via web interfaces" size="1" type="bool"/>
         <primaryKey column="blast_db_id" sequenceNumberInPK="1"/>
         <index name="blast_db_pkey" unique="true">
            <column ascending="true" name="blast_db_id"/>
         </index>
         <index name="blast_db_file_base_key" unique="true">
            <column ascending="true" name="file_base"/>
         </index>
      </table>
      <table name="blast_db_group" numRows="7" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_db_group_blast_db_group_id_seq'::regclass)" digits="0" id="0" name="blast_db_group_id" nullable="false" remarks="" size="10" type="serial">
            <child column="blast_db_group_id" foreignKey="blast_db_blast_db_group_id_fkey" implied="false" onDeleteCascade="false" table="blast_db"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="ordinal" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="blast_db_group_id" sequenceNumberInPK="1"/>
         <index name="blast_db_group_pkey" unique="true">
            <column ascending="true" name="blast_db_group_id"/>
         </index>
      </table>
      <table name="blast_defline" numRows="1080106" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_defline_defline_id_seq'::regclass)" digits="0" id="0" name="defline_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="blast_target_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="target_db_id" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="defline" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="defline_fulltext" nullable="true" remarks="" size="2147483647" type="tsvector"/>
         <column autoUpdated="false" digits="0" id="5" name="identifier_defline_fulltext" nullable="true" remarks="" size="2147483647" type="tsvector"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="defline_id" sequenceNumberInPK="1"/>
         <index name="blast_defline_pkey" unique="true">
            <column ascending="true" name="defline_id"/>
         </index>
         <index name="blast_defline_defline_fulltext_index" unique="false">
            <column ascending="true" name="defline_fulltext"/>
         </index>
         <index name="target_db_id_idx" unique="false">
            <column ascending="true" name="target_db_id"/>
         </index>
      </table>
      <table name="blast_hits" numRows="13781459" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_hits_blast_hit_id_seq'::regclass)" digits="0" id="0" name="blast_hit_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="blast_annotation_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="blast_annotation_id" foreignKey="blast_hits_blast_annotation_id_fkey" implied="false" onDeleteCascade="false" table="blast_annotations"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="target_db_id" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="17" id="3" name="evalue" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="4" name="score" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="5" name="identity_percentage" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="6" name="apply_start" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="apply_end" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="defline_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="blast_hit_id" sequenceNumberInPK="1"/>
         <index name="blast_hits_pkey" unique="true">
            <column ascending="true" name="blast_hit_id"/>
         </index>
         <index name="blast_annotation_id_idx" unique="false">
            <column ascending="true" name="blast_annotation_id"/>
         </index>
         <index name="defline_annotation_idx" unique="false">
            <column ascending="true" name="defline_id"/>
            <column ascending="true" name="blast_annotation_id"/>
         </index>
         <index name="defline_id_idx" unique="false">
            <column ascending="true" name="defline_id"/>
         </index>
         <index name="evalue_idx" unique="false">
            <column ascending="true" name="evalue"/>
         </index>
         <index name="score_idx" unique="false">
            <column ascending="true" name="score"/>
         </index>
      </table>
      <table name="blast_targets" numRows="3" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('blast_targets_blast_target_id_seq'::regclass)" digits="0" id="0" name="blast_target_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="blast_program" nullable="true" remarks="" size="7" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="db_name" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="db_path" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="local_copy_timestamp" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="blast_target_id" sequenceNumberInPK="1"/>
         <index name="blast_targets_pkey" unique="true">
            <column ascending="true" name="blast_target_id"/>
         </index>
      </table>
      <table name="cds" numRows="149978" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('cds_cds_id_seq'::regclass)" digits="0" id="0" name="cds_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="cds_id" foreignKey="domain_match_cds_id_fkey" implied="false" onDeleteCascade="false" table="domain_match"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="unigene_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="unigene_id" foreignKey="cds_unigene_id_fkey" implied="false" onDeleteCascade="false" table="unigene"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="seq_text" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="seq_edits" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="protein_seq" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="begin" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="forward_reverse" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="8" name="run_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="9" name="score" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="cds_id" sequenceNumberInPK="1"/>
         <index name="cds_pkey" unique="true">
            <column ascending="true" name="cds_id"/>
         </index>
         <index name="run_id_idx" unique="false">
            <column ascending="true" name="run_id"/>
         </index>
         <index name="unigene_id_idx" unique="false">
            <column ascending="true" name="unigene_id"/>
         </index>
      </table>
      <table name="clone" numRows="636581" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('clone_clone_id_seq'::regclass)" digits="0" id="0" name="clone_id" nullable="false" remarks="" size="10" type="serial">
            <child column="clone_id" foreignKey="clone_id_fk" implied="false" onDeleteCascade="false" table="ests_mapped_by_clone"/>
            <child column="clone_id" foreignKey="fish_result_clone_id_fkey" implied="false" onDeleteCascade="false" table="fish_result"/>
            <child column="clone_id" foreignKey="clone_id_fk" implied="false" onDeleteCascade="false" table="seqread"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="library_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="library_id" foreignKey="library_id_fk" implied="false" onDeleteCascade="false" table="library"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="clone_name" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="clone_group_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="clone_id" sequenceNumberInPK="1"/>
         <index name="clone_pkey" unique="true">
            <column ascending="true" name="clone_id"/>
         </index>
         <index name="clone_group_id_idx" unique="false">
            <column ascending="true" name="clone_group_id"/>
         </index>
         <index name="clone_name_idx" unique="false">
            <column ascending="true" name="clone_name"/>
         </index>
         <index name="clone_name_library_id_unique" unique="true">
            <column ascending="true" name="clone_name"/>
            <column ascending="true" name="library_id"/>
         </index>
         <index name="library_id_clone_name_key" unique="true">
            <column ascending="true" name="library_id"/>
            <column ascending="true" name="clone_name"/>
         </index>
         <index name="library_id_idx" unique="false">
            <column ascending="true" name="library_id"/>
         </index>
      </table>
      <table name="cloning_vector" numRows="6" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('cloning_vector_cloning_vector_id_seq'::regclass)" digits="0" id="0" name="cloning_vector_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="seq" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="cloning_vector_id" sequenceNumberInPK="1"/>
         <index name="cloning_vector_pkey" unique="true">
            <column ascending="true" name="cloning_vector_id"/>
         </index>
         <index name="cloning_vector_name_key" unique="true">
            <column ascending="true" name="name"/>
         </index>
      </table>
      <table name="common_name" numRows="12" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('common_name_common_name_id_seq'::regclass)" digits="0" id="0" name="common_name_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="common_name_id" foreignKey="common_name_id_fk" implied="false" onDeleteCascade="false" table="organism"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="common_name" nullable="false" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="common_name_id" sequenceNumberInPK="1"/>
         <index name="common_name_pkey" unique="true">
            <column ascending="true" name="common_name_id"/>
         </index>
         <index name="common_name_common_name_case_insensitive_unique" unique="true"/>
         <index name="common_name_unique" unique="true">
            <column ascending="true" name="common_name"/>
         </index>
      </table>
      <table name="cos_markers" numRows="1025" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('cos_markers_cos_marker_id_seq'::regclass)" digits="0" id="0" name="cos_marker_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="marker_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="est_read_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="3" name="cos_id" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="at_match" nullable="true" remarks="" size="25" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="bac_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="7" id="6" name="at_position" nullable="true" remarks="" size="11" type="numeric"/>
         <column autoUpdated="false" digits="0" id="7" name="best_gb_prot_hit" nullable="true" remarks="" size="25" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="at_evalue" nullable="true" remarks="" size="25" type="varchar"/>
         <column autoUpdated="false" digits="3" id="9" name="at_identities" nullable="true" remarks="" size="11" type="numeric"/>
         <column autoUpdated="false" digits="0" id="10" name="mips_cat" nullable="true" remarks="" size="11" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="comment" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="13" name="tomato_copy_number" nullable="true" remarks="" size="11" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="gbprot_evalue" nullable="true" remarks="" size="25" type="varchar"/>
         <column autoUpdated="false" digits="3" id="15" name="gbprot_identities" nullable="true" remarks="" size="11" type="numeric"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="16" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="cos_marker_id" sequenceNumberInPK="1"/>
         <index name="cos_markers_pkey" unique="true">
            <column ascending="true" name="cos_marker_id"/>
         </index>
         <index name="marker_id_idx" unique="false">
            <column ascending="true" name="marker_id"/>
            <column ascending="true" name="cos_id"/>
         </index>
      </table>
      <table name="cosii_ortholog" numRows="10668" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('cosii_ortholog_cosii_unigene_id_seq'::regclass)" digits="0" id="0" name="cosii_unigene_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="marker_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="unigene_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="copies" nullable="true" remarks="" size="1" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="database_name" nullable="true" remarks="" size="11" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="sequence_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="edited_sequence_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="peptide_sequence_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="8" name="introns" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="cosii_unigene_id" sequenceNumberInPK="1"/>
         <index name="cosii_ortholog_pkey" unique="true">
            <column ascending="true" name="cosii_unigene_id"/>
         </index>
         <index name="marker_id_idx2" unique="false">
            <column ascending="true" name="marker_id"/>
            <column ascending="true" name="unigene_id"/>
         </index>
      </table>
      <table name="deprecated_linkage_groups" numRows="151" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_linkage_groups_lg_id_seq'::regclass)" digits="0" id="0" name="lg_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="lg_id" foreignKey="lg_id_fk" implied="false" onDeleteCascade="false" table="deprecated_mapdata"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="map_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="map_id" foreignKey="map_id_fk" implied="false" onDeleteCascade="false" table="deprecated_maps"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lg_order" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="lg_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="lg_id" sequenceNumberInPK="1"/>
         <index name="linkage_groups_pkey" unique="true">
            <column ascending="true" name="lg_id"/>
         </index>
      </table>
      <table name="deprecated_map_cross" numRows="18" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_map_cross_map_cross_id_seq'::regclass)" digits="0" id="0" name="map_cross_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="map_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="map_id" foreignKey="map_id_fk" implied="false" onDeleteCascade="false" table="deprecated_maps"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="organism_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="organism_id" foreignKey="organism_id_fk" implied="false" onDeleteCascade="false" table="organism"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="map_cross_id" sequenceNumberInPK="1"/>
         <index name="map_cross_pkey" unique="true">
            <column ascending="true" name="map_cross_id"/>
         </index>
         <index name="map_id_idx" unique="false">
            <column ascending="true" name="map_id"/>
            <column ascending="true" name="organism_id"/>
         </index>
      </table>
      <table name="deprecated_mapdata" numRows="7750" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_mapdata_loc_id_seq'::regclass)" digits="0" id="0" name="loc_id" nullable="false" remarks="" size="10" type="serial">
            <child column="loc_id" foreignKey="loc_id_fk" implied="false" onDeleteCascade="false" table="deprecated_marker_locations"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="map_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="map_id" foreignKey="map_id_fk" implied="false" onDeleteCascade="false" table="deprecated_maps"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lg_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="lg_id" foreignKey="lg_id_fk" implied="false" onDeleteCascade="false" table="deprecated_linkage_groups"/>
         </column>
         <column autoUpdated="false" digits="5" id="3" name="offset" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="loc_type" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="5" name="loc_order" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="loc_id" sequenceNumberInPK="1"/>
         <index name="mapdata_pkey" unique="true">
            <column ascending="true" name="loc_id"/>
         </index>
         <index name="map_id_idx2" unique="false">
            <column ascending="true" name="map_id"/>
            <column ascending="true" name="lg_id"/>
         </index>
      </table>
      <table name="deprecated_maps" numRows="12" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_maps_map_id_seq'::regclass)" digits="0" id="0" name="map_id" nullable="false" remarks="" size="10" type="serial">
            <child column="map_id" foreignKey="map_id_fk" implied="false" onDeleteCascade="false" table="deprecated_linkage_groups"/>
            <child column="map_id" foreignKey="map_id_fk" implied="false" onDeleteCascade="false" table="deprecated_map_cross"/>
            <child column="map_id" foreignKey="map_id_fk" implied="false" onDeleteCascade="false" table="deprecated_mapdata"/>
            <child column="map_id" foreignKey="map_id_fkey" implied="false" onDeleteCascade="false" table="fish_result"/>
            <child column="map_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="map"/>
            <child column="old_map_id" foreignKey="temp_map_correspondence_old_map_id_fkey" implied="false" onDeleteCascade="false" table="temp_map_correspondence"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="legacy_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="short_name" nullable="false" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="3" name="long_name" nullable="false" remarks="" size="250" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="number_chromosomes" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="5" name="default_threshold" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="header" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="abstract" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="8" name="genetic_cross" nullable="true" remarks="" size="250" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="population_type" nullable="true" remarks="" size="250" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="population_size" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="11" name="seed_available" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="12" name="seed_url" nullable="true" remarks="" size="250" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="13" name="deprecated_by" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="14" name="map_type" nullable="true" remarks="" size="7" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="15" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="map_id" sequenceNumberInPK="1"/>
         <index name="maps_pkey" unique="true">
            <column ascending="true" name="map_id"/>
         </index>
         <index name="legacy_id_idx" unique="false">
            <column ascending="true" name="legacy_id"/>
         </index>
      </table>
      <table name="deprecated_marker_confidences" numRows="5" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_marker_confidences_confidence_id_seq'::regclass)" digits="0" id="0" name="confidence_id" nullable="false" remarks="" size="10" type="serial">
            <child column="default_threshold" foreignKey="map_version_default_threshold_fkey" implied="false" onDeleteCascade="false" table="map_version"/>
            <child column="confidence_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker_confidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="confidence_name" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="legacy_conf_id" nullable="true" remarks="" size="19" type="int8">
            <child column="confidence" foreignKey="confidence_fk" implied="false" onDeleteCascade="false" table="deprecated_marker_locations"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="confidence_id" sequenceNumberInPK="1"/>
         <index name="marker_confidences_pkey" unique="true">
            <column ascending="true" name="confidence_id"/>
         </index>
         <index name="confidence_name_idx" unique="false">
            <column ascending="true" name="confidence_name"/>
            <column ascending="true" name="legacy_conf_id"/>
         </index>
         <index name="legacy_conf_id_unique" unique="true">
            <column ascending="true" name="legacy_conf_id"/>
         </index>
      </table>
      <table name="deprecated_marker_locations" numRows="7724" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_marker_locations_marker_location_id_seq'::regclass)" digits="0" id="0" name="marker_location_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="marker_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="deprecated_markers"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="loc_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="loc_id" foreignKey="loc_id_fk" implied="false" onDeleteCascade="false" table="deprecated_mapdata"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="3" name="confidence" nullable="false" remarks="" size="19" type="int8">
            <parent column="legacy_conf_id" foreignKey="confidence_fk" implied="false" onDeleteCascade="false" table="deprecated_marker_confidences"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="order_in_loc" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="location_subscript" nullable="true" remarks="" size="2" type="bpchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="6" name="mapmaker_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="marker_location_id" sequenceNumberInPK="1"/>
         <index name="marker_locations_pkey" unique="true">
            <column ascending="true" name="marker_location_id"/>
         </index>
         <index name="marker_id_idx4" unique="false">
            <column ascending="true" name="marker_id"/>
            <column ascending="true" name="loc_id"/>
         </index>
      </table>
      <table name="deprecated_marker_types" numRows="16" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_marker_types_marker_type_id_seq'::regclass)" digits="0" id="0" name="marker_type_id" nullable="false" remarks="" size="10" type="serial">
            <child column="marker_type" foreignKey="marker_type_fk" implied="false" onDeleteCascade="false" table="deprecated_markers"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="type_name" nullable="true" remarks="" size="32" 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="marker_table" nullable="true" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="marker_type_id" sequenceNumberInPK="1"/>
         <index name="marker_types_pkey" unique="true">
            <column ascending="true" name="marker_type_id"/>
         </index>
         <index name="type_name_idx2" unique="false">
            <column ascending="true" name="type_name"/>
         </index>
      </table>
      <table name="deprecated_markers" numRows="7516" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_markers_marker_id_seq'::regclass)" digits="0" id="0" name="marker_id" nullable="false" remarks="" size="10" type="serial">
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="deprecated_marker_locations"/>
            <child column="marker_id" foreignKey="marker_derived_from_marker_id_fkey" implied="false" onDeleteCascade="false" table="marker_derived_from"/>
            <child column="old_marker_id" foreignKey="temp_marker_correspondence_old_marker_id_fkey" implied="false" onDeleteCascade="false" table="temp_marker_correspondence"/>
            <parent column="marker_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="marker_type" nullable="false" remarks="" size="19" type="int8">
            <parent column="marker_type_id" foreignKey="marker_type_fk" implied="false" onDeleteCascade="false" table="deprecated_marker_types"/>
         </column>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="marker_name" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="marker_id" sequenceNumberInPK="1"/>
         <index name="markers_pkey" unique="true">
            <column ascending="true" name="marker_id"/>
         </index>
         <index name="marker_type_idx" unique="false">
            <column ascending="true" name="marker_type"/>
            <column ascending="true" name="marker_name"/>
         </index>
      </table>
      <table name="derived_from_source" numRows="4" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('derived_from_source_derived_from_source_id_seq'::regclass)" digits="0" id="0" name="derived_from_source_id" nullable="false" remarks="" size="10" type="serial">
            <child column="derived_from_source_id" foreignKey="marker_derived_from_derived_from_source_id_fkey" implied="false" onDeleteCascade="false" table="marker_derived_from"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="source_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="source_schema" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="source_table" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="source_col" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="derived_from_source_id" sequenceNumberInPK="1"/>
         <index name="derived_from_source_pkey" unique="true">
            <column ascending="true" name="derived_from_source_id"/>
         </index>
         <index name="derived_from_source_source_schema_key" unique="true">
            <column ascending="true" name="source_schema"/>
            <column ascending="true" name="source_table"/>
            <column ascending="true" name="source_col"/>
         </index>
      </table>
      <table name="domain" numRows="20249" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('domain_domain_id_seq'::regclass)" digits="0" id="0" name="domain_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="domain_id" foreignKey="domain_match_domain_id_fkey" implied="false" onDeleteCascade="false" table="domain_match"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="method_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="domain_accession" nullable="true" remarks="" size="20" 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="interpro_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="description_fulltext" nullable="true" remarks="" size="2147483647" type="tsvector"/>
         <primaryKey column="domain_id" sequenceNumberInPK="1"/>
         <index name="domain_pkey" unique="true">
            <column ascending="true" name="domain_id"/>
         </index>
         <index name="interpro_id_idx" unique="false">
            <column ascending="true" name="interpro_id"/>
         </index>
         <index name="method_id_idx" unique="false">
            <column ascending="true" name="method_id"/>
         </index>
         <index name="sgn_domain_description_fulltext_index" unique="false">
            <column ascending="true" name="description_fulltext"/>
         </index>
      </table>
      <table name="domain_match" numRows="187752" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('domain_match_domain_match_id_seq'::regclass)" digits="0" id="0" name="domain_match_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="cds_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="cds_id" foreignKey="domain_match_cds_id_fkey" implied="false" onDeleteCascade="false" table="cds"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="unigene_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="domain_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="domain_id" foreignKey="domain_match_domain_id_fkey" implied="false" onDeleteCascade="false" table="domain"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="match_begin" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="match_end" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="6" name="e_value" nullable="true" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="hit_status" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="8" name="run_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="domain_match_id" sequenceNumberInPK="1"/>
         <index name="domain_match_pkey" unique="true">
            <column ascending="true" name="domain_match_id"/>
         </index>
         <index name="cds_id_idx" unique="false">
            <column ascending="true" name="cds_id"/>
         </index>
         <index name="domain_id_idx" unique="false">
            <column ascending="true" name="domain_id"/>
         </index>
         <index name="run_id_idx2" unique="false">
            <column ascending="true" name="run_id"/>
         </index>
         <index name="unigene_id_idx2" unique="false">
            <column ascending="true" name="unigene_id"/>
         </index>
      </table>
      <table name="enzyme_restriction_sites" numRows="8933" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="enzyme_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="restriction_site" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="true" defaultValue="nextval('enzyme_restriction_sites_enzyme_restriction_sites_id_seq'::regclass)" digits="0" id="2" name="enzyme_restriction_sites_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="enzyme_restriction_sites_id" sequenceNumberInPK="1"/>
         <index name="enzyme_restriction_sites_pkey" unique="true">
            <column ascending="true" name="enzyme_restriction_sites_id"/>
         </index>
      </table>
      <table name="enzymes" numRows="124" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('enzymes_enzyme_id_seq'::regclass)" digits="0" id="0" name="enzyme_id" nullable="false" remarks="" size="10" type="serial">
            <child column="enzyme_id" foreignKey="enzyme_id_fk" implied="false" onDeleteCascade="false" table="pcr_product"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="enzyme_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="enzyme_id" sequenceNumberInPK="1"/>
         <index name="enzymes_pkey" unique="true">
            <column ascending="true" name="enzyme_id"/>
         </index>
         <index name="enzyme_name_idx" unique="false">
            <column ascending="true" name="enzyme_name"/>
         </index>
         <index name="enzymes_enzyme_name_key" unique="true">
            <column ascending="true" name="enzyme_name"/>
         </index>
      </table>
      <table name="est" numRows="826514" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('est_est_id_seq'::regclass)" digits="0" id="0" name="est_id" nullable="false" remarks="" size="10" type="serial">
            <child column="est_id" foreignKey="est_id_fk" implied="false" onDeleteCascade="false" table="qc_report"/>
            <child column="est_id" foreignKey="est_id_fkey" implied="false" onDeleteCascade="false" table="unigene_member"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="read_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="read_id" foreignKey="read_id_fkey" implied="false" onDeleteCascade="false" table="seqread"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="version" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="basecaller" nullable="true" remarks="" size="40" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="seq" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="qscore" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="6" name="call_positions" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="status" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="8" name="flags" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="9" name="date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="10" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="11" name="genbank_submission_date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="12" name="genbank_confirmed" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="est_id" sequenceNumberInPK="1"/>
         <index name="est_pkey" unique="true">
            <column ascending="true" name="est_id"/>
         </index>
         <index name="flags_2_idx" unique="false">
            <column ascending="true" name="flags"/>
            <column ascending="true" name="status"/>
         </index>
         <index name="flags_idx" unique="false">
            <column ascending="true" name="flags"/>
         </index>
         <index name="read_id_idx" unique="false">
            <column ascending="true" name="read_id"/>
         </index>
         <index name="rsi_idx" unique="false">
            <column ascending="true" name="status"/>
            <column ascending="true" name="flags"/>
            <column ascending="true" name="est_id"/>
         </index>
         <index name="status_idx" unique="false">
            <column ascending="true" name="status"/>
         </index>
      </table>
      <table name="ests_mapped_by_clone" numRows="146" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('ests_mapped_by_clone_embc_id_seq'::regclass)" digits="0" id="0" name="embc_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="marker_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="clone_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="clone_id" foreignKey="clone_id_fk" implied="false" onDeleteCascade="false" table="clone"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="embc_id" sequenceNumberInPK="1"/>
         <index name="ests_mapped_by_clone_pkey" unique="true">
            <column ascending="true" name="embc_id"/>
         </index>
         <index name="marker_id_idx3" unique="false">
            <column ascending="true" name="marker_id"/>
            <column ascending="true" name="clone_id"/>
         </index>
      </table>
      <table name="experiment_type" numRows="4" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('experiment_type_experiment_type_id_seq'::regclass)" digits="0" id="0" name="experiment_type_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="experiment_type_id" foreignKey="experiment_type_id_fk" implied="false" onDeleteCascade="false" table="pcr_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="experiment_type_id" sequenceNumberInPK="1"/>
         <index name="experiment_type_pkey" unique="true">
            <column ascending="true" name="experiment_type_id"/>
         </index>
      </table>
      <table name="facility" numRows="27" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('facility_facility_id_seq'::regclass)" digits="0" id="0" name="facility_id" nullable="false" remarks="" size="10" type="serial">
            <child column="facility_id" foreignKey="facility_id_fk" implied="false" onDeleteCascade="false" table="seqread"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="submit_user_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="facility_moniker" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="facility_shortname" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="facility_name" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="facility_contact" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="facility_address" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="7" name="funding_agency" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="funding_comment" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="9" name="sequencing_primers" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="machine" nullable="true" remarks="" size="40" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="chemistry" nullable="true" remarks="" size="40" type="varchar"/>
         <column autoUpdated="false" digits="0" id="12" name="attribution_display" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="13" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="14" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="facility_id" sequenceNumberInPK="1"/>
         <index name="facility_pkey" unique="true">
            <column ascending="true" name="facility_id"/>
         </index>
         <index name="submit_user_id_idx" unique="false">
            <column ascending="true" name="submit_user_id"/>
         </index>
      </table>
      <table name="family" numRows="101359" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('family_family_id_seq'::regclass)" digits="0" id="0" name="family_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="family_id" foreignKey="family_tree_family_id_fkey" implied="false" onDeleteCascade="false" table="family_tree"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="family_build_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="family_annotation" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="tree_log_file_location" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="tree_file_location" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="tree_taxa_number" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="tree_overlap_length" nullable="true" remarks="" size="10" type="int4"/>
         <primaryKey column="family_id" sequenceNumberInPK="1"/>
         <index name="family_pkey" unique="true">
            <column ascending="true" name="family_id"/>
         </index>
         <index name="family_build_id_idx" unique="false">
            <column ascending="true" name="family_build_id"/>
         </index>
      </table>
      <table name="family_build" numRows="3" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('family_build_family_build_id_seq'::regclass)" digits="0" id="0" name="family_build_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="group_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="build_nr" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="17" id="3" name="i_value" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" defaultValue="('now'::text)::timestamp(6) with time zone" digits="6" id="4" name="build_date" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="family_build_id" sequenceNumberInPK="1"/>
         <index name="family_build_pkey" unique="true">
            <column ascending="true" name="family_build_id"/>
         </index>
         <index name="group_id_idx" unique="false">
            <column ascending="true" name="group_id"/>
         </index>
      </table>
      <table name="family_member" numRows="350727" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('family_member_family_member_id_seq'::regclass)" digits="0" id="0" name="family_member_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="cds_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="organism_group_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="family_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="database_name" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="sequence_name" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="alignment_seq" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="family_member_id" sequenceNumberInPK="1"/>
         <index name="family_member_pkey" unique="true">
            <column ascending="true" name="family_member_id"/>
         </index>
         <index name="cds_id_idx2" unique="false">
            <column ascending="true" name="cds_id"/>
         </index>
         <index name="family_id_idx" unique="false">
            <column ascending="true" name="family_id"/>
         </index>
         <index name="organism_group_id_idx" unique="false">
            <column ascending="true" name="organism_group_id"/>
         </index>
      </table>
      <table name="family_tree" numRows="6113" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('family_tree_family_tree_id_seq'::regclass)" digits="0" id="0" name="family_tree_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="family_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="family_id" foreignKey="family_tree_family_id_fkey" implied="false" onDeleteCascade="false" table="family"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="tree_nr" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="newick_cds" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="newick_unigene" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="family_tree_id" sequenceNumberInPK="1"/>
         <index name="family_tree_pkey" unique="true">
            <column ascending="true" name="family_tree_id"/>
         </index>
      </table>
      <table name="fish_chromatin_density_constants" numRows="2" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="false" defaultValue="'E'::character varying" digits="0" id="0" name="arm" nullable="false" remarks="" size="1" type="varchar"/>
         <column autoUpdated="false" digits="8" id="1" name="density" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="arm" sequenceNumberInPK="1"/>
         <index name="fish_chromatin_density_constants_pkey" unique="true">
            <column ascending="true" name="arm"/>
         </index>
      </table>
      <table name="fish_experimenter" numRows="1" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('fish_experimenter_fish_experimenter_id_seq'::regclass)" digits="0" id="0" name="fish_experimenter_id" nullable="false" remarks="" size="10" type="serial">
            <child column="fish_experimenter_id" foreignKey="fish_experimenter_id_fkey" implied="false" onDeleteCascade="false" table="fish_result"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="fish_experimenter_name" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="fish_experimenter_id" sequenceNumberInPK="1"/>
         <index name="fish_experimenter_pkey" unique="true">
            <column ascending="true" name="fish_experimenter_id"/>
         </index>
         <index name="fish_expermenter_name_uniq" unique="true">
            <column ascending="true" name="fish_experimenter_name"/>
         </index>
      </table>
      <table name="fish_file" numRows="3419" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('fish_file_fish_file_id_seq'::regclass)" digits="0" id="0" name="fish_file_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="filename" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="fish_result_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="fish_result_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_result_composite"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="fish_file_id" sequenceNumberInPK="1"/>
         <index name="fish_file_pkey" unique="true">
            <column ascending="true" name="fish_file_id"/>
         </index>
      </table>
      <table name="fish_image" numRows="216" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="false" defaultValue="0" digits="0" id="0" name="fish_image_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="filename" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="fish_result_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="fish_image_id" sequenceNumberInPK="1"/>
         <index name="fish_image_pkey" unique="true">
            <column ascending="true" name="fish_image_id"/>
         </index>
      </table>
      <table name="fish_karyotype_constants" numRows="24" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="fish_experimenter_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="chromo_num" nullable="false" remarks="" size="5" type="int2">
            <parent column="chromo_num" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_karyotype_constants_old"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="chromo_arm" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="2" id="3" name="arm_length" nullable="false" remarks="" size="5" type="numeric"/>
         <column autoUpdated="false" digits="2" id="4" name="arm_eu_length" nullable="false" remarks="" size="5" type="numeric"/>
         <column autoUpdated="false" digits="2" id="5" name="arm_het_length" nullable="false" remarks="" size="5" type="numeric"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="fish_experimenter_id" sequenceNumberInPK="1"/>
         <primaryKey column="chromo_num" sequenceNumberInPK="2"/>
         <primaryKey column="chromo_arm" sequenceNumberInPK="3"/>
         <index name="fish_karyotype_constants_pkey1" unique="true">
            <column ascending="true" name="fish_experimenter_id"/>
            <column ascending="true" name="chromo_num"/>
            <column ascending="true" name="chromo_arm"/>
         </index>
      </table>
      <table name="fish_karyotype_constants_old" numRows="12" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="0" name="chromo_num" nullable="false" remarks="" size="5" type="int2">
            <child column="chromo_num" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_karyotype_constants"/>
            <child column="chromo_num" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_result"/>
            <child column="chromo_num" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_result_composite"/>
         </column>
         <column autoUpdated="false" digits="8" id="1" name="chromo_length" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="2" name="chromo_arm_ratio" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="3" name="short_arm_length" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="4" name="short_arm_eu_length" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="5" name="short_arm_het_length" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="6" name="long_arm_length" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="7" name="long_arm_eu_length" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="8" name="long_arm_het_length" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="chromo_num" sequenceNumberInPK="1"/>
         <index name="fish_karyotype_constants_pkey" unique="true">
            <column ascending="true" name="chromo_num"/>
         </index>
      </table>
      <table name="fish_result" numRows="855" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('fish_result_fish_result_id_seq'::regclass)" digits="0" id="0" name="fish_result_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="map_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="map_id" foreignKey="map_id_fkey" implied="false" onDeleteCascade="false" table="deprecated_maps"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="fish_experimenter_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="fish_experimenter_id" foreignKey="fish_experimenter_id_fkey" implied="false" onDeleteCascade="false" table="fish_experimenter"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="experiment_name" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="clone_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="clone_id" foreignKey="fish_result_clone_id_fkey" implied="false" onDeleteCascade="false" table="clone"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="chromo_num" nullable="false" remarks="" size="5" type="int2">
            <parent column="chromo_num" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_karyotype_constants_old"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="chromo_arm" nullable="false" remarks="" size="1" type="varchar"/>
         <column autoUpdated="false" digits="8" id="7" name="percent_from_centromere" nullable="false" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="0" id="8" name="experiment_group" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="9" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="10" name="attribution_id" nullable="true" remarks="" size="19" type="int8"/>
         <primaryKey column="fish_result_id" sequenceNumberInPK="1"/>
         <index name="fish_result_pkey" unique="true">
            <column ascending="true" name="fish_result_id"/>
         </index>
         <index name="fish_result_fish_experimenter_clone_id_experiment_name" unique="true">
            <column ascending="true" name="fish_experimenter_id"/>
            <column ascending="true" name="clone_id"/>
            <column ascending="true" name="experiment_name"/>
         </index>
      </table>
      <table name="fish_result_composite" numRows="215" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="0" name="fish_result_id" nullable="false" remarks="" size="19" type="int8">
            <child column="fish_result_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_file"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="map_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="fish_experimenter_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="experiment_name" nullable="true" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="clone_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="5" name="chromo_num" nullable="false" remarks="" size="5" type="int2">
            <parent column="chromo_num" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fish_karyotype_constants_old"/>
         </column>
         <column autoUpdated="false" defaultValue="'P'::character varying" digits="0" id="6" name="chromo_arm" nullable="false" remarks="" size="1" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::real" digits="8" id="7" name="percent_from_centromere" nullable="false" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="0" id="8" name="het_or_eu" nullable="true" remarks="" size="1" type="varchar"/>
         <column autoUpdated="false" digits="8" id="9" name="um_from_centromere" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="10" name="um_from_arm_end" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="11" name="um_from_arm_border" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="12" name="mbp_from_arm_end" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="13" name="mbp_from_centromere" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="8" id="14" name="mbp_from_arm_border" nullable="true" remarks="" size="8" type="float4"/>
         <column autoUpdated="false" digits="0" id="15" name="experiment_group" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="16" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="fish_result_id" sequenceNumberInPK="1"/>
         <index name="fish_result_composite_pkey" unique="true">
            <column ascending="true" name="fish_result_id"/>
         </index>
      </table>
      <table name="forward_amplicon_sequence_information" numRows="20" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="organism_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="accession_id" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="plant_number" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="ending" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="forward_amplicon_sequence_markers" numRows="1473" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="marker_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="1" name="ending" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="true" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="go" numRows="2838" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('go_go_id_seq'::regclass)" digits="0" id="0" name="go_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="go_accession" nullable="true" remarks="" size="20" type="varchar">
            <child column="go_accession" foreignKey="interpro_go_go_accession_fkey" implied="false" onDeleteCascade="false" table="interpro_go"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="description_fulltext" nullable="true" remarks="" size="2147483647" type="tsvector"/>
         <primaryKey column="go_id" sequenceNumberInPK="1"/>
         <index name="go_pkey" unique="true">
            <column ascending="true" name="go_id"/>
         </index>
         <index name="go_accession_idx" unique="false">
            <column ascending="true" name="go_accession"/>
         </index>
         <index name="go_go_accession_key" unique="true">
            <column ascending="true" name="go_accession"/>
         </index>
         <index name="sgn_go_description_fulltext_index" unique="false">
            <column ascending="true" name="description_fulltext"/>
         </index>
      </table>
      <table name="group_linkage" numRows="1828161" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('group_linkage_group_linkage_id_seq'::regclass)" digits="0" id="0" name="group_linkage_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="group_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="member_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="member_type" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="member_value" nullable="true" remarks="" size="2147483647" type="bytea"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="group_linkage_id" sequenceNumberInPK="1"/>
         <index name="group_linkage_pkey" unique="true">
            <column ascending="true" name="group_linkage_id"/>
         </index>
         <index name="group_id_idx2" unique="false">
            <column ascending="true" name="group_id"/>
         </index>
         <index name="member_id_idx" unique="false">
            <column ascending="true" name="member_id"/>
         </index>
      </table>
      <table name="groups" numRows="34813" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('groups_group_id_seq'::regclass)" digits="0" id="0" name="group_id" nullable="false" remarks="" size="10" type="serial">
            <child column="organism_group_id" foreignKey="unigene_build_organism_group_id_fkey" implied="false" onDeleteCascade="false" table="unigene_build"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="type" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="comment" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="group_id" sequenceNumberInPK="1"/>
         <index name="groups_pkey" unique="true">
            <column ascending="true" name="group_id"/>
         </index>
      </table>
      <table name="id_linkage" numRows="907042" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('id_linkage_id_linkage_id_seq'::regclass)" digits="0" id="0" name="id_linkage_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="link_id" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="link_id_type" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="internal_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="internal_id_type" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="id_linkage_id" sequenceNumberInPK="1"/>
         <index name="id_linkage_pkey" unique="true">
            <column ascending="true" name="id_linkage_id"/>
         </index>
         <index name="internal_id_idx" unique="false">
            <column ascending="true" name="internal_id"/>
         </index>
         <index name="link_id_idx" unique="false">
            <column ascending="true" name="link_id"/>
         </index>
      </table>
      <table name="interpro" numRows="13261" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('interpro_interpro_id_seq'::regclass)" digits="0" id="0" name="interpro_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="interpro_accession" nullable="true" remarks="" size="20" type="varchar">
            <child column="interpro_accession" foreignKey="interpro_go_interpro_accession_fkey" implied="false" onDeleteCascade="false" table="interpro_go"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="description_fulltext" nullable="true" remarks="" size="2147483647" type="tsvector"/>
         <primaryKey column="interpro_id" sequenceNumberInPK="1"/>
         <index name="interpro_pkey" unique="true">
            <column ascending="true" name="interpro_id"/>
         </index>
         <index name="interpro_accession_idx" unique="false">
            <column ascending="true" name="interpro_accession"/>
         </index>
         <index name="interpro_interpro_accession_key" unique="true">
            <column ascending="true" name="interpro_accession"/>
         </index>
         <index name="sgn_interpro_description_fulltext_index" unique="false">
            <column ascending="true" name="description_fulltext"/>
         </index>
      </table>
      <table name="interpro_go" numRows="17839" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('interpro_go_interpro_go_id_seq'::regclass)" digits="0" id="0" name="interpro_go_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="interpro_accession" nullable="true" remarks="" size="20" type="varchar">
            <parent column="interpro_accession" foreignKey="interpro_go_interpro_accession_fkey" implied="false" onDeleteCascade="false" table="interpro"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="go_accession" nullable="true" remarks="" size="20" type="varchar">
            <parent column="go_accession" foreignKey="interpro_go_go_accession_fkey" implied="false" onDeleteCascade="false" table="go"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="interpro_go_id" sequenceNumberInPK="1"/>
         <index name="interpro_go_pkey" unique="true">
            <column ascending="true" name="interpro_go_id"/>
         </index>
         <index name="go_accession_idx2" unique="false">
            <column ascending="true" name="go_accession"/>
         </index>
         <index name="interpro_accession_idx2" unique="false">
            <column ascending="true" name="interpro_accession"/>
         </index>
      </table>
      <table name="library" numRows="127" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('library_library_id_seq'::regclass)" digits="0" id="0" name="library_id" nullable="false" remarks="" size="10" type="serial">
            <child column="library_id" foreignKey="library_id_fk" implied="false" onDeleteCascade="false" table="clone"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="type" nullable="true" remarks="" size="19" type="int8">
            <parent column="type_id" foreignKey="type_fkey" implied="false" onDeleteCascade="false" table="types"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="submit_user_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="library_name" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="library_shortname" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="authors" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="organism_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="cultivar" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="accession" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="9" name="tissue" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="10" name="development_stage" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="11" name="treatment_conditions" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="12" name="cloning_host" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="13" name="vector" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="14" name="rs1" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" digits="0" id="15" name="rs2" nullable="true" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" digits="0" id="16" name="cloning_kit" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="0" id="17" name="comments" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="18" name="contact_information" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="19" name="order_routing_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="20" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="21" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="22" name="forward_adapter" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <column autoUpdated="false" digits="0" id="23" name="reverse_adapter" nullable="true" remarks="" size="2147483647" type="varchar"/>
         <primaryKey column="library_id" sequenceNumberInPK="1"/>
         <index name="library_pkey" unique="true">
            <column ascending="true" name="library_id"/>
         </index>
         <index name="library_shortname_idx" unique="true">
            <column ascending="true" name="library_shortname"/>
         </index>
         <index name="organism_id_idx" unique="false">
            <column ascending="true" name="organism_id"/>
         </index>
         <index name="submit_user_id_idx2" unique="false">
            <column ascending="true" name="submit_user_id"/>
         </index>
      </table>
      <table name="linkage_group" numRows="263" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('linkage_group_lg_id_seq'::regclass)" digits="0" id="0" name="lg_id" nullable="false" remarks="" size="10" type="serial">
            <child column="lg_id" foreignKey="marker_location_lg_id_fkey" implied="false" onDeleteCascade="false" table="marker_location"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="map_version_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="map_version_id" foreignKey="linkage_group_map_version_id_fkey" implied="false" onDeleteCascade="false" table="map_version"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="lg_order" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="lg_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="5" name="north_location_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="location_id" foreignKey="linkage_group_north_location_id_fkey" implied="false" onDeleteCascade="false" table="marker_location"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="south_location_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="location_id" foreignKey="linkage_group_south_location_id_fkey" implied="false" onDeleteCascade="false" table="marker_location"/>
         </column>
         <primaryKey column="lg_id" sequenceNumberInPK="1"/>
         <index name="linkage_group_pkey" unique="true">
            <column ascending="true" name="lg_id"/>
         </index>
         <index name="linkage_group_map_version_id_key" unique="true">
            <column ascending="true" name="map_version_id"/>
            <column ascending="true" name="lg_order"/>
         </index>
         <index name="linkage_group_map_version_id_key1" unique="true">
            <column ascending="true" name="map_version_id"/>
            <column ascending="true" name="lg_name"/>
         </index>
      </table>
      <table name="loc_types" numRows="2" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('loc_types_loc_type_id_seq'::regclass)" digits="0" id="0" name="loc_type_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="1" name="type_code" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="type_name" nullable="false" remarks="" size="12" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="loc_type_id" sequenceNumberInPK="1"/>
         <index name="loc_types_pkey" unique="true">
            <column ascending="true" name="loc_type_id"/>
         </index>
         <index name="type_code_idx" unique="false">
            <column ascending="true" name="type_code"/>
         </index>
      </table>
      <table name="manual_annotations" numRows="6833" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('manual_annotations_manual_annotations_id_seq'::regclass)" digits="0" id="0" name="manual_annotations_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="annotation_target_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="annotation_target_type_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="annotation_text" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="author_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="date_entered" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="6" name="last_modified" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="7" name="annotation_text_fulltext" nullable="true" remarks="" size="2147483647" type="tsvector"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="manual_annotations_id" sequenceNumberInPK="1"/>
         <index name="manual_annotations_pkey" unique="true">
            <column ascending="true" name="manual_annotations_id"/>
         </index>
         <index name="annotation_target_id_idx" unique="false">
            <column ascending="true" name="annotation_target_id"/>
            <column ascending="true" name="annotation_target_type_id"/>
         </index>
         <index name="manual_annotations_annotation_text_fulltext_index" unique="false">
            <column ascending="true" name="annotation_text_fulltext"/>
         </index>
      </table>
      <table name="manual_censor_reasons" numRows="1" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('manual_censor_reasons_censor_id_seq'::regclass)" digits="0" id="0" name="censor_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="reason" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="censor_id" sequenceNumberInPK="1"/>
         <index name="manual_censor_reasons_pkey" unique="true">
            <column ascending="true" name="censor_id"/>
         </index>
      </table>
      <table name="map" numRows="14" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('map_map_id_seq'::regclass)" digits="0" id="0" name="map_id" nullable="false" remarks="" size="10" type="serial">
            <child column="map_id" foreignKey="map_version_map_id_fkey" implied="false" onDeleteCascade="false" table="map_version"/>
            <child column="map_id" foreignKey="map_id_fk" implied="false" onDeleteCascade="false" table="pcr_experiment"/>
            <parent column="map_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="deprecated_maps"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="short_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="long_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="abstract" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="map_type" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="5" name="parent_1" nullable="true" remarks="" size="10" type="int4">
            <parent column="accession_id" foreignKey="map_parent_1_fkey" implied="false" onDeleteCascade="false" table="accession"/>
         </column>
         <column autoUpdated="false" digits="0" id="6" name="parent_2" nullable="true" remarks="" size="10" type="int4">
            <parent column="accession_id" foreignKey="map_parent_2_fkey" implied="false" onDeleteCascade="false" table="accession"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="'cM'::text" digits="0" id="8" name="units" nullable="true" remarks="" size="2147483647" type="text"/>
         <primaryKey column="map_id" sequenceNumberInPK="1"/>
         <index name="map_pkey" unique="true">
            <column ascending="true" name="map_id"/>
         </index>
      </table>
      <table name="map_version" numRows="20" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('map_version_map_version_id_seq'::regclass)" digits="0" id="0" name="map_version_id" nullable="false" remarks="" size="10" type="serial">
            <child column="map_version_id" foreignKey="linkage_group_map_version_id_fkey" implied="false" onDeleteCascade="false" table="linkage_group"/>
            <child column="map_version_id" foreignKey="marker_location_map_version_id_fkey" implied="false" onDeleteCascade="false" table="marker_location"/>
            <child column="map_version_id" foreignKey="temp_map_correspondence_map_version_id_fkey" implied="false" onDeleteCascade="false" table="temp_map_correspondence"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="map_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="map_id" foreignKey="map_version_map_id_fkey" implied="false" onDeleteCascade="false" table="map"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="date_loaded" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="3" name="current_version" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="4" name="default_threshold" nullable="true" remarks="" size="10" type="int4">
            <parent column="confidence_id" foreignKey="map_version_default_threshold_fkey" implied="false" onDeleteCascade="false" table="deprecated_marker_confidences"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="6" name="has_il" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" digits="0" id="7" name="has_physical" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="map_version_id" sequenceNumberInPK="1"/>
         <index name="map_version_pkey" unique="true">
            <column ascending="true" name="map_version_id"/>
         </index>
      </table>
      <table name="mapmarkers_view" numRows="0" remarks="" schema="sgn_bt" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="marker_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="marker_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="type_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="map_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="short_name" nullable="true" remarks="" size="50" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="lg_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="lg_name" nullable="true" remarks="" size="255" type="varchar"/>
         <column autoUpdated="false" digits="5" id="7" name="offset" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="8" name="confidence" nullable="true" remarks="" size="19" type="int8"/>
      </table>
      <table name="marker" numRows="7223" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_marker_id_seq'::regclass)" digits="0" id="0" name="marker_id" nullable="false" remarks="" size="10" type="serial">
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="cos_markers"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="cosii_ortholog"/>
            <child column="marker_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="deprecated_markers"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="ests_mapped_by_clone"/>
            <child column="marker_id" foreignKey="marker_alias_marker_id_fkey" implied="false" onDeleteCascade="false" table="marker_alias"/>
            <child column="marker_id" foreignKey="marker_collectible_marker_id_fkey" implied="false" onDeleteCascade="false" table="marker_collectible"/>
            <child column="marker_id" foreignKey="marker_experiment_marker_id_fkey" implied="false" onDeleteCascade="false" table="marker_experiment"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="p_markers"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="pcr_experiment"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="primer_unigene_match"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="rflp_markers"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="ssr"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="ssr_repeats"/>
            <child column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="tm_markers"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="dummy_field" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="marker_id" sequenceNumberInPK="1"/>
         <index name="marker_pkey" unique="true">
            <column ascending="true" name="marker_id"/>
         </index>
      </table>
      <table name="marker_alias" numRows="7224" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_alias_alias_id_seq'::regclass)" digits="0" id="0" name="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="marker_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="marker_id" foreignKey="marker_alias_marker_id_fkey" implied="false" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" defaultValue="true" digits="0" id="3" name="preferred" nullable="true" remarks="" size="1" type="bool"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="alias_id" sequenceNumberInPK="1"/>
         <index name="marker_alias_pkey" unique="true">
            <column ascending="true" name="alias_id"/>
         </index>
         <index name="marker_alias_alias_key" unique="true">
            <column ascending="true" name="alias"/>
         </index>
      </table>
      <table name="marker_collectible" numRows="3968" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_collectible_marker_collectible_dummy_id_seq'::regclass)" digits="0" id="0" name="marker_collectible_dummy_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="marker_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="marker_id" foreignKey="marker_collectible_marker_id_fkey" implied="false" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="mc_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="mc_id" foreignKey="marker_collectible_mc_id_fkey" implied="false" onDeleteCascade="false" table="marker_collection"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="marker_collectible_dummy_id" sequenceNumberInPK="1"/>
         <index name="marker_collectible_pkey" unique="true">
            <column ascending="true" name="marker_collectible_dummy_id"/>
         </index>
         <index name="marker_collectible_marker_id_key" unique="true">
            <column ascending="true" name="marker_id"/>
            <column ascending="true" name="mc_id"/>
         </index>
      </table>
      <table name="marker_collection" numRows="3" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_collection_mc_id_seq'::regclass)" digits="0" id="0" name="mc_id" nullable="false" remarks="" size="10" type="serial">
            <child column="mc_id" foreignKey="marker_collectible_mc_id_fkey" implied="false" onDeleteCascade="false" table="marker_collectible"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="mc_name" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="mc_description" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="mc_id" sequenceNumberInPK="1"/>
         <index name="marker_collection_pkey" unique="true">
            <column ascending="true" name="mc_id"/>
         </index>
         <index name="marker_collection_mc_name_key" unique="true">
            <column ascending="true" name="mc_name"/>
         </index>
      </table>
      <table name="marker_confidence" numRows="5" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_confidence_confidence_id_seq'::regclass)" digits="0" id="0" name="confidence_id" nullable="false" remarks="" size="10" type="serial">
            <child column="confidence_id" foreignKey="marker_location_confidence_id_fkey" implied="false" onDeleteCascade="false" table="marker_location"/>
            <parent column="confidence_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="deprecated_marker_confidences"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="confidence_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="2" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="confidence_id" sequenceNumberInPK="1"/>
         <index name="marker_confidence_pkey" unique="true">
            <column ascending="true" name="confidence_id"/>
         </index>
         <index name="marker_confidence_confidence_name_key" unique="true">
            <column ascending="true" name="confidence_name"/>
         </index>
      </table>
      <table name="marker_derived_from" numRows="763" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_derived_from_marker_derived_dummy_id_seq'::regclass)" digits="0" id="0" name="marker_derived_dummy_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="marker_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="marker_id" foreignKey="marker_derived_from_marker_id_fkey" implied="false" onDeleteCascade="false" table="deprecated_markers"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="derived_from_source_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="derived_from_source_id" foreignKey="marker_derived_from_derived_from_source_id_fkey" implied="false" onDeleteCascade="false" table="derived_from_source"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="id_in_source" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="marker_derived_dummy_id" sequenceNumberInPK="1"/>
         <index name="marker_derived_from_pkey" unique="true">
            <column ascending="true" name="marker_derived_dummy_id"/>
         </index>
      </table>
      <table name="marker_experiment" numRows="21099" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_experiment_marker_experiment_id_seq'::regclass)" digits="0" id="0" name="marker_experiment_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="marker_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="marker_id" foreignKey="marker_experiment_marker_id_fkey" implied="false" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="pcr_experiment_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="pcr_experiment_id" foreignKey="marker_experiment_pcr_experiment_id_fkey" implied="false" onDeleteCascade="false" table="pcr_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="3" name="rflp_experiment_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="rflp_id" foreignKey="marker_experiment_rflp_experiment_id_fkey" implied="false" onDeleteCascade="false" table="rflp_markers"/>
         </column>
         <column autoUpdated="false" digits="0" id="4" name="location_id" nullable="true" remarks="" size="10" type="int4">
            <parent column="location_id" foreignKey="marker_experiment_location_id_fkey" implied="false" onDeleteCascade="false" table="marker_location"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="protocol" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="marker_experiment_id" sequenceNumberInPK="1"/>
         <index name="marker_experiment_pkey" unique="true">
            <column ascending="true" name="marker_experiment_id"/>
         </index>
         <index name="marker_experiment_pcr_experiment_id_key" unique="true">
            <column ascending="true" name="pcr_experiment_id"/>
            <column ascending="true" name="rflp_experiment_id"/>
            <column ascending="true" name="location_id"/>
         </index>
      </table>
      <table name="marker_location" numRows="15221" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('marker_location_location_id_seq'::regclass)" digits="0" id="0" name="location_id" nullable="false" remarks="" size="10" type="serial">
            <child column="north_location_id" foreignKey="linkage_group_north_location_id_fkey" implied="false" onDeleteCascade="false" table="linkage_group"/>
            <child column="south_location_id" foreignKey="linkage_group_south_location_id_fkey" implied="false" onDeleteCascade="false" table="linkage_group"/>
            <child column="location_id" foreignKey="marker_experiment_location_id_fkey" implied="false" onDeleteCascade="false" table="marker_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="lg_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="lg_id" foreignKey="marker_location_lg_id_fkey" implied="false" onDeleteCascade="false" table="linkage_group"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="map_version_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="map_version_id" foreignKey="marker_location_map_version_id_fkey" implied="false" onDeleteCascade="false" table="map_version"/>
         </column>
         <column autoUpdated="false" digits="5" id="3" name="position" nullable="false" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="4" name="confidence_id" nullable="false" remarks="" size="10" type="int4">
            <parent column="confidence_id" foreignKey="marker_location_confidence_id_fkey" implied="false" onDeleteCascade="false" table="marker_confidence"/>
         </column>
         <column autoUpdated="false" digits="0" id="5" name="subscript" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="6" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="location_id" sequenceNumberInPK="1"/>
         <index name="marker_location_pkey" unique="true">
            <column ascending="true" name="location_id"/>
         </index>
      </table>
      <table name="marker_to_map" numRows="0" remarks="" schema="sgn_bt" type="VIEW">
         <column autoUpdated="false" digits="0" id="0" name="marker_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="1" name="protocol" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="2" name="location_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="lg_name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="4" name="lg_order" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="5" id="5" name="position" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" digits="0" id="6" name="confidence_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="7" name="subscript" nullable="true" remarks="" size="1" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="8" name="map_version_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="9" name="map_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="10" name="parent_1" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="11" name="parent_2" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="12" name="current_version" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="microarray" numRows="13440" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('microarray_microarray_id_seq'::regclass)" digits="0" id="0" name="microarray_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="chip_name" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="release" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="version" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="spot_id" nullable="true" remarks="" size="20" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="content_specific_tag" nullable="true" remarks="" size="40" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="clone_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="7" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="microarray_id" sequenceNumberInPK="1"/>
         <index name="microarray_pkey" unique="true">
            <column ascending="true" name="microarray_id"/>
         </index>
         <index name="clone_id_idx" unique="false">
            <column ascending="true" name="clone_id"/>
         </index>
         <index name="content_specific_tag_idx" unique="false">
            <column ascending="true" name="content_specific_tag"/>
         </index>
         <index name="spot_id_idx" unique="false">
            <column ascending="true" name="spot_id"/>
         </index>
      </table>
      <table name="misc" numRows="0" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('misc_misc_unique_id_seq'::regclass)" digits="0" id="0" name="misc_unique_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="misc_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="2" name="name" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" digits="0" id="3" name="value" nullable="true" remarks="" size="2147483647" type="bytea"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="misc_unique_id" sequenceNumberInPK="1"/>
         <index name="misc_pkey" unique="true">
            <column ascending="true" name="misc_unique_id"/>
         </index>
         <index name="misc_id_idx" unique="false">
            <column ascending="true" name="misc_id"/>
         </index>
      </table>
      <table name="organism" numRows="41" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('organism_organism_id_seq'::regclass)" digits="0" id="0" name="organism_id" nullable="false" remarks="" size="10" type="serial">
            <child column="organism_id" foreignKey="organism_id_fk" implied="false" onDeleteCascade="false" table="accession"/>
            <child column="organism_id" foreignKey="organism_id_fk" implied="false" onDeleteCascade="false" table="deprecated_map_cross"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="organism_name" nullable="true" remarks="" size="80" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="common_name_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="common_name_id" foreignKey="common_name_id_fk" implied="false" onDeleteCascade="false" table="common_name"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="organism_id" sequenceNumberInPK="1"/>
         <index name="organism_pkey" unique="true">
            <column ascending="true" name="organism_id"/>
         </index>
         <index name="unique_organism_name" unique="true">
            <column ascending="true" name="organism_name"/>
         </index>
      </table>
      <table name="p_markers" numRows="32" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('p_markers_pid_seq'::regclass)" digits="0" id="0" name="pid" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="marker_id" nullable="false" remarks="" size="19" type="int8">
            <parent column="marker_id" foreignKey="marker_id_fk" implied="false" onDeleteCascade="false" table="marker"/>
         </column>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="est_clone_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="p_mrkr_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="pid" sequenceNumberInPK="1"/>
         <index name="p_markers_pkey" unique="true">
            <column ascending="true" name="pid"/>
         </index>
         <index name="marker_id_idx5" unique="false">
            <column ascending="true" name="marker_id"/>
            <column ascending="true" name="est_clone_id"/>
            <column ascending="true" name="p_mrkr_name"/>
         </index>
      </table>
      <table name="pcr_exp_accession" numRows="7450" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pcr_exp_accession_pcr_exp_accession_id_seq'::regclass)" digits="0" id="0" name="pcr_exp_accession_id" nullable="false" remarks="" size="19" type="bigserial">
            <child column="pcr_exp_accession_id" foreignKey="pcr_exp_accession_id_fk" implied="false" onDeleteCascade="false" table="pcr_product"/>
         </column>
         <column autoUpdated="false" digits="0" id="1" name="pcr_experiment_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="pcr_experiment_id" foreignKey="pcr_experiment_id_fk" implied="false" onDeleteCascade="false" table="pcr_experiment"/>
         </column>
         <column autoUpdated="false" digits="0" id="2" name="accession_id" nullable="true" remarks="" size="19" type="int8">
            <parent column="accession_id" foreignKey="accession_id_fk" implied="false" onDeleteCascade="false" table="accession"/>
         </column>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="pcr_exp_accession_id" sequenceNumberInPK="1"/>
         <index name="pcr_exp_accession_pkey" unique="true">
            <column ascending="true" name="pcr_exp_accession_id"/>
         </index>
         <index name="pcr_experiment_id_idx" unique="false">
            <column ascending="true" name="pcr_experiment_id"/>
         </index>
      </table>
      <table name="pcr_experiment" numRows="6776" remarks="" schema="sgn_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('pcr_experiment_pcr_experiment_id_seq'::regclass)" digits="0" id="0" name="pcr_e