QUERY PLAN
Nested Loop Left Join (cost=0.00..30.80 rows=1 width=253)
Join Filter: (u.enterprise_id = e.id)
-> Seq Scan on tbl_logins u (cost=0.00..29.61 rows=1 width=216)
Filter: ((access_token)::text = 'rpAaho7HBg3VJ1vNP7yVtm0Uw5j2xu-u'::text)
-> Seq Scan on tbl_enterprises e (cost=0.00..1.08 rows=8 width=64)