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-77905c7b0dd2c19810db0...

29 lines
555 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT username FROM users WHERE id = $1 AND deleted_at IS NULL",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "username",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "users",
"name": "username"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "77905c7b0dd2c19810db0e69c373c09a3ea8310e387895e0b7b95c8aadcf655d"
}