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-5e93e3eabc027a4e3a6ad...

41 lines
948 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT deleted_at,\n deletion_source AS \"deletion_source?: DeletionSource\"\n FROM auth_oauth2_identities WHERE user_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "deleted_at",
"type_info": "Timestamptz",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "deleted_at"
}
}
},
{
"ordinal": 1,
"name": "deletion_source?: DeletionSource",
"type_info": "Int2",
"origin": {
"Table": {
"table": "auth_oauth2_identities",
"name": "deletion_source"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
true,
true
]
},
"hash": "5e93e3eabc027a4e3a6ad250cf5c53f6e14e17bfa47b6754d4c832ffe4fb96e0"
}