{ "db_name": "PostgreSQL", "query": "SELECT DISTINCT item_id AS \"item_id!: ItemId\" FROM transactions WHERE buyer_id = $1 AND status = 'completed' AND item_id IS NOT NULL", "describe": { "columns": [ { "ordinal": 0, "name": "item_id!: ItemId", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ true ] }, "hash": "928b455d189ddad2db8c810690ad8fe3466c33ba284f16c4791810cf1e00e369" }