You've already forked AstralRinth
forked from didirus/AstralRinth
18 lines
484 B
JSON
18 lines
484 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO threads (\n id, thread_type, mod_id, report_id\n )\n VALUES (\n $1, $2, $3, $4\n )\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Varchar",
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "50e65ff5df36ec59c5cf4470db908d7b04cf1ffb1640398ac518510178fd9a34"
|
|
}
|