28 lines
1,010 B
JSON
28 lines
1,010 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n INSERT INTO files_wup (\n file_key, task_id, boss_app_ids, supported_countries,\n supported_languages, attributes, creator_user, name,\n type, hash, size, notify_on_new, notify_led,\n condition_played, auto_delete, created, updated\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15,\n NOW() AT TIME ZONE 'UTC',\n NOW() AT TIME ZONE 'UTC'\n )\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Text",
|
||
|
|
"Text",
|
||
|
|
"TextArray",
|
||
|
|
"TextArray",
|
||
|
|
"TextArray",
|
||
|
|
"Jsonb",
|
||
|
|
"Text",
|
||
|
|
"Text",
|
||
|
|
"Text",
|
||
|
|
"Text",
|
||
|
|
"Int8",
|
||
|
|
"TextArray",
|
||
|
|
"Bool",
|
||
|
|
"Int8",
|
||
|
|
"Bool"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "700baac8452c3a36b7193f44c06c0fc1b0faed7d05ae5d9d50b0ff66d9a9c625"
|
||
|
|
}
|