Studies


Description

Names of Study.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
Experiences.StudyId Experiences_StudyId_fkey N

Primary Key.

name varchar 255 null

Name of this study.

createdAt timestamptz 35,6 null

Entry creation date

updatedAt timestamptz 35,6 null

Datetime of last modification to any attribute

isNormalized bool 1 false
translationKey varchar 255 null

Indexes

Constraint Name Type Sort Column(s)
Studies_pkey Primary key Asc id
Studies_name_trgm_idx Performance Asc name

Relationships