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": {
"id": {
"type": "number",
"id": true
},
"deviceProductionFk": {
"type": "number",
"id": true
@ -21,6 +25,9 @@
"userFk": {
"type": "number"
},
"simSerialNumber": {
"type": "string"
},
"created": {
"type": "date"
}