12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "insert into authorization_codes (code, app, user, expires_at)\nvalues (?, ?, ?, datetime(?, 'unixepoch'))\n",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 4
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "a55b17a3a70e6445517f19536220f0dafc78a0e8b69221dee4715f84841839da"
|
|
}
|