This commit is contained in:
parent
4cf5457690
commit
b299e842b9
|
@ -34,9 +34,9 @@
|
|||
},
|
||||
"relations": {
|
||||
"deviceProduction": {
|
||||
"type": "hasOne",
|
||||
"model": "DeviceProduction",
|
||||
"foreignKey": "id"
|
||||
"type": "belongsTo",
|
||||
"model": "DeviceProduction",
|
||||
"foreignKey": "deviceProductionFk"
|
||||
},
|
||||
"user": {
|
||||
"type": "belongsTo",
|
||||
|
|
Loading…
Reference in New Issue