Table bety.public.methods
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('methods_id_seq'::regclass)
name varchar 255  √   χ  null
description text 2147483647  √   χ  null
citation_id int4 10  √   χ  null
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc methods_pkey
citation_id Performance Asc index_methods_on_citation_id