| Nested Loop Left Join (cost=0.00..9.22 rows=1 width=261) |
| Join Filter: (u.enterprise_id = e.id) |
| -> Seq Scan on tbl_logins u (cost=0.00..7.99 rows=1 width=224) |
| Filter: ((access_token)::text = 'lLLCHpZSQkMu0_ceemp9PVo8_3HEKkFC'::text) |
| -> Seq Scan on tbl_enterprises e (cost=0.00..1.10 rows=10 width=29) |