observation_types

2 rows


Description

(Enum) Type of observation, currently only used for ad hoc observations.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
observations.observation_type_id observations_observation_type_id_fkeyR
name text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
observation_types_pkey Primary key Asc id
observation_types_name_key Must be unique Asc name

Relationships