| Sort (cost=1.97..1.98 rows=1 width=138) |
| Sort Key: verify_at DESC |
| -> Seq Scan on tbl_punch_travels (cost=0.00..1.96 rows=1 width=138) |
| Filter: ((created_by = 1013) AND (status = 1) AND (((travel_start < '2026-02-27'::date) AND (travel_end > '2026-02-27'::date)) OR ((travel_start = '2026-02-27'::date) AND (travel_start_type = 1)) OR (travel_end = '2026-02-27'::date))) |