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 WHERE id = $1\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Int4",
9 "Text",
10 "Text",
11 "Timestamptz"
12 ]
13 },
14 "nullable": []
15 },
16 "hash": "b9b57cad3948c2883a05c22ba918232d066fe8cb6f67410a4b4ef99d80386284"
17}