Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DATASETID | serial | 10 | √ | nextval('"global_DataSetID_DATASETID_seq"'::regclass) |
|
|
||||||||||||||
UNITID | int4 | 10 | null |
|
|
Is dataset parent unit ID |
||||||||||||||
DSETTYPEID | int2 | 5 | null |
|
|
Is type of dataset |
||||||||||||||
NEODSETID | int4 | 10 | √ | null |
|
|
Is matching Neotoma dataset ID |
|||||||||||||
NEODSETDOI | text | 2147483647 | √ | null |
|
|
Is matching Neotoma dataset DOI |
|||||||||||||
DSETNAME | text | 2147483647 | √ | null |
|
|
Is dataset name |
|||||||||||||
DSETSOURCE | int4 | 10 | √ | null |
|
|
Is dataset source |
|||||||||||||
DSETAGEOLD | numeric | 0 | √ | null |
|
|
Is oldest dataset age |
|||||||||||||
DSETAGEYNG | numeric | 0 | √ | null |
|
|
Is youngest dataset age |
|||||||||||||
DSETNOTE | text | 2147483647 | √ | null |
|
|
Is dataset note |
|||||||||||||
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_DataSetID_pkey | Primary key | Asc | DATASETID |
neodsetid_unique | Must be unique | Asc | NEODSETID |