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