You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-b978ce3c87916b2a42f92...

41 lines
904 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT opaque_record, version AS \"version!\"\n FROM auth_password_credentials\n WHERE user_id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "opaque_record",
"type_info": "Bytea",
"origin": {
"Table": {
"table": "auth_password_credentials",
"name": "opaque_record"
}
}
},
{
"ordinal": 1,
"name": "version!",
"type_info": "Int4",
"origin": {
"Table": {
"table": "auth_password_credentials",
"name": "version"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
true,
false
]
},
"hash": "b978ce3c87916b2a42f92ad215bcecc2f246706928417f3a15ecf76d2de944ac"
}