24 lines
641 B
JSON
24 lines
641 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE event SET startTimestamp = $1, endTimestamp = $2, name = $3, locationId = $4, voluntaryWachhabender = $5, fuehrungsassistentRequired = $6, amountOfPosten = $7, clothing = $8, note = $9 WHERE id = $10;\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Timestamptz",
|
|
"Timestamptz",
|
|
"Text",
|
|
"Int4",
|
|
"Bool",
|
|
"Bool",
|
|
"Int2",
|
|
"Int4",
|
|
"Text",
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "1ff3f7006fd5594586c2c5c8604e92cf350c1649c02d8355c9ed600385f6b096"
|
|
}
|