Make place selection possible

This commit is contained in:
Senad Uka
2019-04-30 06:48:41 +02:00
parent a2f6f033bf
commit 864b917b4f
7 changed files with 36 additions and 80 deletions

View File

@@ -12,6 +12,7 @@ module.exports = (sequelize, DataTypes) => {
},
email: DataTypes.STRING,
city: DataTypes.STRING,
place: DataTypes.STRING,
}, {});
RealEstateRequest.associate = function(models) {
// associations can be defined here