From ce6a45b7803b783219d9862a82e3de4d534d7543 Mon Sep 17 00:00:00 2001 From: shoaibalmasi Date: Wed, 31 Mar 2021 19:01:18 +0430 Subject: [PATCH] add imageFileName --- models/user.js | 4 ++++ 1 file changed, 4 insertions(+) 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, } }, {