mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT totp_secret\n FROM users\n WHERE id = $1\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "totp_secret",
|
|
"type_info": "Varchar"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
true
|
|
]
|
|
},
|
|
"hash": "85d855e515bba733ac8c2a7369da703b762a2622b37af05fe8afb74c5052d59e"
|
|
}
|