subject_schemas

-1 rows


Description

Table holding json schemas of different subject(object) approved by ADA system, e.g. analysis object, sample object

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('subject_schemes_id_seq'::regclass)
record_subjects.subject_schema_id record_subjects_subject_scheme_id_fkeyR
name text 2147483647 null

datacite:subjectScheme

json_schema jsonb 2147483647 null
description text 2147483647 null
created_at timestamp 29,6 now()

Indicate when the subject scheme was created

updated_at timestamp 29,6 now()

Indicate when the subject scheme was last updated

Indexes

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

Relationships