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-6cd27351eb7caf3612332...

29 lines
692 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT aei.email\n FROM auth_email_identities aei\n JOIN users u ON u.id = aei.user_id\n WHERE u.id = $1 AND u.deleted_at IS NULL\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "email",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "auth_email_identities",
"name": "email"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "6cd27351eb7caf3612332ce501e03dccea6155a2bc6204ea7daa6b5eded3c94f"
}