cabah_catchmentsizeID

4 rows


Description

Is lookup table for charcoal-related compilations, i.e., SahulCHAR. This table, according to the Global Paleofire Database (https://www.paleofire.org/) template, stores arbitrary catchment area classes (catchment = area contributing to a certain basin).

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CATCHSZEID serial 10 nextval('"cabah_catchmentsizeID_CATCHSZEID_seq"'::regclass)
global_SiteMaster.CATCHSZEID <--CATCHSZEID_from_cabah_catchmentsizeID_fkey R
CATCHSIZE varchar 3 null
CATCHMAREA 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)
cabah_catchmentsizeID_pkey Primary key Asc CATCHSZEID
cabah_catchmentsizeID_CATCHMSIZE_key Must be unique Asc CATCHSIZE

Relationships