QUERY PLAN
Sort (cost=12.51..12.52 rows=1 width=330)
Sort Key: "order", updated_at DESC
-> Seq Scan on tbl_product_components (cost=0.00..12.50 rows=1 width=330)
Filter: (product_type = 1)