58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO user_ (name, email, password, salt, role, function, areaId)\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n RETURNING id;\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text",
|
|
"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": "0eafc423ff404eadb5300ad47e5b81d5f3be1fb0c1723600b6f9bbe73b1e8155"
|
|
}
|