change column name from 'city' to 'region'
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
values: ['kuca','stan','vikendica','plac','poslovni_prostor','apartman','garaza']
|
||||
},
|
||||
email: DataTypes.STRING,
|
||||
city: DataTypes.STRING,
|
||||
region: DataTypes.STRING,
|
||||
municipality: DataTypes.STRING,
|
||||
}, {});
|
||||
RealEstateRequest.associate = function(models) {
|
||||
|
||||
Reference in New Issue
Block a user