Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
submission_id | bigserial | 19 | √ | nextval('submission_submission_id_seq'::regclass) |
|
|
Unique numeric ID assigned upon submission of a tag eTUFF data file for ingest/importation into Tagbase |
|||||||||||||
tag_id | int8 | 19 | null |
|
|
Unique numeric Tag ID associated with the ingested tag eTUFF data file |
||||||||||||||
dmas_granule_id | int8 | 19 | √ | null |
|
|
Unique numeric file identifier in the PODAAC DMAS catalog for the ingested tag eTUFF data file |
|||||||||||||
date_time | timestamptz | 35,6 | now() |
|
|
Local datetime stamp at the time of eTUFF tag data file ingestion |
||||||||||||||
filename | varchar | 255 | null |
|
|
Full name and extension of the ingested eTUFF tag data file |
||||||||||||||
version | varchar | 50 | √ | null |
|
|
Version identifier for the eTUFF tag data file ingested |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
submission_pkey | Primary key | Asc | submission_id |