mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
12 lines
328 B
JSON
12 lines
328 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO titles (\n team_id, title\n ) VALUES ($1, $2)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Int4", "Varchar"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b153094d4f619005eecae2c23568e10c2f76613e30935b654f67f1a7b07813ea"
|
|
}
|