20 lines
491 B
JSON
20 lines
491 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "INSERT INTO games(\n name,\n publishing_house,\n developer,\n description,\n multiplayer,\n is_free_to_play\n)\nVALUES ($1, $2, $3, $4, $5, $6)\n",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Text",
|
||
|
|
"Text",
|
||
|
|
"Text",
|
||
|
|
"Text",
|
||
|
|
"Bool",
|
||
|
|
"Bool"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "656f1dd85ab29925cc54579ee643110e1ef36b707d99e600fae87379a9076437"
|
||
|
|
}
|