[mod]
This commit is contained in:
parent
69c7c45257
commit
d8eb6387af
1 changed files with 13 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
{
|
||||
"name": "data",
|
||||
"type": "string_long",
|
||||
"nullable": false
|
||||
"nullable": false,
|
||||
"description": "JSON"
|
||||
}
|
||||
],
|
||||
"constraints": [
|
||||
|
@ -33,9 +34,20 @@
|
|||
"name": "name",
|
||||
"type": "string_medium",
|
||||
"nullable": false
|
||||
},
|
||||
{
|
||||
"name": "email_address",
|
||||
"type": "string_medium",
|
||||
"nullable": true
|
||||
}
|
||||
],
|
||||
"constraints": [
|
||||
{
|
||||
"kind": "unique",
|
||||
"parameters": {
|
||||
"fields": ["name"]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue