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

16 lines
366 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO mod_follows (follower_id, mod_id)\n VALUES ($1, $2)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": []
},
"hash": "c55d2132e3e6e92dd50457affab758623dca175dc27a2d3cd4aace9cfdecf789"
}