Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
submission_id | serial | 10 | √ | nextval('submissions_submission_id_seq'::regclass) |
|
|
||||||||||||||||||||||||
system_id | int4 | 10 | null |
|
|
id of specific community. PJ on 12/10/2021 |
||||||||||||||||||||||||
varchar | 100 | √ | null |
|
|
Deprecated, populated with blank value. PJ on 12/9/2021 |
||||||||||||||||||||||||
creator | text | 2147483647 | √ | null |
|
|
Deprecated, populated with blank value. PJ on 12/9/2021 |
|||||||||||||||||||||||
release_date | date | 13 | null |
|
|
|||||||||||||||||||||||||
title | varchar | 500 | null |
|
|
|||||||||||||||||||||||||
description | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||
rights | text | 2147483647 | √ | null |
|
|
Deprecated, populated with blank value. PJ on 12/9/2021 |
|||||||||||||||||||||||
publication_doi | varchar | 256 | √ | null |
|
|
DOIs of the related publications. PJ on 12/10/2021 |
|||||||||||||||||||||||
text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||
language_id | int4 | 10 | null |
|
|
id of specific language used for the content of record. PJ on 12/10/2021 |
||||||||||||||||||||||||
dataset_type_id | int4 | 10 | null |
|
|
id of specific DCMI type for the record. PJ on 12/10/2021 |
||||||||||||||||||||||||
submission_coverage_scope_id | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||
keywords | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||
geo_keywords | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||
dataset_file | varchar | 100 | √ | null |
|
|
Deprecated, populated with blank value. PJ on 12/9/2021 |
|||||||||||||||||||||||
owner | int4 | 10 | null |
|
|
|||||||||||||||||||||||||
created_by | int4 | 10 | null |
|
|
|||||||||||||||||||||||||
created_date | timestamp | 29,6 | null |
|
|
The date on which the record was created. PJ on 12/10/2021 |
||||||||||||||||||||||||
last_modified | timestamp | 29,6 | null |
|
|
The date on which the record was most recently modified. PJ on 12/10/2021 |
||||||||||||||||||||||||
last_modified_by | int4 | 10 | null |
|
|
|||||||||||||||||||||||||
admin_status_modified | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||||||
admin_status_modified_by | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||
admin_edit_modified | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||||||
admin_edit_modified_by | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||
dataset_doi | varchar | 100 | √ | null |
|
|
DOI of the record assigned by Datacite. PJ on 12/10/2021 |
|||||||||||||||||||||||
dataset_doi_register | int4 | 10 | 1 |
|
|
|||||||||||||||||||||||||
status_id | int4 | 10 | 0 |
|
|
|||||||||||||||||||||||||
doi_created_date | timestamp | 29,6 | √ | null |
|
|
The date on which the DOI was assigned to the record. PJ on 12/10/2021 |
|||||||||||||||||||||||
license_id | int4 | 10 | √ | null |
|
|
id of specific license applied all files. PJ on 12/10/2021 |
|||||||||||||||||||||||
system_to_notify | varchar | 25 | √ | null |
|
|
indicated the record need to be sync to PetDB/AstroDB. PJ on 12/10/2021 |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
submissions_pkey | Primary key | Asc | submission_id |
dataset_type_id_1 | Performance | Asc | dataset_type_id |
language_id_1 | Performance | Asc | language_id |
submission_coverage_scope_id_1 | Performance | Asc | submission_coverage_scope_id |