Complex obs


Contents

Description

Used to store data that is too complex for the obs table. Examples include narrative reports, images, sounds, etc.

Attributes

Column Name Type Default Description
Primary Key obs_id int
Required mime_type_id mime_type.mime_type_id int
urn text NULL
complex_value longtext NULL
Primary Key primary key, Required required