mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 11:04:07 +00:00
26 lines
530 B
JSON
26 lines
530 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT token FROM verification_tokens WHERE created_at >= ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "token",
|
|
"ordinal": 0,
|
|
"type_info": "Blob",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "verification_tokens",
|
|
"name": "token"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "640d4ca86b7c1d4b4836216e0bf11b9a8a67801326b8286cef264fb6d0aa758a"
|
|
}
|