3870-models #975
|
@ -47,9 +47,6 @@
|
|||
"SSN": {
|
||||
"type" : "string"
|
||||
},
|
||||
"sectorFk": {
|
||||
"type" : "number"
|
||||
},
|
||||
"labelerFk": {
|
||||
vicent marked this conversation as resolved
|
||||
"type" : "number"
|
||||
vicent marked this conversation as resolved
carlosjr
commented
remove this prop remove this prop
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
it is of good practice to create the relations for foreign keys and their respective models if not created yet.
also the worker model doens't seem to be the best place to allocate such properties.
remove this