crn_amsID

37 rows


Description

Is lookup table for CRN compilations, i.e., CRN denudation and ExpAge. This table stores information about Acceleration Mass Spectrometer (AMS) facilities.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AMSID smallserial 5 nextval('crn_amsid_seq'::regclass)
crn_al_DataCore.ALAMSID <--AMSID_from_crn_amsID_fkey R
crn_be_DataCore.BEAMSID <--AMSID_from_crn_amsID_fkey R
AMS text 2147483647 null
AMSORG text 2147483647 null
AMSURL 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)
crn_amsID_pkey Primary key Asc AMSID

Relationships