| Nested Loop Left Join (cost=0.00..20.18 rows=1 width=261) |
| Join Filter: (u.enterprise_id = e.id) |
| -> Seq Scan on tbl_logins u (cost=0.00..18.99 rows=1 width=224) |
| Filter: ((access_token)::text = 'ONv_OQ6eSOxFL2I62K1e82WGipv8fS1S'::text) |
| -> Seq Scan on tbl_enterprises e (cost=0.00..1.08 rows=8 width=64) |