this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT body, metadata FROM comms_queue WHERE user_id = $1 AND comms_type = 'channel_verification' ORDER BY created_at DESC LIMIT 1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "body", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "metadata", 14 "type_info": "Jsonb" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Uuid" 20 ] 21 }, 22 "nullable": [ 23 false, 24 true 25 ] 26 }, 27 "hash": "4649e8daefaf4cfefc5cb2de8b3813f13f5892f653128469be727b686e6a0f0a" 28}