QUERY PLAN
Aggregate (cost=2.44..2.45 rows=1 width=8)
-> Sort (cost=2.11..2.17 rows=22 width=371)
Sort Key: tbl_product_types."order", tbl_product_types.id
-> Seq Scan on tbl_product_types (cost=0.00..1.62 rows=22 width=371)
Filter: (NOT is_delete)