Table: reference_runs
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id bigserial 19  χ   √  nextval('reference_runs_id_seq'::regclass)
model_id int8 19  √   χ  null models.id
settings text 2147483647  √   χ  null
user_id int8 19  √   χ  null users.id
created_at timestamp 29,6  χ   χ  utc_now()
updated_at timestamp 29,6  χ   χ  utc_now()
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc reference_runs_pkey