UNPKG

neaty

Version:

Neaty: Open Source Framework for Node.js

20 lines 357 B
{ "name": "appointment", "properties": { "date": "date" }, "options": { "relations": { "physician": { "model": "physician", "type": "belongsTo", "foreignKey": "physicianId" }, "patient": { "model": "patient", "type": "belongsTo", "foreignKey": "patientId" } } } }