add imageFileName

master
shoaibalmasi 4 years ago
parent acf0c8b045
commit ce6a45b780
  1. 4
      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,
}
}, {

Loading…
Cancel
Save