{ "db_name": "PostgreSQL", "query": "\n INSERT INTO oauth_token\n (did, token_id, created_at, updated_at, expires_at, client_id, client_auth,\n device_id, parameters, details, code, current_refresh_token, scope)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13)\n RETURNING id\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Int4" } ], "parameters": { "Left": [ "Text", "Text", "Timestamptz", "Timestamptz", "Timestamptz", "Text", "Jsonb", "Text", "Jsonb", "Jsonb", "Text", "Text", "Text" ] }, "nullable": [ false ] }, "hash": "6b30d0a7dc0759c336334c2d34d3302b883795730c5dfa97925319dc998a43f0" }