fos_TaxRank3_ordrID

57 rows


Description

Is FosSahul lookup table for most updated vertebrata order name (= ORDR)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ORDRID smallserial 5 nextval('tax03_ordrid_seq'::regclass)
fos_DataCore.ORDRID <--ORDRID_from_fos_TaxRank3_fkey R
ORDR 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_TaxRank3_ordrID_pkey Primary key Asc ORDRID
fos_taxrank3_ordrid_ORDR_ukey Must be unique Asc ORDR

Relationships