this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n UPDATE oauth_token\n SET token_id = $2, current_refresh_token = $3, expires_at = $4, updated_at = NOW(),\n previous_refresh_token = $5, rotated_at = NOW()\n WHERE id = $1\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Int4", 9 "Text", 10 "Text", 11 "Timestamptz", 12 "Text" 13 ] 14 }, 15 "nullable": [] 16 }, 17 "hash": "2f5fb86d249903ea40240658b4f8fd5a8d96120e92d791ff446b441f9222f00f" 18}