UNPKG

neaty

Version:

Neaty: Open Source Framework for Node.js

15 lines (14 loc) 231 B
{ "name": "physician", "properties": { "name": "string" }, "relations": { "patients": { "model": "patient", "type": "hasMany", "through": "appointment", "foreignKey": "patientId" } } }