QUERY PLAN
Limit (cost=3.25..3.25 rows=1 width=2692)
-> Sort (cost=3.25..3.25 rows=1 width=2692)
Sort Key: created_at DESC
-> Seq Scan on tbl_customer_cases (cost=0.00..3.24 rows=1 width=2692)
Filter: ((NOT is_deleted) AND (id <> 12) AND (status = 1))