Table bety.public.workflows
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('workflows_id_seq'::regclass)
folder varchar 255  √   χ  null
started_at timestamp 29,6  √   χ  null
finished_at timestamp 29,6  √   χ  null
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
site_id int4 10  √   χ  null sites.id
model_id int4 10  χ   χ  models.id
hostname varchar 255  √   χ  null
params text 2147483647  √   χ  null
advanced_edit bool 1  √   χ  false
start_date timestamp 29,6  √   χ  null
end_date timestamp 29,6  √   χ  null
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc workflows_pkey