diff --git a/models/appointment.js b/models/appointment.js index 9a0efcf..81aec70 100644 --- a/models/appointment.js +++ b/models/appointment.js @@ -1,7 +1,7 @@ const { DataTypes } = require('sequelize'); -//test + module.exports = sequelize => { const attributes = { appointment_id: {