Table bety.public.posteriors
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('posteriors_id_seq'::regclass)
pft_id int4 10  √   χ  null pfts.id
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
format_id int4 10  √   χ  null formats.id
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc posteriors_pkey
pft_id Performance Asc index_posteriors_on_pft_id