16 lines
269 B
JSON
16 lines
269 B
JSON
|
{
|
||
|
"name": "patient",
|
||
|
"properties": {
|
||
|
"name": "string"
|
||
|
},
|
||
|
"options": {
|
||
|
"relations": {
|
||
|
"physicians": {
|
||
|
"model": "physician",
|
||
|
"type": "hasMany",
|
||
|
"through": "appointment",
|
||
|
"foreignKey": "physicianId"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|