Table bety.public.variables
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('variables_id_seq'::regclass)
description varchar 255  √   χ  null Description or definition of variable.
units varchar 255  √   χ  null units in which data must be entered.
notes text 2147483647  √   χ  null
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
name varchar 255  √   χ  null variable name, this is the name used by PEcAn and in other modeling contexts.
max varchar 255  √   χ  null
min varchar 255  √   χ  null
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc variables_pkey