tbl_analysis_taxon_counts

0 rows


Description

Storage for analysis values that represents a taxon counts.

Columns

Column Type Size Nulls Auto Children Parents Comments
analysis_taxon_count_id int4 10

Primary key (automatically incremented).

analysis_value_id int8 19
tbl_analysis_values.analysis_value_id tbl_analysis_taxon_counts_analysis_value_id_fkey R

Identifies the specific analysis value associated with this data.

taxon_id int4 10
tbl_taxa_tree_master.taxon_id tbl_analysis_taxon_counts_taxon_id_fkey R

Specifies the taxonomic unit related to this record.

value numeric(20,10) 20,10

The count of specified taxon.

Indexes

Constraint Name Type Sort Column(s)
tbl_analysis_taxon_counts_pkey Primary key Asc analysis_taxon_count_id

Relationships