Changed primary key

This commit is contained in:
Joan Sanchez 2020-02-28 08:19:37 +01:00
parent 56b986ff95
commit a8eea3d8f6
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@
},
"properties": {
"id": {
"type": "Number",
"id": true
"type": "Number"
},
"dmsFk": {
"id": true,
"type": "Number",
"required": true,
"mysql": {