QUERY PLAN
Nested Loop Left Join (cost=0.00..22.08 rows=1 width=262)
Join Filter: (u.enterprise_id = e.id)
-> Seq Scan on tbl_logins u (cost=0.00..20.89 rows=1 width=225)
Filter: ((access_token)::text = '-seQeMPzRsLPhLztxjKAhwxnoPp3CRVG'::text)
-> Seq Scan on tbl_enterprises e (cost=0.00..1.08 rows=8 width=64)