30 lines
734 B
JSON
30 lines
734 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO assignment (eventId, availabilityId, function, startTimestamp, endTimestamp)\n VALUES ($1, $2, $3, $4, $5);\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
"Int4",
|
|
{
|
|
"Custom": {
|
|
"name": "function",
|
|
"kind": {
|
|
"Enum": [
|
|
"posten",
|
|
"fuehrungsassistent",
|
|
"wachhabender"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Timestamptz",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "47bd20303899d5e804f8651c17428ee92f80321d1a5423be52e4f9a275180748"
|
|
}
|