this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT code, 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": "expires_at", 14 "type_info": "Timestamptz" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Uuid" 20 ] 21 }, 22 "nullable": [ 23 false, 24 false 25 ] 26 }, 27 "hash": "126519f77d91aa1877b2c933a876c0283f9dc49444d68eca4e87461b82f9be32" 28}