Table bety.public.machines
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('machines_id_seq'::regclass)
hostname varchar 255  √   χ  null
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc machines_pkey
hostname Performance Asc index_machines_on_hostname