neo_variablecontexts

88 rows


Description

Is a Neotoma lookup lookup table of Variable Contexts (i.e., depositional contexts). This table is referenced by the ippd_variables table. (https://neotoma-manual.readthedocs.io/en/latest/tables_taxa.html#variablecontexts)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
VARCONTXID int4 10 null
ippd_variables.VARCONTXID <--VARCONTXID_from_neo_variablecontexts_fkey R

Is the original Neotoma variablecontextid

VARCONTEXT 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)
neo_variablecontexts_pkey Primary key Asc VARCONTXID

Relationships