annotation_sessions


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('annotation_sessions_id_seq'::regclass)
annotation_session_user.annotation_session_id annotation_session_user_annotation_session_id_foreignC
name varchar 256 null
description text 2147483647 null
volume_id int4 10 null
volumes.id annotation_sessions_transect_id_foreignC
created_at timestamp 22 null
updated_at timestamp 22 null
starts_at timestamp 22 null
ends_at timestamp 22 null
hide_other_users_annotations bool 1 false
hide_own_annotations bool 1 false

Indexes

Constraint Name Type Sort Column(s)
annotation_sessions_pkey Primary key Asc id
annotation_sessions_transect_id_starts_at_ends_at_index Performance Asc/Asc/Asc volume_id + starts_at + ends_at

Relationships