Table bety.public.ensembles
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('ensembles_id_seq'::regclass)
notes text 2147483647  √   χ  null
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
runtype varchar 255  √   χ  null
workflow_id int4 10  √   χ  null workflows.id
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc ensembles_pkey