Skip to main content

max / makenotwork

505 B · 23 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "SELECT DISTINCT item_id AS \"item_id!: ItemId\" FROM transactions WHERE buyer_id = $1 AND status = 'completed' AND item_id IS NOT NULL",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "item_id!: ItemId",
9 "type_info": "Uuid"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Uuid"
15 ]
16 },
17 "nullable": [
18 true
19 ]
20 },
21 "hash": "928b455d189ddad2db8c810690ad8fe3466c33ba284f16c4791810cf1e00e369"
22 }
23