Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| VERID | serial | 10 | √ | nextval('"global_dbDOI_VERID_seq"'::regclass) |
|
|
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 |
|
|
(sub)Collection version obsoleted by “COLLVER” |
||||||||||||||||||||||||||||||||||
| OBSOLTD_BY | int2 | 5 | √ | null |
|
|
(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 |