ecolgroups

45292 rows


Description

Taxa are assigned to Sets of Ecological Groups. A taxon may be assigned to more than one Set of Ecological Groups, representing different schemes for organizing taxa.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
taxonid int4 10 null
taxa.taxonid fk_ecolgroups_taxa C

Taxon identification number. Field links to the Taxa table.

ecolsetid int4 10 null
ecolsettypes.ecolsetid fk_ecolgroups_ecolsettypes C

Ecological Set identification number. Field links to the EcolSetTypes table.

ecolgroupid varchar 4 null
ecolgrouptypes.ecolgroupid fk_ecolgroups_ecolgrouptypes C

A four-letter Ecological Group identification code. Field links to the EcolGroupTypes table.

recdatecreated timestamp 22 timezone('UTC'::text, now())
recdatemodified timestamp 22 null

Indexes

Constraint Name Type Sort Column(s)
ecolgroups_pkey Primary key Asc/Asc taxonid + ecolsetid
ecolgroups_unique Must be unique Asc/Asc/Asc taxonid + ecolsetid + ecolgroupid
ix_ecolgroupid_ecolgroups Performance Asc ecolgroupid
ix_ecolsetid_ecolgroups Performance Asc ecolsetid
ix_taxonid_ecolgroups Performance Asc taxonid

Relationships