QUERY PLAN
Aggregate (cost=16.82..16.83 rows=1 width=8)
-> Sort (cost=15.32..15.57 rows=100 width=371)
Sort Key: tbl_product_types."order", tbl_product_types.id
-> Seq Scan on tbl_product_types (cost=0.00..12.00 rows=100 width=371)
Filter: (NOT is_delete)