fos_TaxRank6_speciesID

328 rows


Description

Is FosSahul lookup table for most updated vertebrata species name (= SPECIES)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
SPECIESID smallserial 5 nextval('tax06_speciesid_seq'::regclass)
fos_DataCore.SPECIESID <--SPECIESID_from_fos_TaxRank6_fkey R
SPECIES text 2147483647 null
CREATED_AT timestamptz 35,6 timezone('UTC'::text, now())

Is record timestamp with timezone based on UTC

UPDATED_AT timestamptz 35,6 timezone('UTC'::text, now())

Is timestamp of record update with timezone based on UTC

Indexes

Constraint Name Type Sort Column(s)
FOS_TaxRank6_speciesID_pkey Primary key Asc SPECIESID
fos_taxrank6_speciesid_SPECIES_ukey Must be unique Asc SPECIES

Relationships