diff --git a/models/user.js b/models/user.js index 95e6324..8869655 100644 --- a/models/user.js +++ b/models/user.js @@ -38,6 +38,10 @@ module.exports = (sequelize, DataTypes) => { type: DataTypes.STRING, allowNull: false, defaultValue: 'Hform4.docx' + }, + imageFileName:{ + type: DataTypes.STRING, + allowNull: false, } }, {