this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT code, pending_identifier, expires_at FROM channel_verifications WHERE user_id = $1 AND channel = 'email'", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "code", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "pending_identifier", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "expires_at", 19 "type_info": "Timestamptz" 20 } 21 ], 22 "parameters": { 23 "Left": [ 24 "Uuid" 25 ] 26 }, 27 "nullable": [ 28 false, 29 true, 30 false 31 ] 32 }, 33 "hash": "a1464e8d15e8e46a3ebc21e591afb89b8f937469f8e33a43f2cd8e121526f3d3" 34}