QUERY PLAN
Nested Loop Left Join (cost=0.00..31.73 rows=1 width=255)
Join Filter: (u.enterprise_id = e.id)
-> Seq Scan on tbl_logins u (cost=0.00..30.54 rows=1 width=218)
Filter: ((access_token)::text = 'JaijjTZWzZjgdx9RhHhwFXGU-e0N-Sfm'::text)
-> Seq Scan on tbl_enterprises e (cost=0.00..1.08 rows=8 width=64)