metadata

0 rows


Description

Contains the ingested tag metadata consistent with the eTUFF specification

Columns

Column Type Size Nulls Auto Default Children Parents Comments
submission_id int8 19 null
submission.submission_id metadata_submission_id_fkeyC

Unique numeric ID assigned upon submission of a tag eTUFF data file for ingest/importation into Tagbase

attribute_id int8 19 null
metadata_types.attribute_id metadata_attribute_id_fkeyR

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

Relationships