Aggregate (cost=10.74..10.75 rows=1 width=8) |
-> Sort (cost=10.38..10.44 rows=24 width=524) |
Sort Key: tbl_auth_items.system DESC, tbl_auth_items.created_at, tbl_auth_items.id |
-> Seq Scan on tbl_auth_items (cost=0.00..9.82 rows=24 width=524) |
Filter: (visible AND (type = 1)) |