this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT id, expires_at FROM plc_operation_tokens WHERE user_id = $1 AND token = $2", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "expires_at", 14 "type_info": "Timestamptz" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Uuid", 20 "Text" 21 ] 22 }, 23 "nullable": [ 24 false, 25 false 26 ] 27 }, 28 "hash": "84e5abf0f7fab44731b1d69658e99018936f8a346bbff91b23a7731b973633cc" 29}