You've already forked AstralRinth
forked from didirus/AstralRinth
17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO mods_donations (joining_mod_id, joining_platform_id, url)\n VALUES ($1, $2, $3)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int4",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "9aab2350d576fd934b0541d1f71f320ac939b44a179fee3d1638113cdb3ddfe7"
|
|
}
|