this repo has no description
at main 607 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT icu.used_by_user, icu.code\n FROM invite_code_uses icu\n WHERE icu.used_by_user = ANY($1)\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "used_by_user", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "code", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "UuidArray" 20 ] 21 }, 22 "nullable": [ 23 false, 24 false 25 ] 26 }, 27 "hash": "65eece4401fa4cf08d7f09c3f0f0fdc32722423772cb6d11123aae9f2e0784d0" 28}