<?xml version="1.0" encoding="UTF-8"?>
<database name="cxgn" schema="physical_bt" type="PostgreSQL - 8.1.8">
   <tables>
      <table name="ba_plausibility" numRows="5221" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('ba_plausibility_bap_id_seq'::regclass)" digits="0" id="0" name="bap_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="bac_assoc_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="map_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="3" name="plausible" nullable="false" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="bap_id" sequenceNumberInPK="1"/>
         <index name="ba_plausibility_pkey" unique="true">
            <column ascending="true" name="bap_id"/>
         </index>
         <index name="bap_bac_assoc_id_idx_idx" unique="false">
            <column ascending="true" name="bac_assoc_id"/>
         </index>
      </table>
      <table name="bac_associations" numRows="397028" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('bac_associations_bac_assoc_id_seq'::regclass)" digits="0" id="0" name="bac_assoc_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="bac_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="bac_contig_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="3" name="plausible" nullable="false" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="bac_assoc_id" sequenceNumberInPK="1"/>
         <index name="bac_associations_pkey" unique="true">
            <column ascending="true" name="bac_assoc_id"/>
         </index>
         <index name="bac_id_idx" unique="false">
            <column ascending="true" name="bac_id"/>
            <column ascending="true" name="bac_contig_id"/>
            <column ascending="true" name="plausible"/>
         </index>
      </table>
      <table name="bac_consensus_sequences" numRows="0" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('bac_consensus_sequences_consensus_seq_id_seq'::regclass)" digits="0" id="0" name="consensus_seq_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="fasta_sequence" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="bac_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="3" name="tracefile" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="consensus_seq_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="5" name="length" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="includes_sp6_end" nullable="true" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="7" name="includes_t7_end" nullable="true" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="8" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="consensus_seq_id" sequenceNumberInPK="1"/>
         <index name="bac_consensus_sequences_pkey" unique="true">
            <column ascending="true" name="consensus_seq_id"/>
         </index>
         <index name="bac_id_idx2" unique="false">
            <column ascending="true" name="bac_id"/>
            <column ascending="true" name="consensus_seq_name"/>
            <column ascending="true" name="length"/>
            <column ascending="true" name="includes_sp6_end"/>
            <column ascending="true" name="includes_t7_end"/>
         </index>
      </table>
      <table name="bac_contigs" numRows="44343" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('bac_contigs_bac_contig_id_seq'::regclass)" digits="0" id="0" name="bac_contig_id" nullable="false" remarks="" size="10" type="serial">
            <child column="bac_contig_id_left" foreignKey="fpc_data_bac_contig_id_left_fkey" implied="false" onDeleteCascade="false" table="fpc_data"/>
            <child column="bac_contig_id_right" foreignKey="fpc_data_bac_contig_id_right_fkey" implied="false" onDeleteCascade="false" table="fpc_data"/>
         </column>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="1" name="contig_name" nullable="false" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="fpc_version" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="bac_contig_id" sequenceNumberInPK="1"/>
         <index name="bac_contigs_pkey" unique="true">
            <column ascending="true" name="bac_contig_id"/>
         </index>
         <index name="contig_name_idx" unique="false">
            <column ascending="true" name="contig_name"/>
            <column ascending="true" name="fpc_version"/>
         </index>
      </table>
      <table name="bac_end_sequences" numRows="0" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('bac_end_sequences_end_seq_id_seq'::regclass)" digits="0" id="0" name="end_seq_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="1" name="end_id" nullable="false" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="2" name="fasta_sequence" nullable="false" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="3" name="tracefile" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="length" nullable="false" 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"/>
         <primaryKey column="end_seq_id" sequenceNumberInPK="1"/>
         <index name="bac_end_sequences_pkey" unique="true">
            <column ascending="true" name="end_seq_id"/>
         </index>
         <index name="end_id_idx" unique="false">
            <column ascending="true" name="end_id"/>
            <column ascending="true" name="length"/>
         </index>
      </table>
      <table name="bac_marker_matches" numRows="4837" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="0" name="bac_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="1" name="arizona_clone_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="cornell_clone_name" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="estimated_length" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="4" name="contig_name" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="5" name="number_of_markers" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="6" name="number_of_contigs" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="7" name="marker_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="8" name="marker_name" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="9" name="confidence" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="5" id="10" name="offset" nullable="true" remarks="" size="8" type="numeric"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="11" name="lg_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="bacs" numRows="129024" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('bacs_bac_id_seq'::regclass)" digits="0" id="0" name="bac_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="1" name="cornell_clone_name" nullable="false" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="arizona_clone_name" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="3" name="species_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="sp6_end_seq_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="t7_end_seq_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="genbank_accession" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="7" name="bad_clone" nullable="false" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="8" name="estimated_length" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="9" name="library_id" 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="bac_id" sequenceNumberInPK="1"/>
         <index name="bacs_pkey" unique="true">
            <column ascending="true" name="bac_id"/>
         </index>
         <index name="bacs_arizona_clone_name_key" unique="true">
            <column ascending="true" name="arizona_clone_name"/>
         </index>
         <index name="cornell_clone_name_idx" unique="false">
            <column ascending="true" name="cornell_clone_name"/>
            <column ascending="true" name="arizona_clone_name"/>
            <column ascending="true" name="species_id"/>
            <column ascending="true" name="genbank_accession"/>
            <column ascending="true" name="bad_clone"/>
            <column ascending="true" name="estimated_length"/>
         </index>
      </table>
      <table name="computational_associations" numRows="5145" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('computational_associations_computational_assoc_id_seq'::regclass)" digits="0" id="0" name="computational_assoc_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"/>
         <column autoUpdated="false" digits="0" id="2" name="clone_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="17" id="3" name="e_value" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="4" name="q_start" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="q_end" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="6" name="s_start" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="7" name="s_end" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="17" id="8" name="identity" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="9" name="score" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="10" name="parameters" nullable="true" remarks="" size="2147483647" type="text"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="11" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="computational_assoc_id" sequenceNumberInPK="1"/>
         <index name="computational_associations_pkey" unique="true">
            <column ascending="true" name="computational_assoc_id"/>
         </index>
      </table>
      <table name="contig_sizes" numRows="7155" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('contig_sizes_contig_size_id_seq'::regclass)" digits="0" id="0" name="contig_size_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="bac_contig_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="17" id="2" name="contig_size" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="contig_size_id" sequenceNumberInPK="1"/>
         <index name="contig_sizes_pkey" unique="true">
            <column ascending="true" name="contig_size_id"/>
         </index>
      </table>
      <table name="deprecated_probes" numRows="0" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('deprecated_probes_dp_id_seq'::regclass)" digits="0" id="0" name="dp_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="overgo_version" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="overgo_probe_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="dp_id" sequenceNumberInPK="1"/>
         <index name="deprecated_probes_pkey" unique="true">
            <column ascending="true" name="dp_id"/>
         </index>
         <index name="overgo_version_idx" unique="false">
            <column ascending="true" name="overgo_version"/>
            <column ascending="true" name="overgo_probe_id"/>
         </index>
      </table>
      <table name="fpc_data" numRows="88396" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('fpc_data_fpc_datum_id_seq'::regclass)" digits="0" id="0" name="fpc_datum_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="bac_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="bac_name" nullable="false" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="gel_number" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="map_ctg_left" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="0" id="5" name="map_ctg_right" nullable="true" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" digits="17" id="6" name="map_ends_left" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="17" id="7" name="map_ends_right" nullable="true" remarks="" size="17" type="float8"/>
         <column autoUpdated="false" digits="0" id="8" name="creation_date" nullable="true" remarks="" size="13" type="date"/>
         <column autoUpdated="false" digits="0" id="9" name="modification_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="bac_contig_id_left" nullable="true" remarks="" size="10" type="int4">
            <parent column="bac_contig_id" foreignKey="fpc_data_bac_contig_id_left_fkey" implied="false" onDeleteCascade="false" table="bac_contigs"/>
         </column>
         <column autoUpdated="false" digits="0" id="12" name="bac_contig_id_right" nullable="true" remarks="" size="10" type="int4">
            <parent column="bac_contig_id" foreignKey="fpc_data_bac_contig_id_right_fkey" implied="false" onDeleteCascade="false" table="bac_contigs"/>
         </column>
         <primaryKey column="fpc_datum_id" sequenceNumberInPK="1"/>
         <index name="fpc_data_pkey" unique="true">
            <column ascending="true" name="fpc_datum_id"/>
         </index>
         <index name="bac_id_idx3" unique="false">
            <column ascending="true" name="bac_id"/>
            <column ascending="true" name="bac_name"/>
            <column ascending="true" name="gel_number"/>
            <column ascending="true" name="creation_date"/>
            <column ascending="true" name="modification_date"/>
         </index>
      </table>
      <table name="fpc_version" numRows="7" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('fpc_version_fpc_version_seq'::regclass)" digits="0" id="0" name="fpc_version" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="('now'::text)::date" digits="0" id="1" name="updated_on" nullable="false" remarks="" size="13" type="date"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="updated_by" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="fpcfile" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="4" name="current" nullable="true" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="5" name="comments" nullable="true" 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="fpc_version" sequenceNumberInPK="1"/>
         <index name="fpc_version_pkey" unique="true">
            <column ascending="true" name="fpc_version"/>
         </index>
         <index name="updated_by_idx" unique="false">
            <column ascending="true" name="updated_by"/>
            <column ascending="true" name="current"/>
         </index>
      </table>
      <table name="manual_associations" numRows="674" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('manual_associations_manual_assoc_id_seq'::regclass)" digits="0" id="0" name="manual_assoc_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"/>
         <column autoUpdated="false" digits="0" id="2" name="clone_id" nullable="false" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="3" name="pubmed_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="4" name="sp_person_id" nullable="true" remarks="" size="10" type="int4"/>
         <column autoUpdated="false" digits="0" id="5" name="comment" nullable="true" 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="manual_assoc_id" sequenceNumberInPK="1"/>
         <index name="manual_associations_pkey" unique="true">
            <column ascending="true" name="manual_assoc_id"/>
         </index>
      </table>
      <table name="oa_plausibility" numRows="5006" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('oa_plausibility_oap_id_seq'::regclass)" digits="0" id="0" name="oap_id" nullable="false" remarks="" size="19" type="bigserial"/>
         <column autoUpdated="false" digits="0" id="1" name="overgo_assoc_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="map_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="3" name="plausible" nullable="false" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="oap_id" sequenceNumberInPK="1"/>
         <index name="oa_plausibility_pkey" unique="true">
            <column ascending="true" name="oap_id"/>
         </index>
         <index name="oap_overgo_assoc_id_idx_idx" unique="false">
            <column ascending="true" name="overgo_assoc_id"/>
         </index>
      </table>
      <table name="overgo_associations" numRows="7972" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('overgo_associations_overgo_assoc_id_seq'::regclass)" digits="0" id="0" name="overgo_assoc_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="overgo_version" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="overgo_probe_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="bac_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="4" name="plausible" nullable="false" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="5" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="overgo_assoc_id" sequenceNumberInPK="1"/>
         <index name="overgo_associations_pkey" unique="true">
            <column ascending="true" name="overgo_assoc_id"/>
         </index>
         <index name="bac_id_idx4" unique="false">
            <column ascending="true" name="bac_id"/>
         </index>
         <index name="overgo_version_idx2" unique="false">
            <column ascending="true" name="overgo_version"/>
            <column ascending="true" name="overgo_probe_id"/>
            <column ascending="true" name="bac_id"/>
            <column ascending="true" name="plausible"/>
         </index>
      </table>
      <table name="overgo_plates" numRows="16" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('overgo_plates_plate_id_seq'::regclass)" digits="0" id="0" name="plate_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="plate_number" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="row_max" nullable="false" remarks="" size="4" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="3" name="col_max" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="plate_size" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="5" name="empty_wells" 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="plate_id" sequenceNumberInPK="1"/>
         <index name="overgo_plates_pkey" unique="true">
            <column ascending="true" name="plate_id"/>
         </index>
         <index name="plate_number_idx" unique="false">
            <column ascending="true" name="plate_number"/>
         </index>
      </table>
      <table name="overgo_results" numRows="42256" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('overgo_results_result_id_seq'::regclass)" digits="0" id="0" name="result_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="overgo_plate_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="overgo_pool" nullable="true" remarks="" size="2" type="bpchar"/>
         <column autoUpdated="false" digits="0" id="3" name="bac_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="result_id" sequenceNumberInPK="1"/>
         <index name="overgo_results_pkey" unique="true">
            <column ascending="true" name="result_id"/>
         </index>
         <index name="overgo_plate_id_idx" unique="false">
            <column ascending="true" name="overgo_plate_id"/>
            <column ascending="true" name="bac_id"/>
            <column ascending="true" name="overgo_pool"/>
         </index>
      </table>
      <table name="overgo_version" numRows="1" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('overgo_version_overgo_version_seq'::regclass)" digits="0" id="0" name="overgo_version" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="('now'::text)::timestamp(6) with time zone" digits="6" id="1" name="updated_on" nullable="false" remarks="" size="29" type="timestamp"/>
         <column autoUpdated="false" digits="0" id="2" name="updated_by" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="current" nullable="true" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="4" name="comments" 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="overgo_version" sequenceNumberInPK="1"/>
         <index name="overgo_version_pkey" unique="true">
            <column ascending="true" name="overgo_version"/>
         </index>
         <index name="updated_by_idx2" unique="false">
            <column ascending="true" name="updated_by"/>
            <column ascending="true" name="current"/>
         </index>
      </table>
      <table name="plausible_bacs_in_all_contigs" numRows="2772" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="0" name="overgo_assoc_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="1" name="overgo_version" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="overgo_probe_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="bac_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="4" name="overgo_plausible" nullable="false" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="5" name="overgo_map" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="6" name="bac_assoc_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="7" name="bac_contig_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="8" name="contig_name" nullable="false" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="9" name="fpc_version" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::smallint" digits="0" id="10" name="bac_plausible" nullable="true" remarks="" size="5" type="int2"/>
         <column autoUpdated="false" digits="0" id="11" name="bac_map" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="12" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
      </table>
      <table name="probe_markers" numRows="1536" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('probe_markers_overgo_probe_id_seq'::regclass)" digits="0" id="0" name="overgo_probe_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="overgo_plate_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="overgo_plate_row" nullable="true" remarks="" size="4" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="overgo_plate_col" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="marker_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="overgo_seq_a" nullable="true" remarks="" size="30" type="varchar"/>
         <column autoUpdated="false" digits="0" id="6" name="overgo_seq_b" nullable="true" remarks="" size="30" type="varchar"/>
         <column autoUpdated="false" digits="0" id="7" name="overgo_seq_ab" nullable="true" remarks="" size="30" type="varchar"/>
         <column autoUpdated="false" digits="0" id="8" name="marker_seq" 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="overgo_probe_id" sequenceNumberInPK="1"/>
         <index name="probe_markers_pkey" unique="true">
            <column ascending="true" name="overgo_probe_id"/>
         </index>
         <index name="overgo_plate_id_idx2" unique="false">
            <column ascending="true" name="overgo_plate_id"/>
            <column ascending="true" name="overgo_plate_row"/>
            <column ascending="true" name="overgo_plate_col"/>
            <column ascending="true" name="marker_id"/>
         </index>
      </table>
      <table name="species" numRows="1" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('species_species_id_seq'::regclass)" digits="0" id="0" name="species_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="short_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="long_name" nullable="true" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="species_id" sequenceNumberInPK="1"/>
         <index name="species_pkey" unique="true">
            <column ascending="true" name="species_id"/>
         </index>
         <index name="short_name_idx" unique="false">
            <column ascending="true" name="short_name"/>
         </index>
      </table>
      <table name="tentative_association_conflict_groups" numRows="7235" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('tentative_association_conflict_groups_tacg_id_seq'::regclass)" digits="0" id="0" name="tacg_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="conflict_group_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="tentative_assoc_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="tacg_id" sequenceNumberInPK="1"/>
         <index name="tentative_association_conflict_groups_pkey" unique="true">
            <column ascending="true" name="tacg_id"/>
         </index>
         <index name="conflict_group_id_idx" unique="false">
            <column ascending="true" name="conflict_group_id"/>
            <column ascending="true" name="tentative_assoc_id"/>
         </index>
      </table>
      <table name="tentative_overgo_associations" numRows="7235" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('tentative_overgo_associations_tentative_assoc_id_seq'::regclass)" digits="0" id="0" name="tentative_assoc_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="overgo_version" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="2" name="overgo_probe_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="bac_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="4" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="tentative_assoc_id" sequenceNumberInPK="1"/>
         <index name="tentative_overgo_associations_pkey" unique="true">
            <column ascending="true" name="tentative_assoc_id"/>
         </index>
         <index name="overgo_version_idx3" unique="false">
            <column ascending="true" name="overgo_version"/>
            <column ascending="true" name="overgo_probe_id"/>
            <column ascending="true" name="bac_id"/>
         </index>
      </table>
      <table name="users" numRows="3" remarks="" schema="physical_bt" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('users_user_id_seq'::regclass)" digits="0" id="0" name="user_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="1" name="full_name" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="2" name="net_id" nullable="false" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" defaultValue="false" digits="0" id="3" name="cxgn_production_visible" nullable="true" remarks="" size="1" type="bool"/>
         <primaryKey column="user_id" sequenceNumberInPK="1"/>
         <index name="users_pkey" unique="true">
            <column ascending="true" name="user_id"/>
         </index>
         <index name="net_id_idx" unique="false">
            <column ascending="true" name="net_id"/>
         </index>
      </table>
   </tables>
</database>
