[mod]
This commit is contained in:
parent
d8eb6387af
commit
4526421408
1 changed files with 30 additions and 1 deletions
|
@ -24,6 +24,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "auth_internal",
|
||||
"key_field": null,
|
||||
"data_fields": [
|
||||
{
|
||||
"name": "name",
|
||||
"type": "string_short",
|
||||
"nullable": false
|
||||
},
|
||||
{
|
||||
"name": "password_image",
|
||||
"type": "string_medium",
|
||||
"nullable": false
|
||||
}
|
||||
],
|
||||
"constraints": [
|
||||
{
|
||||
"kind": "unique",
|
||||
"parameters": {
|
||||
"fields": ["name"]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "users",
|
||||
"key_field": {
|
||||
|
@ -32,7 +56,7 @@
|
|||
"data_fields": [
|
||||
{
|
||||
"name": "name",
|
||||
"type": "string_medium",
|
||||
"type": "string_short",
|
||||
"nullable": false
|
||||
},
|
||||
{
|
||||
|
@ -56,6 +80,11 @@
|
|||
"name": "id"
|
||||
},
|
||||
"data_fields": [
|
||||
{
|
||||
"name": "_dummy",
|
||||
"type": "integer",
|
||||
"nullable": true
|
||||
}
|
||||
],
|
||||
"constraints": [
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue