Table bety.public.sessions
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('sessions_id_seq'::regclass)
session_id varchar 255  χ   χ 
data 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 sessions_pkey
session_id Performance Asc index_sessions_on_session_id
updated_at Performance Asc index_sessions_on_updated_at