Added google maps step
This commit is contained in:
@@ -15,6 +15,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
size: DataTypes.STRING,
|
||||
gardenSize: DataTypes.STRING,
|
||||
price: DataTypes.STRING,
|
||||
bounding_box: DataTypes.GEOMETRY('POINT', 4326)
|
||||
}, {});
|
||||
RealEstateRequest.associate = function(models) {
|
||||
// associations can be defined here
|
||||
|
||||
Reference in New Issue
Block a user