feat: refs #7187 add sim column to the model and id

This commit is contained in:
Pablo Natek 2024-05-03 14:22:48 +02:00
parent 133b862dc0
commit 699684bd65
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,10 @@
} }
}, },
"properties": { "properties": {
"id": {
"type": "number",
"id": true
},
"deviceProductionFk": { "deviceProductionFk": {
"type": "number", "type": "number",
"id": true "id": true
@ -21,6 +25,9 @@
"userFk": { "userFk": {
"type": "number" "type": "number"
}, },
"simSerialNumber": {
"type": "string"
},
"created": { "created": {
"type": "date" "type": "date"
} }