mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 05:48:57 +00:00
24 lines
733 B
JSON
24 lines
733 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO reports (\n id, report_type_id, mod_id, version_id, user_id, organization_id,\n shared_instance_id, shared_instance_version_id, body, reporter\n )\n VALUES (\n $1, $2, $3, $4, $5,\n $6, $7, $8, $9, $10\n )\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int4",
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Int4",
|
|
"Varchar",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e460db637bd3b934ba17986f0dbb84c27e03bf7c5048114d03e7add129d2de6f"
|
|
}
|