this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "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 ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id",
9 "type_info": "Int4"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Text",
15 "Text",
16 "Timestamptz",
17 "Timestamptz",
18 "Timestamptz",
19 "Text",
20 "Jsonb",
21 "Text",
22 "Jsonb",
23 "Jsonb",
24 "Text",
25 "Text",
26 "Text"
27 ]
28 },
29 "nullable": [
30 false
31 ]
32 },
33 "hash": "6b30d0a7dc0759c336334c2d34d3302b883795730c5dfa97925319dc998a43f0"
34}