[task-207] Anordnung geändert
This commit is contained in:
parent
21de395b24
commit
735d26e321
1 changed files with 36 additions and 36 deletions
|
@ -23,6 +23,42 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "admins",
|
||||||
|
"key_field": {
|
||||||
|
"name": "id"
|
||||||
|
},
|
||||||
|
"data_fields": [
|
||||||
|
{
|
||||||
|
"name": "name",
|
||||||
|
"type": "string_short",
|
||||||
|
"nullable": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "email_address",
|
||||||
|
"type": "string_medium",
|
||||||
|
"nullable": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "password_image",
|
||||||
|
"type": "string_medium",
|
||||||
|
"nullable": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "password_fail_count",
|
||||||
|
"type": "integer",
|
||||||
|
"nullable": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"constraints": [
|
||||||
|
{
|
||||||
|
"kind": "unique",
|
||||||
|
"parameters": {
|
||||||
|
"fields": ["name"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "name_indices",
|
"name": "name_indices",
|
||||||
"data_fields": [
|
"data_fields": [
|
||||||
|
@ -164,42 +200,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "admins",
|
|
||||||
"key_field": {
|
|
||||||
"name": "id"
|
|
||||||
},
|
|
||||||
"data_fields": [
|
|
||||||
{
|
|
||||||
"name": "name",
|
|
||||||
"type": "string_short",
|
|
||||||
"nullable": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "email_address",
|
|
||||||
"type": "string_medium",
|
|
||||||
"nullable": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "password_image",
|
|
||||||
"type": "string_medium",
|
|
||||||
"nullable": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "password_fail_count",
|
|
||||||
"type": "integer",
|
|
||||||
"nullable": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"constraints": [
|
|
||||||
{
|
|
||||||
"kind": "unique",
|
|
||||||
"parameters": {
|
|
||||||
"fields": ["name"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue