global_dbDOI

30 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
VERID serial 10 nextval('"global_dbDOI_VERID_seq"'::regclass)
arch_c14_DataCore.VERID <--VERID_from_global_dbDOI_fkey R
arch_osl_DataCore.VERID <--VERID_from_global_dbDOI_fkey R
arch_tl_DataCore.VERID <--VERID_from_global_dbDOI_fkey R
crn_al_DataCore.VERID <--VERID_from_global_dbDOI_fkey R
crn_be_DataCore.VERID <--VERID_from_global_dbDOI_fkey R
expage_DataCore.VERID <--VERID_from_global_dbDOI_fkey R
fos_DataCore.VERID VERID_from_global_dbDOI_fkey R
global_dbDOI.OBSOLETES OBSOLETES_selfref_fkey R
global_dbDOI.OBSOLTD_BY OBSOLTD_BY_selfref_fkey R
sed-osl_DataCore.VERID <--VERID_from_global_dbDOI_fkey R
sed-tl_DataCore.VERID <--VERID_from_global_dbDOI_fkey R

A unique identifier (auto-incrementing serial integer)

COLLDOI varchar 256 NULL::character varying

Unique identifier (Digital Object Identifier)

COLLDESCR text 2147483647 null

Concise (sub)Collection description

COLLCOMMT text 2147483647 null

(sub)Collection comment

DBYEAR int2 5 null

Publication year of database version

INIT_DBVER varchar 10 null

Database version of first sub(Collection) deployment

RUN_DBVER varchar 10 null

Current database version sub(Collection) deployment

COLLVER varchar 10 null

(sub)Collection version

OBSOLETES int2 5 null
global_dbDOI.VERID OBSOLETES_selfref_fkey R

(sub)Collection version obsoleted by “COLLVER”

OBSOLTD_BY int2 5 null
global_dbDOI.VERID OBSOLTD_BY_selfref_fkey R

(sub)Collection version obsoleting “COLLVER”

DEPLOYDATE varchar 10 null

Date of deployment

COLLNAME varchar 64 null

(sub)Collection name (if applicable)

COLL_LEAD varchar 128 null

(sub)Collection lead

REFDOI text 2147483647 null

Digital Object Identifier of accompanying publication (if applicable)

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)
global_dbDOI_pkey Primary key Asc VERID

Relationships