Table bety.public.formats
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('formats_id_seq'::regclass)
mime_type varchar 255  √   χ  null
dataformat text 2147483647  √   χ  null
notes text 2147483647  √   χ  null
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
name varchar 255  √   χ  null
header varchar 255  √   χ  null
skip varchar 255  √   χ  null
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc formats_pkey
mime_type Performance Asc index_formats_on_mime_type