QUERY PLAN
Sort (cost=103.97..104.05 rows=32 width=519)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_schedules (cost=4.53..103.17 rows=32 width=519)
Recheck Cond: (created_by = 5250)
-> Bitmap Index Scan on tbl_schedules_created_by_idx (cost=0.00..4.53 rows=32 width=0)
Index Cond: (created_by = 5250)