Files
AstralRinth/apps/labrinth/.sqlx/query-c8fde56e5d03eda085519b4407768de7ddf48cae18ce7138a97e8e8fba967e15.json
2024-10-16 14:11:42 -07:00

24 lines
491 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id FROM reports\n WHERE id = ANY($1) AND reporter = $2\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8Array",
"Int8"
]
},
"nullable": [
false
]
},
"hash": "c8fde56e5d03eda085519b4407768de7ddf48cae18ce7138a97e8e8fba967e15"
}