QUERY PLAN
Aggregate (cost=2.50..2.51 rows=1 width=8)
-> Sort (cost=2.15..2.21 rows=23 width=371)
Sort Key: tbl_product_types."order", tbl_product_types.id
-> Seq Scan on tbl_product_types (cost=0.00..1.63 rows=23 width=371)
Filter: (NOT is_delete)