Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|
| dataset_submission_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
| dataset_id | int4 | 10 |
|
|
Specifies the dataset related to the submission. |
|||||
| submission_type_id | int4 | 10 |
|
|
Specifies the type or category of the submission event. |
|||||
| contact_id | int4 | 10 |
|
|
Identifies the contact person or organization responsible for the dataset submission. |
|||||
| date_submitted | text | 2147483647 | √ |
|
|
The timestamp indicating when the submission was completed. |
||||
| notes | text | 2147483647 | √ |
|
|
Contains supplementary information regarding the submission, such as its origin if not documented elsewhere (e.g., BugsCEP). |
||||
| date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_dataset_submissions_pkey | Primary key | Asc | dataset_submission_id |



