Table: benchmarks_ensembles
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id bigserial 19  χ   √  nextval('benchmarks_ensembles_id_seq'::regclass)
reference_run_id int8 19  χ   χ  reference_runs.id
ensemble_id int8 19  χ   χ  ensembles.id
model_id int8 19  χ   χ  models.id
citation_id int8 19  χ   χ  citations.id
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 benchmarks_ensembles_pkey