56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO user_ (name, email, role, function, areaId)\n VALUES ($1, $2, $3, $4, $5)\n RETURNING id;\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text",
|
|
{
|
|
"Custom": {
|
|
"name": "role",
|
|
"kind": {
|
|
"Enum": [
|
|
"staff",
|
|
"areamanager",
|
|
"admin"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Custom": {
|
|
"name": "function[]",
|
|
"kind": {
|
|
"Array": {
|
|
"Custom": {
|
|
"name": "function",
|
|
"kind": {
|
|
"Enum": [
|
|
"posten",
|
|
"fuehrungsassistent",
|
|
"wachhabender"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "ad4419211e4c98292eaa47ab04e0ea0201f1789ac906acc8cf79aacfbecd9f05"
|
|
}
|