sp_dataset

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
sp_dataset_id bigserial 19 nextval('sgn_people.sp_dataset_sp_dataset_id_seq'::regclass)
sp_person_id int8 19 null
sp_person.sp_person_id sp_dataset_sp_person_id_fkey R
name varchar 255 null
description text 2147483647 null
dataset jsonb 2147483647 null
is_live bool 1 null
is_public bool 1 null

Indexes

Constraint Name Type Sort Column(s)
sp_dataset_pkey Primary key Asc sp_dataset_id

Relationships