QUERY PLAN
Aggregate (cost=108.73..108.75 rows=1 width=16)
-> Seq Scan on tbl_pre_sales (cost=0.00..108.67 rows=8 width=20)
Filter: ((NOT is_draft) AND (start_at >= '2026-01-01 00:00:00+08'::timestamp with time zone) AND (start_at <= '2026-12-31 23:59:59+08'::timestamp with time zone) AND (created_by = ANY ('{5085,5248,1015,1022,5064,1023}'::integer[])))