QUERY PLAN
Sort (cost=313.16..313.40 rows=98 width=312)
Sort Key: id DESC
-> Bitmap Heap Scan on tbl_work_logs s (cost=5.05..309.92 rows=98 width=312)
Recheck Cond: (created_by = 5016)
-> Bitmap Index Scan on tbl_work_logs_created_by_idx (cost=0.00..5.03 rows=98 width=0)
Index Cond: (created_by = 5016)