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

23 lines
456 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id FROM threads_messages WHERE author_id = $1 AND hide_identity = FALSE\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "8a67a27f45a743f8679ec6021ef125c242cb339db8914afcc3e2c90b0c307053"
}