Table bety.public.pfts
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('pfts_id_seq'::regclass)
definition text 2147483647  √   χ  null Defines the creator and context under which the pft will be used.
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
name varchar 255  √   χ  null unique identifier used by PEcAn.
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc pfts_pkey