You've already forked AstralRinth
forked from didirus/AstralRinth
19 lines
590 B
JSON
19 lines
590 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO dependencies (dependent_id, dependency_type, dependency_id, mod_dependency_id, dependency_file_name)\n SELECT * FROM UNNEST ($1::bigint[], $2::varchar[], $3::bigint[], $4::bigint[], $5::varchar[])\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array",
|
|
"VarcharArray",
|
|
"Int8Array",
|
|
"Int8Array",
|
|
"VarcharArray"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "8475c7cb94786576012b16d53a017cb250f0de99b76746d8725798daa3345c5e"
|
|
}
|