QUERY PLAN
Seq Scan on tbl_calendars (cost=0.00..602.44 rows=3 width=58)
Filter: (is_remind AND (created_by = 1001) AND ((start_at >= '2025-09-23 00:00:00+08'::timestamp with time zone) OR (end_at >= '2025-09-23 00:00:00+08'::timestamp with time zone)))