global_biomeID

75 rows


Description

The global_biomeID table stores iconic biome types that allow for a coarse characterisation/classifications of sampled sites amongst Earth’s major biogeographic units.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
BIOMEID serial 10 nextval('"global_biomeID_seq"'::regclass)
global_biomeID.PARENTID global_biomeid_fk R
global_SiteMaster.BIOMEID <--BIOMEID_from_global_biomeID_fkey R
BIOMETYPE text 2147483647 null
PARENTID int2 5 null
global_biomeID.BIOMEID global_biomeid_fk R
BIOMEDESCR 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)
global_biomeID_pkey Primary key Asc BIOMEID
global_biomeID_BIOMETYPE_ukey Must be unique Asc BIOMETYPE

Relationships