cabah_flowtypeID

6 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 flow type descriptors for water bodies.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
FLOWTYPEID serial 10 nextval('"cabah_flowtypeID_FLOWTYPEID_seq"'::regclass)
global_SiteMaster.FLOWTYPEID <--FLOWTYPEID_from_cabah_flowtypeID_fkey R
FLOWTYPE varchar 7 null
FLOWTYPDCR 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_flowtypeID_pkey Primary key Asc FLOWTYPEID
cabah_flowtypeID_FLOWTYPE_key Must be unique Asc FLOWTYPE

Relationships