tbl_ecocodes

41996 rows


Description

Associates ecological classifications with specific taxa.

Columns

Column Type Size Nulls Auto Children Parents Comments
ecocode_id int4 10

Primary key (automatically incremented).

date_updated timestamptz 35,6
ecocode_definition_id int4 10
tbl_ecocode_definitions.ecocode_definition_id fk_ecocodes_ecocodedef_id R

Specifies the ecocode definition this ecocode belongs to.

taxon_id int4 10
tbl_taxa_tree_master.taxon_id fk_ecocodes_taxon_id R

Specifies the taxonomic unit related to this record.

Indexes

Constraint Name Type Sort Column(s)
tbl_ecocodes_pkey Primary key Asc ecocode_id
idx_ecocodes_ecocode_definition_id Performance Asc ecocode_definition_id
idx_ecocodes_taxon_id Performance Asc taxon_id

Relationships