osl_typeID

8 rows


Description

Is OSL table lookup (SahulSed/ OSL collections, SahulArch/ OSL collection) for the published OSL type used to determine equivalent dose (= OSL_TYPE)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
OSL_TYPEID smallserial 5 nextval('osl_typeid_seq'::regclass)
arch_osl_DataCore.OSL_TYPEID <--OSL_TYPEID_from_osl_typeID_fkey R
sed-osl_DataCore.OSL_TYPEID <--OSL_TYPEID_from_osl_typeID_fkey R
OSL_TYPE text 2147483647 null
OSL_TYPEAB 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)
osl_typeID_pkey Primary key Asc OSL_TYPEID
osl_typeid_OSL_TYPE_ukey Must be unique Asc OSL_TYPE
osl_typeid_OSL_TYPEAB_ukey Must be unique Asc OSL_TYPEAB

Relationships