UNPKG

neaty

Version:

Neaty: Open Source Framework for Node.js

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