<?xml version="1.0" encoding="UTF-8"?>
<database name="cxgn" schema="pheno_population" type="PostgreSQL - 8.1.11">
   <tables>
      <table name="data_points" numRows="37720" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('data_points_dp_id_seq'::regclass)" digits="0" id="0" name="dp_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="1" name="sample_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="prop_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="source_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="image_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="value" nullable="true" remarks="" size="128" type="varchar"/>
         <primaryKey column="dp_id" sequenceNumberInPK="1"/>
         <index name="data_points_pkey" unique="true">
            <column ascending="true" name="dp_id"/>
         </index>
         <index name="image_id_idx" unique="false">
            <column ascending="true" name="image_id"/>
         </index>
         <index name="prop_id_idx" unique="false">
            <column ascending="true" name="prop_id"/>
         </index>
         <index name="sample_id_idx" unique="false">
            <column ascending="true" name="sample_id"/>
         </index>
         <index name="source_id_idx" unique="false">
            <column ascending="true" name="source_id"/>
         </index>
      </table>
      <table name="genotypes" numRows="88" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('genotypes_gen_id_seq'::regclass)" digits="0" id="0" name="gen_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="gen_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="pop_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="annotation" nullable="true" remarks="" size="128" type="varchar"/>
         <primaryKey column="gen_id" sequenceNumberInPK="1"/>
         <index name="genotypes_pkey" unique="true">
            <column ascending="true" name="gen_id"/>
         </index>
         <index name="pop_id_idx" unique="false">
            <column ascending="true" name="pop_id"/>
         </index>
      </table>
      <table name="images" numRows="2572" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('images_image_id_seq'::regclass)" digits="0" id="0" name="image_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="filepath" nullable="true" remarks="" size="128" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="sample_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="source_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="annotation" nullable="true" remarks="" size="128" type="varchar"/>
         <primaryKey column="image_id" sequenceNumberInPK="1"/>
         <index name="images_pkey" unique="true">
            <column ascending="true" name="image_id"/>
         </index>
         <index name="sample_id_idx2" unique="false">
            <column ascending="true" name="sample_id"/>
         </index>
         <index name="source_id_idx2" unique="false">
            <column ascending="true" name="source_id"/>
         </index>
      </table>
      <table name="locations" numRows="4" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('locations_loc_id_seq'::regclass)" digits="0" id="0" name="loc_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="institution" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="environment" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="year" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="4" name="annotation" nullable="true" remarks="" size="128" type="varchar"/>
         <primaryKey column="loc_id" sequenceNumberInPK="1"/>
         <index name="locations_pkey" unique="true">
            <column ascending="true" name="loc_id"/>
         </index>
      </table>
      <table name="organs" numRows="4" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('organs_organ_id_seq'::regclass)" digits="0" id="0" name="organ_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="1" name="organ_name" nullable="false" remarks="" size="32" type="varchar"/>
         <primaryKey column="organ_id" sequenceNumberInPK="1"/>
         <index name="organs_pkey" unique="true">
            <column ascending="true" name="organ_id"/>
         </index>
      </table>
      <table name="plants" numRows="307" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('plants_plant_id_seq'::regclass)" digits="0" id="0" name="plant_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="plant_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="gen_id" nullable="true" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="3" name="loc_id" nullable="true" remarks="" size="19" type="int8"/>
         <primaryKey column="plant_id" sequenceNumberInPK="1"/>
         <index name="plants_pkey" unique="true">
            <column ascending="true" name="plant_id"/>
         </index>
         <index name="gen_id_idx" unique="false">
            <column ascending="true" name="gen_id"/>
         </index>
         <index name="loc_id_idx" unique="false">
            <column ascending="true" name="loc_id"/>
         </index>
      </table>
      <table name="populations" numRows="1" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('populations_pop_id_seq'::regclass)" digits="0" id="0" name="pop_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="pedigree" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="annotation" nullable="true" remarks="" size="128" type="varchar"/>
         <primaryKey column="pop_id" sequenceNumberInPK="1"/>
         <index name="populations_pkey" unique="true">
            <column ascending="true" name="pop_id"/>
         </index>
      </table>
      <table name="properties" numRows="51" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('properties_prop_id_seq'::regclass)" digits="0" id="0" name="prop_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="1" name="prop_name" nullable="false" remarks="" size="64" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="2" name="organ_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="''::character varying" digits="0" id="3" name="unit_name" nullable="false" remarks="" size="16" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="unit_precision" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="annotation" nullable="true" remarks="" size="200" type="varchar"/>
         <primaryKey column="prop_id" sequenceNumberInPK="1"/>
         <index name="properties_pkey" unique="true">
            <column ascending="true" name="prop_id"/>
         </index>
         <index name="organ_id_idx" unique="false">
            <column ascending="true" name="organ_id"/>
         </index>
      </table>
      <table name="samples" numRows="3757" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('samples_sample_id_seq'::regclass)" digits="0" id="0" name="sample_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="sample_name" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="sample_group" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="3" name="organ_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" defaultValue="(0)::bigint" digits="0" id="4" name="plant_id" nullable="false" remarks="" size="19" type="int8"/>
         <column autoUpdated="false" digits="0" id="5" name="annotation" nullable="true" remarks="" size="128" type="varchar"/>
         <primaryKey column="sample_id" sequenceNumberInPK="1"/>
         <index name="samples_pkey" unique="true">
            <column ascending="true" name="sample_id"/>
         </index>
         <index name="organ_id_idx2" unique="false">
            <column ascending="true" name="organ_id"/>
         </index>
         <index name="plant_id_idx" unique="false">
            <column ascending="true" name="plant_id"/>
         </index>
      </table>
      <table name="sources" numRows="7" remarks="" schema="pheno_population" type="TABLE">
         <column autoUpdated="true" defaultValue="nextval('sources_source_id_seq'::regclass)" digits="0" id="0" name="source_id" nullable="false" remarks="" size="10" type="serial"/>
         <column autoUpdated="false" digits="0" id="1" name="author" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="location" nullable="true" remarks="" size="32" type="varchar"/>
         <column autoUpdated="false" digits="0" id="3" name="source_date" nullable="true" remarks="" size="32" type="varchar"/>
         <primaryKey column="source_id" sequenceNumberInPK="1"/>
         <index name="sources_pkey" unique="true">
            <column ascending="true" name="source_id"/>
         </index>
      </table>
   </tables>
</database>
