cabah_unittypeID

16 rows


Description

Is lookup table for compilations that involve collection units, i.e., SahulCHAR. This table, according to Neotoma’s IPPD template, stores collection unit types.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
UNITTYPEID serial 10 nextval('"cabah_unittypeID_UNITTYPEID_seq"'::regclass)
global_UnitMaster.UNITTYPEID <--UNITTYPEID_from_cabah_unittypeID_fkey R
UNITTYPE text 2147483647 null
UNITTDESCR 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_unittypeID_pkey Primary key Asc UNITTYPEID
cabah_unittypeID_UNITTYPE_key Must be unique Asc UNITTYPE

Relationships