QUERY PLAN
Limit (cost=3.43..3.44 rows=3 width=1149)
-> Sort (cost=3.43..3.47 rows=15 width=1149)
Sort Key: created_at DESC
-> Seq Scan on tbl_customer_cases (cost=0.00..3.24 rows=15 width=1149)
Filter: ((NOT is_deleted) AND (id <> 14) AND (status = 1))