Table: benchmarks
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id bigserial 19  χ   √  nextval('benchmarks_id_seq'::regclass)
input_id int8 19  χ   χ  inputs.id
description text 2147483647  √   χ  null
site_id int8 19  χ   χ  sites.id
variable_id int8 19  χ   χ  variables.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_pkey