Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| submission_id | int8 | 19 | null |
|
|
Unique numeric ID assigned upon submission of a tag eTUFF data file for ingest/importation into Tagbase |
||||
| attribute_id | int8 | 19 | null |
|
|
Unique numeric metadata atttribute ID based on the eTUFF metadata specification |
||||
| attribute_value | text | 2147483647 | null |
|
|
Value associated with the given eTUFF metadata attribute |
||||
| tag_id | int8 | 19 | null |
|
|
Unique numeric Tag ID associated with the ingested tag data file |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| metadata_pkey | Primary key | Asc/Asc | submission_id + attribute_id |