QUERY PLAN
Sort (cost=8.51..8.52 rows=1 width=99)
Sort Key: verify_at DESC
-> Seq Scan on tbl_punch_repairs (cost=0.00..8.50 rows=1 width=99)
Filter: ((status = ANY ('{2,5}'::integer[])) AND (created_by = 1000) AND (day_at = '2025-06-25'::date) AND (repair_type = 1))