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-727146c630afe94f328a8...

25 lines
552 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO auth_token_blacklist (jti, expires_at) VALUES ($1, $2) ON CONFLICT (jti) DO NOTHING RETURNING (xmax = 0) as \"inserted!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "inserted!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text",
"Timestamptz"
]
},
"nullable": [
null
]
},
"hash": "727146c630afe94f328a811694b6fdf3dd57c448340965cb04bb3a0985c15cb3"
}