QUERY PLAN
Nested Loop Left Join (cost=0.00..19.98 rows=1 width=296)
Join Filter: (u.enterprise_id = e.id)
-> Seq Scan on tbl_logins u (cost=0.00..18.95 rows=1 width=259)
Filter: ((ledger_access_token)::text = '9oL-Vw-zMaQiAS3W3rxJPTnKTdgyYE6W'::text)
-> Seq Scan on tbl_enterprises e (cost=0.00..1.01 rows=1 width=29)