QUERY PLAN
Sort (cost=109.85..109.94 rows=34 width=519)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_schedules (cost=4.55..108.99 rows=34 width=519)
Recheck Cond: (created_by = 5064)
-> Bitmap Index Scan on tbl_schedules_created_by_idx (cost=0.00..4.54 rows=34 width=0)
Index Cond: (created_by = 5064)