403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/junkdata/backup12042024/20240416/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/junkdata/backup12042024/20240416/aurealestate.sql
-- MySQL dump 10.13  Distrib 8.0.27, for Linux (x86_64)
--
-- Host: localhost    Database: aurealestate
-- ------------------------------------------------------
-- Server version	8.0.27

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Current Database: `aurealestate`
--

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `aurealestate` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;

USE `aurealestate`;

--
-- Table structure for table `auth_group`
--

DROP TABLE IF EXISTS `auth_group`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_group` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(150) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_group`
--

LOCK TABLES `auth_group` WRITE;
/*!40000 ALTER TABLE `auth_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_group` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_group_permissions`
--

DROP TABLE IF EXISTS `auth_group_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_group_permissions` (
  `id` int NOT NULL AUTO_INCREMENT,
  `group_id` int NOT NULL,
  `permission_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_group_permissions_group_id_permission_id_0cd325b0_uniq` (`group_id`,`permission_id`),
  KEY `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` (`permission_id`),
  CONSTRAINT `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
  CONSTRAINT `auth_group_permissions_group_id_b120cbf9_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_group_permissions`
--

LOCK TABLES `auth_group_permissions` WRITE;
/*!40000 ALTER TABLE `auth_group_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_group_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_permission`
--

DROP TABLE IF EXISTS `auth_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_permission` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `content_type_id` int NOT NULL,
  `codename` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_permission_content_type_id_codename_01ab375a_uniq` (`content_type_id`,`codename`),
  CONSTRAINT `auth_permission_content_type_id_2f476e4b_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=217 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_permission`
--

LOCK TABLES `auth_permission` WRITE;
/*!40000 ALTER TABLE `auth_permission` DISABLE KEYS */;
INSERT INTO `auth_permission` VALUES (1,'Can add log entry',1,'add_logentry'),(2,'Can change log entry',1,'change_logentry'),(3,'Can delete log entry',1,'delete_logentry'),(4,'Can view log entry',1,'view_logentry'),(5,'Can add permission',2,'add_permission'),(6,'Can change permission',2,'change_permission'),(7,'Can delete permission',2,'delete_permission'),(8,'Can view permission',2,'view_permission'),(9,'Can add group',3,'add_group'),(10,'Can change group',3,'change_group'),(11,'Can delete group',3,'delete_group'),(12,'Can view group',3,'view_group'),(13,'Can add user',4,'add_user'),(14,'Can change user',4,'change_user'),(15,'Can delete user',4,'delete_user'),(16,'Can view user',4,'view_user'),(17,'Can add content type',5,'add_contenttype'),(18,'Can change content type',5,'change_contenttype'),(19,'Can delete content type',5,'delete_contenttype'),(20,'Can view content type',5,'view_contenttype'),(21,'Can add session',6,'add_session'),(22,'Can change session',6,'change_session'),(23,'Can delete session',6,'delete_session'),(24,'Can view session',6,'view_session'),(25,'Can add cms',7,'add_cms'),(26,'Can change cms',7,'change_cms'),(27,'Can delete cms',7,'delete_cms'),(28,'Can view cms',7,'view_cms'),(29,'Can add page',8,'add_page'),(30,'Can change page',8,'change_page'),(31,'Can delete page',8,'delete_page'),(32,'Can view page',8,'view_page'),(33,'Can add amenity',9,'add_amenity'),(34,'Can change amenity',9,'change_amenity'),(35,'Can delete amenity',9,'delete_amenity'),(36,'Can view amenity',9,'view_amenity'),(37,'Can add country',10,'add_country'),(38,'Can change country',10,'change_country'),(39,'Can delete country',10,'delete_country'),(40,'Can view country',10,'view_country'),(41,'Can add property type',11,'add_propertytype'),(42,'Can change property type',11,'change_propertytype'),(43,'Can delete property type',11,'delete_propertytype'),(44,'Can view property type',11,'view_propertytype'),(45,'Can add specification',12,'add_specification'),(46,'Can change specification',12,'change_specification'),(47,'Can delete specification',12,'delete_specification'),(48,'Can view specification',12,'view_specification'),(49,'Can add website',13,'add_website'),(50,'Can change website',13,'change_website'),(51,'Can delete website',13,'delete_website'),(52,'Can view website',13,'view_website'),(53,'Can add source',14,'add_source'),(54,'Can change source',14,'change_source'),(55,'Can delete source',14,'delete_source'),(56,'Can view source',14,'view_source'),(57,'Can add contact us',15,'add_contactus'),(58,'Can change contact us',15,'change_contactus'),(59,'Can delete contact us',15,'delete_contactus'),(60,'Can view contact us',15,'view_contactus'),(61,'Can add list',16,'add_list'),(62,'Can change list',16,'change_list'),(63,'Can delete list',16,'delete_list'),(64,'Can view list',16,'view_list'),(65,'Can add project',17,'add_project'),(66,'Can change project',17,'change_project'),(67,'Can delete project',17,'delete_project'),(68,'Can view project',17,'view_project'),(69,'Can add facing',18,'add_facing'),(70,'Can change facing',18,'change_facing'),(71,'Can delete facing',18,'delete_facing'),(72,'Can view facing',18,'view_facing'),(73,'Can add overlooking',19,'add_overlooking'),(74,'Can change overlooking',19,'change_overlooking'),(75,'Can delete overlooking',19,'delete_overlooking'),(76,'Can view overlooking',19,'view_overlooking'),(77,'Can add area unit',20,'add_areaunit'),(78,'Can change area unit',20,'change_areaunit'),(79,'Can delete area unit',20,'delete_areaunit'),(80,'Can view area unit',20,'view_areaunit'),(81,'Can add city',21,'add_city'),(82,'Can change city',21,'change_city'),(83,'Can delete city',21,'delete_city'),(84,'Can view city',21,'view_city'),(85,'Can add loction type',22,'add_loctiontype'),(86,'Can change loction type',22,'change_loctiontype'),(87,'Can delete loction type',22,'delete_loctiontype'),(88,'Can view loction type',22,'view_loctiontype'),(89,'Can add loction',23,'add_loction'),(90,'Can change loction',23,'change_loction'),(91,'Can delete loction',23,'delete_loction'),(92,'Can view loction',23,'view_loction'),(93,'Can add offers',24,'add_offers'),(94,'Can change offers',24,'change_offers'),(95,'Can delete offers',24,'delete_offers'),(96,'Can view offers',24,'view_offers'),(97,'Can add location type',25,'add_locationtype'),(98,'Can change location type',25,'change_locationtype'),(99,'Can delete location type',25,'delete_locationtype'),(100,'Can view location type',25,'view_locationtype'),(101,'Can add location',26,'add_location'),(102,'Can change location',26,'change_location'),(103,'Can delete location',26,'delete_location'),(104,'Can view location',26,'view_location'),(105,'Can add property',27,'add_property'),(106,'Can change property',27,'change_property'),(107,'Can delete property',27,'delete_property'),(108,'Can view property',27,'view_property'),(109,'Can add image',28,'add_image'),(110,'Can change image',28,'change_image'),(111,'Can delete image',28,'delete_image'),(112,'Can view image',28,'view_image'),(113,'Can add configuration',29,'add_configuration'),(114,'Can change configuration',29,'change_configuration'),(115,'Can delete configuration',29,'delete_configuration'),(116,'Can view configuration',29,'view_configuration'),(117,'Can add other rooms',30,'add_otherrooms'),(118,'Can change other rooms',30,'change_otherrooms'),(119,'Can delete other rooms',30,'delete_otherrooms'),(120,'Can view other rooms',30,'view_otherrooms'),(121,'Can add ownership type',31,'add_ownershiptype'),(122,'Can change ownership type',31,'change_ownershiptype'),(123,'Can delete ownership type',31,'delete_ownershiptype'),(124,'Can view ownership type',31,'view_ownershiptype'),(125,'Can add property status',32,'add_propertystatus'),(126,'Can change property status',32,'change_propertystatus'),(127,'Can delete property status',32,'delete_propertystatus'),(128,'Can view property status',32,'view_propertystatus'),(129,'Can add builder',33,'add_builder'),(130,'Can change builder',33,'change_builder'),(131,'Can delete builder',33,'delete_builder'),(132,'Can view builder',33,'view_builder'),(133,'Can add agents',34,'add_agents'),(134,'Can change agents',34,'change_agents'),(135,'Can delete agents',34,'delete_agents'),(136,'Can view agents',34,'view_agents'),(137,'Can add page',35,'add_page'),(138,'Can change page',35,'change_page'),(139,'Can delete page',35,'delete_page'),(140,'Can view page',35,'view_page'),(141,'Can add detail',35,'add_detail'),(142,'Can change detail',35,'change_detail'),(143,'Can delete detail',35,'delete_detail'),(144,'Can view detail',35,'view_detail'),(145,'Can add nearby type',37,'add_nearbytype'),(146,'Can change nearby type',37,'change_nearbytype'),(147,'Can delete nearby type',37,'delete_nearbytype'),(148,'Can view nearby type',37,'view_nearbytype'),(149,'Can add suburb',38,'add_suburb'),(150,'Can change suburb',38,'change_suburb'),(151,'Can delete suburb',38,'delete_suburb'),(152,'Can view suburb',38,'view_suburb'),(153,'Can add state',36,'add_state'),(154,'Can change state',36,'change_state'),(155,'Can delete state',36,'delete_state'),(156,'Can view state',36,'view_state'),(157,'Can add property near by',39,'add_propertynearby'),(158,'Can change property near by',39,'change_propertynearby'),(159,'Can delete property near by',39,'delete_propertynearby'),(160,'Can view property near by',39,'view_propertynearby'),(161,'Can add property floor plan',40,'add_propertyfloorplan'),(162,'Can change property floor plan',40,'change_propertyfloorplan'),(163,'Can delete property floor plan',40,'delete_propertyfloorplan'),(164,'Can view property floor plan',40,'view_propertyfloorplan'),(165,'Can add project near by',41,'add_projectnearby'),(166,'Can change project near by',41,'change_projectnearby'),(167,'Can delete project near by',41,'delete_projectnearby'),(168,'Can view project near by',41,'view_projectnearby'),(169,'Can add project floor plan',42,'add_projectfloorplan'),(170,'Can change project floor plan',42,'change_projectfloorplan'),(171,'Can delete project floor plan',42,'delete_projectfloorplan'),(172,'Can view project floor plan',42,'view_projectfloorplan'),(173,'Can add product image',43,'add_productimage'),(174,'Can change product image',43,'change_productimage'),(175,'Can delete product image',43,'delete_productimage'),(176,'Can view product image',43,'view_productimage'),(177,'Can add news',44,'add_news'),(178,'Can change news',44,'change_news'),(179,'Can delete news',44,'delete_news'),(180,'Can view news',44,'view_news'),(181,'Can add lead',45,'add_lead'),(182,'Can change lead',45,'change_lead'),(183,'Can delete lead',45,'delete_lead'),(184,'Can view lead',45,'view_lead'),(185,'Can add general',46,'add_general'),(186,'Can change general',46,'change_general'),(187,'Can delete general',46,'delete_general'),(188,'Can view general',46,'view_general'),(189,'Can add team',47,'add_team'),(190,'Can change team',47,'change_team'),(191,'Can delete team',47,'delete_team'),(192,'Can view team',47,'view_team'),(193,'Can add home page about us',48,'add_homepageaboutus'),(194,'Can change home page about us',48,'change_homepageaboutus'),(195,'Can delete home page about us',48,'delete_homepageaboutus'),(196,'Can view home page about us',48,'view_homepageaboutus'),(197,'Can add home page featured',49,'add_homepagefeatured'),(198,'Can change home page featured',49,'change_homepagefeatured'),(199,'Can delete home page featured',49,'delete_homepagefeatured'),(200,'Can view home page featured',49,'view_homepagefeatured'),(201,'Can add image',50,'add_image'),(202,'Can change image',50,'change_image'),(203,'Can delete image',50,'delete_image'),(204,'Can view image',50,'view_image'),(205,'Can add sell rent',51,'add_sellrent'),(206,'Can change sell rent',51,'change_sellrent'),(207,'Can delete sell rent',51,'delete_sellrent'),(208,'Can view sell rent',51,'view_sellrent'),(209,'Can add home loan',52,'add_homeloan'),(210,'Can change home loan',52,'change_homeloan'),(211,'Can delete home loan',52,'delete_homeloan'),(212,'Can view home loan',52,'view_homeloan'),(213,'Can add lead status',53,'add_leadstatus'),(214,'Can change lead status',53,'change_leadstatus'),(215,'Can delete lead status',53,'delete_leadstatus'),(216,'Can view lead status',53,'view_leadstatus');
/*!40000 ALTER TABLE `auth_permission` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_user`
--

DROP TABLE IF EXISTS `auth_user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_user` (
  `id` int NOT NULL AUTO_INCREMENT,
  `password` varchar(128) NOT NULL,
  `last_login` datetime(6) DEFAULT NULL,
  `is_superuser` tinyint(1) NOT NULL,
  `username` varchar(150) NOT NULL,
  `first_name` varchar(30) NOT NULL,
  `last_name` varchar(150) NOT NULL,
  `email` varchar(254) NOT NULL,
  `is_staff` tinyint(1) NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  `date_joined` datetime(6) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `username` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_user`
--

LOCK TABLES `auth_user` WRITE;
/*!40000 ALTER TABLE `auth_user` DISABLE KEYS */;
INSERT INTO `auth_user` VALUES (1,'pbkdf2_sha256$180000$15ZeJQPzoSuA$wzIvfOqi6qirNoYk6ECJGqa/57W5e4pfVONygagsX4A=','2023-03-22 14:18:15.284373',1,'admin','','','prashant@catpl.co.in',1,1,'2020-04-10 12:21:24.852410');
/*!40000 ALTER TABLE `auth_user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_user_groups`
--

DROP TABLE IF EXISTS `auth_user_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_user_groups` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int NOT NULL,
  `group_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_user_groups_user_id_group_id_94350c0c_uniq` (`user_id`,`group_id`),
  KEY `auth_user_groups_group_id_97559544_fk_auth_group_id` (`group_id`),
  CONSTRAINT `auth_user_groups_group_id_97559544_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`),
  CONSTRAINT `auth_user_groups_user_id_6a12ed8b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_user_groups`
--

LOCK TABLES `auth_user_groups` WRITE;
/*!40000 ALTER TABLE `auth_user_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_user_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth_user_user_permissions`
--

DROP TABLE IF EXISTS `auth_user_user_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_user_user_permissions` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int NOT NULL,
  `permission_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_user_user_permissions_user_id_permission_id_14a6b632_uniq` (`user_id`,`permission_id`),
  KEY `auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm` (`permission_id`),
  CONSTRAINT `auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
  CONSTRAINT `auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth_user_user_permissions`
--

LOCK TABLES `auth_user_user_permissions` WRITE;
/*!40000 ALTER TABLE `auth_user_user_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_user_user_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blog_list`
--

DROP TABLE IF EXISTS `blog_list`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blog_list` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(200) NOT NULL,
  `Overview` longtext NOT NULL,
  `Image` varchar(100) NOT NULL,
  `MetaTitle` varchar(640) NOT NULL,
  `MetaKeywords` varchar(640) NOT NULL,
  `MetaDescription` longtext NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Identifier` varchar(255) DEFAULT NULL,
  `CreatedBy_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `blog_list_Identifier_8705133e` (`Identifier`),
  KEY `blog_list_CreatedBy_id_f9bbcbb6_fk_auth_user_id` (`CreatedBy_id`),
  CONSTRAINT `blog_list_CreatedBy_id_f9bbcbb6_fk_auth_user_id` FOREIGN KEY (`CreatedBy_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blog_list`
--

LOCK TABLES `blog_list` WRITE;
/*!40000 ALTER TABLE `blog_list` DISABLE KEYS */;
INSERT INTO `blog_list` VALUES (4,'Lucknow development body launches three new housing projects','<p>The cost of the five new projects is Rs 102 crore, including Rs 60 crore for housing. The other two projects costing Rs 40 crore include installation of four escalators each at Charbagh and Polytechnic footover bridges.</p>','static/photos/2020/05/26/condominium-690086_1920_7bZNllV.jpg','','','','2020-05-26 11:01:54.952432','2020-05-26 11:01:54.952436',1,0,NULL,1),(5,'Vacant residential building converted into Covid-19 facility','<p>The 22-storey building, a slum rehabilitation project, is located in the MP Mills Compound, Tardeo, in which 70 1-BHK flats have been developed into a 350-bed facility for coronavirus patients.</p>','static/photos/2020/05/26/coronavirus-5145475_1920.jpg','','','','2020-05-26 11:06:47.294067','2020-05-26 11:06:47.294071',1,0,NULL,1),(6,'COVID-19 CLEANING PROTOCOLS AND BADGES FOR VACATION RENTALS','<p>Ensuring that your vacation rental is Covid-19 free will be essential to regain the trust of travelers. Major hospitality brands such as Marriott and Airbnb and tourism boards are introducing cleanliness initiatives and badges to ease travelers&rsquo; fears.</p>\r\n\r\n<p>Read on to discover the initiatives that are being presented, how to implement them and find out if they can really help you increase bookings after lockdown.</p>','static/photos/2020/05/26/key-2114455_1920.jpg','','','','2020-05-26 12:07:35.588237','2020-05-26 12:07:35.588242',1,0,NULL,1),(7,'HOW TO ADVERTISE YOUR VACATION RENTAL ON REAL ESTATE','<p>As a property owner or manager, you&rsquo;ll already know about the huge quantity of channel&nbsp;available where you can advertise your property in order to reach potential guests. You&rsquo;ll also have noticed that each channel is different, brings different benefits to your business, has its own promotion system and its own set of rules.</p>','static/photos/2020/05/26/management-2766429_1920.jpg','','','','2020-05-26 12:13:56.335192','2020-05-26 12:13:56.335196',1,0,NULL,1),(8,'6 BIGGEST MYTHS IN THE VACATION RENTAL INDUSTRY','<p>Any profession, industry and business has a myth. These myths are assumptions and generalizations, often made due to misconceptions or an incident that occurred once and went viral on social media.&nbsp;</p>\r\n\r\n<p>The vacation rental industry is especially prone to these myths. As it is a recently developed business, many aren&rsquo;t fully aware of what exactly it entails. Some of these misconceptions even frighten those who are deciding to start in this sector. Here are some of the biggest myths about vacation rentals you&rsquo;ve probably heard before:</p>','static/photos/2020/05/26/condominium-690086_1920_RRlrXLb.jpg','','','','2020-05-26 12:38:48.520794','2020-05-26 12:38:48.520798',1,0,NULL,1);
/*!40000 ALTER TABLE `blog_list` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blog_list_IsDisplayOnWeb`
--

DROP TABLE IF EXISTS `blog_list_IsDisplayOnWeb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blog_list_IsDisplayOnWeb` (
  `id` int NOT NULL AUTO_INCREMENT,
  `list_id` int NOT NULL,
  `website_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `blog_list_IsDisplayOnWeb_list_id_website_id_619b1770_uniq` (`list_id`,`website_id`),
  KEY `blog_list_IsDisplayO_website_id_29f1c23c_fk_master_we` (`website_id`),
  CONSTRAINT `blog_list_IsDisplayO_website_id_29f1c23c_fk_master_we` FOREIGN KEY (`website_id`) REFERENCES `master_website` (`id`),
  CONSTRAINT `blog_list_IsDisplayOnWeb_list_id_9463de91_fk_blog_list_id` FOREIGN KEY (`list_id`) REFERENCES `blog_list` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blog_list_IsDisplayOnWeb`
--

LOCK TABLES `blog_list_IsDisplayOnWeb` WRITE;
/*!40000 ALTER TABLE `blog_list_IsDisplayOnWeb` DISABLE KEYS */;
INSERT INTO `blog_list_IsDisplayOnWeb` VALUES (3,4,1),(4,5,1),(5,6,1),(6,7,1),(7,8,1);
/*!40000 ALTER TABLE `blog_list_IsDisplayOnWeb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blog_news`
--

DROP TABLE IF EXISTS `blog_news`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blog_news` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(200) NOT NULL,
  `Identifier` varchar(255) DEFAULT NULL,
  `Overview` longtext NOT NULL,
  `Image` varchar(100) NOT NULL,
  `MetaTitle` varchar(640) NOT NULL,
  `MetaKeywords` varchar(640) NOT NULL,
  `MetaDescription` longtext NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `CreatedBy_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `blog_news_CreatedBy_id_c967748f_fk_auth_user_id` (`CreatedBy_id`),
  KEY `blog_news_Identifier_4cbc3a00` (`Identifier`),
  CONSTRAINT `blog_news_CreatedBy_id_c967748f_fk_auth_user_id` FOREIGN KEY (`CreatedBy_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blog_news`
--

LOCK TABLES `blog_news` WRITE;
/*!40000 ALTER TABLE `blog_news` DISABLE KEYS */;
INSERT INTO `blog_news` VALUES (1,'Selecting the right selling method could have a major impact','selecting-the-right-selling-method-could-have-a-major-impact','<p>The strongest housing market in a generation and record low interest rates have made it an excellent time to sell or upgrade, but choosing the best option to sell can be tricky.</p>\r\n\r\n<p>All homeowners want to sell for the best price possible, but the sales method they choose, whether auction or private treaty, can affect the speed of the sale and the price.</p>\r\n\r\n<p>Auctions and private sales, the most common methods of selling in Australia, can deliver vastly different outcomes depending on the type of property and market.</p>\r\n\r\n<p>&nbsp;</p>','static/photos/2021/07/16/capi_11448b1cb376411688aaff43ea180e31_a0c5dbf066754333403534e2481f6aba.webp','','','','2021-07-16 11:53:28.960396','2021-07-16 11:53:28.960402',1,0,1),(2,'Queens Park home of Rose Briffa and late husband Alfred smashes street','queens-park-home-of-rose-briffa-and-late-husband-alfred-smashes-street','<p>A home with white ornamental fence, avacado green kitchen and lino floors that last traded in the 1970s for $32,000 has sold for more than $5.4m after just seven days on the market.</p>\r\n\r\n<p>The four-bedroom residence on a 436 sqm block at 72 Alt Street, Queens Park, was the home of Rose Briffa, who arrived in Australia from Malta at the age of 13 and met her late husband, Alfred, when they were working together at the Easts Leagues Club.</p>','static/photos/2021/07/16/12121.png','','','','2021-07-16 11:59:20.179379','2021-07-16 11:59:20.179385',1,0,1),(3,'office juniors to each make hundreds of upbeat cold calls every week','office-juniors-to-each-make-hundreds-of-upbeat-cold-calls-every-week','<p>While some agents think the days of cold calling are over, there are some who get the office juniors to each make hundreds of upbeat cold calls every week, in the hope they pique seller interest. Even the so-called attraction agents, who have built up connections and reputation over their years in their neighbourhoods, take to the phone to boost their pipeline into active buyers and sellers.</p>\r\n\r\n<p>The overall goal of these cold calls is to plant the seed of selling your property through them.</p>\r\n\r\n<p>Of course agents will also seek to create a sense of urgency.</p>\r\n\r\n<p>Cold calling is mostly used to generate listing and appraisal appointments, but can also be used when seeking buyers for a property stuck on the market.</p>\r\n\r\n<p>There are scripts that estate agents use in their pesky phone calls.</p>\r\n\r\n<p>Regardless of your interest or answer, the agent will want to get through their script, using the art of gentle interruption.</p>','static/photos/2021/07/16/333.png','','','','2021-07-16 12:03:49.788644','2021-07-16 12:03:49.788650',1,0,1),(4,'Luxury Mosman home offers classic Federation style and modern updates','luxury-mosman-home-offers-classic-federation-style-and-modern-updates','<p>Inside, the gas kitchen has a wide freestanding island bench, stone bench tops, Ilve appliances and high ceilings.</p>\r\n\r\n<p>This lower level is also home to three spacious bedrooms, a combined bathroom and laundry with outdoor access, plus a multipurpose front room that is ideal for all the family to get together and watch a movie, or a place for more formal soirees with guests.</p>','static/photos/2021/07/16/4444111.png','','','','2021-07-16 12:06:13.022918','2021-07-16 12:06:13.022926',1,0,1),(5,'A great space to soak up the sun.','a-great-space-to-soak-up-the-sun','<p>Sitting on 455sqm in leafy Holt Ave, this pocket of Mosman is in high demand as it is positioned between both the Neutral Bay and Mosman sides of Military Rd where there are plenty of popular eateries and boutiques off Spofforth St and Avenue Rd.</p>\r\n\r\n<p>Then there is the drawcard of beautiful Reid Park on the harbour front with the ferry nearby and multiple sought after schools.</p>','static/photos/2021/07/16/555111.png','','','','2021-07-16 12:09:14.705166','2021-07-16 12:09:14.705172',1,0,1);
/*!40000 ALTER TABLE `blog_news` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blog_news_IsDisplayOnWeb`
--

DROP TABLE IF EXISTS `blog_news_IsDisplayOnWeb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blog_news_IsDisplayOnWeb` (
  `id` int NOT NULL AUTO_INCREMENT,
  `news_id` int NOT NULL,
  `website_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `blog_news_IsDisplayOnWeb_news_id_website_id_bb947cb3_uniq` (`news_id`,`website_id`),
  KEY `blog_news_IsDisplayO_website_id_629ef97a_fk_master_we` (`website_id`),
  CONSTRAINT `blog_news_IsDisplayO_website_id_629ef97a_fk_master_we` FOREIGN KEY (`website_id`) REFERENCES `master_website` (`id`),
  CONSTRAINT `blog_news_IsDisplayOnWeb_news_id_79be73f9_fk_blog_news_id` FOREIGN KEY (`news_id`) REFERENCES `blog_news` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blog_news_IsDisplayOnWeb`
--

LOCK TABLES `blog_news_IsDisplayOnWeb` WRITE;
/*!40000 ALTER TABLE `blog_news_IsDisplayOnWeb` DISABLE KEYS */;
INSERT INTO `blog_news_IsDisplayOnWeb` VALUES (1,1,1),(2,2,1),(3,3,1),(4,4,1),(5,5,1);
/*!40000 ALTER TABLE `blog_news_IsDisplayOnWeb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_page`
--

DROP TABLE IF EXISTS `cms_page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_page` (
  `id` int NOT NULL AUTO_INCREMENT,
  `PageTitle` varchar(200) NOT NULL,
  `Identifier` varchar(255) DEFAULT NULL,
  `PageDescription` longtext NOT NULL,
  `MetaTitle` varchar(640) NOT NULL,
  `MetaKeywords` varchar(640) NOT NULL,
  `MetaDescription` longtext NOT NULL,
  `BackgroundImage` varchar(100) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `DisplayFooterSection` tinyint(1) NOT NULL,
  `DisplayRightSide` tinyint(1) NOT NULL,
  `FooterSectionOrder` smallint unsigned,
  `RightSideOrder` smallint unsigned,
  PRIMARY KEY (`id`),
  KEY `cms_page_Identifier_c362bf42` (`Identifier`),
  CONSTRAINT `cms_page_chk_1` CHECK ((`FooterSectionOrder` >= 0)),
  CONSTRAINT `cms_page_chk_2` CHECK ((`RightSideOrder` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_page`
--

LOCK TABLES `cms_page` WRITE;
/*!40000 ALTER TABLE `cms_page` DISABLE KEYS */;
INSERT INTO `cms_page` VALUES (1,'About Us','about-us','<p>All State Realty was founded by like-minded individuals from the real estate, finance and online media industries to bring you unrestricted access to real estate related information, saving you time, money and, above all, frustration.</p>\r\n\r\n<p>Finding relevant and detailed information can be a time consuming process, especially those involving property transactions. We make this information readily available to you by providing up-to-date comprehensive reports and connecting you to local property professionals.</p>','About','meta keywords','All State Realty was founded by like-minded individuals from the real estate, finance and online media industries to bring you unrestricted access to real estate related information, saving you time, money and, above all, frustration.','static/photos/2020/05/25/05.jpg','2020-05-25 16:40:55.000000','2020-05-25 16:40:55.000000',1,0,1,1,99,99),(2,'Terms And Conditions','terms-and-conditions','<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.&nbsp;&nbsp;</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>','Terms And Conditions','Terms And Conditions','Terms And Conditions','static/photos/2020/11/11/terms_7GquTCE.png','2020-05-30 06:36:01.176330','2020-05-30 06:36:01.176334',1,0,0,0,99,99),(3,'Privacy Policy','privacy-policy','<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.&nbsp;&nbsp;</p>\r\n\r\n<p><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>','Privacy Policy','Privacy Policy','Privacy Policy','static/photos/2020/11/11/terms.png','2020-11-11 08:06:00.221523','2020-11-11 08:06:00.221527',1,0,0,1,99,99),(4,'Sitemap','sitemap','<p>Sitemap</p>','Sitemap','Sitemap','Sitemap','static/photos/2021/07/16/image.jpeg','2021-07-16 11:38:32.983998','2021-07-16 11:38:32.984003',1,0,0,0,99,99),(5,'Cookies Policy','cookies-policy','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\r\n\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. &nbsp;</p>\r\n\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>','Cookies Policy','Cookies Policy','Cookies Policy','static/photos/2021/07/16/privacy-policy-banner.jpg','2021-07-16 11:39:39.285649','2021-07-16 11:39:39.285654',1,0,0,0,99,99);
/*!40000 ALTER TABLE `cms_page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cms_page_isdisplayonweb`
--

DROP TABLE IF EXISTS `cms_page_isdisplayonweb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cms_page_isdisplayonweb` (
  `id` int NOT NULL AUTO_INCREMENT,
  `page_id` int NOT NULL,
  `website_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cms_page_IsDisplayOnWeb_page_id_website_id_e51efe20_uniq` (`page_id`,`website_id`),
  KEY `cms_page_isdisplayonweb_website_id_b6da9549_fk_master_website_id` (`website_id`),
  CONSTRAINT `cms_page_isdisplayonweb_page_id_69236653_fk_cms_page_id` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`id`),
  CONSTRAINT `cms_page_isdisplayonweb_website_id_b6da9549_fk_master_website_id` FOREIGN KEY (`website_id`) REFERENCES `master_website` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cms_page_isdisplayonweb`
--

LOCK TABLES `cms_page_isdisplayonweb` WRITE;
/*!40000 ALTER TABLE `cms_page_isdisplayonweb` DISABLE KEYS */;
INSERT INTO `cms_page_isdisplayonweb` VALUES (2,1,1),(1,2,1),(3,3,1),(4,4,1),(5,5,1);
/*!40000 ALTER TABLE `cms_page_isdisplayonweb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `companyprofile_detail`
--

DROP TABLE IF EXISTS `companyprofile_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `companyprofile_detail` (
  `id` int NOT NULL AUTO_INCREMENT,
  `CompanyEmail` varchar(200) NOT NULL,
  `CompanyMobile` varchar(200) NOT NULL,
  `CompanyPhone` varchar(200) NOT NULL,
  `AddressLine` varchar(200) NOT NULL,
  `MetaTitle` varchar(640) NOT NULL,
  `MetaKeywords` varchar(640) NOT NULL,
  `MetaDescription` longtext NOT NULL,
  `WebsiteLink` varchar(200) NOT NULL,
  `GoogleMapLink` varchar(500) NOT NULL,
  `FacebookLink` varchar(200) NOT NULL,
  `GoogleLink` varchar(200) NOT NULL,
  `LinkedInLink` varchar(200) NOT NULL,
  `Twitter` varchar(200) NOT NULL,
  `CopyRight` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Location_id` int NOT NULL,
  `Image` varchar(100) NOT NULL,
  `BannerText` varchar(250) DEFAULT NULL,
  `SearchText` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `companyprofile_page_Location_id_d4c0ef86_fk_master_location_id` (`Location_id`),
  CONSTRAINT `companyprofile_page_Location_id_d4c0ef86_fk_master_location_id` FOREIGN KEY (`Location_id`) REFERENCES `master_location` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `companyprofile_detail`
--

LOCK TABLES `companyprofile_detail` WRITE;
/*!40000 ALTER TABLE `companyprofile_detail` DISABLE KEYS */;
INSERT INTO `companyprofile_detail` VALUES (9,'ankitsp@gmail.com','8979725676','8979725676','Sector- 25 Noida','','','','http://www.hellogtx.com/','https://www.google.com/','https://www.facebook.com/','https://www.youtube.com/','https://www.linkedin.com/','https://twitter.com/','Copyright © 2020 All rights reserved.','2020-06-03 10:40:02.959413','2020-06-03 10:40:02.959416',1,0,2,'static/photos/2020/06/05/Home2.jpg','Let\'s find the perfect home','Australia’s only real estate platform with 10,000+ highly rated sellers');
/*!40000 ALTER TABLE `companyprofile_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `companyprofile_detail_isdisplayonweb`
--

DROP TABLE IF EXISTS `companyprofile_detail_isdisplayonweb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `companyprofile_detail_isdisplayonweb` (
  `id` int NOT NULL AUTO_INCREMENT,
  `detail_id` int NOT NULL,
  `website_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `companyprofile_detail_is_detail_id_website_id_1a2078e7_uniq` (`detail_id`,`website_id`),
  KEY `companyprofile_detai_website_id_10d739b3_fk_master_we` (`website_id`),
  CONSTRAINT `companyprofile_detai_detail_id_21a122b4_fk_companypr` FOREIGN KEY (`detail_id`) REFERENCES `companyprofile_detail` (`id`),
  CONSTRAINT `companyprofile_detai_website_id_10d739b3_fk_master_we` FOREIGN KEY (`website_id`) REFERENCES `master_website` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `companyprofile_detail_isdisplayonweb`
--

LOCK TABLES `companyprofile_detail_isdisplayonweb` WRITE;
/*!40000 ALTER TABLE `companyprofile_detail_isdisplayonweb` DISABLE KEYS */;
INSERT INTO `companyprofile_detail_isdisplayonweb` VALUES (2,9,1);
/*!40000 ALTER TABLE `companyprofile_detail_isdisplayonweb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `companyprofile_homepageaboutus`
--

DROP TABLE IF EXISTS `companyprofile_homepageaboutus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `companyprofile_homepageaboutus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Title` varchar(200) NOT NULL,
  `ProfileDescription` longtext NOT NULL,
  `Link` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `companyprofile_homepageaboutus`
--

LOCK TABLES `companyprofile_homepageaboutus` WRITE;
/*!40000 ALTER TABLE `companyprofile_homepageaboutus` DISABLE KEYS */;
INSERT INTO `companyprofile_homepageaboutus` VALUES (1,'Confidently with a trusted source','We have the most listings and constant updates. So you’ll never miss out.','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pellentesque elementum augue, vitae vehicula mauris gravida eget. Nulla faucibus at dui sit amet fauc ibus. Nullam leo diam, dignissim in feugiat consequat, consequat faucibus urna.</p>','/allcontent/about-us');
/*!40000 ALTER TABLE `companyprofile_homepageaboutus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `companyprofile_homepagefeatured`
--

DROP TABLE IF EXISTS `companyprofile_homepagefeatured`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `companyprofile_homepagefeatured` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Title` varchar(200) NOT NULL,
  `ProfileDescription` longtext NOT NULL,
  `Image` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `companyprofile_homepagefeatured`
--

LOCK TABLES `companyprofile_homepagefeatured` WRITE;
/*!40000 ALTER TABLE `companyprofile_homepagefeatured` DISABLE KEYS */;
INSERT INTO `companyprofile_homepagefeatured` VALUES (1,'Get Exclusive','Deals and Promotions','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer convallis porta.</p>','static/photos/2021/07/17/getexeclusive.svg'),(2,'Properties from Reputed','Developers','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer convallis porta.</p>','static/photos/2021/07/17/reputed_developers.svg'),(3,'Exciting Offers','on Home Loans','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer convallis porta.Realestate&nbsp;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer convallis porta.Realestate&nbsp;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer convallis porta.Realestate</p>','static/photos/2021/07/17/excitingoffers.svg');
/*!40000 ALTER TABLE `companyprofile_homepagefeatured` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `companyprofile_image`
--

DROP TABLE IF EXISTS `companyprofile_image`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `companyprofile_image` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(60) NOT NULL,
  `Image` varchar(100) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `ImageOrder` smallint unsigned DEFAULT NULL,
  `HomePageAboutUs_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `companyprofile_image_HomePageAboutUs_id_3cfe54ae_fk_companypr` (`HomePageAboutUs_id`),
  CONSTRAINT `companyprofile_image_HomePageAboutUs_id_3cfe54ae_fk_companypr` FOREIGN KEY (`HomePageAboutUs_id`) REFERENCES `companyprofile_homepageaboutus` (`id`),
  CONSTRAINT `companyprofile_image_chk_1` CHECK ((`ImageOrder` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `companyprofile_image`
--

LOCK TABLES `companyprofile_image` WRITE;
/*!40000 ALTER TABLE `companyprofile_image` DISABLE KEYS */;
INSERT INTO `companyprofile_image` VALUES (1,'About 1','static/photos/2021/07/17/about1.svg','2021-07-17 07:43:39.720889',1,1),(2,'About 2','static/photos/2021/07/17/about2.svg','2021-07-17 07:44:13.379357',2,1),(3,'About 3','static/photos/2021/07/17/about3.svg','2021-07-17 07:44:13.379829',3,1),(4,'About 4','static/photos/2021/07/17/about4.svg','2021-07-17 07:44:36.378289',4,1);
/*!40000 ALTER TABLE `companyprofile_image` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `companyprofile_team`
--

DROP TABLE IF EXISTS `companyprofile_team`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `companyprofile_team` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Title` varchar(200) NOT NULL,
  `ProfileDescription` longtext NOT NULL,
  `Image` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `companyprofile_team`
--

LOCK TABLES `companyprofile_team` WRITE;
/*!40000 ALTER TABLE `companyprofile_team` DISABLE KEYS */;
INSERT INTO `companyprofile_team` VALUES (1,'John Doe','Chief Executive Officer','<p>Lorem&nbsp;Ipsum&nbsp;is&nbsp;simply&nbsp;dummy&nbsp;&nbsp;</p>','static/photos/2021/07/17/teamimg1.jpg'),(2,'Maria Peterson','Product Manager','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>','static/photos/2021/07/17/team-img-2.jpg'),(3,'Steve Curtis','CTO','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>','static/photos/2021/07/17/team-img-3.jpg'),(4,'Jemma Lucas','Accountant','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>','static/photos/2021/07/17/team-img-4.jpg'),(5,'Joey Trebio','Product Manager','<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>','static/photos/2021/07/17/team-img-5.jpg');
/*!40000 ALTER TABLE `companyprofile_team` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crm_agents`
--

DROP TABLE IF EXISTS `crm_agents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `crm_agents` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Email` varchar(200) NOT NULL,
  `Mobile` varchar(200) NOT NULL,
  `Icon` varchar(100) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `AddressLine1` varchar(200) NOT NULL,
  `AddressLine2` varchar(200) NOT NULL,
  `CompanyName` varchar(200) NOT NULL,
  `Country_id` int NOT NULL,
  `Password` varchar(100) NOT NULL,
  `Photo` varchar(100) NOT NULL,
  `WebsiteURL` varchar(200) NOT NULL,
  `ZipCode` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `crm_agents_Country_id_5a5992ee_fk_master_country_id` (`Country_id`),
  CONSTRAINT `crm_agents_Country_id_5a5992ee_fk_master_country_id` FOREIGN KEY (`Country_id`) REFERENCES `master_country` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crm_agents`
--

LOCK TABLES `crm_agents` WRITE;
/*!40000 ALTER TABLE `crm_agents` DISABLE KEYS */;
INSERT INTO `crm_agents` VALUES (2,'James Tostevin','jamestostevin@au.in','07 3188 5500','static/agents/logo1_oL5ZwTm.PNG','2020-06-05 14:10:39.553080','2020-06-05 14:10:39.553084',1,0,'801 Glenferrie Road, HAWTHORN','','Marshall White - Boroondara',1,'123456','static/agents/logo1.PNG','www.marshallwhite.com.au','3122'),(3,'Ric Serrao','ricserrao@com.au','+61 412 072 178','static/agents/logo6_tFizIFh.PNG','2020-06-05 14:39:08.931295','2020-06-05 14:39:08.931298',1,0,'385 New S Head Rd,','Double Bay NSW 2028, Australia','Raineandhorne',1,'123456','static/agents/logo6.PNG','www.raineandhorne.com.au','2028'),(4,'Peter Chauncy','peterchauncy@au.in','0402 036 489','static/agents/logo7_TcvDM1q.png','2020-06-05 14:48:54.508976','2020-06-05 14:48:54.508979',1,0,'1a/29 Holtermann St, Crows Nest NSW 2065, Australia','','McGrath Crows Nest',1,'123456','static/agents/logo7.png','https://www.mcgrath.com.au/agent/277-peter-chauncy','2065'),(5,'Jade Mills','jademills@jademills.com','+1 310-285-7508','static/agents/logo8_6PA8w8h.PNG','2020-06-05 16:43:31.461168','2020-06-05 16:43:31.461172',1,0,'166 N Canon Dr, Beverly Hills,','CA 90210, United States','Jade Mills Estates',1,'123456','static/agents/logo8.PNG','www.jademills.com','90210');
/*!40000 ALTER TABLE `crm_agents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crm_contactus`
--

DROP TABLE IF EXISTS `crm_contactus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `crm_contactus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Email` varchar(64) NOT NULL,
  `CountryCode` varchar(8) NOT NULL,
  `MobileNo` varchar(16) NOT NULL,
  `Subject` varchar(64) NOT NULL,
  `Message` longtext NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Website_id` int NOT NULL,
  `LeadStatus_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `crm_contactus_LeadStatus_id_34b0d561_fk_master_leadstatus_id` (`LeadStatus_id`),
  KEY `crm_contactus_Website_id_5551fbd3_fk_master_website_id` (`Website_id`),
  CONSTRAINT `crm_contactus_LeadStatus_id_34b0d561_fk_master_leadstatus_id` FOREIGN KEY (`LeadStatus_id`) REFERENCES `master_leadstatus` (`id`),
  CONSTRAINT `crm_contactus_Website_id_5551fbd3_fk_master_website_id` FOREIGN KEY (`Website_id`) REFERENCES `master_website` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crm_contactus`
--

LOCK TABLES `crm_contactus` WRITE;
/*!40000 ALTER TABLE `crm_contactus` DISABLE KEYS */;
INSERT INTO `crm_contactus` VALUES (2,'Prashant Kumar Contact','prashant@catpl.co.in','+91','9015562063','Subject','Test By Prashant','2021-07-24 10:58:25.720987','2021-07-24 10:58:25.720994',1,0,1,1),(3,'Harry Martin','martinshow@gmail.com','+91','(503) 380-','Misspelling on your website','It looks like you have a couple spelling errors on your website such as the word \"avacado\".  Check out a service like SpellAce.com to help.  We\'ve used it in the past and liked it.','2022-02-14 19:10:53.998871','2022-02-14 19:10:53.998883',1,0,1,1),(4,'Buford Chiu','buford@zippyleads.org','+91','NA','ZippyLeads.org Easter Special','ZippyLeads.org is running an easter special till the 18th of April.\r\n\r\nGet all the leads you need for your company with our easter special.','2022-04-14 15:51:43.320340','2022-04-14 15:51:43.320347',1,0,1,1),(5,'Bernard Branch','bernard@topdatalist.com','+91','NA','TopDataList.com Shutting Down','Hello.\r\n\r\nIt is with sad regret to inform you TopDataList.com is shutting down.\r\n\r\nWe have made all our databases available for you for a once off fee.\r\n\r\nVisit us on TopDataList.com','2022-04-20 07:24:31.416294','2022-04-20 07:24:31.416301',1,0,1,1),(6,'Casey Rooney','casey@customdatabases.org','+91','NA','Leads for sale','Your go-to source for leads. We can provide business to business and business to consumer leads, custom-tailored to your needs.\r\n\r\nCustomDatabases.org','2022-05-19 16:16:22.119953','2022-05-19 16:16:22.119962',1,0,1,1),(7,'bvTAhfnmSW','kadijahoy640z9j@outlook.com','+91','4075582390','uiqWjJox','WhCRKGtzfDB','2022-07-27 17:46:43.799859','2022-07-27 17:46:43.799868',1,0,1,1),(8,'uFDwSArXB','kadijahoy640z9j@outlook.com','+91','9247022831','YGJfuwkHqhW','lWzHjPESp','2022-07-27 17:46:46.389904','2022-07-27 17:46:46.389904',1,0,1,1),(9,'WIoUcdePt','usalome861ua7179@outlook.com','+91','9483503322','PFcEtokIjQ','VwSPLQrvcFeCHj','2022-08-01 20:34:24.261292','2022-08-01 20:34:24.261299',1,0,1,1),(10,'IceoFrnbq','usalome861ua7179@outlook.com','+91','4871182902','QJvVzRsDCgylmE','BkQuyVaOevtS','2022-08-01 20:34:26.200018','2022-08-01 20:34:26.200025',1,0,1,1),(11,'jotxziQm','usalome861ua7179@outlook.com','+91','5063406792','EksUadteflo','dIXYSWHpkBKjgUqA','2022-08-01 20:34:33.784788','2022-08-01 20:34:33.784795',1,0,1,1),(12,'PakcFewfQgGHBE','usalome861ua7179@outlook.com','+91','6121619259','JaNuFDZpUxBcYvML','EqZytLKepmrkgwhc','2022-08-01 20:34:35.422165','2022-08-01 20:34:35.422174',1,0,1,1),(13,'koyJhNefEaPZ','isulemaiu8u1iyw@outlook.com','+91','6263651389','hkrtNfdWDpCaBPc','XLygmAFjMIC','2022-08-03 09:24:34.108104','2022-08-03 09:24:34.108123',1,0,1,1),(14,'emZPyROBurhs','isulemaiu8u1iyw@outlook.com','+91','2683837231','BTjonPhabyc','XCaVmBez','2022-08-03 09:24:35.562270','2022-08-03 09:24:35.562277',1,0,1,1),(15,'XCrUEhfpl','trex2y96a652sk4t@outlook.com','+91','9343236257','cwVKrvOEaHZIMFU','PSUkwIZcJ','2022-08-09 07:29:12.049503','2022-08-09 07:29:12.049510',1,0,1,1),(16,'HwQDarOImsk','trex2y96a652sk4t@outlook.com','+91','2410450234','wCdyDZFtzbQIRpfG','sBaYGVUqRxfdDgz','2022-08-09 07:29:13.976608','2022-08-09 07:29:13.976616',1,0,1,1),(17,'mFtijBfzGCDvUIH','eribertoao7o80em@outlook.com','+91','8820877507','foSJeDTMl','ChyQvTRkram','2022-08-11 10:44:20.880382','2022-08-11 10:44:20.880390',1,0,1,1),(18,'LOJZQFjYumNCqrv','eribertoao7o80em@outlook.com','+91','8080546240','gtdZuCnQYjak','XzMdywlu','2022-08-11 10:44:22.711217','2022-08-11 10:44:22.711223',1,0,1,1),(19,'VRfjskycAITtEbxJ','eribertoao7o80em@outlook.com','+91','5763002062','HMbDpirnqRQc','GSLYbvHFloTACVk','2022-08-11 10:44:37.478314','2022-08-11 10:44:37.478321',1,0,1,1),(20,'VcCSWLdkbTaYMwu','eribertoao7o80em@outlook.com','+91','3247809504','YRUozqAJ','srnaRSKDMy','2022-08-11 10:44:39.293616','2022-08-11 10:44:39.293623',1,0,1,1),(21,'kzGuEXgHVYq','shantoriai7y1i96n1@outlook.com','+91','8373192456','tgYxByPnfcuZ','tsYAOBdlNrRE','2022-08-22 15:12:59.751996','2022-08-22 15:12:59.752004',1,0,1,1),(22,'OyzNEIVZW','shantoriai7y1i96n1@outlook.com','+91','7173662501','OGgeHmWLCpsYTR','xadqTJzKkDiMFBmW','2022-08-22 15:13:01.877138','2022-08-22 15:13:01.877146',1,0,1,1),(23,'hBIqGMsnioDkAK','shantoriai7y1i96n1@outlook.com','+91','5494818908','vFbMykurQhRtOI','MnPILrZHS','2022-08-22 15:13:14.676489','2022-08-22 15:13:14.676489',1,0,1,1),(24,'vmDcaKtbEIBeW','shantoriai7y1i96n1@outlook.com','+91','4079501217','CAiENzvgmQYhPt','BgvuLAjCMRIOnFr','2022-08-22 15:13:16.371387','2022-08-22 15:13:16.371395',1,0,1,1),(25,'jgKxywLIXZ','ycyler3ei7z2i36iyo@outlook.com','+91','8945705634','BupOUZEIqNaQ','ODoBVgKwtu','2022-08-30 02:16:04.754865','2022-08-30 02:16:04.754874',1,0,1,1),(26,'LmsRwqVZAt','ycyler3ei7z2i36iyo@outlook.com','+91','2264753041','hMgTqvSPdABCts','zZnvdfglO','2022-08-30 02:16:05.603231','2022-08-30 02:16:05.603239',1,0,1,1),(27,'YAOncsZk','ycyler3ei7z2i36iyo@outlook.com','+91','2473429008','FLkYSQrGND','blcIEQyFqPOw','2022-08-30 02:16:13.989511','2022-08-30 02:16:13.989520',1,0,1,1),(28,'xDKlenwGk','ycyler3ei7z2i36iyo@outlook.com','+91','8081573691','mBcfEtoH','WHGXdyzfAsB','2022-08-30 02:16:14.957459','2022-08-30 02:16:14.957469',1,0,1,1),(29,'FRnLeNqja','earlandu87l832rayea9@outlook.com','+91','5879562925','kpaWxqzJGhfH','mjGZhbeTVkFuCw','2022-09-02 17:06:46.153667','2022-09-02 17:06:46.153674',1,0,1,1),(30,'xPvafFLiWm','earlandu87l832rayea9@outlook.com','+91','3968361783','mdfoGVNxSlTBsUna','TiwWqHIFlgaJKb','2022-09-02 17:06:47.459614','2022-09-02 17:06:47.459623',1,0,1,1),(31,'DzBhOvImXufGUlc','earlandu87l832rayea9@outlook.com','+91','8234981957','hASsGKlQVk','HKyOWvlmCNgGw','2022-09-02 17:06:53.561683','2022-09-02 17:06:53.561690',1,0,1,1),(32,'EbmwhrsYtFuaeOQ','earlandu87l832rayea9@outlook.com','+91','6856380497','HPRJsxemT','TRgMXjHxzE','2022-09-02 17:06:54.823030','2022-09-02 17:06:54.823040',1,0,1,1),(33,'UEzwMdYrtiynb','emarcela8f4ubde10y@outlook.com','+91','8000816405','epDvlVIJHxKgf','KwJyfjtmdpo','2022-09-08 09:29:41.494699','2022-09-08 09:29:41.494704',1,0,1,1),(34,'khGRziPx','emarcela8f4ubde10y@outlook.com','+91','3215465053','aTfDoxuNjP','ngRbZdNGrYHT','2022-09-08 09:29:43.319756','2022-09-08 09:29:43.319765',1,0,1,1),(35,'lNpYHbgyzMhQJ','emarcela8f4ubde10y@outlook.com','+91','2486728035','cpoSqDHkUWBTN','SMPJGBWVR','2022-09-08 09:29:51.927698','2022-09-08 09:29:51.927706',1,0,1,1),(36,'upkAVrwjNhHUS','emarcela8f4ubde10y@outlook.com','+91','5876446393','sJNSBVed','KiSuZTHaMDsoIChP','2022-09-08 09:29:55.092687','2022-09-08 09:29:55.092693',1,0,1,1),(37,'DtJIzXjhfR','aundreotky6951uy@outlook.com','+91','5540481259','HtwgZqenIuMDsP','WKwfotNGjHAi','2022-09-10 14:17:33.589631','2022-09-10 14:17:33.589639',1,0,1,1),(38,'kuvQxzrLlUjB','aundreotky6951uy@outlook.com','+91','3517081195','mWqTcRYkI','hjfZMqIbPcyvpVal','2022-09-10 14:19:14.977197','2022-09-10 14:19:14.977206',1,0,1,1),(39,'AEraXdqcObm','aundreotky6951uy@outlook.com','+91','5622505405','UhvJQKrOFmyV','mMhBuVSHXi','2022-09-10 14:19:17.695557','2022-09-10 14:19:17.695565',1,0,1,1),(40,'WqRpQAotSEm','ejerikayo142de@outlook.com','+91','5622464916','FMKwOuYXmkHIDToZ','TMEHYJvckZ','2022-09-12 01:54:23.764097','2022-09-12 01:54:23.764107',1,0,1,1),(41,'zMUPyOaigtYoQcT','ejerikayo142de@outlook.com','+91','9951687794','aZoIDfWqnJRNOrGS','sFqNndtHEQuv','2022-09-12 01:54:26.330772','2022-09-12 01:54:26.330780',1,0,1,1),(42,'ELtzGAsOdif','ejerikayo142de@outlook.com','+91','5200183217','VwLSlNYX','lQefvJjp','2022-09-12 01:54:48.438370','2022-09-12 01:54:48.438386',1,0,1,1),(43,'TQYpHtMAOulfrmXw','ejerikayo142de@outlook.com','+91','8925562157','tRqnHGxjAaLZKTY','dGPbXqrFMQ','2022-09-12 01:54:50.955803','2022-09-12 01:54:50.955811',1,0,1,1),(44,'prqzJZHWnlEFi','christosf8e5c684ei7o7@outlook.com','+91','5711006066','JaUXdeOAhM','cJMZOqxGLf','2022-09-14 12:00:08.251933','2022-09-14 12:00:08.251940',1,0,1,1),(45,'ZLPnjbWaFG','christosf8e5c684ei7o7@outlook.com','+91','7233849304','hUPoWAbDY','EWlQZpRCusfxGy','2022-09-14 12:00:18.683498','2022-09-14 12:00:18.683506',1,0,1,1),(46,'NTOHKZYPB','christosf8e5c684ei7o7@outlook.com','+91','3960271375','bfAKhzYJBieHwDv','fzXcVCImtryY','2022-09-14 12:01:42.894701','2022-09-14 12:01:42.894701',1,0,1,1),(47,'OJezGkBdD','ptitus501poci6a@outlook.com','+91','7311816185','qAvPhYriBJZTQ','czGTrmqht','2022-09-18 04:10:49.829868','2022-09-18 04:10:49.829876',1,0,1,1),(48,'CfpsrGnATcJQ','ptitus501poci6a@outlook.com','+91','7904893975','WrXCAOoj','owFImGZQrvl','2022-09-18 04:10:52.222898','2022-09-18 04:10:52.222907',1,0,1,1),(49,'HMTGlsBOwgqJtY','ptitus501poci6a@outlook.com','+91','9281977262','wDlynhVFfSbavYQB','QUdaOXYmWjEkcvT','2022-09-18 04:10:59.835006','2022-09-18 04:10:59.835014',1,0,1,1),(50,'aTQEcuPdjqA','ptitus501poci6a@outlook.com','+91','5558694406','zfyAuSQKkVp','TruGkHeISPwdWUy','2022-09-18 04:11:01.961585','2022-09-18 04:11:01.961595',1,0,1,1),(51,'RaYfpDFnqO','wziyadw01mye43ua6@outlook.com','+91','5808627364','yOoFSlWM','YBcvDfmI','2022-09-24 17:40:48.800536','2022-09-24 17:40:48.800543',1,0,1,1),(52,'eFlvnGhVfadptbW','wziyadw01mye43ua6@outlook.com','+91','4486865275','etpbVQhuYACGKk','NgrPMeof','2022-09-24 17:40:50.386002','2022-09-24 17:40:50.386011',1,0,1,1),(53,'sLGuSOiRADmtnIH','wziyadw01mye43ua6@outlook.com','+91','3137459259','ZNwJkBbiADdh','hjJEpuzTPKXQwLr','2022-09-24 17:40:59.978882','2022-09-24 17:40:59.978889',1,0,1,1),(54,'irNBXgRIM','wziyadw01mye43ua6@outlook.com','+91','5106452401','NFIeVgrMc','fzTqPjcRmvo','2022-09-24 17:41:01.529194','2022-09-24 17:41:01.529203',1,0,1,1),(55,'ZwJvtfkYo','borissubae@outlook.com','+91','4407039599','ltmEPKVrTDcj','ZdBELCNqJ','2022-10-19 06:35:32.826233','2022-10-19 06:35:32.826244',1,0,1,1),(56,'yjRqAbGz','borissubae@outlook.com','+91','5958341200','kRYgzhrXwiVb','WgNqClVinzy','2022-10-19 06:35:35.580688','2022-10-19 06:35:35.580694',1,0,1,1),(57,'MpWBZLCejF','borissubae@outlook.com','+91','9682908098','nrvwqbdDcSMQeHB','wVkPRaIZtDCjir','2022-10-19 06:35:48.995738','2022-10-19 06:35:48.995747',1,0,1,1),(58,'EFXeGlKiCWSDJd','borissubae@outlook.com','+91','8679319255','bYdGIFMkXl','dnscNHRZYyw','2022-10-19 06:35:52.144843','2022-10-19 06:35:52.144850',1,0,1,1),(59,'FpeyIcOQVA','cleoc0qpenny@hotmail.com','+91','9025461393','dszyBPQX','IYnUTafvR','2022-10-29 02:43:46.279194','2022-10-29 02:43:46.279203',1,0,1,1),(60,'ubzZBIsYClWpn','cleoc0qpenny@hotmail.com','+91','2970349894','xDXcEYPAgR','NhWFuErqIBY','2022-10-29 02:43:47.556100','2022-10-29 02:43:47.556109',1,0,1,1),(61,'bUpFdTtX','cleoc0qpenny@hotmail.com','+91','6349625270','YFOnMzhjgEdtf','mBEuHevw','2022-10-29 02:44:27.398045','2022-10-29 02:44:27.398053',1,0,1,1),(62,'sECeDFtlBcZkdgY','cleoc0qpenny@hotmail.com','+91','9234450330','jMgQEaDl','XLENRsbYKSfV','2022-10-29 02:44:28.545335','2022-10-29 02:44:28.545343',1,0,1,1),(63,'pJgdmSfhTeDHKy','adellsusans3@hotmail.com','+91','6494565947','tFTPMVvp','FmxQvGXur','2022-11-01 07:03:46.320903','2022-11-01 07:03:46.320910',1,0,1,1),(64,'AZSWtxkuqgrnBO','adellsusans3@hotmail.com','+91','3439250350','nbsLxSfgZYuOez','HxaKNJBWCDPE','2022-11-01 07:03:47.643827','2022-11-01 07:03:47.643840',1,0,1,1),(65,'hpDBglFcOUmESy','adellsusans3@hotmail.com','+91','7398672232','OiyqPxutMUQXRlY','xECigmkuqlUF','2022-11-01 07:03:53.845224','2022-11-01 07:03:53.845239',1,0,1,1),(66,'jhaXlyIvMQgi','adellsusans3@hotmail.com','+91','5507200329','iVFBgYpCHoXAGQn','SJEnWVfPxF','2022-11-01 07:03:55.381034','2022-11-01 07:03:55.381042',1,0,1,1),(67,'nTsXYaKDUhw','jacnuyehal@outlook.com','+91','4591289843','KgiwebLxofW','ErzxaguKhNYWZfvH','2022-11-11 07:22:47.039375','2022-11-11 07:22:47.039382',1,0,1,1),(68,'bWufrAcnDBmFdE','jacnuyehal@outlook.com','+91','6735986193','FTbiglkaEw','pIemyxTrvPBGhfou','2022-11-11 07:22:47.773199','2022-11-11 07:22:47.773202',1,0,1,1),(69,'CnoXmlYQeBK','jacnuyehal@outlook.com','+91','6408093517','LnsqrWua','ndlLNuwsr','2022-11-11 07:22:54.256335','2022-11-11 07:22:54.256342',1,0,1,1),(70,'CxnjLWZvPqAGFz','jacnuyehal@outlook.com','+91','8567148746','VrivxqeAyQt','kHduhitOvn','2022-11-11 07:22:55.142617','2022-11-11 07:22:55.142624',1,0,1,1);
/*!40000 ALTER TABLE `crm_contactus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crm_general`
--

DROP TABLE IF EXISTS `crm_general`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `crm_general` (
  `id` int NOT NULL AUTO_INCREMENT,
  `WantTo` varchar(64) DEFAULT NULL,
  `Location` varchar(1000) DEFAULT NULL,
  `Budget` varchar(64) DEFAULT NULL,
  `TypeOfProperty` varchar(1000) DEFAULT NULL,
  `FinancePreApproval` varchar(64) DEFAULT NULL,
  `Name` varchar(200) NOT NULL,
  `Email` varchar(64) NOT NULL,
  `CountryCode` varchar(8) NOT NULL,
  `MobileNo` varchar(16) NOT NULL,
  `SubscribeToNewsletter` varchar(64) NOT NULL,
  `Message` longtext NOT NULL,
  `PageName` varchar(200) NOT NULL,
  `Source` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Website_id` int NOT NULL,
  `LeadStatus_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `crm_general_LeadStatus_id_2f00892b_fk_master_leadstatus_id` (`LeadStatus_id`),
  KEY `crm_general_Website_id_a494fe0d_fk_master_website_id` (`Website_id`),
  CONSTRAINT `crm_general_LeadStatus_id_2f00892b_fk_master_leadstatus_id` FOREIGN KEY (`LeadStatus_id`) REFERENCES `master_leadstatus` (`id`),
  CONSTRAINT `crm_general_Website_id_a494fe0d_fk_master_website_id` FOREIGN KEY (`Website_id`) REFERENCES `master_website` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crm_general`
--

LOCK TABLES `crm_general` WRITE;
/*!40000 ALTER TABLE `crm_general` DISABLE KEYS */;
INSERT INTO `crm_general` VALUES (1,'Buy','Noida','$300K - $350K','House','Yes','Manish','manish@catpl.co,.in','+61','8744944802','Yes','Test Message','Home Page','Website','2021-07-16 13:07:25.041728','2021-07-16 13:07:25.041735',1,0,1,1),(2,'Buy','Noida','$300K - $350K','House','Yes','Manish','manish@catpl.co.in','+61','8744944802','Yes','Testing ','Home Page','Website','2021-07-16 13:13:23.538982','2021-07-16 13:13:23.538989',1,0,1,1),(3,'Sell','Noida','$300K - $350K','Townhouse','Yes','test','manish@catpl.co.in','+61','8744944802','Yes','Testing Message','Home Page','Website','2021-07-16 13:28:57.436933','2021-07-16 13:28:57.436940',1,0,1,1),(4,'','','','','Yes','','','+61','','Yes','','Home Page','Website','2021-07-16 14:03:21.716670','2021-07-16 14:03:21.716676',1,0,1,1),(5,'','','','','Yes','','','+61','','Yes','','Home Page','Website','2021-07-16 14:11:29.710420','2021-07-16 14:11:29.710428',1,0,1,1),(6,'','','','','Yes','tt','man@catpl.com','+61','12','Yes','','Home Page','Website','2021-07-22 10:07:30.123784','2021-07-22 10:07:30.123791',1,0,1,1),(7,'Buy','Mumbai','$50,000','1','Yes','asa','test@gmail.com','+61','123456','Yes','','Home Page','Website','2021-07-22 10:20:01.084435','2021-07-22 10:20:01.084441',1,0,1,1),(8,'Buy','Mumbai','$75,000','2','Yes','test','man@gmail.com','+61','213464','Yes','','Home Page','Website','2021-07-22 10:31:54.195439','2021-07-22 10:31:54.195445',1,0,1,1),(9,'Buy','Sydney','$75,000','2','Yes','sds','mansih@g.com','+61','13165','Yes','','Home Page','Website','2021-07-22 10:32:31.813921','2021-07-22 10:32:31.813927',1,0,1,1),(10,'Buy','Mumbai','$50,000','5','Yes','zczx','test@gmail.com','+61','123213','Yes','','Home Page','Website','2021-07-22 10:34:23.318143','2021-07-22 10:34:23.318150',1,0,1,1),(11,'Buy','Mumbai','$50,000','1','Yes','zxc','test@catpl.co.in','+61','12','Yes','','Home Page','Website','2021-07-22 10:35:38.569411','2021-07-22 10:35:38.569417',1,0,1,1);
/*!40000 ALTER TABLE `crm_general` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crm_homeloan`
--

DROP TABLE IF EXISTS `crm_homeloan`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `crm_homeloan` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Email` varchar(64) NOT NULL,
  `CountryCode` varchar(8) NOT NULL,
  `MobileNo` varchar(16) NOT NULL,
  `Location` varchar(600) NOT NULL,
  `PropertyArea` varchar(600) NOT NULL,
  `Message` longtext NOT NULL,
  `Source` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Website_id` int NOT NULL,
  `LeadStatus_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `crm_homeloan_LeadStatus_id_3667ec47_fk_master_leadstatus_id` (`LeadStatus_id`),
  KEY `crm_homeloan_Website_id_a9c38b4b_fk_master_website_id` (`Website_id`),
  CONSTRAINT `crm_homeloan_LeadStatus_id_3667ec47_fk_master_leadstatus_id` FOREIGN KEY (`LeadStatus_id`) REFERENCES `master_leadstatus` (`id`),
  CONSTRAINT `crm_homeloan_Website_id_a9c38b4b_fk_master_website_id` FOREIGN KEY (`Website_id`) REFERENCES `master_website` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crm_homeloan`
--

LOCK TABLES `crm_homeloan` WRITE;
/*!40000 ALTER TABLE `crm_homeloan` DISABLE KEYS */;
/*!40000 ALTER TABLE `crm_homeloan` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crm_lead`
--

DROP TABLE IF EXISTS `crm_lead`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `crm_lead` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Email` varchar(64) NOT NULL,
  `CountryCode` varchar(8) NOT NULL,
  `MobileNo` varchar(16) NOT NULL,
  `Subject` varchar(64) NOT NULL,
  `Message` longtext NOT NULL,
  `FinancePreApproval` varchar(64) DEFAULT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Website_id` int NOT NULL,
  `Property_id` int DEFAULT NULL,
  `LeadStatus_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `crm_lead_Property_id_507b33b7_fk_inventory_property_id` (`Property_id`),
  KEY `crm_lead_LeadStatus_id_55817a56_fk_master_leadstatus_id` (`LeadStatus_id`),
  KEY `crm_lead_Website_id_5a8c34f7_fk_master_website_id` (`Website_id`),
  CONSTRAINT `crm_lead_LeadStatus_id_55817a56_fk_master_leadstatus_id` FOREIGN KEY (`LeadStatus_id`) REFERENCES `master_leadstatus` (`id`),
  CONSTRAINT `crm_lead_Property_id_507b33b7_fk_inventory_property_id` FOREIGN KEY (`Property_id`) REFERENCES `inventory_property` (`id`),
  CONSTRAINT `crm_lead_Website_id_5a8c34f7_fk_master_website_id` FOREIGN KEY (`Website_id`) REFERENCES `master_website` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crm_lead`
--

LOCK TABLES `crm_lead` WRITE;
/*!40000 ALTER TABLE `crm_lead` DISABLE KEYS */;
INSERT INTO `crm_lead` VALUES (1,'Prashant Kumar','prashant@catpl.co.in','+61','9015562063','Test By Prashant','','Yes','2021-07-16 09:44:12.304423','2021-07-16 09:44:12.304432',1,0,1,3,1),(2,'Test','manish@catpl.co.in','+61','8744944802','Testing Mode','Testing Data','Yes','2021-07-16 10:15:56.247751','2021-07-16 10:15:56.247758',1,0,1,4,1),(3,'','','+61','','','','Yes','2021-07-16 10:16:32.078121','2021-07-16 10:16:32.078127',1,0,1,3,1),(4,'','','+61','','','','Yes','2021-07-16 10:17:00.102735','2021-07-16 10:17:00.102741',1,0,1,3,1),(5,'','','+61','','','','Yes','2021-07-16 10:32:41.991647','2021-07-16 10:32:41.991654',1,0,1,4,1),(6,'','','+61','','','','Yes','2021-07-16 10:40:32.183285','2021-07-16 10:40:32.183292',1,0,1,3,1),(7,'manish','manish@catpl.co.in','+61','8744944802','Test Data','Testing Message','Yes','2021-07-16 13:10:31.740643','2021-07-16 13:10:31.740651',1,0,1,3,1),(8,'test','manish@catpl.co.in','+61','8744944802','Test Data','Testing data','Yes','2021-07-16 13:36:21.925315','2021-07-16 13:36:21.925321',1,0,1,4,1),(9,'test','manish@catpl.co.in','+61','8744944802','Testing Data','Testing dta','Yes','2021-07-16 13:41:53.934357','2021-07-16 13:41:53.934363',1,0,1,4,1),(10,'','','+61','','','','Yes','2021-07-16 13:42:04.152798','2021-07-16 13:42:04.152804',1,0,1,3,1),(11,'','','+61','','','','Yes','2021-07-16 13:48:38.232731','2021-07-16 13:48:38.232740',1,0,1,4,1),(12,'','','+61','','','','Yes','2021-07-16 13:48:48.206487','2021-07-16 13:48:48.206493',1,0,1,4,1),(13,'','','+61','','','','Yes','2021-07-16 13:48:59.948332','2021-07-16 13:48:59.948338',1,0,1,4,1),(14,'','','+61','','','','Yes','2021-07-16 13:50:31.771137','2021-07-16 13:50:31.771144',1,0,1,3,1),(15,'','','+61','','','','Yes','2021-07-16 13:55:14.044222','2021-07-16 13:55:14.044229',1,0,1,3,1),(16,'','','+61','','','','Yes','2021-07-16 14:09:29.770244','2021-07-16 14:09:29.770250',1,0,1,3,1),(17,'','','+61','','','','Yes','2021-07-16 14:09:52.616703','2021-07-16 14:09:52.616709',1,0,1,3,1),(18,'','','+61','','','','Yes','2021-07-17 08:19:12.606777','2021-07-17 08:19:12.606784',1,0,1,3,1),(19,'','','+61','','','','Yes','2021-07-22 06:16:14.324157','2021-07-22 06:16:14.324164',1,0,1,3,1),(20,'','','+61','','','','Yes','2021-07-22 07:27:23.660486','2021-07-22 07:27:23.660492',1,0,1,3,1),(21,'','','+61','','','','Yes','2021-07-22 07:31:15.385986','2021-07-22 07:31:15.385992',1,0,1,3,1),(22,'mm','mm@gmail.com','+61','8711','test','','Yes','2021-07-22 07:37:15.778663','2021-07-22 07:37:15.778668',1,0,1,3,1),(23,'Manish','manish@catpl.co.in','+61','8744944802','Testing','','Yes','2021-07-22 07:39:36.876324','2021-07-22 07:39:36.876330',1,0,1,3,1),(24,'rrr','test@gmail.com','+61','1212','tes','','Yes','2021-07-22 07:43:08.505426','2021-07-22 07:43:08.505433',1,0,1,3,1),(25,'tes','test@gm.com','+61','1234','tes','','Yes','2021-07-22 07:44:54.166564','2021-07-22 07:44:54.166570',1,0,1,3,1),(26,'ts','test@gm.com','+61','1212','dfdsf','','Yes','2021-07-22 07:48:51.220384','2021-07-22 07:48:51.220390',1,0,1,3,1),(27,'dfgdfg','gddf@gmail.com','+61','345345345','fsdfsf','','Yes','2021-07-22 07:51:28.375710','2021-07-22 07:51:28.375716',1,0,1,3,1),(28,'test','test@gmail.com','+61','123456','test','','Yes','2021-07-22 07:58:11.457217','2021-07-22 07:58:11.457223',1,0,1,3,1),(29,'test','test@gmail.com','+61','123456','test','','Yes','2021-07-22 07:58:57.228177','2021-07-22 07:58:57.228184',1,0,1,3,1),(30,'','','+61','','','','Yes','2021-07-22 08:06:03.130186','2021-07-22 08:06:03.130193',1,0,1,3,1),(31,'test','test@gmail.com','+61','12345','test','','Yes','2021-07-22 08:16:00.645959','2021-07-22 08:16:00.645965',1,0,1,3,1),(32,'test','test@gmail.com','+61','12345','test','','Yes','2021-07-22 08:18:08.888299','2021-07-22 08:18:08.888305',1,0,1,3,1),(33,'tt','tessr@gmail.com','+61','1234','test','','Yes','2021-07-22 08:21:30.764665','2021-07-22 08:21:30.764671',1,0,1,3,1),(34,'test','manis@catpl.co.in','+61','123','sdfsd','','Yes','2021-07-22 10:20:35.437676','2021-07-22 10:20:35.437683',1,0,1,4,1),(35,'sad','df@gmal.com','+61','8744948','sd','','Yes','2021-07-22 10:34:44.821358','2021-07-22 10:34:44.821366',1,0,1,6,1),(36,'resr','test@gmail.com','+61','123','sdfd','','Yes','2021-07-22 10:35:11.104844','2021-07-22 10:35:11.104850',1,0,1,5,1),(37,'Gaurav','gaurav@catpl.co.in','+61','9811192312','Test','i m interested','Yes','2021-07-27 14:59:20.000000','2021-07-27 14:59:20.000000',1,0,1,3,1);
/*!40000 ALTER TABLE `crm_lead` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `crm_sellrent`
--

DROP TABLE IF EXISTS `crm_sellrent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `crm_sellrent` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Type` varchar(4) NOT NULL,
  `Name` varchar(200) NOT NULL,
  `Email` varchar(64) NOT NULL,
  `CountryCode` varchar(8) NOT NULL,
  `MobileNo` varchar(16) NOT NULL,
  `Location` varchar(600) NOT NULL,
  `PropertyArea` varchar(600) NOT NULL,
  `Message` longtext NOT NULL,
  `Source` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Website_id` int NOT NULL,
  `LeadStatus_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `crm_sellrent_LeadStatus_id_8e81186a_fk_master_leadstatus_id` (`LeadStatus_id`),
  KEY `crm_sellrent_Website_id_1f7bafc6_fk_master_website_id` (`Website_id`),
  CONSTRAINT `crm_sellrent_LeadStatus_id_8e81186a_fk_master_leadstatus_id` FOREIGN KEY (`LeadStatus_id`) REFERENCES `master_leadstatus` (`id`),
  CONSTRAINT `crm_sellrent_Website_id_1f7bafc6_fk_master_website_id` FOREIGN KEY (`Website_id`) REFERENCES `master_website` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `crm_sellrent`
--

LOCK TABLES `crm_sellrent` WRITE;
/*!40000 ALTER TABLE `crm_sellrent` DISABLE KEYS */;
/*!40000 ALTER TABLE `crm_sellrent` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `django_admin_log`
--

DROP TABLE IF EXISTS `django_admin_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `django_admin_log` (
  `id` int NOT NULL AUTO_INCREMENT,
  `action_time` datetime(6) NOT NULL,
  `object_id` longtext,
  `object_repr` varchar(200) NOT NULL,
  `action_flag` smallint unsigned NOT NULL,
  `change_message` longtext NOT NULL,
  `content_type_id` int DEFAULT NULL,
  `user_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `django_admin_log_content_type_id_c4bce8eb_fk_django_co` (`content_type_id`),
  KEY `django_admin_log_user_id_c564eba6_fk_auth_user_id` (`user_id`),
  CONSTRAINT `django_admin_log_content_type_id_c4bce8eb_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`),
  CONSTRAINT `django_admin_log_user_id_c564eba6_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`),
  CONSTRAINT `django_admin_log_chk_1` CHECK ((`action_flag` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=589 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `django_admin_log`
--

LOCK TABLES `django_admin_log` WRITE;
/*!40000 ALTER TABLE `django_admin_log` DISABLE KEYS */;
INSERT INTO `django_admin_log` VALUES (1,'2020-05-01 16:05:05.321513','1','PropertyType object (1)',1,'[{\"added\": {}}]',11,1),(2,'2020-05-01 16:06:59.636559','3','Website object (3)',1,'[{\"added\": {}}]',13,1),(3,'2020-05-01 16:07:10.528263','4','Website object (4)',1,'[{\"added\": {}}]',13,1),(4,'2020-05-01 16:07:21.561961','5','Website object (5)',1,'[{\"added\": {}}]',13,1),(5,'2020-05-02 17:11:47.630982','2','Project object (2)',1,'[{\"added\": {}}]',17,1),(6,'2020-05-02 18:47:01.733592','2','Project object (2)',2,'[]',17,1),(7,'2020-05-02 18:47:12.905498','2','Project object (2)',2,'[{\"changed\": {\"fields\": [\"IsDisplayOnWeb\"]}}]',17,1),(8,'2020-05-02 18:47:21.928495','2','Project object (2)',2,'[{\"changed\": {\"fields\": [\"IsDisplayOnWeb\"]}}]',17,1),(9,'2020-05-02 18:55:02.569087','2','Project object (2)',2,'[{\"changed\": {\"fields\": [\"IsDisplayOnWeb\"]}}]',17,1),(10,'2020-05-02 18:55:11.500061','2','Project object (2)',2,'[{\"changed\": {\"fields\": [\"IsDisplayOnWeb\"]}}]',17,1),(11,'2020-05-03 10:04:49.226257','2','Project object (2)',2,'[{\"changed\": {\"fields\": [\"IsDisplayOnWeb\"]}}]',17,1),(12,'2020-05-03 10:05:31.510559','2','Project object (2)',2,'[{\"changed\": {\"fields\": [\"IsDisplayOnWeb\"]}}]',17,1),(13,'2020-05-03 10:05:39.665672','2','Project object (2)',2,'[{\"changed\": {\"fields\": [\"IsDisplayOnWeb\"]}}]',17,1),(14,'2020-05-05 14:19:27.632307','2','Project object (2)',2,'[]',17,1),(15,'2020-05-07 19:14:10.083735','1','Country object (1)',1,'[{\"added\": {}}]',10,1),(16,'2020-05-08 07:47:58.259108','1','City object (1)',1,'[{\"added\": {}}]',21,1),(17,'2020-05-08 09:07:54.952224','1','LoctionType object (1)',1,'[{\"added\": {}}]',22,1),(18,'2020-05-08 09:09:28.775758','1','Loction object (1)',1,'[{\"added\": {}}]',23,1),(19,'2020-05-08 09:09:29.083682','2','Loction object (2)',1,'[{\"added\": {}}]',23,1),(20,'2020-05-08 09:10:04.957820','2','Loction object (2)',3,'',23,1),(21,'2020-05-09 12:37:57.868814','1','AreaUnit object (1)',1,'[{\"added\": {}}]',20,1),(22,'2020-05-09 14:33:45.715282','1','Configuration object (1)',1,'[{\"added\": {}}]',29,1),(23,'2020-05-09 14:34:15.731179','1','Facing object (1)',1,'[{\"added\": {}}]',18,1),(24,'2020-05-11 05:08:53.146038','1','LocationType object (1)',1,'[{\"added\": {}}]',25,1),(25,'2020-05-11 05:09:21.990737','2','LocationType object (2)',1,'[{\"added\": {}}]',25,1),(26,'2020-05-11 06:17:59.191784','1','Country object (1)',1,'[{\"added\": {}}]',10,1),(27,'2020-05-11 06:18:29.017461','1','Location object (1)',1,'[{\"added\": {}}]',26,1),(28,'2020-05-24 04:28:55.139177','1','Website',1,'[{\"added\": {}}]',13,1),(29,'2020-05-24 09:27:34.447552','1','Cafeteria',1,'[{\"added\": {}}]',9,1),(30,'2020-05-24 09:40:37.547383','1','Pooja Room',1,'[{\"added\": {}}]',30,1),(31,'2020-05-24 09:45:50.811389','1','Sell',1,'[{\"added\": {}}]',24,1),(32,'2020-05-24 09:46:00.182672','2','Buy',1,'[{\"added\": {}}]',24,1),(33,'2020-05-24 09:46:08.432376','3','Rent',1,'[{\"added\": {}}]',24,1),(34,'2020-05-24 09:46:59.028099','1','School',1,'[{\"added\": {}}]',19,1),(35,'2020-05-24 09:52:39.300288','1','Resident Apartment',1,'[{\"added\": {}}]',11,1),(36,'2020-05-24 09:53:08.099233','1','Website',1,'[{\"added\": {}}]',14,1),(37,'2020-05-24 10:06:17.646141','1','Doors',1,'[{\"added\": {}}]',12,1),(38,'2020-05-24 10:52:39.308619','1','Unfurnished',1,'[{\"added\": {}}]',32,1),(39,'2020-05-24 10:53:23.686850','1','Freehold',1,'[{\"added\": {}}]',31,1),(40,'2020-05-25 09:29:29.676148','1','Cafeteria',2,'[]',9,1),(41,'2020-05-25 09:30:29.111681','2','Club',1,'[{\"added\": {}}]',9,1),(42,'2020-05-25 09:32:23.933857','3','Gym',1,'[{\"added\": {}}]',9,1),(43,'2020-05-25 09:35:02.106874','4','Maintenance',1,'[{\"added\": {}}]',9,1),(44,'2020-05-25 09:47:07.459297','5','24 x 7 Support',1,'[{\"added\": {}}]',9,1),(45,'2020-05-25 09:47:13.029458','5','24 x 7 Support',2,'[]',9,1),(46,'2020-05-25 09:49:38.487979','6','Swimming Pool',1,'[{\"added\": {}}]',9,1),(47,'2020-05-25 09:50:15.114353','6','Pool',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',9,1),(48,'2020-05-25 09:51:09.237367','7','Swimming Pool',1,'[{\"added\": {}}]',9,1),(49,'2020-05-25 09:53:33.539858','6','Pool',2,'[]',9,1),(50,'2020-05-25 10:33:38.697877','2','Square Feet (sq ft)',1,'[{\"added\": {}}]',20,1),(51,'2020-05-25 10:34:04.630883','3','Square Centimeters',1,'[{\"added\": {}}]',20,1),(52,'2020-05-25 10:34:16.514273','4','Square Inch',1,'[{\"added\": {}}]',20,1),(53,'2020-05-25 10:34:26.932999','5','Square Kilometer (sq km)',1,'[{\"added\": {}}]',20,1),(54,'2020-05-25 10:34:36.743489','6','Square Meter (sq m)',1,'[{\"added\": {}}]',20,1),(55,'2020-05-25 10:34:47.043932','7','Square Mile',1,'[{\"added\": {}}]',20,1),(56,'2020-05-25 10:34:55.450688','8','Square Yard (sq yd)',1,'[{\"added\": {}}]',20,1),(57,'2020-05-25 10:35:02.950840','9','Acre',1,'[{\"added\": {}}]',20,1),(58,'2020-05-25 10:35:09.384924','10','Hectare',1,'[{\"added\": {}}]',20,1),(59,'2020-05-25 10:36:05.595214','1','sq.ft.',3,'',20,1),(60,'2020-05-25 10:53:47.739295','2','New Zealand',1,'[{\"added\": {}}]',10,1),(61,'2020-05-25 10:53:51.466644','2','New Zealand',2,'[]',10,1),(62,'2020-05-25 10:54:06.195560','3','Indonesia',1,'[{\"added\": {}}]',10,1),(63,'2020-05-25 10:54:21.080640','4','Singapore',1,'[{\"added\": {}}]',10,1),(64,'2020-05-25 10:54:33.655029','5','Vanuatu',1,'[{\"added\": {}}]',10,1),(65,'2020-05-25 10:54:43.808732','6','Fiji',1,'[{\"added\": {}}]',10,1),(66,'2020-05-25 10:57:31.642745','7','New Caledonia',1,'[{\"added\": {}}]',10,1),(67,'2020-05-25 10:58:10.057356','8','dsdsd',1,'[{\"added\": {}}]',10,1),(68,'2020-05-25 10:58:14.466650','8','dsdsd',3,'',10,1),(69,'2020-05-25 11:40:58.469452','2','2 BHK',1,'[{\"added\": {}}]',29,1),(70,'2020-05-25 11:41:21.285863','3','3 BHK',1,'[{\"added\": {}}]',29,1),(71,'2020-05-25 11:41:30.605362','4','4 BHK',1,'[{\"added\": {}}]',29,1),(72,'2020-05-25 11:55:53.951786','1','East',2,'[]',18,1),(73,'2020-05-25 11:55:59.010962','2','West',1,'[{\"added\": {}}]',18,1),(74,'2020-05-25 11:56:04.725700','3','North',1,'[{\"added\": {}}]',18,1),(75,'2020-05-25 11:56:09.917719','4','South',1,'[{\"added\": {}}]',18,1),(76,'2020-05-25 11:57:33.386295','5','Northeast',1,'[{\"added\": {}}]',18,1),(77,'2020-05-25 11:57:43.838534','6','Southeast',1,'[{\"added\": {}}]',18,1),(78,'2020-05-25 11:57:56.738975','7','Northwest',1,'[{\"added\": {}}]',18,1),(79,'2020-05-25 11:58:16.418231','8','Southwest',1,'[{\"added\": {}}]',18,1),(80,'2020-05-25 11:58:50.902371','9','sdsds',1,'[{\"added\": {}}]',18,1),(81,'2020-05-25 11:59:12.514546','9','sdsds',3,'',18,1),(82,'2020-05-25 11:59:24.074198','10','sdasdsad',1,'[{\"added\": {}}]',18,1),(83,'2020-05-25 11:59:27.046407','11','sdsadasd',1,'[{\"added\": {}}]',18,1),(84,'2020-05-25 11:59:30.168977','12','dsadasd',1,'[{\"added\": {}}]',18,1),(85,'2020-05-25 11:59:46.688413','12','dsadasd',3,'',18,1),(86,'2020-05-25 11:59:46.690280','11','sdsadasd',3,'',18,1),(87,'2020-05-25 11:59:46.691529','10','sdasdsad',3,'',18,1),(88,'2020-05-25 12:37:15.466756','3','ff',1,'[{\"added\": {}}]',25,1),(89,'2020-05-25 12:37:30.626924','3','ff',3,'',25,1),(90,'2020-05-25 13:01:31.474043','2','Buy',2,'[]',24,1),(91,'2020-05-25 13:01:49.528800','2','Buy',2,'[]',24,1),(92,'2020-05-25 13:01:52.824175','2','Buy',2,'[]',24,1),(93,'2020-05-25 13:11:09.194023','4','Pay Just Rs. 21000 & Unlock Your Ready-To-Move In Home',1,'[{\"added\": {}}]',24,1),(94,'2020-05-25 13:11:47.859033','4','Pay Just Rs. 21000 & Unlock Your Ready-To-Move In Home',2,'[]',24,1),(95,'2020-05-25 13:12:05.902967','5','No Booking Amount, No EMI, No Rent',1,'[{\"added\": {}}]',24,1),(96,'2020-05-25 13:12:36.844010','6','Pay Just 3.45 Lac & Book your Dream Home',1,'[{\"added\": {}}]',24,1),(97,'2020-05-25 13:15:49.772931','7','Book Now @ Rs.25000 (100% Refundable)',1,'[{\"added\": {}}]',24,1),(98,'2020-05-25 13:16:27.194001','8','Pay 25% - Enjoy 100% Luxury',1,'[{\"added\": {}}]',24,1),(99,'2020-05-25 13:22:23.263611','9','Lease',1,'[{\"added\": {}}]',24,1),(100,'2020-05-25 13:34:04.647865','2','cdsfd',1,'[{\"added\": {}}]',19,1),(101,'2020-05-25 13:35:06.143734','2','Aman Room',1,'[{\"added\": {}}]',30,1),(102,'2020-05-25 13:52:40.016397','2','College',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',19,1),(103,'2020-05-25 14:01:56.566131','2','Retailer',1,'[{\"added\": {}}]',31,1),(104,'2020-05-25 14:03:43.736334','3','Dealer',1,'[{\"added\": {}}]',31,1),(105,'2020-05-25 14:03:56.104714','4','Independent Retailers',1,'[{\"added\": {}}]',31,1),(106,'2020-05-25 14:04:08.526195','5','Consumer Cooperatives',1,'[{\"added\": {}}]',31,1),(107,'2020-05-25 14:05:14.180269','6','Network Marketing',1,'[{\"added\": {}}]',31,1),(108,'2020-05-25 14:05:35.640209','7','Network Members',1,'[{\"added\": {}}]',31,1),(109,'2020-05-25 14:10:29.985559','2','Furnished',1,'[{\"added\": {}}]',32,1),(110,'2020-05-25 14:11:16.556943','3','dsds',1,'[{\"added\": {}}]',32,1),(111,'2020-05-25 14:11:26.363465','3','dsds',3,'',32,1),(112,'2020-05-25 14:16:30.200910','2','Vacant Land',1,'[{\"added\": {}}]',11,1),(113,'2020-05-25 14:18:58.585937','3','Commercial',1,'[{\"added\": {}}]',11,1),(114,'2020-05-25 14:29:44.939989','4','District',1,'[{\"added\": {}}]',25,1),(115,'2020-05-25 14:30:15.026549','5','Landmark',1,'[{\"added\": {}}]',25,1),(116,'2020-05-25 16:42:18.973272','1','About Us',1,'[{\"added\": {}}]',8,1),(117,'2020-05-26 01:36:10.212406','4','Industrial',1,'[{\"added\": {}}]',11,1),(118,'2020-05-26 07:42:39.625744','2','Facebook',1,'[{\"added\": {}}]',14,1),(119,'2020-05-26 07:42:45.668392','3','Twitter',1,'[{\"added\": {}}]',14,1),(120,'2020-05-26 07:43:17.239730','4','Instagram',1,'[{\"added\": {}}]',14,1),(121,'2020-05-26 07:46:07.410934','2','Facebook',2,'[]',14,1),(122,'2020-05-26 07:46:11.505549','5','xcxcxc',1,'[{\"added\": {}}]',14,1),(123,'2020-05-26 07:46:26.582619','5','xcxcxc',3,'',14,1),(124,'2020-05-26 07:53:59.110323','2','sdsdsd',1,'[{\"added\": {}}]',12,1),(125,'2020-05-26 07:54:05.373970','2','sdsdsd',3,'',12,1),(126,'2020-05-26 08:07:29.650827','2','India',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',10,1),(127,'2020-05-26 08:07:37.760486','9','New Zealand',1,'[{\"added\": {}}]',10,1),(128,'2020-05-26 08:09:07.636506','2','Noida Extension',1,'[{\"added\": {}}]',26,1),(129,'2020-05-26 08:10:23.930850','2','VVIP Homes',1,'[{\"added\": {}}]',13,1),(130,'2020-05-26 09:41:56.826797','4','Industrial Building',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(131,'2020-05-26 09:42:22.608706','3','Commercial Land',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(132,'2020-05-26 09:42:27.065307','3','Commercial Land',2,'[]',11,1),(133,'2020-05-26 09:44:27.816300','5','Agricultural Land',1,'[{\"added\": {}}]',11,1),(134,'2020-05-26 10:56:47.470765','3','Test By Prashant',1,'[{\"added\": {}}]',16,1),(135,'2020-05-26 10:57:19.392996','3','Test By Prashant',3,'',16,1),(136,'2020-05-26 11:01:54.958583','4','Lucknow development body launches three new housing projects',1,'[{\"added\": {}}]',16,1),(137,'2020-05-26 11:06:47.300206','5','Vacant residential building converted into Covid-19 facility',1,'[{\"added\": {}}]',16,1),(138,'2020-05-26 11:14:40.509549','4','Semifurnished',1,'[{\"added\": {}}]',32,1),(139,'2020-05-26 11:20:58.920697','3','Master Bedroom',1,'[{\"added\": {}}]',12,1),(140,'2020-05-26 11:21:20.032738','4','Dining',1,'[{\"added\": {}}]',12,1),(141,'2020-05-26 11:24:24.794313','2','The Romano',1,'[{\"added\": {}}]',17,1),(142,'2020-05-26 11:26:50.074983','5','Ready to Move',1,'[{\"added\": {}}]',32,1),(143,'2020-05-26 12:07:35.593484','6','COVID-19 CLEANING PROTOCOLS AND BADGES FOR VACATION RENTALS',1,'[{\"added\": {}}]',16,1),(144,'2020-05-26 12:13:56.342113','7','HOW TO ADVERTISE YOUR VACATION RENTAL ON REAL ESTATE',1,'[{\"added\": {}}]',16,1),(145,'2020-05-26 12:26:04.710338','3','R Retail The Central Park Phase',1,'[{\"added\": {}}]',17,1),(146,'2020-05-26 12:33:16.783332','4','ATS Nobility',1,'[{\"added\": {}}]',17,1),(147,'2020-05-26 12:38:48.526924','8','6 BIGGEST MYTHS IN THE VACATION RENTAL INDUSTRY',1,'[{\"added\": {}}]',16,1),(148,'2020-05-26 13:42:39.442122','1','City',2,'[]',25,1),(149,'2020-05-26 17:30:52.164975','6','Pool',3,'',9,1),(150,'2020-05-27 12:03:56.783237','3','PALLARA',1,'[{\"added\": {}}]',26,1),(151,'2020-05-27 12:05:49.467323','4','ATS Nobility',2,'[]',17,1),(152,'2020-05-27 12:06:55.071042','3','Essence Pallara',1,'[{\"added\": {}}]',27,1),(153,'2020-05-27 12:18:42.379709','2','Pallara Land',2,'[{\"changed\": {\"fields\": [\"Name\", \"Overview\", \"Image\", \"AddressLine\", \"Location\", \"Company Name\", \"Built Up Area\", \"Area Unit\", \"Launch Date\"]}}]',17,1),(154,'2020-05-27 12:29:13.185484','4','303/9 DARLING STREET, SOUTH YARRA',1,'[{\"added\": {}}]',26,1),(155,'2020-05-27 12:44:16.241250','3','Jellis Craig',2,'[{\"changed\": {\"fields\": [\"Name\", \"Overview\", \"Image\", \"AddressLine\", \"Location\", \"Company Name\", \"Built Up Area\", \"Area Unit\"]}}]',17,1),(156,'2020-05-27 12:53:26.262266','5','Bli Bli, Qld',1,'[{\"added\": {}}]',26,1),(157,'2020-05-27 13:50:20.228895','4','RayWhite',2,'[{\"changed\": {\"fields\": [\"Name\", \"Overview\", \"Image\", \"Amenities\", \"Overlooking\", \"Location\", \"Company Name\"]}}]',17,1),(158,'2020-05-27 13:51:12.700428','4','RayWhite',2,'[{\"changed\": {\"fields\": [\"AddressLine\", \"Launch Date\"]}}]',17,1),(159,'2020-05-27 13:55:46.615215','2','Pallara Land',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',17,1),(160,'2020-05-27 14:15:53.885869','3','Essence Pallara',2,'[{\"changed\": {\"fields\": [\"CreatedBy\"]}}]',27,1),(161,'2020-05-27 15:06:18.902368','6','CHELSEA',1,'[{\"added\": {}}]',26,1),(162,'2020-05-27 15:07:08.295850','4','Ray White Property',1,'[{\"added\": {}}]',27,1),(163,'2020-05-27 15:08:33.908202','4','Ray White Property',2,'[{\"changed\": {\"fields\": [\"Price\"]}}]',27,1),(164,'2020-05-27 15:11:28.583593','7','HUGHESDALE',1,'[{\"added\": {}}]',26,1),(165,'2020-05-27 15:11:44.054718','5','Jellis Craig Properties',1,'[{\"added\": {}}]',27,1),(166,'2020-05-27 15:17:51.857622','6','Villa',1,'[{\"added\": {}}]',11,1),(167,'2020-05-27 15:18:38.351886','8','2/29 Colin Road, Scarborough, WA 6019',1,'[{\"added\": {}}]',26,1),(168,'2020-05-27 15:18:54.795466','6','Edison McGrath',1,'[{\"added\": {}}]',27,1),(169,'2020-05-27 15:23:39.781506','9','3/39-41 Rosebery Street, Heathcote',1,'[{\"added\": {}}]',26,1),(170,'2020-05-27 15:23:58.055389','7','One Agency Engadine',1,'[{\"added\": {}}]',27,1),(171,'2020-05-27 15:30:35.791100','10','Point Frederick',1,'[{\"added\": {}}]',26,1),(172,'2020-05-27 15:30:42.526462','8','Luxury Development Ready For Commencement',1,'[{\"added\": {}}]',27,1),(173,'2020-05-27 17:13:26.509468','2','VVIP Homes',2,'[]',13,1),(174,'2020-05-28 04:43:12.348454','2','VVIP Homes',3,'',13,1),(175,'2020-05-28 04:44:35.357728','3','dsdsd',1,'[{\"added\": {}}]',19,1),(176,'2020-05-28 04:44:43.818338','3','dsdsd',3,'',19,1),(177,'2020-05-28 04:45:29.836469','3','aax',1,'[{\"added\": {}}]',30,1),(178,'2020-05-28 04:45:37.581076','3','aax',3,'',30,1),(179,'2020-05-28 05:08:15.924661','2','Dummy Image',1,'[{\"added\": {}}]',28,1),(180,'2020-05-28 10:56:16.148978','3','Pallara Essence',1,'[{\"added\": {}}]',28,1),(181,'2020-05-28 10:56:51.691968','4','Pallara Essences',1,'[{\"added\": {}}]',28,1),(182,'2020-05-28 10:59:38.050923','5','Pallara School',1,'[{\"added\": {}}]',28,1),(183,'2020-05-28 11:21:35.221293','6','Ray White',1,'[{\"added\": {}}]',28,1),(184,'2020-05-28 11:24:51.893405','7','The Brooklyn',1,'[{\"added\": {}}]',28,1),(185,'2020-05-29 01:42:20.389914','8','Internation buyers Image',1,'[{\"added\": {}}]',28,1),(186,'2020-05-29 01:42:56.841716','8','International buyers Image',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',28,1),(187,'2020-05-29 02:02:31.903760','9','Kitchen View',1,'[{\"added\": {}}]',28,1),(188,'2020-05-29 02:50:19.575909','10','Jellis Craig Properties',1,'[{\"added\": {}}]',28,1),(189,'2020-05-29 07:28:57.228812','7','Swimming Pool',2,'[{\"changed\": {\"fields\": [\"Icon\"]}}]',9,1),(190,'2020-05-29 09:23:58.709159','1','Buildtech Homes',1,'[{\"added\": {}}]',33,1),(191,'2020-05-29 09:35:24.492742','2','Metricon Homes',1,'[{\"added\": {}}]',33,1),(192,'2020-05-29 09:45:44.364976','3','Brighton Homes',1,'[{\"added\": {}}]',33,1),(193,'2020-05-29 11:13:57.309139','4','ABN Group',1,'[{\"added\": {}}]',33,1),(194,'2020-05-30 06:36:01.214235','2','Terms And Conditions',1,'[{\"added\": {}}]',8,1),(195,'2020-05-31 09:05:16.049395','2','Terms And Conditions',2,'[{\"changed\": {\"fields\": [\"Display On Web\"]}}]',8,1),(196,'2020-05-31 09:07:50.303702','7','HUGHESDALE',2,'[{\"changed\": {\"fields\": [\"Hot Destination\"]}}]',26,1),(197,'2020-05-31 09:07:56.266918','2','Noida Extension',2,'[{\"changed\": {\"fields\": [\"Hot Destination\"]}}]',26,1),(198,'2020-05-31 09:08:01.817557','1','Harsh Vihar',2,'[{\"changed\": {\"fields\": [\"Hot Destination\"]}}]',26,1),(199,'2020-05-31 09:34:31.467676','4','tamer pro',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',9,1),(200,'2020-06-03 10:36:54.511272','8','sdas',1,'[{\"added\": {}}]',35,1),(201,'2020-06-03 10:40:02.969221','9','ankitcatpl1@gmail.com',1,'[{\"added\": {}}]',35,1),(202,'2020-06-03 10:40:28.307453','8','sdas',3,'',35,1),(203,'2020-06-03 11:03:37.820648','1','About Us',2,'[{\"changed\": {\"fields\": [\"Display On Web\"]}}]',8,1),(204,'2020-06-03 11:04:48.676271','1','About Us',2,'[{\"changed\": {\"fields\": [\"Display Right Section\", \"Display Footer Section\"]}}]',8,1),(205,'2020-06-03 11:25:38.018767','9','ankitcatpl1@gmail.com',2,'[{\"changed\": {\"fields\": [\"Homepage Banner Image\"]}}]',35,1),(206,'2020-06-04 08:18:43.610310','2','Dummy Image',3,'',28,1),(207,'2020-06-04 08:30:52.397682','3','Essence Pallara',2,'[{\"changed\": {\"fields\": [\"Price\"]}}]',27,1),(208,'2020-06-04 08:32:11.387647','3','Essence Pallara',2,'[{\"changed\": {\"fields\": [\"Description\"]}}]',27,1),(209,'2020-06-04 08:32:33.352590','3','Essence Pallara',2,'[{\"changed\": {\"fields\": [\"Description\"]}}]',27,1),(210,'2020-06-04 08:49:05.944155','7','Swimming Pool',2,'[{\"changed\": {\"fields\": [\"Icon\"]}}]',9,1),(211,'2020-06-04 08:49:16.126413','5','24 x 7 Support',2,'[{\"changed\": {\"fields\": [\"Icon\"]}}]',9,1),(212,'2020-06-04 08:49:42.394349','4','Maintenance',2,'[{\"changed\": {\"fields\": [\"Name\", \"Icon\"]}}]',9,1),(213,'2020-06-04 08:49:56.739548','3','Gym',2,'[{\"changed\": {\"fields\": [\"Icon\"]}}]',9,1),(214,'2020-06-04 08:50:07.002149','2','Club',2,'[{\"changed\": {\"fields\": [\"Icon\"]}}]',9,1),(215,'2020-06-04 08:50:43.245101','1','Cafeteria',2,'[{\"changed\": {\"fields\": [\"Icon\"]}}]',9,1),(216,'2020-06-04 08:52:18.923982','4','Maintenance',2,'[{\"changed\": {\"fields\": [\"Status\"]}}]',9,1),(217,'2020-06-04 09:57:34.017853','2','Pallara Land',2,'[{\"changed\": {\"fields\": [\"Amenities\", \"Specifications\"]}}]',17,1),(218,'2020-06-04 09:57:45.985245','3','Jellis Craig',2,'[{\"changed\": {\"fields\": [\"Specifications\"]}}]',17,1),(219,'2020-06-04 09:57:56.939016','4','RayWhite',2,'[{\"changed\": {\"fields\": [\"Amenities\", \"Specifications\"]}}]',17,1),(220,'2020-06-04 10:24:56.969846','8','Luxury Development Ready For Commencement',2,'[{\"changed\": {\"fields\": [\"Page Title\"]}}]',27,1),(221,'2020-06-04 11:32:20.201064','2','Pallara Land',2,'[{\"changed\": {\"fields\": [\"Builder Name\"]}}]',17,1),(222,'2020-06-04 11:43:01.588304','3','Essence Pallara',2,'[{\"changed\": {\"fields\": [\"Possession Date\"]}}]',27,1),(223,'2020-06-04 11:47:29.906627','1','1 + BHK',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',29,1),(224,'2020-06-04 11:47:40.135359','2','2 + BHK',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',29,1),(225,'2020-06-04 11:47:47.808609','3','3 + BHK',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',29,1),(226,'2020-06-04 11:47:55.707947','4','4 + BHK',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',29,1),(227,'2020-06-04 12:00:17.478071','11','Edison McGrath 1',1,'[{\"added\": {}}]',28,1),(228,'2020-06-04 12:00:35.310188','12','Edison McGrath 2',1,'[{\"added\": {}}]',28,1),(229,'2020-06-04 12:00:51.975091','13','Edison McGrath 3',1,'[{\"added\": {}}]',28,1),(230,'2020-06-04 12:01:12.532870','14','Edison McGrath 4',1,'[{\"added\": {}}]',28,1),(231,'2020-06-04 12:01:28.108926','15','Edison McGrath 5',1,'[{\"added\": {}}]',28,1),(232,'2020-06-04 12:01:55.539842','3','Essence Pallara 1',2,'[{\"changed\": {\"fields\": [\"Name\", \"Order\"]}}]',28,1),(233,'2020-06-04 12:02:13.479538','4','Essence Pallara 2',2,'[{\"changed\": {\"fields\": [\"Name\", \"Order\"]}}]',28,1),(234,'2020-06-04 12:02:35.155298','5','Essence Pallara 3',2,'[{\"changed\": {\"fields\": [\"Name\", \"Order\"]}}]',28,1),(235,'2020-06-04 12:03:09.429149','16','Essence Pallara 4',1,'[{\"added\": {}}]',28,1),(236,'2020-06-04 12:05:14.409776','6','Ray White Property 1',2,'[{\"changed\": {\"fields\": [\"Name\", \"Order\"]}}]',28,1),(237,'2020-06-04 12:05:42.798965','3','Jellis Craig',2,'[]',17,1),(238,'2020-06-04 12:06:35.960322','7','Jellis Craig Properties 1',2,'[{\"changed\": {\"fields\": [\"Name\", \"Order\"]}}]',28,1),(239,'2020-06-04 12:08:49.645515','8','Ray White Property 2',2,'[{\"changed\": {\"fields\": [\"Name\", \"Order\"]}}]',28,1),(240,'2020-06-04 12:09:11.259379','9','Ray White Property 3',2,'[{\"changed\": {\"fields\": [\"Name\", \"Order\"]}}]',28,1),(241,'2020-06-04 12:09:24.210036','10','Jellis Craig Properties 2',2,'[{\"changed\": {\"fields\": [\"Name\", \"Order\"]}}]',28,1),(242,'2020-06-04 12:14:57.189287','8','Luxury Development Ready For Commencement',3,'',27,1),(243,'2020-06-04 12:18:42.034599','9','Luxury Development Ready For Commencement',1,'[{\"added\": {}}]',27,1),(244,'2020-06-04 12:19:26.728577','9','Luxury Development Ready For Commencement',2,'[{\"changed\": {\"fields\": [\"Possession Date\"]}}]',27,1),(245,'2020-06-04 12:20:38.002124','17','LDR For Commencement',1,'[{\"added\": {}}]',28,1),(246,'2020-06-04 12:23:51.332896','18','LDR For Commencement 2',1,'[{\"added\": {}}]',28,1),(247,'2020-06-04 12:24:20.725143','19','LDR For Commencement 3',1,'[{\"added\": {}}]',28,1),(248,'2020-06-04 12:24:30.667143','17','LDR For Commencement 1',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',28,1),(249,'2020-06-04 12:24:59.817842','20','LDR For Commencement 4',1,'[{\"added\": {}}]',28,1),(250,'2020-06-04 13:10:27.699794','2','Pallara Land',2,'[{\"changed\": {\"fields\": [\"Trending\"]}}]',17,1),(251,'2020-06-05 04:41:06.809643','3','Essence Pallara 1',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(252,'2020-06-05 04:41:32.848609','4','Essence Pallara 2',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(253,'2020-06-05 04:49:20.444863','4','Ray White Property',2,'[{\"changed\": {\"fields\": [\"Featured\"]}}]',27,1),(254,'2020-06-05 04:49:31.654486','5','Jellis Craig Properties',2,'[{\"changed\": {\"fields\": [\"Featured\"]}}]',27,1),(255,'2020-06-05 04:50:16.216680','7','One Agency Engadine',2,'[{\"changed\": {\"fields\": [\"Featured\"]}}]',27,1),(256,'2020-06-05 04:51:06.257172','9','Luxury Development Ready For Commencement',2,'[{\"changed\": {\"fields\": [\"Featured\"]}}]',27,1),(257,'2020-06-05 04:54:16.165222','21','One Agency Engadine 1',1,'[{\"added\": {}}]',28,1),(258,'2020-06-05 04:54:46.574827','22','One Agency Engadine 2',1,'[{\"added\": {}}]',28,1),(259,'2020-06-05 04:55:09.034397','23','One Agency Engadine 3',1,'[{\"added\": {}}]',28,1),(260,'2020-06-05 07:53:20.709580','8','Pay 25% - Enjoy 100% Luxury',3,'',24,1),(261,'2020-06-05 07:53:20.711311','7','Book Now @ Rs.25000 (100% Refundable)',3,'',24,1),(262,'2020-06-05 07:53:20.712523','6','Pay Just 3.45 Lac & Book your Dream Home',3,'',24,1),(263,'2020-06-05 07:53:20.713846','5','No Booking Amount, No EMI, No Rent',3,'',24,1),(264,'2020-06-05 07:53:20.715847','4','Pay Just Rs. 21000 & Unlock Your Ready-To-Move In Home',3,'',24,1),(265,'2020-06-05 07:54:30.435825','2','Fully Furnished',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',32,1),(266,'2020-06-05 07:55:03.244889','4','Semi - Furnished',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',32,1),(267,'2020-06-05 07:57:28.390635','1','Apartment',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(268,'2020-06-05 07:57:47.154982','2','Builder Floor',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(269,'2020-06-05 07:58:08.696953','3','Villa',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(270,'2020-06-05 07:58:22.448622','4','Residential Plot',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(271,'2020-06-05 07:58:40.640920','5','Independent House',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(272,'2020-06-05 07:58:54.250056','6','Studio Apartment',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(273,'2020-06-05 13:52:40.238920','1','xx',1,'[{\"added\": {}}]',34,1),(274,'2020-06-05 13:52:47.812697','1','xx',3,'',34,1),(275,'2020-06-05 14:10:39.559495','2','James Tostevin',1,'[{\"added\": {}}]',34,1),(276,'2020-06-05 14:39:08.939271','3','Ric Serrao',1,'[{\"added\": {}}]',34,1),(277,'2020-06-05 14:48:54.516028','4','Peter Chauncy',1,'[{\"added\": {}}]',34,1),(278,'2020-06-05 14:49:32.098317','4','RayWhite',2,'[]',17,1),(279,'2020-06-05 14:49:57.650634','3','Jellis Craig',2,'[]',17,1),(280,'2020-06-05 14:50:14.287935','3','Jellis Craig',2,'[]',17,1),(281,'2020-06-05 14:51:00.556555','3','Essence Pallara',2,'[]',27,1),(282,'2020-06-05 14:51:25.678943','4','Ray White Property',2,'[{\"changed\": {\"fields\": [\"Property Type\"]}}]',27,1),(283,'2020-06-05 14:51:42.006912','5','Jellis Craig Properties',2,'[{\"changed\": {\"fields\": [\"Property Status\"]}}]',27,1),(284,'2020-06-05 14:51:56.281331','6','Edison McGrath',2,'[]',27,1),(285,'2020-06-05 14:52:20.481968','7','One Agency Engadine',2,'[{\"changed\": {\"fields\": [\"Property Type\", \"Ownership Type\", \"Property Status\"]}}]',27,1),(286,'2020-06-05 14:52:40.494138','9','Luxury Development Ready For Commencement',2,'[{\"changed\": {\"fields\": [\"Property Type\", \"Ownership Type\"]}}]',27,1),(287,'2020-06-05 14:57:54.923547','9','ankitcatpl1@gmail.com',2,'[{\"changed\": {\"fields\": [\"Homepage Banner Image\"]}}]',35,1),(288,'2020-06-05 15:12:41.880667','9','ankitcatpl1@gmail.com',2,'[{\"changed\": {\"fields\": [\"Homepage Banner Image\"]}}]',35,1),(289,'2020-06-05 15:15:42.590641','9','ankitcatpl1@gmail.com',2,'[{\"changed\": {\"fields\": [\"Copy Right Text\"]}}]',35,1),(290,'2020-06-05 15:16:05.926080','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Email ID\", \"Mobile No.\", \"Company Phone\"]}}]',35,1),(291,'2020-06-05 15:17:27.827249','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Homepage Banner Image\"]}}]',35,1),(292,'2020-06-05 15:18:53.514673','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Homepage Banner Image\"]}}]',35,1),(293,'2020-06-05 15:20:10.438426','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Homepage Banner Image\"]}}]',35,1),(294,'2020-06-05 15:26:13.690809','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Default Website Link\"]}}]',35,1),(295,'2020-06-05 15:32:03.263773','1','xsxs',1,'[{\"added\": {}}]',15,1),(296,'2020-06-05 15:32:09.436486','1','xsxs',3,'',15,1),(297,'2020-06-05 15:33:39.618204','1','About Us',2,'[{\"changed\": {\"fields\": [\"Page Description\", \"Meta Title\", \"Meta Description\"]}}]',8,1),(298,'2020-06-05 16:35:42.498998','2','Terms And Conditions',2,'[{\"changed\": {\"fields\": [\"Banner Image\"]}}]',8,1),(299,'2020-06-05 16:43:31.469663','5','Jade Mills',1,'[{\"added\": {}}]',34,1),(300,'2020-06-05 16:52:28.149673','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Copy Right Text\"]}}]',35,1),(301,'2020-06-05 16:59:01.459142','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Homepage Banner Image\"]}}]',35,1),(302,'2020-06-05 17:00:29.079274','6','Ray White Property 1',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(303,'2020-06-05 17:02:51.693842','7','Jellis Craig Properties 1',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(304,'2020-06-05 17:03:49.379794','10','Jellis Craig Properties 2',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(305,'2020-06-05 17:04:31.886513','11','Edison McGrath 1',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(306,'2020-06-05 17:05:07.955281','12','Edison McGrath 2',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(307,'2020-06-05 17:07:12.664064','4','Essence Pallara 2',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(308,'2020-06-05 17:08:15.547986','4','Essence Pallara 2',2,'[{\"changed\": {\"fields\": [\"Image\"]}}]',28,1),(309,'2020-06-30 12:51:39.322294','3','website 2 for land',1,'[{\"added\": {}}]',13,1),(310,'2020-06-30 12:59:40.221695','5','10 BHK',1,'[{\"added\": {}}]',29,1),(311,'2020-06-30 13:01:38.586848','11','Sidney',1,'[{\"added\": {}}]',26,1),(312,'2020-06-30 13:02:24.614862','4','Servant Quarter',1,'[{\"added\": {}}]',30,1),(313,'2020-06-30 13:03:30.899372','10','test memo',1,'[{\"added\": {}}]',27,1),(314,'2020-06-30 13:03:52.643405','10','test memo',2,'[{\"changed\": {\"fields\": [\"Featured\"]}}]',27,1),(315,'2020-10-15 11:52:55.741141','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Copy Right Text\"]}}]',35,1),(316,'2020-10-15 12:03:21.344037','4','ABN Group',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(317,'2020-10-15 12:04:48.201093','3','Brighton Homes',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(318,'2020-10-15 12:04:57.502917','2','Metricon Homes',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(319,'2020-10-15 12:05:05.970473','1','Buildtech Homes',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(320,'2020-10-15 12:14:21.117639','4','ABN Group',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(321,'2020-10-15 12:14:31.215317','3','Brighton Homes',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(322,'2020-10-15 12:14:41.614234','2','Metricon Homes',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(323,'2020-10-15 12:15:40.588123','4','ABN Group',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(324,'2020-10-15 12:16:03.402216','1','Buildtech Homes',2,'[{\"changed\": {\"fields\": [\"Company Logo\"]}}]',33,1),(325,'2020-10-15 12:25:25.094541','1','Harsh Vihar',3,'',26,1),(329,'2020-11-11 08:06:00.253786','3','Privacy Policy',1,'[{\"added\": {}}]',8,1),(330,'2020-11-11 08:15:05.835899','1','About Us',2,'[{\"changed\": {\"fields\": [\"Page Description\"]}}]',8,1),(331,'2020-11-11 08:15:31.762354','1','About Us',2,'[{\"changed\": {\"fields\": [\"Page Description\"]}}]',8,1),(332,'2020-11-11 08:22:35.403803','3','Privacy Policy',2,'[{\"changed\": {\"fields\": [\"Page Description\"]}}]',8,1),(333,'2020-11-11 08:23:10.885366','3','Privacy Policy',2,'[{\"changed\": {\"fields\": [\"Page Description\"]}}]',8,1),(334,'2020-11-11 08:24:36.587636','2','Terms And Conditions',2,'[{\"changed\": {\"fields\": [\"Page Description\"]}}]',8,1),(335,'2020-11-11 10:37:59.727761','3','Privacy Policy',2,'[{\"changed\": {\"fields\": [\"Banner Image\"]}}]',8,1),(336,'2020-11-11 10:38:34.688310','2','Terms And Conditions',2,'[{\"changed\": {\"fields\": [\"Banner Image\"]}}]',8,1),(337,'2020-11-24 07:20:25.389073','4','3rd websute',1,'[{\"added\": {}}]',13,1),(338,'2020-11-24 07:23:08.221557','7','Hot Swimming Pool',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',9,1),(339,'2020-11-24 07:24:12.508113','1','asrerfe',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(340,'2020-11-24 07:25:11.230686','4','Lake',1,'[{\"added\": {}}]',19,1),(341,'2020-11-24 07:33:19.881058','5','Parking',1,'[{\"added\": {}}]',30,1),(342,'2020-11-24 11:38:12.362978','9','Luxury Development Ready For Commencement',2,'[{\"changed\": {\"fields\": [\"Description\"]}}]',27,1),(343,'2020-12-02 13:52:02.849668','10','test memo',2,'[{\"changed\": {\"fields\": [\"Description\"]}}, {\"added\": {\"name\": \"image\", \"object\": \"Test Memo\"}}]',27,1),(344,'2020-12-03 11:53:21.499770','1','About Us',2,'[{\"changed\": {\"fields\": [\"Page Description\"]}}]',8,1),(345,'2021-06-29 15:52:39.413614','1','Sydney',1,'[{\"added\": {}}]',36,1),(346,'2021-06-29 15:53:24.197716','1','Sydney',1,'[{\"added\": {}}, {\"added\": {\"name\": \"suburb\", \"object\": \"Sydney\"}}]',21,1),(347,'2021-07-14 04:29:31.950291','6','Edison McGrath',2,'[{\"changed\": {\"fields\": [\"Description\"]}}]',27,1),(348,'2021-07-14 04:30:28.955627','10','test memo',2,'[{\"changed\": {\"fields\": [\"Builder Name\"]}}]',27,1),(349,'2021-07-14 04:31:50.780009','7','One Agency Engadine',2,'[{\"changed\": {\"fields\": [\"Builder Name\", \"Description\"]}}]',27,1),(350,'2021-07-14 04:50:28.650255','9','ankitsp@gmail.com',2,'[]',35,1),(351,'2021-07-14 05:33:10.706383','1','Apartment',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',11,1),(352,'2021-07-14 05:36:32.636736','2','Maharashtra',1,'[{\"added\": {}}]',36,1),(353,'2021-07-14 05:36:49.529286','2','Mumbai',1,'[{\"added\": {}}]',21,1),(354,'2021-07-14 05:37:28.550521','12','Wagholi, Pune',1,'[{\"added\": {}}]',26,1),(356,'2021-07-14 05:48:30.451727','10','Goel Ganga Developments Hill',2,'[{\"changed\": {\"fields\": [\"Builder Name\", \"Title\", \"Built Up Area\", \"Configuration\", \"Price\", \"Property Type\", \"Ownership Type\", \"Property Status\", \"Offer For\", \"Location\", \"Trending Properties\", \"Otherrooms\", \"Private Notes\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"Goel Ganga Developments Hill\", \"fields\": [\"Name\"]}}, {\"added\": {\"name\": \"property floor plan\", \"object\": \"9 Floor\"}}, {\"added\": {\"name\": \"property floor plan\", \"object\": \"9 Floor\"}}]',27,1),(358,'2021-07-14 05:49:29.622135','10','Goel Ganga Developments Hill',2,'[{\"changed\": {\"fields\": [\"Description\"]}}]',27,1),(359,'2021-07-14 06:10:59.322427','7','Ready to move',1,'[{\"added\": {}}]',11,1),(360,'2021-07-14 06:11:42.323338','7','Ready to move',3,'',11,1),(361,'2021-07-14 06:17:21.643101','5','Siddhivinayak Properties',1,'[{\"added\": {}}]',33,1),(362,'2021-07-14 09:59:53.215575','10','Goel Ganga Developments Hill',2,'[]',27,1),(363,'2021-07-14 10:29:29.376962','10','Goel Ganga Developments Hill',2,'[{\"changed\": {\"name\": \"image\", \"object\": \"Goel Ganga Developments Hill\", \"fields\": [\"Description\"]}}]',27,1),(367,'2021-07-14 10:47:23.469717','11','kenya',1,'[{\"added\": {}}]',27,1),(368,'2021-07-14 10:48:58.488624','12','Siddhivinayak',1,'[{\"added\": {}}]',27,1),(369,'2021-07-14 11:35:09.140355','12','Siddhivinayak',3,'',27,1),(370,'2021-07-14 11:35:09.144020','11','kenya',3,'',27,1),(371,'2021-07-14 12:52:04.612279','13','Brand new harbourside luxury',1,'[{\"added\": {}}]',27,1),(372,'2021-07-14 12:52:58.823897','10','Goel Ganga Developments Hill',2,'[]',27,1),(373,'2021-07-14 12:53:30.287488','10','Goel Ganga Developments Hills',2,'[{\"changed\": {\"fields\": [\"Title\"]}}]',27,1),(374,'2021-07-14 15:41:36.548066','14','MEHTA REAL ESTATE Chennai',1,'[{\"added\": {}}]',27,1),(375,'2021-07-14 15:53:42.326929','14','MEHTA REAL ESTATE Chennai',2,'[{\"added\": {\"name\": \"image\", \"object\": \"MEHTA REAL ESTATE Chennai\"}}, {\"added\": {\"name\": \"image\", \"object\": \"MEHTA REAL ESTATE Chennai2\"}}]',27,1),(376,'2021-07-14 15:58:25.717976','13','Brand new harbourside luxury',2,'[{\"added\": {\"name\": \"image\", \"object\": \"Brand new harbourside luxury1\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Brand new harbourside luxury2\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Brand new harbourside luxury3\"}}]',27,1),(377,'2021-07-16 11:05:46.725127','4','RayWhite',2,'[{\"changed\": {\"fields\": [\"Overview\", \"Price\"]}}, {\"added\": {\"name\": \"product image\", \"object\": \"RayWhite\"}}]',17,1),(378,'2021-07-16 11:06:37.830111','4','RayWhite',2,'[{\"changed\": {\"name\": \"product image\", \"object\": \"RayWhite\", \"fields\": [\"Order\"]}}]',17,1),(379,'2021-07-16 11:07:38.075038','3','Jellis Craig',2,'[{\"changed\": {\"fields\": [\"Overview\", \"Price\"]}}, {\"added\": {\"name\": \"product image\", \"object\": \"Jellis Craig\"}}]',17,1),(380,'2021-07-16 11:08:29.435920','2','Pallara Land',2,'[{\"changed\": {\"fields\": [\"Overview\", \"Price\"]}}, {\"added\": {\"name\": \"product image\", \"object\": \"Pallara Land\"}}]',17,1),(381,'2021-07-16 11:11:10.937215','10','Goel Ganga Developments Hills',2,'[{\"changed\": {\"name\": \"image\", \"object\": \"Goel Ganga Developments Hill\", \"fields\": [\"Order\"]}}]',27,1),(382,'2021-07-16 11:38:33.032513','4','Sitemap',1,'[{\"added\": {}}]',8,1),(383,'2021-07-16 11:39:39.293264','5','Cookies Policy',1,'[{\"added\": {}}]',8,1),(384,'2021-07-16 11:44:11.646387','6','The Team',1,'[{\"added\": {}}]',8,1),(385,'2021-07-16 11:45:31.860297','7','Media Resources',1,'[{\"added\": {}}]',8,1),(386,'2021-07-16 11:53:28.971127','1','Selecting the right selling method could have a major impact',1,'[{\"added\": {}}]',44,1),(387,'2021-07-16 11:59:20.193971','2','Queens Park home of Rose Briffa and late husband Alfred smashes street',1,'[{\"added\": {}}]',44,1),(388,'2021-07-16 12:03:49.799816','3','office juniors to each make hundreds of upbeat cold calls every week',1,'[{\"added\": {}}]',44,1),(389,'2021-07-16 12:06:13.037591','4','Luxury Mosman home offers classic Federation style and modern updates',1,'[{\"added\": {}}]',44,1),(390,'2021-07-16 12:09:14.715452','5','A great space to soak up the sun.',1,'[{\"added\": {}}]',44,1),(391,'2021-07-16 12:12:27.597563','5','Cookies Policy',2,'[{\"changed\": {\"fields\": [\"Page Description\"]}}]',8,1),(392,'2021-07-16 12:17:21.592318','5','Cookies Policy',2,'[{\"changed\": {\"fields\": [\"Banner Image\"]}}]',8,1),(393,'2021-07-16 14:25:09.518396','3','Essence Pallara',2,'[{\"changed\": {\"fields\": [\"Description\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"Essence Pallara 1\", \"fields\": [\"Description\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"Essence Pallara 2\", \"fields\": [\"Description\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"Essence Pallara 3\", \"fields\": [\"Description\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"Essence Pallara 4\", \"fields\": [\"Description\"]}}, {\"added\": {\"name\": \"property floor plan\", \"object\": \"1 BHK\"}}]',27,1),(394,'2021-07-16 14:26:06.297199','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property floor plan\", \"object\": \"2 BHK\"}}]',27,1),(395,'2021-07-16 14:26:32.362184','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property floor plan\", \"object\": \"3 BHK\"}}]',27,1),(396,'2021-07-16 14:33:54.979864','3','Privacy Policy',2,'[{\"changed\": {\"fields\": [\"Display Footer Section\"]}}]',8,1),(397,'2021-07-16 14:34:28.016118','7','Media Resources',3,'',8,1),(398,'2021-07-16 14:34:28.020448','6','The Team',3,'',8,1),(399,'2021-07-17 06:38:46.420821','1','School',1,'[{\"added\": {}}]',37,1),(400,'2021-07-17 06:40:14.702978','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"Magill School\"}}]',27,1),(401,'2021-07-17 06:41:19.913920','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"St Peter\'s Collegiate Girls\' School\"}}]',27,1),(402,'2021-07-17 06:41:49.722294','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"St Joseph\'s School\"}}]',27,1),(403,'2021-07-17 06:42:07.686650','1','Sydney',2,'[{\"changed\": {\"fields\": [\"Display Footer Section\"]}}]',21,1),(404,'2021-07-17 06:42:16.353549','2','Mumbai',2,'[{\"changed\": {\"fields\": [\"Display Footer Section\"]}}]',21,1),(405,'2021-07-17 06:42:21.407374','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"Rostrevor College\"}}]',27,1),(406,'2021-07-17 06:42:46.955925','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"Burnside Primary School\"}}]',27,1),(407,'2021-07-17 06:45:45.105334','2','Hospitals',1,'[{\"added\": {}}]',37,1),(408,'2021-07-17 06:46:43.338570','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"Amrpali Hospital\"}}]',27,1),(409,'2021-07-17 06:47:20.590228','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"Yatharth Wellness Hospital  Trauma Centre\"}}]',27,1),(410,'2021-07-17 06:47:48.593003','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"Sehdeo Hospital\"}}]',27,1),(411,'2021-07-17 06:48:35.438266','3','Essence Pallara',2,'[{\"added\": {\"name\": \"property near by\", \"object\": \"Heart of India\"}}]',27,1),(412,'2021-07-17 07:39:46.591433','9','ankitsp@gmail.com',2,'[{\"changed\": {\"fields\": [\"Banner Text\", \"Search Text\"]}}]',35,1),(413,'2021-07-17 07:41:39.302567','1','Confidently with a trusted source',1,'[{\"added\": {}}]',48,1),(414,'2021-07-17 07:43:39.726003','1','Confidently with a trusted source',2,'[{\"added\": {\"name\": \"image\", \"object\": \"About 1\"}}]',48,1),(415,'2021-07-17 07:44:13.386275','1','Confidently with a trusted source',2,'[{\"added\": {\"name\": \"image\", \"object\": \"About 2\"}}, {\"added\": {\"name\": \"image\", \"object\": \"About 3\"}}]',48,1),(416,'2021-07-17 07:44:36.386926','1','Confidently with a trusted source',2,'[{\"added\": {\"name\": \"image\", \"object\": \"About 4\"}}]',48,1),(417,'2021-07-17 07:47:32.477239','1','Exciting Offers',1,'[{\"added\": {}}]',49,1),(418,'2021-07-17 07:48:54.623882','1','Get Exclusive',2,'[{\"changed\": {\"fields\": [\"Name\", \"Title\"]}}]',49,1),(419,'2021-07-17 07:50:01.547253','2','Properties from Reputed',1,'[{\"added\": {}}]',49,1),(420,'2021-07-17 07:50:45.254945','3','Exciting Offers',1,'[{\"added\": {}}]',49,1),(421,'2021-07-17 08:21:04.178510','3','Exciting Offers',2,'[{\"changed\": {\"fields\": [\"Description\"]}}]',49,1),(422,'2021-07-17 08:21:40.437467','3','Exciting Offers',2,'[{\"changed\": {\"fields\": [\"Description\"]}}]',49,1),(423,'2021-07-17 09:41:31.859101','1','John Doe',1,'[{\"added\": {}}]',47,1),(424,'2021-07-17 09:42:25.616000','2','Maria Peterson',1,'[{\"added\": {}}]',47,1),(425,'2021-07-17 09:43:04.050870','3','Steve Curtis',1,'[{\"added\": {}}]',47,1),(426,'2021-07-17 09:43:44.692471','4','Jemma Lucas',1,'[{\"added\": {}}]',47,1),(427,'2021-07-17 09:44:28.838885','5','Joey Trebio',1,'[{\"added\": {}}]',47,1),(428,'2021-07-17 09:45:26.564892','1','John Doe',2,'[{\"changed\": {\"fields\": [\"Profile Description\"]}}]',47,1),(429,'2021-07-17 09:47:15.395701','1','John Doe',2,'[{\"changed\": {\"fields\": [\"Profile Image\"]}}]',47,1),(430,'2021-07-27 14:36:38.236078','7','Hot Swimming Pool',2,'[{\"changed\": {\"fields\": [\"Status\"]}}]',9,1),(431,'2021-07-27 14:43:03.156211','3','Shopping Mall',1,'[{\"added\": {}}]',37,1),(432,'2021-07-27 14:44:46.794193','2','Pallara Land',2,'[{\"changed\": {\"fields\": [\"Price\"]}}, {\"added\": {\"name\": \"product image\", \"object\": \"Image of the product\"}}, {\"added\": {\"name\": \"project floor plan\", \"object\": \"3 BHK\"}}, {\"added\": {\"name\": \"project near by\", \"object\": \"School Name\"}}, {\"added\": {\"name\": \"project near by\", \"object\": \"ABC Hospital\"}}, {\"added\": {\"name\": \"project near by\", \"object\": \"ABC School\"}}]',17,1),(433,'2021-07-27 14:58:02.290420','3','3 BHK Villa near a Lake',2,'[{\"changed\": {\"fields\": [\"Title\", \"Property Type\", \"Trending Properties\"]}}, {\"changed\": {\"name\": \"property floor plan\", \"object\": \"First Floor\", \"fields\": [\"Title\"]}}, {\"changed\": {\"name\": \"property floor plan\", \"object\": \"Second FLoor\", \"fields\": [\"Title\"]}}]',27,1),(434,'2021-07-27 15:01:51.904999','37','Gaurav',2,'[]',45,1),(435,'2021-07-28 15:54:04.393385','2','In Process',1,'[{\"added\": {}}]',53,1),(436,'2021-07-28 15:54:14.381351','3','Lost',1,'[{\"added\": {}}]',53,1),(437,'2021-07-28 15:54:22.352720','4','Won',1,'[{\"added\": {}}]',53,1),(438,'2021-09-10 00:20:04.915496','8','Garden',1,'[{\"added\": {}}]',9,1),(439,'2021-09-10 00:23:03.242721','8','New Build',1,'[{\"added\": {}}]',11,1),(440,'2021-09-10 01:29:20.571573','5','Test',1,'[{\"added\": {}}, {\"added\": {\"name\": \"product image\", \"object\": \"House\"}}, {\"added\": {\"name\": \"product image\", \"object\": \"House 2\"}}, {\"added\": {\"name\": \"product image\", \"object\": \"Logo\"}}, {\"added\": {\"name\": \"project floor plan\", \"object\": \"Floorplan\"}}, {\"added\": {\"name\": \"project near by\", \"object\": \"St Peters\"}}]',17,1),(441,'2021-09-10 01:35:26.164031','15','Test Property not project',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"House\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Tamer Logo\"}}, {\"added\": {\"name\": \"property near by\", \"object\": \"St Margarets\"}}, {\"added\": {\"name\": \"property floor plan\", \"object\": \"Property Floor Plan\"}}]',27,1),(442,'2021-10-05 05:30:17.913792','15','Test Property not project',2,'[{\"changed\": {\"fields\": [\"Project\"]}}]',27,1),(443,'2021-10-05 05:32:42.870575','15','Test Property not project',2,'[{\"changed\": {\"fields\": [\"Project\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"House\", \"fields\": [\"Order\"]}}]',27,1),(444,'2021-10-05 06:53:04.521797','15','Test Property not project',2,'[{\"changed\": {\"fields\": [\"Price\"]}}]',27,1),(445,'2021-10-06 12:46:57.089553','5','Test',2,'[{\"changed\": {\"name\": \"product image\", \"object\": \"House\", \"fields\": [\"Order\"]}}]',17,1),(446,'2021-10-06 12:57:08.428065','4','3rd website',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',13,1),(447,'2021-10-06 14:01:42.079887','15','Test Property not project',2,'[{\"changed\": {\"fields\": [\"Booking Amount\"]}}]',27,1),(448,'2021-10-08 07:45:55.707972','5','Test',2,'[{\"added\": {\"name\": \"product image\", \"object\": \"gggj\"}}, {\"changed\": {\"name\": \"product image\", \"object\": \"House\", \"fields\": [\"Order\"]}}]',17,1),(449,'2021-10-08 07:48:10.383716','15','Test Property not project',2,'[{\"added\": {\"name\": \"image\", \"object\": \"test image\"}}, {\"changed\": {\"name\": \"image\", \"object\": \"House\", \"fields\": [\"Order\"]}}]',27,1),(450,'2021-10-08 07:48:11.577561','15','Test Property not project',2,'[{\"added\": {\"name\": \"image\", \"object\": \"test image\"}}]',27,1),(451,'2021-10-08 07:50:09.564239','15','Test Property not project',2,'[]',27,1),(452,'2021-10-08 07:51:34.839638','4','Shopping Mall',1,'[{\"added\": {}}]',37,1),(453,'2021-10-08 07:51:51.713883','4','Shopping Center',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',37,1),(454,'2021-10-08 07:52:29.587087','4','Shopping Centie',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',37,1),(455,'2021-10-08 07:53:06.184226','4','Shopping Centre',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',37,1),(456,'2021-10-08 08:18:04.309949','1','1 Bed',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',29,1),(457,'2021-10-08 08:18:29.707803','2','Any',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',29,1),(458,'2021-10-08 08:18:57.404144','2','2 Bed',2,'[{\"changed\": {\"fields\": [\"Name\"]}}]',29,1),(459,'2022-01-19 09:44:52.362544','5','Shopping Mall',1,'[{\"added\": {}}]',37,1),(461,'2022-01-19 09:52:18.181774','6','Mikaela Residence',1,'[{\"added\": {}}, {\"added\": {\"name\": \"product image\", \"object\": \"New Home Marsden\"}}, {\"added\": {\"name\": \"project floor plan\", \"object\": \"Ground plan\"}}, {\"added\": {\"name\": \"project floor plan\", \"object\": \"Estate Info\"}}, {\"added\": {\"name\": \"project near by\", \"object\": \"Mikaela State High School\"}}, {\"added\": {\"name\": \"project near by\", \"object\": \"Westfield Carindale\"}}, {\"added\": {\"name\": \"project near by\", \"object\": \"Mater Hospital\"}}]',17,1),(462,'2022-01-19 10:03:51.118786','6','4 Bed',1,'[{\"added\": {}}]',29,1),(463,'2022-01-19 10:04:59.838879','9','House & Land Package',1,'[{\"added\": {}}]',11,1),(464,'2022-01-19 10:05:25.409305','8','N/A',1,'[{\"added\": {}}]',31,1),(465,'2022-01-19 10:06:16.428609','6','Registration August 2022',1,'[{\"added\": {}}]',32,1),(466,'2022-01-19 10:06:28.892105','7','Registered',1,'[{\"added\": {}}]',32,1),(467,'2022-01-19 10:06:44.469282','8','Under Construction',1,'[{\"added\": {}}]',32,1),(468,'2022-01-19 10:07:47.243485','6','Suburb',1,'[{\"added\": {}}]',25,1),(469,'2022-01-19 10:08:21.160221','3','QLD',1,'[{\"added\": {}}]',36,1),(470,'2022-01-19 10:08:32.199139','3','Brisbane',1,'[{\"added\": {}}]',21,1),(471,'2022-01-19 10:12:08.899105','13','Marsden',1,'[{\"added\": {}}]',26,1),(472,'2022-01-19 10:13:00.346885','6','Garage',1,'[{\"added\": {}}]',30,1),(473,'2022-01-19 10:13:10.678709','7','Garage',1,'[{\"added\": {}}]',30,1),(474,'2022-01-19 10:13:25.206928','8','Garage',1,'[{\"added\": {}}]',30,1),(475,'2022-01-19 10:13:40.266183','9','Garage',1,'[{\"added\": {}}]',30,1),(476,'2022-01-19 10:23:38.052171','16','Exciting New Home',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Urban\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Hampton\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Coastal\"}}, {\"added\": {\"name\": \"property near by\", \"object\": \"Westfield Manila\"}}, {\"added\": {\"name\": \"property floor plan\", \"object\": \"Lowset 190m2\"}}]',27,1),(477,'2022-01-25 11:35:23.412377','2','Richland',2,'[{\"changed\": {\"fields\": [\"Location Name\", \"Location Type\", \"City\", \"Country\", \"Zip Code\"]}}]',26,1),(478,'2022-01-25 11:55:55.837939','5','Shops',1,'[{\"added\": {}}]',19,1),(479,'2022-01-25 12:03:34.280733','7','The Heights Estate',1,'[{\"added\": {}}, {\"added\": {\"name\": \"product image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"product image\", \"object\": \"Logo\"}}]',17,1),(480,'2022-01-25 12:06:06.410488','7','The Heights Estate',2,'[{\"changed\": {\"fields\": [\"Overview\"]}}]',17,1),(481,'2022-01-25 12:47:10.092549','7','The Heights Estate',2,'[]',17,1),(482,'2022-01-25 12:47:17.823844','7','The Heights Estate',2,'[]',17,1),(483,'2022-01-25 12:47:27.019405','7','The Heights Estate',2,'[]',17,1),(484,'2022-01-25 16:37:08.692914','17','The Heights Estate',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(485,'2022-01-31 22:13:54.769974','14','Parkinson',1,'[{\"added\": {}}]',26,1),(486,'2022-01-31 22:16:28.740691','18','Paradise in Parkinson',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(487,'2022-02-01 15:55:25.472870','18','Paradise in Parkinson',3,'',27,1),(488,'2022-02-01 15:56:49.645610','18','Paradise in Parkinson',3,'',27,1),(489,'2022-02-01 15:56:57.532026','18','Paradise in Parkinson',3,'',27,1),(490,'2022-02-01 16:06:03.443417','15','Algester',1,'[{\"added\": {}}]',26,1),(491,'2022-02-01 16:07:58.708676','19','Relax in your brand new home!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(492,'2022-02-01 16:13:52.557699','18','Paradise in Parkinson',2,'[{\"changed\": {\"name\": \"image\", \"object\": \"Facade\", \"fields\": [\"Image\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"Logo\", \"fields\": [\"Image\"]}}]',27,1),(493,'2022-02-01 16:15:05.898553','19','Relax in your brand new home!',2,'[{\"changed\": {\"fields\": [\"Project\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"Facade\", \"fields\": [\"Image\"]}}, {\"changed\": {\"name\": \"image\", \"object\": \"Logo\", \"fields\": [\"Image\"]}}]',27,1),(494,'2022-02-01 16:22:32.903908','20','Relax in your brand new home!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(495,'2022-02-01 16:37:05.031409','4','Logan',1,'[{\"added\": {}}, {\"added\": {\"name\": \"suburb\", \"object\": \"Park Ridge\"}}]',21,1),(496,'2022-02-01 16:37:11.688307','16','Park Ridge',1,'[{\"added\": {}}]',26,1),(497,'2022-02-01 16:37:44.358496','21','Looking for a brand new home? Eligible for $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(498,'2022-02-01 17:51:23.632384','17','Logan Reserve',1,'[{\"added\": {}}]',26,1),(499,'2022-02-01 17:51:58.259254','22','Looking for a brand new home? Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(500,'2022-02-02 23:24:16.856330','5','Bath',1,'[{\"added\": {}}]',12,1),(501,'2022-02-02 23:24:33.898465','8','Algester',1,'[{\"added\": {}}]',17,1),(502,'2022-02-02 23:24:54.459944','19','Relax in your brand new home!',2,'[{\"changed\": {\"fields\": [\"Project\"]}}]',27,1),(503,'2022-02-02 23:26:04.906594','20','Relax in your brand new home!',2,'[{\"changed\": {\"fields\": [\"Project\"]}}]',27,1),(504,'2022-02-02 23:27:40.623461','9','Park Ridge',1,'[{\"added\": {}}]',17,1),(505,'2022-02-02 23:29:28.616079','10','Logan Reserve',1,'[{\"added\": {}}]',17,1),(506,'2022-02-02 23:33:38.089943','18','Bracken Ridge',1,'[{\"added\": {}}]',26,1),(507,'2022-02-02 23:34:11.603276','11','Bracken Ridge',1,'[{\"added\": {}}]',17,1),(508,'2022-02-02 23:36:24.961721','5','Gold Coast',1,'[{\"added\": {}}]',21,1),(509,'2022-02-02 23:36:31.440604','19','Molendinar',1,'[{\"added\": {}}]',26,1),(510,'2022-02-02 23:36:56.543639','12','Molendinar',1,'[{\"added\": {}}]',17,1),(511,'2022-02-02 23:52:41.655111','20','Jimboomba',1,'[{\"added\": {}}]',26,1),(512,'2022-02-02 23:53:26.126383','13','Jimboomba',1,'[{\"added\": {}}]',17,1),(513,'2022-02-02 23:54:48.292424','6','Redland City',1,'[{\"added\": {}}]',21,1),(514,'2022-02-02 23:55:06.044421','21','Victoria Point',1,'[{\"added\": {}}]',26,1),(515,'2022-02-02 23:55:28.618385','14','Victoria Point',1,'[{\"added\": {}}]',17,1),(516,'2022-02-02 23:57:15.300815','22','Cornubia',1,'[{\"added\": {}}]',26,1),(517,'2022-02-02 23:57:36.264666','15','Cornubia',1,'[{\"added\": {}}]',17,1),(518,'2022-02-02 23:58:08.873733','21','Looking for a brand new home? Eligible for $15K First Home Owner Grant?',2,'[{\"changed\": {\"fields\": [\"Project\"]}}]',27,1),(519,'2022-02-02 23:58:30.069011','22','Looking for a brand new home? Eligible for the $15K First Home Owner Grant?',2,'[{\"changed\": {\"fields\": [\"Project\"]}}]',27,1),(520,'2022-02-03 00:01:28.689912','23','Enjoy your brand new home in this historic suburb!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(521,'2022-02-03 00:05:49.856199','24','Enjoy your brand new home in this historic suburb!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(522,'2022-02-03 00:09:38.925741','25','Built brand new and just for you!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(523,'2022-02-03 00:12:08.954160','26','Built brand new and just for you!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(524,'2022-02-03 00:18:17.041947','27','Looking for a brand new home? Eligible for $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(525,'2022-02-03 00:21:00.541762','28','A massive opportunity for home buyers and investors!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(526,'2022-02-03 00:26:38.503182','29','A massive opportunity for home buyers and investors!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(527,'2022-02-03 00:28:59.736393','30','Enjoy your brand new home in this great suburb!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(528,'2022-02-03 00:31:06.559333','31','Enjoy your brand new home in this great suburb!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(529,'2022-02-03 13:58:52.586346','7','Scenic Rim Region',1,'[{\"added\": {}}]',21,1),(530,'2022-02-03 13:59:43.981297','23','Gleneagle',1,'[{\"added\": {}}]',26,1),(531,'2022-02-03 14:00:17.988437','16','Gleneagle',1,'[{\"added\": {}}]',17,1),(532,'2022-02-03 14:04:55.565899','8','Darling Downs',1,'[{\"added\": {}}]',21,1),(533,'2022-02-03 14:05:08.346688','24','Towoomba',1,'[{\"added\": {}}]',26,1),(534,'2022-02-03 14:05:35.690410','17','Towoomba',1,'[{\"added\": {}}]',17,1),(535,'2022-02-03 14:08:15.991752','25','Stretton',1,'[{\"added\": {}}]',26,1),(536,'2022-02-03 14:11:19.340406','18','Stretton',1,'[{\"added\": {}}]',17,1),(537,'2022-02-03 14:12:54.350547','26','Hillcrest',1,'[{\"added\": {}}]',26,1),(538,'2022-02-03 14:13:28.300005','19','Hillcrest',1,'[{\"added\": {}}]',17,1),(539,'2022-02-03 14:17:30.418466','27','Bridgeman Downs',1,'[{\"added\": {}}]',26,1),(540,'2022-02-03 14:17:52.986522','20','Bridgeman Downs',1,'[{\"added\": {}}]',17,1),(541,'2022-02-03 14:19:11.036766','28','Stretton Reserve',1,'[{\"added\": {}}]',26,1),(542,'2022-02-03 14:20:41.873199','21','Stretton Reserve',1,'[{\"added\": {}}]',17,1),(543,'2022-02-03 14:22:43.765420','29','Boronia Heights',1,'[{\"added\": {}}]',26,1),(544,'2022-02-03 14:23:06.600218','22','Boronia Heights',1,'[{\"added\": {}}]',17,1),(545,'2022-02-03 14:26:54.884813','9','Ipswich',1,'[{\"added\": {}}]',21,1),(546,'2022-02-03 14:27:02.353656','30','Redbank Plains',1,'[{\"added\": {}}]',26,1),(547,'2022-02-03 14:27:26.097009','23','Redbank Plains',1,'[{\"added\": {}}]',17,1),(548,'2022-02-03 14:28:38.014179','31','Ripley',1,'[{\"added\": {}}]',26,1),(549,'2022-02-03 14:29:00.622913','24','Ripley',1,'[{\"added\": {}}]',17,1),(550,'2022-02-03 14:30:00.138902','32','Underwood',1,'[{\"added\": {}}]',26,1),(551,'2022-02-03 14:30:16.389525','25','Underwood',1,'[{\"added\": {}}]',17,1),(552,'2022-02-03 18:24:07.758789','32','Want a brand new home? Eligible for $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(553,'2022-02-03 18:27:18.987394','33','Want a brand new home? Eligible for $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(554,'2022-02-03 18:29:25.667719','34','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(555,'2022-02-03 18:31:29.999255','35','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(556,'2022-02-03 18:33:11.132983','36','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(557,'2022-02-03 18:34:46.459881','37','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(558,'2022-02-03 18:36:26.879756','38','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(559,'2022-02-03 18:38:12.017851','39','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(560,'2022-02-03 18:40:11.750446','40','A Brand New Double Storey Home!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(561,'2022-02-03 18:42:09.821581','41','Eligible for FHOG? Enjoy a Brand New Home!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(562,'2022-02-03 18:43:54.236512','42','Looking for a brand new home? Eligible for the $15K FHOG?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(563,'2022-02-03 18:45:29.384975','43','Eligible for $15K First Home Owner Grant? Brand New Home!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(564,'2022-02-03 18:46:53.889574','44','Looking for a brand new home? Eligible for $15K FHOG?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(565,'2022-02-03 18:48:22.604403','45','Looking for a brand new home? Eligible for $15K FHOG?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(566,'2022-02-03 18:49:55.885496','46','Enjoy your Brand New Home!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(567,'2022-02-03 18:52:32.542372','47','Looking for a brand new first home & eligible for FHOG?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(568,'2022-02-03 18:53:57.531252','48','Looking for a brand new first home & eligible for FHOG of $15K? Look no further!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(569,'2022-02-03 19:07:48.153417','49','Wanting a brand new first home? Something built to your liking?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(570,'2022-02-03 19:09:11.514866','50','A NEW HOME! OR an ideal investment! Eligible for First Home Owners Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(571,'2022-02-03 19:10:46.030347','51','Looking for a brand new first home & eligible for FHOG of $15K? Look no further!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(572,'2022-02-03 19:12:26.185668','52','A Brand New Double Storey Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(573,'2022-02-03 19:13:55.759061','53','Dreaming of a Brand New Home? It Could be Yours!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(574,'2022-02-03 19:15:20.354292','54','Are You Ready to Build Your Dream Home? Look no further!',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(575,'2022-02-03 20:26:37.155043','55','Wanting a brand new home? Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(576,'2022-02-03 20:28:04.856982','56','Wanting a Brand New Home? Built to your Taste and Liking?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(577,'2022-02-03 20:29:43.417675','57','Eligible for $15K First Home Owner Grant? Ready to Build your Dream Home?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(578,'2022-02-03 20:31:01.558108','58','Wanting a Brand New Home? Eligible for $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(579,'2022-02-03 20:34:18.879828','59','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(580,'2022-02-03 20:35:58.138722','60','Looking for a brand new home? Eligible for $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(581,'2022-02-03 20:37:20.701846','61','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(582,'2022-02-03 20:38:50.741984','62','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(583,'2022-02-03 20:40:14.734175','63','Looking for a brand new home? Eligible for $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(584,'2022-02-03 20:43:51.763033','64','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(585,'2022-02-03 20:45:20.263924','65','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(586,'2022-02-03 20:46:37.901419','66','A Brand New Home! Eligible for the $15K First Home Owner Grant?',1,'[{\"added\": {}}, {\"added\": {\"name\": \"image\", \"object\": \"Facade\"}}, {\"added\": {\"name\": \"image\", \"object\": \"Logo\"}}]',27,1),(587,'2022-02-15 09:36:36.368547','32','Want a brand new home? Eligible for $15K First Home Owner Grant?',2,'[]',27,1),(588,'2022-02-15 09:40:55.369402','34','A Brand New Home! Eligible for the $15K First Home Owner Grant?',2,'[{\"changed\": {\"fields\": [\"Price\"]}}]',27,1);
/*!40000 ALTER TABLE `django_admin_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `django_content_type`
--

DROP TABLE IF EXISTS `django_content_type`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `django_content_type` (
  `id` int NOT NULL AUTO_INCREMENT,
  `app_label` varchar(100) NOT NULL,
  `model` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`)
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `django_content_type`
--

LOCK TABLES `django_content_type` WRITE;
/*!40000 ALTER TABLE `django_content_type` DISABLE KEYS */;
INSERT INTO `django_content_type` VALUES (1,'admin','logentry'),(3,'auth','group'),(2,'auth','permission'),(4,'auth','user'),(16,'blog','list'),(44,'blog','news'),(7,'cms','cms'),(8,'cms','page'),(35,'companyprofile','detail'),(48,'companyprofile','homepageaboutus'),(49,'companyprofile','homepagefeatured'),(50,'companyprofile','image'),(47,'companyprofile','team'),(5,'contenttypes','contenttype'),(34,'crm','agents'),(15,'crm','contactus'),(46,'crm','general'),(52,'crm','homeloan'),(45,'crm','lead'),(51,'crm','sellrent'),(28,'inventory','image'),(43,'inventory','productimage'),(17,'inventory','project'),(42,'inventory','projectfloorplan'),(41,'inventory','projectnearby'),(27,'inventory','property'),(40,'inventory','propertyfloorplan'),(39,'inventory','propertynearby'),(9,'master','amenity'),(20,'master','areaunit'),(33,'master','builder'),(21,'master','city'),(29,'master','configuration'),(10,'master','country'),(18,'master','facing'),(53,'master','leadstatus'),(26,'master','location'),(25,'master','locationtype'),(23,'master','loction'),(22,'master','loctiontype'),(37,'master','nearbytype'),(24,'master','offers'),(30,'master','otherrooms'),(19,'master','overlooking'),(31,'master','ownershiptype'),(32,'master','propertystatus'),(11,'master','propertytype'),(14,'master','source'),(12,'master','specification'),(36,'master','state'),(38,'master','suburb'),(13,'master','website'),(6,'sessions','session');
/*!40000 ALTER TABLE `django_content_type` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `django_migrations`
--

DROP TABLE IF EXISTS `django_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `django_migrations` (
  `id` int NOT NULL AUTO_INCREMENT,
  `app` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `applied` datetime(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=163 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `django_migrations`
--

LOCK TABLES `django_migrations` WRITE;
/*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */;
INSERT INTO `django_migrations` VALUES (1,'contenttypes','0001_initial','2020-04-10 12:17:08.086919'),(2,'auth','0001_initial','2020-04-10 12:17:10.635856'),(3,'admin','0001_initial','2020-04-10 12:17:29.134078'),(4,'admin','0002_logentry_remove_auto_add','2020-04-10 12:17:34.574540'),(5,'admin','0003_logentry_add_action_flag_choices','2020-04-10 12:17:34.960302'),(6,'contenttypes','0002_remove_content_type_name','2020-04-10 12:17:38.752934'),(7,'auth','0002_alter_permission_name_max_length','2020-04-10 12:17:41.965738'),(8,'auth','0003_alter_user_email_max_length','2020-04-10 12:17:42.605303'),(9,'auth','0004_alter_user_username_opts','2020-04-10 12:17:42.821251'),(10,'auth','0005_alter_user_last_login_null','2020-04-10 12:17:44.534309'),(11,'auth','0006_require_contenttypes_0002','2020-04-10 12:17:44.602115'),(12,'auth','0007_alter_validators_add_error_messages','2020-04-10 12:17:44.790999'),(13,'auth','0008_alter_user_username_max_length','2020-04-10 12:17:45.258374'),(14,'auth','0009_alter_user_last_name_max_length','2020-04-10 12:17:45.734207'),(15,'auth','0010_alter_group_name_max_length','2020-04-10 12:17:46.182931'),(16,'auth','0011_update_proxy_permissions','2020-04-10 12:17:46.408794'),(17,'sessions','0001_initial','2020-04-10 12:17:47.431213'),(18,'cms','0001_initial','2020-04-25 12:41:16.913507'),(19,'cms','0002_auto_20200425_1939','2020-04-25 14:11:13.385247'),(22,'cms','0003_remove_page_status','2020-04-25 15:35:08.144189'),(23,'crm','0001_initial','2020-04-25 15:35:08.503111'),(34,'cms','0004_auto_20200506_1947','2020-05-07 06:58:58.861533'),(35,'crm','0002_auto_20200507_1228','2020-05-07 06:58:59.033405'),(37,'cms','0005_auto_20200507_2342','2020-05-07 18:16:53.931717'),(47,'cms','0006_auto_20200508_1223','2020-05-08 06:53:52.000663'),(54,'master','0001_initial','2020-05-08 12:01:45.150323'),(55,'blog','0001_initial','2020-05-08 12:06:10.599761'),(56,'inventory','0001_initial','2020-05-08 12:10:29.461343'),(57,'inventory','0002_image','2020-05-08 12:55:58.518124'),(58,'inventory','0003_auto_20200508_2054','2020-05-08 15:24:39.549498'),(59,'inventory','0004_image_property','2020-05-08 15:25:36.855291'),(60,'inventory','0005_auto_20200509_1708','2020-05-09 11:39:21.065114'),(61,'inventory','0006_auto_20200509_1711','2020-05-09 11:41:39.295105'),(62,'inventory','0007_auto_20200509_1730','2020-05-09 12:01:05.954656'),(63,'master','0002_auto_20200509_1730','2020-05-09 12:01:06.426651'),(64,'inventory','0008_auto_20200509_1806','2020-05-09 12:39:43.889656'),(65,'inventory','0009_auto_20200509_1808','2020-05-09 12:39:45.242300'),(66,'master','0003_configuration','2020-05-09 14:30:56.686428'),(67,'master','0004_otherrooms','2020-05-09 14:43:02.170127'),(68,'inventory','0010_auto_20200509_2012','2020-05-09 14:43:07.646969'),(69,'inventory','0011_auto_20200509_2016','2020-05-09 14:46:10.681682'),(70,'inventory','0012_property_balcony','2020-05-09 15:18:39.365332'),(71,'blog','0002_auto_20200512_2114','2020-05-24 10:51:23.604146'),(72,'master','0005_auto_20200524_1620','2020-05-24 10:51:29.194943'),(73,'inventory','0013_auto_20200524_1735','2020-05-24 12:05:35.952130'),(74,'inventory','0014_auto_20200524_1744','2020-05-24 12:14:59.042213'),(75,'blog','0003_auto_20200527_1204','2020-05-27 12:04:31.065357'),(76,'inventory','0015_auto_20200527_1718','2020-05-27 12:04:31.217076'),(77,'crm','0003_agents','2020-05-27 12:41:32.318322'),(78,'master','0006_builder','2020-05-27 12:41:32.341394'),(79,'cms','0007_auto_20200530_0034','2020-05-30 05:28:52.742160'),(80,'cms','0008_auto_20200530_0042','2020-05-30 05:28:52.822773'),(81,'cms','0009_auto_20200530_0055','2020-05-30 05:28:53.063598'),(82,'master','0007_auto_20200530_0027','2020-05-30 05:28:53.121219'),(83,'crm','0004_auto_20200530_0027','2020-05-30 05:28:53.336266'),(84,'inventory','0016_auto_20200530_1045','2020-05-30 05:32:12.027324'),(85,'blog','0003_auto_20200527_1718','2020-05-31 07:18:32.046426'),(86,'blog','0004_list_identifier','2020-05-31 07:18:32.075075'),(87,'blog','0005_merge_20200531_0718','2020-05-31 07:18:32.091889'),(88,'cms','0010_auto_20200531_1240','2020-05-31 07:18:32.219301'),(89,'companyprofile','0001_initial','2020-05-31 07:29:10.487579'),(90,'companyprofile','0002_auto_20200531_1330','2020-05-31 08:01:09.138033'),(91,'companyprofile','0003_auto_20200531_1340','2020-05-31 08:11:07.915387'),(92,'cms','0011_page_isdisplayonweb','2020-05-31 09:04:40.549435'),(93,'companyprofile','0004_auto_20200531_1429','2020-05-31 09:04:41.023925'),(94,'blog','0006_auto_20200531_0910','2020-05-31 09:11:03.961194'),(95,'blog','0007_auto_20200531_0914','2020-05-31 09:14:28.758320'),(96,'blog','0008_auto_20200531_0918','2020-05-31 09:18:33.818754'),(97,'crm','0005_auto_20200531_0918','2020-05-31 09:18:33.830366'),(98,'blog','0005_auto_20200531_1440','2020-05-31 09:24:35.323127'),(99,'blog','0006_auto_20200531_1443','2020-05-31 09:24:35.340616'),(100,'blog','0007_auto_20200531_1447','2020-05-31 09:24:35.359440'),(101,'blog','0009_merge_20200531_0924','2020-05-31 09:24:35.362869'),(102,'crm','0005_auto_20200531_1447','2020-05-31 09:24:35.373728'),(103,'crm','0006_merge_20200531_0924','2020-05-31 09:24:35.376278'),(104,'inventory','0017_auto_20200531_1451','2020-05-31 09:24:35.403967'),(105,'master','0008_auto_20200531_1501','2020-05-31 09:32:36.125598'),(106,'blog','0008_auto_20200531_1505','2020-05-31 09:37:21.770985'),(107,'blog','0010_merge_20200531_0937','2020-05-31 09:37:21.774308'),(108,'inventory','0018_project_specifications','2020-06-03 08:29:27.477033'),(109,'companyprofile','0005_auto_20200603_1447','2020-06-03 10:33:09.789184'),(110,'companyprofile','0006_remove_detail_isdisplayonweb','2020-06-03 10:33:09.833690'),(111,'companyprofile','0007_detail_isdisplayonweb','2020-06-03 10:34:44.860823'),(112,'cms','0012_auto_20200603_2137','2020-06-03 16:13:07.729057'),(113,'inventory','0019_auto_20200604_1449','2020-06-04 09:27:29.903866'),(114,'inventory','0002_property_createdby','2020-11-09 13:54:59.249038'),(115,'cms','0013_auto_20201121_1819','2020-11-21 13:03:28.152558'),(116,'companyprofile','0008_auto_20201121_1819','2020-11-21 13:03:28.176275'),(117,'crm','0006_auto_20201121_1819','2020-11-21 13:03:28.181810'),(118,'crm','0007_merge_20201121_1303','2020-11-21 13:03:28.184204'),(119,'inventory','0003_auto_20201121_1819','2020-11-21 13:03:28.219343'),(120,'blog','0011_remove_list_createdby','2020-11-24 11:06:17.914117'),(121,'blog','0012_list_createdby','2020-11-24 11:06:18.020659'),(122,'inventory','0004_remove_project_createdby','2020-11-24 11:06:44.749566'),(123,'inventory','0005_project_createdby','2020-11-24 11:06:44.906920'),(124,'inventory','0006_auto_20201124_1613','2020-11-24 11:06:44.942777'),(125,'inventory','0007_auto_20201124_1620','2020-11-24 11:06:45.712097'),(126,'inventory','0008_auto_20201124_1623','2020-11-24 11:06:46.064647'),(127,'master','0009_auto_20210629_1148','2021-06-29 15:50:43.514078'),(128,'master','0010_location_city','2021-06-29 15:54:23.371134'),(129,'inventory','0009_auto_20210629_1154','2021-06-29 15:54:23.916705'),(130,'inventory','0010_auto_20210629_1206','2021-06-29 15:54:24.692245'),(131,'inventory','0011_auto_20210629_1213','2021-06-29 15:54:24.913133'),(132,'inventory','0012_auto_20210629_1216','2021-06-29 15:54:25.127704'),(133,'inventory','0013_auto_20210629_1217','2021-06-29 15:54:25.308059'),(134,'inventory','0014_auto_20210629_1219','2021-06-29 15:54:25.565811'),(135,'blog','0013_auto_20210711_1712','2021-07-11 14:57:55.686286'),(136,'inventory','0015_auto_20210707_2208','2021-07-11 14:57:56.480352'),(137,'inventory','0016_auto_20210710_0921','2021-07-11 14:57:56.896372'),(138,'inventory','0017_auto_20210710_1112','2021-07-11 14:57:57.272533'),(139,'crm','0008_auto_20210712_1242','2021-07-12 09:22:00.735706'),(140,'crm','0009_auto_20210712_1306','2021-07-12 09:22:00.892832'),(141,'crm','0010_lead_property','2021-07-12 09:22:01.041513'),(142,'crm','0011_auto_20210712_1706','2021-07-14 10:21:57.259723'),(143,'inventory','0018_image_description','2021-07-14 10:21:57.336907'),(144,'inventory','0019_remove_image_description','2021-07-14 10:21:57.495689'),(145,'inventory','0020_image_description','2021-07-14 10:21:57.570273'),(146,'inventory','0021_auto_20210712_1939','2021-07-14 10:21:57.635546'),(147,'companyprofile','0009_team','2021-07-17 06:08:16.041028'),(148,'master','0011_city_displayfootersection','2021-07-17 06:08:16.165733'),(149,'companyprofile','0010_auto_20210717_1254','2021-07-17 07:36:54.388380'),(150,'companyprofile','0011_auto_20210717_1256','2021-07-17 07:36:54.478927'),(151,'crm','0012_homeloan_sellrent','2021-07-24 10:55:20.184423'),(152,'crm','0013_auto_20210724_1054','2021-07-24 10:55:20.322933'),(153,'master','0012_leadstatus','2021-07-28 15:16:30.958537'),(154,'crm','0013_auto_20210724_1641','2021-07-28 15:16:30.991011'),(155,'crm','0014_contactus_leadstatus','2021-07-28 15:19:24.236991'),(156,'crm','0015_auto_20210728_1950','2021-07-28 15:19:24.482366'),(157,'crm','0016_auto_20210728_1950','2021-07-28 15:19:24.611925'),(158,'crm','0017_auto_20210728_2001','2021-07-28 15:19:25.945521'),(159,'crm','0018_merge_20210728_1515','2021-07-28 15:19:25.949356'),(160,'inventory','0022_auto_20210728_2019','2021-07-28 15:19:30.176029'),(161,'inventory','0023_auto_20210728_2037','2021-07-28 15:19:30.527227'),(162,'inventory','0024_auto_20211006_1832','2021-10-06 13:12:43.524565');
/*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `django_session`
--

DROP TABLE IF EXISTS `django_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `django_session` (
  `session_key` varchar(40) NOT NULL,
  `session_data` longtext NOT NULL,
  `expire_date` datetime(6) NOT NULL,
  PRIMARY KEY (`session_key`),
  KEY `django_session_expire_date_a5c62663` (`expire_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `django_session`
--

LOCK TABLES `django_session` WRITE;
/*!40000 ALTER TABLE `django_session` DISABLE KEYS */;
INSERT INTO `django_session` VALUES ('0fsn3eirc0mnbhsdzyw0qgavk86g76nq','OTMzZGM4MWIzZDRlNjVjNWE3OTYyNjNjMjY4MWQ2YTM3N2U4ZmI1NDp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkMjFiMDdhNjk1MWQyOGI4NzU1YzI4YTdhZTZhY2U5YjNhYTA5MTYyIn0=','2020-07-28 13:04:11.604255'),('0g0buq17rrqil3qjg3ghc0ytpz2abpqm','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-07-13 15:52:13.375582'),('0s8by48ydwzrbhxidrgos3ti72ifstas','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-05-24 08:51:54.820262'),('3mbelzhri8k8bwkklz6ssvg40viyrccn','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-07-28 03:14:09.419119'),('4ltrrkzfa4m06i0p44u1f4srvo2zhbci','OTMzZGM4MWIzZDRlNjVjNWE3OTYyNjNjMjY4MWQ2YTM3N2U4ZmI1NDp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkMjFiMDdhNjk1MWQyOGI4NzU1YzI4YTdhZTZhY2U5YjNhYTA5MTYyIn0=','2020-07-14 12:37:08.132325'),('57vit8tqxhj0qgzvvvsdd7uvac5ferax','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-07-30 13:59:52.583238'),('595hq14uss0fot5o1ln6mow4zbpn2vj6','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-08-11 15:20:35.374503'),('5rypjo7mf12wfnfaq97dcc2349kasr0p','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-05-09 12:34:00.101214'),('7axyie5e3jl7a5keynrpjte9b7q489ic','OTMzZGM4MWIzZDRlNjVjNWE3OTYyNjNjMjY4MWQ2YTM3N2U4ZmI1NDp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkMjFiMDdhNjk1MWQyOGI4NzU1YzI4YTdhZTZhY2U5YjNhYTA5MTYyIn0=','2020-10-29 12:25:07.274644'),('88p02d9ey5l0g2y80ceube7xdvydokjb','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-08-25 18:20:33.188573'),('8stuv0fc75hj80xfvhmbf2hyd4mhsvz9','OTMzZGM4MWIzZDRlNjVjNWE3OTYyNjNjMjY4MWQ2YTM3N2U4ZmI1NDp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkMjFiMDdhNjk1MWQyOGI4NzU1YzI4YTdhZTZhY2U5YjNhYTA5MTYyIn0=','2020-10-29 12:02:39.930737'),('9qa2y7oheg3d03v4czd4axxpv6dc4ozk','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-06-13 05:44:00.096640'),('c18cp3gch2qz705p2plzhwrhjqfsytzc','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-08 11:37:08.722149'),('cgr0ss006txz24e0qzvqepps6oedcqwy','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2022-01-26 12:55:20.971285'),('crwpshnjxk5yqdgy8zgy03lsdwgdxpk1','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-06-07 09:21:02.668903'),('d0caiir2r6igheklj5zn1v99kqc3yhko','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-07-30 10:58:34.634586'),('dgcz3zu28uheytbphvod7y1tt7r7w1y9','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-16 13:43:52.452375'),('dqlf1vqg0ffbkzextuknbhjfdv7sisu1','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-08 07:00:25.150992'),('e4yufovgjzpe1uo4i4ng9fm3ythvzxhb','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-06-09 13:41:06.424448'),('elgm0smi4d74t2yjjiy7et0uo5m0zggt','OTMzZGM4MWIzZDRlNjVjNWE3OTYyNjNjMjY4MWQ2YTM3N2U4ZmI1NDp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkMjFiMDdhNjk1MWQyOGI4NzU1YzI4YTdhZTZhY2U5YjNhYTA5MTYyIn0=','2020-07-14 12:37:51.887416'),('ex7y3fydv0ueyivqljff43qf0nzns3bz','Y2IwYjg3ZmJkY2Q1YmI3YzE5ZTMwZWNmMzgzZDg2NmVjNzVjMGEzYTp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJjYTIzOGQzZjU4NTYxMzQzYTE3MTcwZDkwZDc4ZjA2YzVmMzE5ZDQ1In0=','2020-11-25 08:01:11.312237'),('fm4i3v4uuwmyf69qv321m6tiye4ck2ed','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-05-27 15:01:59.103711'),('gufh1nmitmlchmc5inlcfxu3i2hh6x09','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-06-20 08:08:58.418045'),('h9xf56nk9rte49o9ojth4v64itew6t0l','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-06-17 12:39:01.977469'),('i9zw5x3llnodrz9zlyszb0e99zav7wqo','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-08 11:07:16.701374'),('id8cq9cw9wahp5d0l5cgcwc4h4ad07d7','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-16 13:49:26.163960'),('jbm248hmdlxhoyzhkjxmi78a22vjhyv1','NzRhYThlODdmZWQ0NWNmNjg3ODRhNjhhMDRiZjMwZDU2NDBkM2ZhNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI1OTc1MTI2ODk1MTczZDhhYjZhMmFhOWUxN2U4NGI5ZGE5ZDJmMWRmIn0=','2023-04-05 14:18:15.286390'),('kk2008in3lobydpq8b9q5vjwos5k1f0r','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-08-10 14:34:42.815728'),('lhpsj2ewf62ki0nop6ufpsrxoew4fw0g','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-09-23 09:11:56.726412'),('n5gkw8l1wgxi8la5pciqazzyxhudvga6','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-06-14 08:02:38.724560'),('np8iaa7hwd0rmazvshj2evefgky0s3ln','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-10-22 07:43:31.827631'),('o02d3sgxrugkftk1jy0gptu3dnff6hdh','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-09-13 08:25:17.247775'),('pvmtcp2ft0oy35ld8ktmgvse2yaw8h1v','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-16 13:39:37.758689'),('qobg625vg5oegn6xjhxxfbx49kj3ttx5','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-08 07:00:04.010966'),('rs23f5adfbhb44oaliy9g8qkxxdqhm1e','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2022-03-01 09:11:50.412995'),('sudyhzm9s2z1yxiajmwslwgahlf9gy68','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-05 10:29:56.230873'),('t3xprs3ornd0d72fxmsxpgk6cgclanuv','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2022-01-26 13:17:27.796269'),('tzb7uzduqbaejkifyndlpm19zecwmt1m','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-04-24 12:22:31.819341'),('uawudb3fisdhpyu204tcacbjztp39kij','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-06-18 12:45:48.371559'),('ui0rxkaldrom37ytnitbfie01p7k43sm','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2022-02-07 08:07:15.887204'),('v0tj2jnabl9pmgmi5gspzxkz4z400h70','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2022-02-02 09:40:39.742673'),('vpigmnl55zz9fv5wayb6zrcm6f1595ss','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-07-27 16:18:17.401582'),('wdtr6bbxrm6f9tg5urosj7izgoixkrp9','Y2IwYjg3ZmJkY2Q1YmI3YzE5ZTMwZWNmMzgzZDg2NmVjNzVjMGEzYTp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJjYTIzOGQzZjU4NTYxMzQzYTE3MTcwZDkwZDc4ZjA2YzVmMzE5ZDQ1In0=','2020-11-23 13:47:24.844022'),('we1mrrryzvhan7hrfqkl42vnxvhq9bre','OTMzZGM4MWIzZDRlNjVjNWE3OTYyNjNjMjY4MWQ2YTM3N2U4ZmI1NDp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJkMjFiMDdhNjk1MWQyOGI4NzU1YzI4YTdhZTZhY2U5YjNhYTA5MTYyIn0=','2020-11-16 09:13:46.975409'),('wiftagl4x847r2kec7svx6reu1t3564a','NGYyYWQxYTkxMWViYjAwM2FmYzAzODgxMDU0ZDY0MDM1YTc4ZTBlNzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiJlYzlhMjVlMDQxYWE1ODc4N2IxNzMyMWFiN2Q5YWM4MGQ5M2NlZjM3In0=','2020-06-08 13:45:12.133311'),('x6b9lgxopcfg4cg0pmeiry38g38rmoo4','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2021-10-18 06:34:28.437778'),('yzh94h59dnhu6ezcvpz5k7sk00popl54','ZjRkMWY2YTE4NGVlMzhhMWYzMDAyZDQ0NTY5YjliN2E4ZWE4NmRiMzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5OTM1NTQxZTUyNGYxMGQ2MDEyNjRhMmIxM2ViY2JlYTYzMjUwNDZhIn0=','2020-12-17 11:52:36.682701');
/*!40000 ALTER TABLE `django_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_image`
--

DROP TABLE IF EXISTS `inventory_image`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_image` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(60) NOT NULL,
  `Image` varchar(100) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `ImageOrder` smallint unsigned DEFAULT NULL,
  `Property_id` int NOT NULL,
  `Description` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `inventory_image_Property_id_2d5725ab_fk_inventory_property_id` (`Property_id`),
  CONSTRAINT `inventory_image_Property_id_2d5725ab_fk_inventory_property_id` FOREIGN KEY (`Property_id`) REFERENCES `inventory_property` (`id`),
  CONSTRAINT `inventory_image_chk_1` CHECK ((`ImageOrder` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=137 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_image`
--

LOCK TABLES `inventory_image` WRITE;
/*!40000 ALTER TABLE `inventory_image` DISABLE KEYS */;
INSERT INTO `inventory_image` VALUES (3,'Essence Pallara 1','static/listing/bgHome4_snmCgAT.jpg','2020-05-28 10:56:16.141809',1,3,'Essence Pallara 1'),(4,'Essence Pallara 2','static/listing/bgHome10_jp1Obf8.jpg','2020-05-28 10:56:51.683784',2,3,'Essence Pallara 2'),(5,'Essence Pallara 3','static/listing/essence-pallara-school-img_2640-rt.jpg','2020-05-28 10:59:38.045241',3,3,'Essence Pallara 3'),(6,'Ray White Property 1','static/listing/Home.jpg','2020-05-28 11:21:35.215515',1,4,''),(7,'Jellis Craig Properties 1','static/listing/bgHome10.jpg','2020-05-28 11:24:51.888431',1,5,''),(8,'Ray White Property 2','static/listing/Homepage1.jpg','2020-05-29 01:42:20.384474',2,4,''),(9,'Ray White Property 3','static/listing/kitchen-1687121_1280.jpg','2020-05-29 02:02:31.898429',3,4,''),(10,'Jellis Craig Properties 2','static/listing/Home3.jpg','2020-05-29 02:50:19.568860',2,5,''),(11,'Edison McGrath 1','static/listing/bgHome7.jpg','2020-06-04 12:00:17.454453',1,6,''),(12,'Edison McGrath 2','static/listing/bgHome8.jpg','2020-06-04 12:00:35.302436',2,6,''),(13,'Edison McGrath 3','static/listing/bgHome3.jpg','2020-06-04 12:00:51.967733',3,6,''),(14,'Edison McGrath 4','static/listing/bgHome4.jpg','2020-06-04 12:01:12.527024',4,6,''),(15,'Edison McGrath 5','static/listing/bgHome5.jpg','2020-06-04 12:01:28.102223',5,6,''),(16,'Essence Pallara 4','static/listing/bgHome6.jpg','2020-06-04 12:03:09.418038',4,3,'Essence Pallara 4'),(17,'LDR For Commencement 1','static/listing/feature.jpg','2020-06-04 12:20:37.995399',1,9,''),(18,'LDR For Commencement 2','static/listing/bgHome1_RdEzx9Q.jpg','2020-06-04 12:23:51.323207',2,9,''),(19,'LDR For Commencement 3','static/listing/bgHome6_3WeMtWX.jpg','2020-06-04 12:24:20.714724',3,9,''),(20,'LDR For Commencement 4','static/listing/bgHome4_P8dQhw4.jpg','2020-06-04 12:24:59.811834',4,9,''),(21,'One Agency Engadine 1','static/listing/bgHome5_THKmTgb.jpg','2020-06-05 04:54:16.157862',1,7,''),(22,'One Agency Engadine 2','static/listing/bgHome3_znKsHSm.jpg','2020-06-05 04:54:46.567188',2,7,''),(23,'One Agency Engadine 3','static/listing/bgHome4_ura0Z8i.jpg','2020-06-05 04:55:09.027482',3,7,''),(24,'Goel Ganga Developments Hill','static/listing/banner.jpg','2020-12-02 13:52:02.474952',1,10,'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s'),(25,'MEHTA REAL ESTATE Chennai','static/listing/2.jpeg','2021-07-14 15:53:42.317113',1,14,'Check out this 4 BHK Independent House for sale in Panayur, Chennai. This 4 BHK Independent House is perfect for a modern-day lifestyle. Panayur is a promising location in Chennai and this is one of the finest properties in the area. Buy this Independent'),(26,'MEHTA REAL ESTATE Chennai2','static/listing/3.jpeg','2021-07-14 15:53:42.317687',2,14,'Check out this 4 BHK Independent House for sale in Panayur, Chennai. This 4 BHK Independent House is perfect for a modern-day lifestyle. Panayur is a promising location in Chennai and this is one of the finest properties in the area. Buy this Independent'),(27,'Brand new harbourside luxury1','static/listing/4.jpeg','2021-07-14 15:58:25.705216',1,13,'Brand new harbourside luxury'),(28,'Brand new harbourside luxury2','static/listing/5.jpeg','2021-07-14 15:58:25.705772',3,13,'Brand new harbourside luxury'),(29,'Brand new harbourside luxury3','static/listing/6.jpeg','2021-07-14 15:58:25.706214',2,13,'Brand new harbourside luxury'),(30,'House','static/listing/Single_storey_3.jpg','2021-09-10 01:35:25.895214',2,15,'Photo of house'),(31,'Tamer Logo','static/listing/Tamer_Logo.jpg','2021-09-10 01:35:25.895761',99,15,'Logo'),(32,'test image','static/listing/aerial-view.jpg','2021-10-08 07:48:10.359171',1,15,'name of the image'),(33,'test image','static/listing/aerial-view_5bKpJDT.jpg','2021-10-08 07:48:11.516293',1,15,'name of the image'),(34,'Urban','static/listing/Benarkin_209_Facade_Urban.jpg','2022-01-19 10:23:38.020949',1,16,'Facade'),(35,'Hampton','static/listing/Benarkin_209_Facade_Hampton.jpg','2022-01-19 10:23:38.021443',3,16,'Facade'),(36,'Coastal','static/listing/Benarkin_209_Facade_Coastal.jpg','2022-01-19 10:23:38.021900',2,16,'Facade'),(37,'Facade','static/listing/Single_Storey_1.jpg','2022-01-25 16:37:08.675987',1,17,'Single Storey'),(38,'Logo','static/listing/Logo_3.jpg','2022-01-25 16:37:08.676468',2,17,'Tamer Property'),(39,'Facade','static/listing/Single_storey_3_w2Ydmxc.jpg','2022-01-31 22:16:28.692220',1,18,'Single Storey'),(40,'Logo','static/listing/Logo_3_bdTmGLN.jpg','2022-01-31 22:16:28.692607',2,18,'Tamer Property'),(41,'Facade','static/listing/Single_Storey_5.png','2022-02-01 16:07:58.697296',1,19,'Single Storey'),(42,'Logo','static/listing/Logo_3_Ox2YQde.jpg','2022-02-01 16:07:58.697703',2,19,'Tamer Property'),(43,'Facade','static/listing/Double_Storey_-_High_Set_Facade.jpg','2022-02-01 16:22:32.890410',1,20,'Highset'),(44,'Logo','static/listing/Logo_3_GV1d7fr.jpg','2022-02-01 16:22:32.890845',2,20,'Tamer Property'),(45,'Facade','static/listing/Single_Storey_1_ymbWqHP.jpg','2022-02-01 16:37:44.344927',1,21,'Single Storey'),(46,'Logo','static/listing/Logo_3_1uJFJfT.jpg','2022-02-01 16:37:44.345375',2,21,'Tamer Property'),(47,'Facade','static/listing/Single_Storey_5_4nPHeo2.png','2022-02-01 17:51:58.249789',1,22,'Single Storey'),(48,'Logo','static/listing/Logo_3_9wS4CQK.jpg','2022-02-01 17:51:58.250174',2,22,'Tamer Property'),(49,'Facade','static/listing/Single_Storey_1_TMi6Upv.jpg','2022-02-03 00:01:28.678400',1,23,'Single Storey'),(50,'Logo','static/listing/Logo_3_UplgYdL.jpg','2022-02-03 00:01:28.678890',2,23,'Tamer Property'),(51,'Facade','static/listing/Double_Storey_-_High_Set_Facade_gqQyZt0.jpg','2022-02-03 00:05:49.845483',1,24,'Highset'),(52,'Logo','static/listing/Logo_3_PZn5S7q.jpg','2022-02-03 00:05:49.846015',2,24,'Tamer Property'),(53,'Facade','static/listing/Single_storey_3_GBg7f2O.jpg','2022-02-03 00:09:38.909782',1,25,'Single Storey'),(54,'Logo','static/listing/Logo_3_ks7RQ13.jpg','2022-02-03 00:09:38.910204',2,25,'Tamer Property'),(55,'Facade','static/listing/Double_Storey_-_High_Set_Facade_OzVw8rH.jpg','2022-02-03 00:12:08.944206',1,26,'Highset'),(56,'Logo','static/listing/Logo_3_UWCIOcU.jpg','2022-02-03 00:12:08.944605',2,26,'Tamer Property'),(57,'Facade','static/listing/Single_storey_6.png','2022-02-03 00:18:17.024373',1,27,'Single Storey'),(58,'Logo','static/listing/Logo_3_ZAJ89N8.jpg','2022-02-03 00:18:17.024813',2,27,'Tamer Property'),(59,'Facade','static/listing/Single_Storey_1_yL9tkN7.jpg','2022-02-03 00:21:00.530795',1,28,'Single Storey'),(60,'Logo','static/listing/Logo_3_KvI3E6v.jpg','2022-02-03 00:21:00.531204',2,28,'Tamer Property'),(61,'Facade','static/listing/Double_Storey_-_High_Set_Facade_4JObMri.jpg','2022-02-03 00:26:38.491071',1,29,'Highset'),(62,'Logo','static/listing/Logo_3_dELZPm8.jpg','2022-02-03 00:26:38.491479',2,29,'Tamer Property'),(63,'Facade','static/listing/Double_Storey_-_High_Set_Facade_F7xVlL8.jpg','2022-02-03 00:28:59.628800',1,30,'Highset'),(64,'Logo','static/listing/Logo_3_mMg0w8R.jpg','2022-02-03 00:28:59.629286',2,30,'Tamer Property'),(65,'Facade','static/listing/Single_storey_3_yOLHxyW.jpg','2022-02-03 00:31:06.547997',1,31,'Single Storey'),(66,'Logo','static/listing/Logo_3_6i9YOyd.jpg','2022-02-03 00:31:06.548363',2,31,'Tamer Property'),(67,'Facade','static/listing/Single_Storey_1_SfySAZY.jpg','2022-02-03 18:24:07.748001',1,32,'Single Storey'),(68,'Logo','static/listing/Logo_3_8wJROy9.jpg','2022-02-03 18:24:07.748377',2,32,'Tamer Property'),(69,'Facade','static/listing/Single_storey_3_YvouNv0.jpg','2022-02-03 18:27:18.972291',1,33,'Single Storey'),(70,'Logo','static/listing/Logo_3_CWTTDGv.jpg','2022-02-03 18:27:18.972757',2,33,'Tamer Property'),(71,'Facade','static/listing/Single_Storey_5_E3fSPms.png','2022-02-03 18:29:25.658313',1,34,'Single Storey'),(72,'Logo','static/listing/Logo_3_PxmUecL.jpg','2022-02-03 18:29:25.658711',2,34,'Tamer Property'),(73,'Facade','static/listing/Single_storey_6_9zTEsfW.png','2022-02-03 18:31:29.981255',1,35,'Single Storey'),(74,'Logo','static/listing/Logo_3_4sF3FBZ.jpg','2022-02-03 18:31:29.981706',2,35,'Tamer Property'),(75,'Facade','static/listing/Single_Storey_1_eWNC06F.jpg','2022-02-03 18:33:11.123671',1,36,'Single Storey'),(76,'Logo','static/listing/Logo_3_GZ0WS7l.jpg','2022-02-03 18:33:11.124056',2,36,'Tamer Property'),(77,'Facade','static/listing/Single_storey_3_ZxFdhNK.jpg','2022-02-03 18:34:46.410130',1,37,'Single Storey'),(78,'Logo','static/listing/Logo_3_vVfDfEF.jpg','2022-02-03 18:34:46.410572',2,37,'Tamer Property'),(79,'Facade','static/listing/Single_Storey_5_bZ2NAhC.png','2022-02-03 18:36:26.869452',1,38,'Single Storey'),(80,'Logo','static/listing/Logo_3_Olq86fT.jpg','2022-02-03 18:36:26.869844',2,38,'Tamer Property'),(81,'Facade','static/listing/Single_storey_6_WLvrGFt.png','2022-02-03 18:38:12.002220',1,39,'Single Storey'),(82,'Logo','static/listing/Logo_3_iqYOQ5M.jpg','2022-02-03 18:38:12.002788',2,39,'Tamer Property'),(83,'Facade','static/listing/Double_Storey_-_High_Set_Facade_KbOAO13.jpg','2022-02-03 18:40:11.732409',1,40,'Highset'),(84,'Logo','static/listing/Logo_3_hejwJVq.jpg','2022-02-03 18:40:11.732933',2,40,'Tamer Property'),(85,'Facade','static/listing/Single_Storey_1_N389FIj.jpg','2022-02-03 18:42:09.810087',1,41,'Single Storey'),(86,'Logo','static/listing/Logo_3_OcAOohP.jpg','2022-02-03 18:42:09.810526',2,41,'Tamer Property'),(87,'Facade','static/listing/Single_storey_3_wJuq32Y.jpg','2022-02-03 18:43:54.223702',1,42,'Single Storey'),(88,'Logo','static/listing/Logo_3_cTOiDHp.jpg','2022-02-03 18:43:54.224107',2,42,'Tamer Property'),(89,'Facade','static/listing/Single_storey_3_3jB4rTh.jpg','2022-02-03 18:45:29.375203',1,43,'Single Storey'),(90,'Logo','static/listing/Logo_3_JvN8Zxd.jpg','2022-02-03 18:45:29.375588',2,43,'Tamer Property'),(91,'Facade','static/listing/Single_Storey_5_1azl93f.png','2022-02-03 18:46:53.876833',1,44,'Single Storey'),(92,'Logo','static/listing/Logo_3_4hCe9ji.jpg','2022-02-03 18:46:53.877250',2,44,'Tamer Property'),(93,'Facade','static/listing/Single_storey_6_a7XmdOS.png','2022-02-03 18:48:22.589302',1,45,'Single Storey'),(94,'Logo','static/listing/Logo_3_vcNE0H4.jpg','2022-02-03 18:48:22.589763',2,45,'Tamer Property'),(95,'Facade','static/listing/Single_Storey_1_kiN2pVf.jpg','2022-02-03 18:49:55.875422',1,46,'Single Storey'),(96,'Logo','static/listing/Logo_3_LwF9rNf.jpg','2022-02-03 18:49:55.875848',2,46,'Tamer Property'),(97,'Facade','static/listing/Single_storey_3_4Rb9vhU.jpg','2022-02-03 18:52:32.529704',1,47,'Single Storey'),(98,'Logo','static/listing/Logo_3_RAQyCca.jpg','2022-02-03 18:52:32.530088',2,47,'Tamer Property'),(99,'Facade','static/listing/Single_storey_3_RpIATCm.jpg','2022-02-03 18:53:57.518819',1,48,'Single Storey'),(100,'Logo','static/listing/Logo_3_bgWLPkF.jpg','2022-02-03 18:53:57.519308',2,48,'Tamer Property'),(101,'Facade','static/listing/Single_Storey_5_Ct30pNr.png','2022-02-03 19:07:48.083134',1,49,'Single Storey'),(102,'Logo','static/listing/Logo_3_QtJbaok.jpg','2022-02-03 19:07:48.083699',2,49,'Tamer Property'),(103,'Facade','static/listing/Double_Storey_-_High_Set_Facade_ooPQ2iR.jpg','2022-02-03 19:09:11.500693',1,50,'Highset'),(104,'Logo','static/listing/Logo_3_L9ZrRpD.jpg','2022-02-03 19:09:11.501298',2,50,'Tamer Property'),(105,'Facade','static/listing/Single_storey_6_dzQ6bKK.png','2022-02-03 19:10:46.011401',1,51,'Single Storey'),(106,'Logo','static/listing/Logo_3_67aVanJ.jpg','2022-02-03 19:10:46.011988',2,51,'Tamer Property'),(107,'Facade','static/listing/Double_Storey_-_High_Set_Facade_vTWPWwW.jpg','2022-02-03 19:12:26.175089',1,52,'Highset'),(108,'Logo','static/listing/Logo_3_syKg414.jpg','2022-02-03 19:12:26.175487',2,52,'Tamer Property'),(109,'Facade','static/listing/Single_Storey_1_4D329kQ.jpg','2022-02-03 19:13:55.747108',1,53,'Single Storey'),(110,'Logo','static/listing/Logo_3_WnO7JmG.jpg','2022-02-03 19:13:55.747519',2,53,'Tamer Property'),(111,'Facade','static/listing/Single_storey_3_nO9rJIc.jpg','2022-02-03 19:15:20.343460',1,54,'Single Storey'),(112,'Logo','static/listing/Logo_3_Yd21aC9.jpg','2022-02-03 19:15:20.343904',2,54,'Tamer Property'),(113,'Facade','static/listing/Single_storey_3_6lkKvB9.jpg','2022-02-03 20:26:37.141321',1,55,'Single Storey'),(114,'Logo','static/listing/Logo_3_iw5Bxru.jpg','2022-02-03 20:26:37.141760',2,55,'Tamer Property'),(115,'Facade','static/listing/Double_Storey_-_High_Set_Facade_TeKLRyO.jpg','2022-02-03 20:28:04.848077',1,56,'Highset'),(116,'Logo','static/listing/Logo_3_aFQA0l0.jpg','2022-02-03 20:28:04.848494',2,56,'Tamer Property'),(117,'Facade','static/listing/Single_Storey_5_DJlPyaf.png','2022-02-03 20:29:43.403361',1,57,'Single Storey'),(118,'Logo','static/listing/Logo_3_nJF02Ha.jpg','2022-02-03 20:29:43.403826',2,57,'Tamer Property'),(119,'Facade','static/listing/Single_storey_6_gADvabP.png','2022-02-03 20:31:01.542597',1,58,'Single Storey'),(120,'Logo','static/listing/Logo_3_wCpgYs6.jpg','2022-02-03 20:31:01.543060',2,58,'Tamer Property'),(121,'Facade','static/listing/Single_Storey_1_GTwFicx.jpg','2022-02-03 20:34:18.812326',1,59,'Single Storey'),(122,'Logo','static/listing/Logo_3_9jMsllY.jpg','2022-02-03 20:34:18.813018',2,59,'Tamer Property'),(123,'Facade','static/listing/Single_storey_3_SkiLrsk.jpg','2022-02-03 20:35:58.127242',1,60,'Single Storey'),(124,'Logo','static/listing/Logo_3_BFFE3Ms.jpg','2022-02-03 20:35:58.127742',2,60,'Tamer Property'),(125,'Facade','static/listing/Single_Storey_5_LM4vwEi.png','2022-02-03 20:37:20.686095',1,61,'Single Storey'),(126,'Logo','static/listing/Logo_3_RJyeXyE.jpg','2022-02-03 20:37:20.686542',2,61,'Tamer Property'),(127,'Facade','static/listing/Single_storey_6_3I6xFbG.png','2022-02-03 20:38:50.727591',1,62,'Single Storey'),(128,'Logo','static/listing/Logo_3_RGxMsnu.jpg','2022-02-03 20:38:50.728051',2,62,'Tamer Property'),(129,'Facade','static/listing/Single_Storey_1_KmzQvR7.jpg','2022-02-03 20:40:14.721163',1,63,'Single Storey'),(130,'Logo','static/listing/Logo_3_GNVy7Ug.jpg','2022-02-03 20:40:14.721560',2,63,'Tamer Property'),(131,'Facade','static/listing/Single_storey_3_UtlelPM.jpg','2022-02-03 20:43:51.752557',1,64,'Single Storey'),(132,'Logo','static/listing/Logo_3_2AVgwYl.jpg','2022-02-03 20:43:51.752950',2,64,'Tamer Property'),(133,'Facade','static/listing/Single_Storey_5_P8VHxIM.png','2022-02-03 20:45:20.250433',1,65,'Single Storey'),(134,'Logo','static/listing/Logo_3_ErBk0U6.jpg','2022-02-03 20:45:20.250945',2,65,'Tamer Property'),(135,'Facade','static/listing/Single_Storey_5_U2fgeHg.png','2022-02-03 20:46:37.890711',1,66,'Single Storey'),(136,'Logo','static/listing/Logo_3_Iv9efUo.jpg','2022-02-03 20:46:37.891087',2,66,'Tamer Property');
/*!40000 ALTER TABLE `inventory_image` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_productimage`
--

DROP TABLE IF EXISTS `inventory_productimage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_productimage` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(60) NOT NULL,
  `Image` varchar(100) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `ImageOrder` smallint unsigned DEFAULT NULL,
  `Project_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `inventory_productima_Project_id_2d03f8a6_fk_inventory` (`Project_id`),
  CONSTRAINT `inventory_productima_Project_id_2d03f8a6_fk_inventory` FOREIGN KEY (`Project_id`) REFERENCES `inventory_project` (`id`),
  CONSTRAINT `inventory_productimage_chk_1` CHECK ((`ImageOrder` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_productimage`
--

LOCK TABLES `inventory_productimage` WRITE;
/*!40000 ALTER TABLE `inventory_productimage` DISABLE KEYS */;
INSERT INTO `inventory_productimage` VALUES (1,'RayWhite','project/2021/07/16/project3.png','2021-07-16 11:05:46.692470',1,4),(2,'Jellis Craig','project/2021/07/16/project2.png','2021-07-16 11:07:38.063502',1,3),(3,'Pallara Land','project/2021/07/16/project1.png','2021-07-16 11:08:29.424290',1,2),(4,'Image of the product','project/2021/07/27/banner1.png','2021-07-27 14:44:46.526178',2,2),(5,'House','project/2021/09/10/Single_Storey_5.jpg','2021-09-10 01:29:20.391765',2,5),(6,'House 2','project/2021/09/10/Stretton_Low.jpg','2021-09-10 01:29:20.392254',99,5),(7,'Logo','project/2021/09/10/Tamer_Logo.jpg','2021-09-10 01:29:20.392723',99,5),(8,'gggj','project/2021/10/08/aerial-view.jpg','2021-10-08 07:45:55.399786',1,5),(9,'New Home Marsden','project/2022/01/19/AMT_Homes_Double_Photo_07.jpg','2022-01-19 09:52:18.127764',99,6),(10,'Facade','project/2022/01/25/Single_Storey_1.jpg','2022-01-25 12:03:34.253334',1,7),(11,'Logo','project/2022/01/25/Logo_3.jpg','2022-01-25 12:03:34.253787',2,7);
/*!40000 ALTER TABLE `inventory_productimage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_project`
--

DROP TABLE IF EXISTS `inventory_project`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_project` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Overview` longtext NOT NULL,
  `AddressLine` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsPublished` tinyint(1) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Location_id` int NOT NULL,
  `IsFeatured` tinyint(1) NOT NULL,
  `AreaUnit_id` int NOT NULL,
  `SuperBuiltUpArea` int unsigned DEFAULT NULL,
  `LaunchDate` date NOT NULL,
  `CreatedBy_id` int NOT NULL,
  `IsDisplayBuilderName` tinyint(1) NOT NULL,
  `Price` decimal(12,2) NOT NULL,
  `Price_currency` varchar(3) NOT NULL,
  `ConstructionDate` date NOT NULL,
  `RegistrationDate` date NOT NULL,
  `TotalArea` int unsigned,
  PRIMARY KEY (`id`),
  KEY `inventory_project_Location_id_9a898f38_fk_master_location_id` (`Location_id`),
  KEY `inventory_project_AreaUnit_id_c040851b_fk_master_areaunit_id` (`AreaUnit_id`),
  KEY `inventory_project_CreatedBy_id_f20414f2_fk_auth_user_id` (`CreatedBy_id`),
  CONSTRAINT `inventory_project_AreaUnit_id_c040851b_fk_master_areaunit_id` FOREIGN KEY (`AreaUnit_id`) REFERENCES `master_areaunit` (`id`),
  CONSTRAINT `inventory_project_CreatedBy_id_f20414f2_fk_auth_user_id` FOREIGN KEY (`CreatedBy_id`) REFERENCES `auth_user` (`id`),
  CONSTRAINT `inventory_project_Location_id_9a898f38_fk_master_location_id` FOREIGN KEY (`Location_id`) REFERENCES `master_location` (`id`),
  CONSTRAINT `inventory_project_chk_1` CHECK ((`SuperBuiltUpArea` >= 0)),
  CONSTRAINT `inventory_project_chk_2` CHECK ((`TotalArea` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_project`
--

LOCK TABLES `inventory_project` WRITE;
/*!40000 ALTER TABLE `inventory_project` DISABLE KEYS */;
INSERT INTO `inventory_project` VALUES (2,'Pallara Land','<p>We are rated as Australia&#39;s No.1 and Most Trusted National Home Building brand as a result of our level of customer satisfaction. Our commitment to acting with integrity, transparency and reliability in everything we do ensures that you will only receive the best service from Australia&#39;s most reputable building network.</p>','Ritchie Road, Pallara, Qld 4110','2020-05-26 11:24:24.777263','2020-05-26 11:24:24.777267',1,1,0,3,1,6,190,'2020-05-01',1,1,512356.00,'AUD','2021-07-28','2021-07-28',0),(3,'Jellis Craig','<p>In an elevated position, this sensational residence&#39;s generously proportioned and superbly appointed dimensions deliver low maintenance living with a sophisticated sense of style. Situated within the coveted Nine Darling complex, the location provides the very best inner urban lifestyle. Dark timber floors flow through the open plan living and dining zone which adjoins a stylish kitchen boasting stone benches and Gaggenau appliances including gas cooktop, wall oven and built in microwave plus integrated dishwasher, while a spacious covered terrace is perfect for entertaining. The generous main bedroom features built in robes, a sleek ensuite and private balcony, complemented by two additional bedrooms with robes, a family bathroom and study nook. Includes European laundry, three basement parking spaces and three storage cages. From this outstanding position South Yarra Station, shopping and dining on Toorak Road and Chapel Street, Fawkner Park and Botanic Gardens are all moments away.</p>','303/9 DARLING STREET, SOUTH YARRA','2020-05-26 12:26:04.691151','2020-05-26 12:26:04.691155',1,1,0,4,1,6,500,'2020-05-27',1,1,879945.00,'XUA','2021-07-28','2021-07-28',0),(4,'RayWhite','<p>With sooo many features to mention, it is difficult to know where to begin! Near new, the home was built to a superior standard, you simply cannot beat the quality! No expense has been spared, be the envy of everyone you know in this fabulous family home. Located in a sought-after position, just a short stroll to the park, playground, child care centres, school, lakes and &#39;The Local&#39; cafe` and tapas bar, this executive style residence is sure to impress. Quality built and enjoying an elevated position, this dual level home captures views to Mt Ninderry and is simply beautiful</p>','Shop 9B, 316-324, David Low Way, BLI BLI, QLD 4560','2020-05-26 12:33:16.766021','2020-05-26 12:33:16.766026',1,1,0,5,1,2,1675,'2020-05-26',1,1,10000.00,'XUA','2021-07-28','2021-07-28',0),(5,'Test','<p>TEst</p>\r\n\r\n<p>TEST</p>\r\n\r\n<p>Testy test</p>','106 Test lane','2021-09-10 01:29:20.368102','2021-09-10 01:29:20.368103',1,1,0,7,1,2,100,'2021-09-10',1,1,100000.00,'AUD','2021-09-10','2021-09-10',160),(6,'Mikaela Residence','<p>New Home In Australia&nbsp;</p>','Marsden, QLD, Australia','2022-01-19 09:52:18.106288','2022-01-19 09:52:18.106290',1,1,0,2,0,6,180,'2022-01-19',1,1,999850.00,'AUD','2022-01-19','2022-01-19',400),(7,'The Heights Estate','<p>The Heights At Richlands is located at 376 Freeman Road. This is an exciting new Estate close to the bus stop, shops, schools, train station, and club. The estate features many different block sizes and land values to suit most buyers.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Here you have home sites for families who don&#39;t want to spend all weekend maintaining their yard and are able to walk to sporting facilities and are within a short drive to shops and schools.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>This is also a good option for first homeowners who want to be within a close commute to Brisbane. You don&#39;t have to move miles and miles away. When you live here you can walk to the Bus stop and 2 train stations are only within a short drive.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>For retirees, these low maintenance blocks in this Boutique subdivision are ideal if you are looking to downsize and looking for a manageable block with a smaller home and you don&#39;t want to live in one of those retirement villages and still have your own privacy and independence.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Investors, this estate is perfect for you, here you can have an investment property close to Brisbane without breaking the bank and still enjoy the potential capital growth without buying further out from the City.</p>\r\n\r\n<p>Bus Stop: about 400m*&nbsp;</p>\r\n\r\n<p>Diamonds Hotel: about 1.2km*&nbsp;</p>\r\n\r\n<p>Neighbourhood Shops &amp; Aldi - Durack: about 2.3km*&nbsp;</p>\r\n\r\n<p>The Lion Club Richlands: about 2.4km*&nbsp;</p>\r\n\r\n<p>Oxley Golf Club: about 2.4km*&nbsp;</p>\r\n\r\n<p>State School: about 2.4Km*&nbsp;</p>\r\n\r\n<p>St. Marks Catholic Primary: about 2.4km*&nbsp;</p>\r\n\r\n<p>Glenala High School: about 2.6km*&nbsp;</p>\r\n\r\n<p>Western Suburbs Special School: about 2.6km*&nbsp;</p>\r\n\r\n<p>Richlands Train Station: about 2.7km*&nbsp;</p>\r\n\r\n<p>Darra State School: about 2.8km*&nbsp;</p>\r\n\r\n<p>Darra Train Station: about 2.9km*&nbsp;</p>\r\n\r\n<p>Mt. Ommaney Shopping Centre: about 6.7km*&nbsp;</p>\r\n\r\n<p>Brisbane CBD: about 18km*&nbsp;</p>\r\n\r\n<p>Brisbane Airport: about 34.5km*&nbsp;</p>\r\n\r\n<p>Gold Coast: about 81.5km*</p>','QLD, 4077','2022-01-25 12:03:34.227916','2022-01-25 12:03:34.227918',1,1,0,2,0,6,147,'2022-01-25',1,1,525000.00,'AUD','2022-01-25','2022-01-25',184),(8,'Algester','<p>QLD, 4115</p>','Algester, QLD 4115','2022-02-02 23:24:33.871162','2022-02-02 23:24:33.871164',1,1,0,15,0,6,208,'2022-02-02',1,1,508000.00,'AUD','2022-02-02','2022-02-02',506),(9,'Park Ridge','<p>QLD, 4125</p>','Park Ridge, QLD 4125','2022-02-02 23:27:40.585216','2022-02-02 23:27:40.585219',1,1,0,16,0,6,190,'2022-02-02',1,1,571500.00,'AUD','2022-02-02','2022-02-02',400),(10,'Logan Reserve','<p>QLD, 4133</p>','Logan Reserve, QLD 4133','2022-02-02 23:29:28.589510','2022-02-02 23:29:28.589512',1,1,0,17,0,6,190,'2022-02-02',1,1,572500.00,'AUD','2022-02-02','2022-02-02',416),(11,'Bracken Ridge','<p>QLD, 4017</p>','Bracken Ridge, QLD 4017','2022-02-02 23:34:11.574152','2022-02-02 23:34:11.574154',1,1,0,18,0,6,210,'2022-02-02',1,1,734100.00,'AUD','2022-02-02','2022-02-02',457),(12,'Molendinar','<p>QLD, 4214</p>','Molendinar, QLD 4214','2022-02-02 23:36:56.511019','2022-02-02 23:36:56.511021',1,1,0,19,0,6,240,'2022-02-02',1,1,965600.00,'AUD','2022-02-02','2022-02-02',400),(13,'Jimboomba','<p>QLD, 4280</p>','Jimboomba, 4280','2022-02-02 23:53:26.094624','2022-02-02 23:53:26.094626',1,1,0,20,0,6,180,'2022-02-02',1,1,529000.00,'AUD','2022-02-02','2022-02-02',405),(14,'Victoria Point','<p>QLD, 4165</p>','Victoria Point, QLD 4165','2022-02-02 23:55:28.585348','2022-02-02 23:55:28.585350',1,1,0,21,0,6,210,'2022-02-02',1,1,768000.00,'AUD','2022-02-02','2022-02-02',403),(15,'Cornubia','<p>QLD, 4130</p>','Cornubia, QLD 4130','2022-02-02 23:57:36.231434','2022-02-02 23:57:36.231437',1,1,0,22,0,6,238,'2022-02-02',1,1,750000.00,'AUD','2022-02-02','2022-02-02',400),(16,'Gleneagle','<p>QLD, 4285</p>','Gleneagle, QLD, 4285','2022-02-03 14:00:17.954511','2022-02-03 14:00:17.954513',1,1,0,23,0,6,169,'2022-02-03',1,1,398900.00,'AUD','2022-02-03','2022-02-03',480),(17,'Towoomba','<p>QLD 4350</p>','Towoomba, QLD 4350','2022-02-03 14:05:35.661226','2022-02-03 14:05:35.661228',1,1,0,24,0,6,218,'2022-02-03',1,1,429900.00,'AUD','2022-02-03','2022-02-03',500),(18,'Stretton','<p>QLD, 4116</p>','Stretton, QLD, 4116','2022-02-03 14:11:19.312279','2022-02-03 14:11:19.312281',1,1,0,25,0,6,230,'2022-02-03',1,1,577750.00,'AUD','2022-02-03','2022-02-03',357),(19,'Hillcrest','<p>QLD, 4118</p>','Hillcrest, QLD, 4118','2022-02-03 14:13:28.269892','2022-02-03 14:13:28.269894',1,1,0,26,0,6,170,'2022-02-03',1,1,488850.00,'AUD','2022-02-03','2022-02-03',450),(20,'Bridgeman Downs','<p>QLD, 4035</p>','Bridgeman Downs, QLD, 4035','2022-02-03 14:17:52.958569','2022-02-03 14:17:52.958571',1,1,0,27,0,6,210,'2022-02-03',1,1,888888.00,'AUD','2022-02-03','2022-02-03',832),(21,'Stretton Reserve','<p>QLD, 4116</p>','Stretton Reserve, QLD, 4116','2022-02-03 14:20:41.845807','2022-02-03 14:20:41.845809',1,1,0,28,0,6,230,'2022-02-03',1,1,668150.00,'AUD','2022-02-03','2022-02-03',358),(22,'Boronia Heights','<p>QLD, 4124</p>','Boronia Heights, QLD, 4124','2022-02-03 14:23:06.573347','2022-02-03 14:23:06.573349',1,1,0,29,0,6,170,'2022-02-03',1,1,470400.00,'AUD','2022-02-03','2022-02-03',350),(23,'Redbank Plains','<p>QLD, 4301</p>','Redbank Plains, QLD, 4301','2022-02-03 14:27:26.071417','2022-02-03 14:27:26.071419',1,1,0,30,0,6,180,'2022-02-03',1,1,425550.00,'AUD','2022-02-03','2022-02-03',331),(24,'Ripley','<p>QLD, 4306</p>','Ripley, QLD, 4306','2022-02-03 14:29:00.592589','2022-02-03 14:29:00.592592',1,1,0,31,0,6,182,'2022-02-03',1,1,449559.00,'AUD','2022-02-03','2022-02-03',315),(25,'Underwood','<p>QLD, 4119</p>','Underwood, QLD, 4119','2022-02-03 14:30:16.362541','2022-02-03 14:30:16.362543',1,1,0,32,0,6,200,'2022-02-03',1,1,800000.00,'AUD','2022-02-03','2022-02-03',480);
/*!40000 ALTER TABLE `inventory_project` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_project_amenities`
--

DROP TABLE IF EXISTS `inventory_project_amenities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_project_amenities` (
  `id` int NOT NULL AUTO_INCREMENT,
  `project_id` int NOT NULL,
  `amenity_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `inventory_project_Amenities_project_id_amenity_id_fe53aa6a_uniq` (`project_id`,`amenity_id`),
  KEY `inventory_project_Am_amenity_id_4a027420_fk_master_am` (`amenity_id`),
  CONSTRAINT `inventory_project_am_amenity_id_17cff4c8_fk_master_am` FOREIGN KEY (`amenity_id`) REFERENCES `master_amenity` (`id`),
  CONSTRAINT `inventory_project_am_project_id_1d5b5aed_fk_inventory` FOREIGN KEY (`project_id`) REFERENCES `inventory_project` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_project_amenities`
--

LOCK TABLES `inventory_project_amenities` WRITE;
/*!40000 ALTER TABLE `inventory_project_amenities` DISABLE KEYS */;
INSERT INTO `inventory_project_amenities` VALUES (12,2,1),(1,2,2),(2,2,3),(13,2,4),(14,2,5),(3,2,7),(4,3,2),(5,3,3),(6,3,4),(7,3,7),(8,4,1),(9,4,2),(11,4,3),(15,4,5),(10,4,7),(17,5,2),(16,5,8),(19,6,3),(20,6,5),(18,6,8),(21,7,3),(22,7,5),(23,8,4),(24,8,5),(25,9,4),(26,9,5),(27,10,4),(28,10,5),(29,11,4),(30,11,5),(31,12,4),(32,12,5),(33,13,4),(34,13,5),(35,14,4),(36,14,5),(37,15,4),(38,15,5),(39,16,4),(40,16,5),(41,17,4),(42,17,5),(43,18,4),(44,18,5),(45,19,4),(46,19,5),(47,20,4),(48,20,5),(49,21,4),(50,21,5),(51,22,4),(52,22,5),(53,23,4),(54,23,5),(55,24,4),(56,24,5),(57,25,4),(58,25,5);
/*!40000 ALTER TABLE `inventory_project_amenities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_project_isdisplayonweb`
--

DROP TABLE IF EXISTS `inventory_project_isdisplayonweb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_project_isdisplayonweb` (
  `id` int NOT NULL AUTO_INCREMENT,
  `project_id` int NOT NULL,
  `website_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `inventory_project_IsDisp_project_id_website_id_f0b01c23_uniq` (`project_id`,`website_id`),
  KEY `inventory_project_Is_website_id_c5f33ec7_fk_master_we` (`website_id`),
  CONSTRAINT `inventory_project_is_project_id_570c8d41_fk_inventory` FOREIGN KEY (`project_id`) REFERENCES `inventory_project` (`id`),
  CONSTRAINT `inventory_project_is_website_id_2c17695e_fk_master_we` FOREIGN KEY (`website_id`) REFERENCES `master_website` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_project_isdisplayonweb`
--

LOCK TABLES `inventory_project_isdisplayonweb` WRITE;
/*!40000 ALTER TABLE `inventory_project_isdisplayonweb` DISABLE KEYS */;
INSERT INTO `inventory_project_isdisplayonweb` VALUES (1,2,1),(2,3,1),(3,4,1),(4,5,1),(5,5,3),(6,5,4),(7,6,1),(8,7,1),(9,8,1),(10,9,1),(11,10,1),(12,11,1),(13,12,1),(14,13,1),(15,14,1),(16,15,1),(17,16,1),(18,17,1),(19,18,1),(20,19,1),(21,20,1),(22,21,1),(23,22,1),(24,23,1),(25,24,1),(26,25,1);
/*!40000 ALTER TABLE `inventory_project_isdisplayonweb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_project_overlooking`
--

DROP TABLE IF EXISTS `inventory_project_overlooking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_project_overlooking` (
  `id` int NOT NULL AUTO_INCREMENT,
  `project_id` int NOT NULL,
  `overlooking_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `inventory_project_Overlo_project_id_overlooking_i_91a6acdf_uniq` (`project_id`,`overlooking_id`),
  KEY `inventory_project_Ov_overlooking_id_5ccaa869_fk_master_ov` (`overlooking_id`),
  CONSTRAINT `inventory_project_ov_overlooking_id_62719f80_fk_master_ov` FOREIGN KEY (`overlooking_id`) REFERENCES `master_overlooking` (`id`),
  CONSTRAINT `inventory_project_ov_project_id_2042915c_fk_inventory` FOREIGN KEY (`project_id`) REFERENCES `inventory_project` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_project_overlooking`
--

LOCK TABLES `inventory_project_overlooking` WRITE;
/*!40000 ALTER TABLE `inventory_project_overlooking` DISABLE KEYS */;
INSERT INTO `inventory_project_overlooking` VALUES (1,2,2),(2,3,1),(3,3,2),(4,4,1),(5,4,2),(6,5,1),(7,5,2),(8,6,2),(9,6,4),(10,7,1),(11,8,1),(12,8,5),(13,9,1),(14,9,2),(15,9,5),(16,10,1),(17,10,2),(18,10,5),(19,11,1),(20,11,2),(21,11,5),(22,12,1),(23,12,2),(24,12,5),(25,13,1),(26,13,2),(27,13,5),(28,14,1),(29,14,2),(30,14,5),(31,15,1),(32,15,2),(33,15,5),(34,16,1),(35,16,2),(36,16,5),(37,17,1),(38,17,2),(39,17,5),(40,18,1),(41,18,2),(42,18,5),(43,19,1),(44,19,2),(45,19,5),(46,20,1),(47,20,2),(48,20,5),(49,21,1),(50,21,2),(51,21,5),(52,22,1),(53,22,2),(54,22,5),(55,23,1),(56,23,2),(57,23,5),(58,24,1),(59,24,2),(60,24,5),(61,25,1),(62,25,2),(63,25,5);
/*!40000 ALTER TABLE `inventory_project_overlooking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_project_specifications`
--

DROP TABLE IF EXISTS `inventory_project_specifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_project_specifications` (
  `id` int NOT NULL AUTO_INCREMENT,
  `project_id` int NOT NULL,
  `specification_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `inventory_project_Specif_project_id_specification_9eaeadfc_uniq` (`project_id`,`specification_id`),
  KEY `inventory_project_sp_specification_id_256ae83f_fk_master_sp` (`specification_id`),
  CONSTRAINT `inventory_project_sp_project_id_936d0470_fk_inventory` FOREIGN KEY (`project_id`) REFERENCES `inventory_project` (`id`),
  CONSTRAINT `inventory_project_sp_specification_id_256ae83f_fk_master_sp` FOREIGN KEY (`specification_id`) REFERENCES `master_specification` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_project_specifications`
--

LOCK TABLES `inventory_project_specifications` WRITE;
/*!40000 ALTER TABLE `inventory_project_specifications` DISABLE KEYS */;
INSERT INTO `inventory_project_specifications` VALUES (1,2,1),(2,2,3),(3,3,1),(4,3,3),(5,4,3),(6,4,4),(7,5,3),(8,5,4),(9,6,1),(10,6,4),(11,7,3),(12,8,1),(13,9,1),(14,9,5),(15,10,1),(16,10,5),(17,11,1),(18,11,5),(19,12,1),(20,12,5),(21,13,1),(22,13,5),(23,14,1),(24,14,5),(25,15,1),(26,15,5),(27,16,1),(28,16,5),(29,17,1),(30,17,5),(31,18,1),(32,18,5),(33,19,1),(34,19,5),(35,20,1),(36,20,5),(37,21,1),(38,21,5),(39,22,1),(40,22,5),(41,23,1),(42,23,5),(43,24,1),(44,24,5),(45,25,1),(46,25,5);
/*!40000 ALTER TABLE `inventory_project_specifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_projectfloorplan`
--

DROP TABLE IF EXISTS `inventory_projectfloorplan`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_projectfloorplan` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(800) NOT NULL,
  `Image` varchar(100) NOT NULL,
  `NoOfBedRooms` int unsigned DEFAULT NULL,
  `Area` int unsigned DEFAULT NULL,
  `Price_currency` varchar(3) NOT NULL,
  `Price` decimal(12,2) NOT NULL,
  `PossessionDate` date NOT NULL,
  `AreaUnit_id` int NOT NULL,
  `Project_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `inventory_projectflo_AreaUnit_id_fd359093_fk_master_ar` (`AreaUnit_id`),
  KEY `inventory_projectflo_Project_id_56526964_fk_inventory` (`Project_id`),
  CONSTRAINT `inventory_projectflo_AreaUnit_id_fd359093_fk_master_ar` FOREIGN KEY (`AreaUnit_id`) REFERENCES `master_areaunit` (`id`),
  CONSTRAINT `inventory_projectflo_Project_id_56526964_fk_inventory` FOREIGN KEY (`Project_id`) REFERENCES `inventory_project` (`id`),
  CONSTRAINT `inventory_projectfloorplan_chk_1` CHECK ((`NoOfBedRooms` >= 0)),
  CONSTRAINT `inventory_projectfloorplan_chk_2` CHECK ((`Area` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_projectfloorplan`
--

LOCK TABLES `inventory_projectfloorplan` WRITE;
/*!40000 ALTER TABLE `inventory_projectfloorplan` DISABLE KEYS */;
INSERT INTO `inventory_projectfloorplan` VALUES (1,'3 BHK','project/floorplan/2021/07/27/banner1.png',0,0,'XUA',0.00,'2021-07-27',6,2),(2,'Floorplan','project/floorplan/2021/09/10/Stretton_High.jpg',3,160,'AUD',100000.00,'2021-09-10',2,5),(3,'Ground plan','project/floorplan/2022/01/19/AMT_Example_Plan_Master_Rear.jpg',4,180,'AUD',995000.00,'2022-01-19',6,6),(4,'Estate Info','project/floorplan/2022/01/19/378-412_Marks_Rd_Jimboomba_House_Position.jpg',4,0,'AUD',995000.00,'2022-01-19',6,6);
/*!40000 ALTER TABLE `inventory_projectfloorplan` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_projectnearby`
--

DROP TABLE IF EXISTS `inventory_projectnearby`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_projectnearby` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Value` varchar(800) NOT NULL,
  `Distance` varchar(200) NOT NULL,
  `NearbyType_id` int NOT NULL,
  `Project_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `inventory_projectnea_NearbyType_id_623cfa23_fk_master_ne` (`NearbyType_id`),
  KEY `inventory_projectnea_Project_id_981d526f_fk_inventory` (`Project_id`),
  CONSTRAINT `inventory_projectnea_NearbyType_id_623cfa23_fk_master_ne` FOREIGN KEY (`NearbyType_id`) REFERENCES `master_nearbytype` (`id`),
  CONSTRAINT `inventory_projectnea_Project_id_981d526f_fk_inventory` FOREIGN KEY (`Project_id`) REFERENCES `inventory_project` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_projectnearby`
--

LOCK TABLES `inventory_projectnearby` WRITE;
/*!40000 ALTER TABLE `inventory_projectnearby` DISABLE KEYS */;
INSERT INTO `inventory_projectnearby` VALUES (1,'School Name','5 KM',1,2),(2,'ABC Hospital','3 KM',3,2),(3,'ABC School','4 KM',1,2),(4,'St Peters','150m',1,5),(5,'Mikaela State High School','5km',1,6),(6,'Westfield Carindale','11km',5,6),(7,'Mater Hospital','8km',2,6);
/*!40000 ALTER TABLE `inventory_projectnearby` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_property`
--

DROP TABLE IF EXISTS `inventory_property`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_property` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(100) NOT NULL,
  `Slug` varchar(100) NOT NULL,
  `Description` longtext,
  `Price_currency` varchar(3) NOT NULL,
  `Price` decimal(12,2) NOT NULL,
  `PropertyType_id` int NOT NULL,
  `Offers_id` int NOT NULL,
  `IsFeatured` tinyint(1) NOT NULL,
  `Baths` int unsigned DEFAULT NULL,
  `Beds` int unsigned DEFAULT NULL,
  `Notes` longtext,
  `CreatedBy` int NOT NULL DEFAULT '1',
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsPublished` tinyint(1) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `isdisplayonweb` tinyint(1) NOT NULL,
  `Location_id` int DEFAULT NULL,
  `Project_id` int DEFAULT NULL,
  `AreaUnit_id` int NOT NULL,
  `SuperBuiltUpArea` int unsigned DEFAULT NULL,
  `Configuration_id` int NOT NULL,
  `Facing_id` int DEFAULT NULL,
  `Balcony` int unsigned DEFAULT NULL,
  `BookingAmount` varchar(100) DEFAULT NULL,
  `OwnershipType_id` int NOT NULL,
  `PriceNegotiable` tinyint(1) NOT NULL,
  `PropertyStatus_id` int NOT NULL,
  `SecurityDeposit` varchar(100) DEFAULT NULL,
  `PageDescription` longtext,
  `PageKeyword` longtext,
  `PageTitle` longtext,
  `PossessionDate` date NOT NULL,
  `CreatedBy_id` int NOT NULL,
  `IsTrending` tinyint(1) NOT NULL,
  `CompanyName_id` int DEFAULT NULL,
  `ConstructionDate` date NOT NULL,
  `RegistrationDate` date NOT NULL,
  `TotalArea` int unsigned,
  PRIMARY KEY (`id`),
  KEY `inventory_property_Location_id_e0b182b9_fk_master_location_id` (`Location_id`),
  KEY `inventory_property_Project_id_c182daad_fk_inventory_project_id` (`Project_id`),
  KEY `inventory_property_PropertyType_id_1ade0bea` (`PropertyType_id`),
  KEY `inventory_property_Offers_id_dc301280` (`Offers_id`),
  KEY `inventory_property_AreaUnit_id_ea58183d_fk_master_areaunit_id` (`AreaUnit_id`),
  KEY `inventory_property_Configuration_id_fa443572_fk_master_co` (`Configuration_id`),
  KEY `inventory_property_Facing_id_33940ff0_fk_master_facing_id` (`Facing_id`),
  KEY `inventory_property_OwnershipType_id_7d6a2f6d_fk_master_ow` (`OwnershipType_id`),
  KEY `inventory_property_PropertyStatus_id_d6411746_fk_master_pr` (`PropertyStatus_id`),
  KEY `inventory_property_CreatedBy_id_e8d2681b_fk_auth_user_id` (`CreatedBy_id`),
  KEY `inventory_property_Slug_9ee9e2cf` (`Slug`),
  KEY `inventory_property_CompanyName_id_43df7ada_fk_master_builder_id` (`CompanyName_id`),
  CONSTRAINT `inventory_property_AreaUnit_id_ea58183d_fk_master_areaunit_id` FOREIGN KEY (`AreaUnit_id`) REFERENCES `master_areaunit` (`id`),
  CONSTRAINT `inventory_property_CompanyName_id_43df7ada_fk_master_builder_id` FOREIGN KEY (`CompanyName_id`) REFERENCES `master_builder` (`id`),
  CONSTRAINT `inventory_property_Configuration_id_fa443572_fk_master_co` FOREIGN KEY (`Configuration_id`) REFERENCES `master_configuration` (`id`),
  CONSTRAINT `inventory_property_CreatedBy_id_e8d2681b_fk_auth_user_id` FOREIGN KEY (`CreatedBy_id`) REFERENCES `auth_user` (`id`),
  CONSTRAINT `inventory_property_Facing_id_33940ff0_fk_master_facing_id` FOREIGN KEY (`Facing_id`) REFERENCES `master_facing` (`id`),
  CONSTRAINT `inventory_property_Location_id_e0b182b9_fk_master_location_id` FOREIGN KEY (`Location_id`) REFERENCES `master_location` (`id`),
  CONSTRAINT `inventory_property_Offers_id_dc301280_fk_master_offers_id` FOREIGN KEY (`Offers_id`) REFERENCES `master_offers` (`id`),
  CONSTRAINT `inventory_property_OwnershipType_id_7d6a2f6d_fk_master_ow` FOREIGN KEY (`OwnershipType_id`) REFERENCES `master_ownershiptype` (`id`),
  CONSTRAINT `inventory_property_Project_id_c182daad_fk_inventory_project_id` FOREIGN KEY (`Project_id`) REFERENCES `inventory_project` (`id`),
  CONSTRAINT `inventory_property_PropertyStatus_id_d6411746_fk_master_pr` FOREIGN KEY (`PropertyStatus_id`) REFERENCES `master_propertystatus` (`id`),
  CONSTRAINT `inventory_property_PropertyType_id_1ade0bea_fk_master_pr` FOREIGN KEY (`PropertyType_id`) REFERENCES `master_propertytype` (`id`),
  CONSTRAINT `inventory_property_chk_1` CHECK ((`Baths` >= 0)),
  CONSTRAINT `inventory_property_chk_2` CHECK ((`Beds` >= 0)),
  CONSTRAINT `inventory_property_chk_3` CHECK ((`SuperBuiltUpArea` >= 0)),
  CONSTRAINT `inventory_property_chk_4` CHECK ((`Balcony` >= 0)),
  CONSTRAINT `inventory_property_chk_5` CHECK ((`TotalArea` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_property`
--

LOCK TABLES `inventory_property` WRITE;
/*!40000 ALTER TABLE `inventory_property` DISABLE KEYS */;
INSERT INTO `inventory_property` VALUES (3,'3 BHK Villa near a Lake','3-bhk-villa-near-a-lake','<p>Our Land Sales Centre is open for business as usual as we take every precaution in offering your family a safe environment as you walk our available homesites&hellip;. choose from 12 hilltop or schooside lots ranging in price from just $285,000</p>','AUD',15000.00,5,2,1,2,2,'',1,'2020-05-27 12:06:55.044281','2020-05-27 12:06:55.044283',1,1,0,3,2,6,403,2,3,1,NULL,1,1,2,'No Deposit','','','','2020-06-04',1,1,NULL,'2021-07-28','2021-07-28',0),(4,'Ray White Property','Sharing','This contemporary single level townhouse ticks all the boxes when it comes to Position, Presentation and Price. The ideal first home, investment or downsizer opportunity, positioned in the very desirable suburb of Carrum only minutes\' walk to Patterson River, Carrum station, beach, shops and the many surrounding amenities that Carrum has to offer.\r\n\r\nImmaculately presented this near new home features timber floors through the open plan living and kitchen with stone benchtops, stainless steel appliances, walk-in pantry, with glass doors leading to the alfresco undercover area or the rear courtyard garden.','AUD',620000.00,2,2,1,2,3,'',1,'2020-05-27 15:07:08.270284','2020-05-27 15:07:08.270286',1,1,0,6,4,6,325,3,6,1,NULL,3,1,5,'No Deposit','','','','2020-05-26',1,0,NULL,'2021-07-28','2021-07-28',0),(5,'Jellis Craig Properties','Double','This magnificent home has a distinct luxurious feel the moment you step inside, with the abundance of living space and design features across two levels. This home leaves a lasting impression with open-plan lifestyle area and activity zones, grand master suite and him and her expansive walk in robe and en-suite upstairs with balcony access.','AUD',550000.00,3,1,1,3,4,'',1,'2020-05-27 15:11:44.029772','2020-05-27 15:11:44.029774',1,1,0,7,3,6,5532,4,8,2,NULL,4,1,4,'No Deposit','','','','2020-05-27',1,0,NULL,'2021-07-28','2021-07-28',0),(6,'Edison McGrath','edison-mcgrath','<p>The Opportunity: Whether it&#39;s the 100m walk to the local park, or the 1km walk to the local beach, 2/29 Colin Road provides an enviable lifestyle, and an easy one at that. It&#39;s a home that provides all the creature comforts, and being the epitome of secure, low maintenance living, its the peace of mind it provides that is perfect for a whole range of demographics</p>','AUD',400000.00,6,3,1,2,2,'',-1,'2020-05-27 15:18:54.769985','2020-05-27 15:18:54.769987',1,1,0,8,2,6,127,2,4,0,NULL,2,1,2,'No Deposit','','','','2020-05-27',1,0,NULL,'2021-07-28','2021-07-28',0),(7,'One Agency Engadine','one-agency-engadine','<p>Ideally positioned just a short stroll to Heathcote shopping centre, primary school and train station, this villa presents an exceptional opportunity for downsizers, young families, first time buyers and investors alike. Privately situated towards the rear of a well maintained boutique block of just eight, this low maintenance villa offers spacious open-plan living, three good sized bedrooms and a sunny courtyard</p>','AUD',450000.00,5,1,1,0,0,'',-1,'2020-05-27 15:23:58.030687','2020-05-27 15:23:58.030688',1,1,0,9,2,6,147,2,5,0,NULL,4,1,2,'No Deposit','','','','2020-05-27',1,0,3,'2021-07-28','2021-07-28',0),(9,'Luxury Development Ready For Commencement','luxury-development-ready-for-commencement','<p>DA approved for 39 luxury apartments Gosford&rsquo;s exclusive neighbourhood Large footprint 3,140 sqm</p>','AUD',550000.00,2,3,1,0,0,'',1,'2020-06-04 12:18:42.008036','2020-06-04 12:18:42.008037',1,1,0,10,3,6,3140,1,4,0,NULL,3,1,1,'No Deposit','','Luxury Development Ready For Commencement','','2020-05-27',1,0,NULL,'2021-07-28','2021-07-28',0),(10,'Goel Ganga Developments Hills','goel-ganga-developments-hills','<p>It&rsquo;s a 2 bhk multistorey apartment situated in Goel Ganga Developments Hill Shire Ph I, Wagholi, Pune. It has a built-up area of 721 sqft and is priced at Rs. 51.49 lac . The house is unfurnished. It has children&#39;s play area as well as sewage treatment plant. The project also has energy management, storm water drains, climbing wall, club house, dribble basketball courts, street lighting, gymnasium and lift available. This residential complex is under-construction as of now. The expected completion date is 01/06/2023. It is made in way to provide a comfortable living. The society is well connected by different modes of transportation. Contact us for more details.</p>','INR',51.49,1,2,1,3,4,'EMI Start with 44680',1,'2020-06-30 13:03:30.867072','2020-06-30 13:03:30.867074',1,1,0,12,2,2,721,2,1,2,NULL,3,1,5,'No Deposit','','','','2021-07-14',1,1,4,'2021-07-28','2021-07-28',0),(13,'Brand new harbourside luxury','brand-new-harbourside-luxury','','AUD',2300000.00,1,2,1,1,1,'',1,'2021-07-14 12:52:04.559996','2021-07-14 12:52:04.559998',1,1,0,11,3,2,5191,1,1,1,'$348,202',1,1,1,'15%','','','','2021-07-14',1,1,5,'2021-07-28','2021-07-28',0),(14,'MEHTA REAL ESTATE Chennai','mehta-real-estate-chennai','<p>Check out this 4 BHK Independent House for sale in Panayur, Chennai. This 4 BHK Independent House is perfect for a modern-day lifestyle. Panayur is a promising location in Chennai and this is one of the finest properties in the area. Buy this Independent House for sale now. The property&#39;s price is Rs 6.85 Cr. This property is a modern-day abode, with 5043 Square feet built-up area. It is a North-facing property. The unit has 4 bedrooms and 4 bathroom. Residents in this Independent House can make use of the lift facility. It is a safe surrounding with cctv facility. Kids area for young families and children&#39;s is also present here. Other facilities include provisions for Gym, Garden, Sports Facility, Swimming Pool, Intercom, Clubhouse, Community Hall. This property also has power backup facility. Regular water supply is provided. It is a gated community. Educational institutions are closeby with schools such as Sholinganallur Government Elementary School, Government Middle School, and Ellen Sharma Memorial Matriculation Higher Secondary Schools nearby. Healthcare centres such as Swaram Specialty Hospital, Chettinad Health City, and Sugam Hospital are also easily accessible</p>','AUD',6.85,5,2,1,4,3,'',1,'2021-07-14 15:41:36.502674','2021-07-14 15:41:36.502675',1,1,0,11,3,2,13583,4,1,2,NULL,1,1,1,'No Deposit','','','','2021-07-14',1,1,4,'2021-07-28','2021-07-28',0),(15,'Test Property not project','test-property-not-project','<p>Test testy test</p>','AUD',300000.00,5,1,1,2,2,'',1,'2021-09-10 01:35:25.851847','2021-09-10 01:35:25.851849',1,1,0,3,2,6,125,2,3,1,'$10,000',1,1,1,'No Deposit','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','Property Lovely','Beautiful Property TEST','2021-09-10',1,0,NULL,'2021-09-10','2021-09-10',350),(16,'Exciting New Home','exciting-new-home','<p>Amazing lowset&nbsp;</p>','AUD',559500.00,9,2,0,2,4,'Testing Private Notes',1,'2022-01-19 10:23:37.987193','2022-01-19 10:23:37.987195',1,1,0,13,6,6,180,6,NULL,0,NULL,8,0,8,'$5,000.00','Testing Page Description','Marsden Page Keyword','Testing Page Title','2022-01-19',1,0,4,'2022-01-19','2022-01-19',400),(17,'The Heights Estate','the-heights-estate','<p>The Heights At Richlands is located at 376 Freeman Road. This is an exciting new Estate close to bus stop, shops, schools, train station and club. The estate features many different block sizes and land values to suit most buyers.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Here you have home sites for families who don&#39;t want to spend all weekend maintaining their yard and are able to walk to sporting facilities and are within a short drive to shops and schools.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>This is also a good option for first home-owners who want to be within a close commute to Brisbane. You don&#39;t have to move miles and miles away. When you live here you can walk to Bus stop and 2 train stations are only within a short drive.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>For retirees these low maintenance blocks in this Boutique subdivision are ideal if you are looking to downsize and looking for a manageable block with a smaller home and you don&#39;t want to live in one of those retirement villages and still have your own privacy and independence.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Investors, this estate is perfect for you, here you can have an investment property close to Brisbane without breaking the bank and still enjoy the potential capital growth with out buying further out from the City.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Bus Stop: about 400m*&nbsp;</p>\r\n\r\n<p>Diamonds Hotel: about 1.2km*&nbsp;</p>\r\n\r\n<p>Neighbourhood Shops &amp; Aldi - Durack: about 2.3km*&nbsp;</p>\r\n\r\n<p>The Lion Club Richlands: about 2.4km*&nbsp;</p>\r\n\r\n<p>Oxley Golf Club: about 2.4km*&nbsp;</p>\r\n\r\n<p>State School: about 2.4Km*&nbsp;</p>\r\n\r\n<p>St. Marks Catholic Primary: about 2.4km*&nbsp;</p>\r\n\r\n<p>Glenala High School: about 2.6km*&nbsp;</p>\r\n\r\n<p>Western Suburbs Special School: about 2.6km*&nbsp;</p>\r\n\r\n<p>Richlands Train Station: about 2.7km*&nbsp;</p>\r\n\r\n<p>Darra State School: about 2.8km*&nbsp;</p>\r\n\r\n<p>Darra Train Station: about 2.9km*&nbsp;</p>\r\n\r\n<p>Mt. Ommaney Shopping Centre: about 6.7km*&nbsp;</p>\r\n\r\n<p>Brisbane CBD: about 18km*&nbsp;</p>\r\n\r\n<p>Brisbane Airport: about 34.5km*&nbsp;</p>\r\n\r\n<p>Gold Coast: about 81.5km*</p>','AUD',525000.00,9,2,0,0,0,'',1,'2022-01-25 16:37:08.637048','2022-01-25 16:37:08.637051',1,1,0,NULL,7,6,147,2,1,0,NULL,8,1,1,'No Deposit','','','','2022-01-25',1,0,NULL,'2022-01-25','2022-01-25',180),(18,'Paradise in Parkinson','paradise-in-parkinson','<p>Single Storey</p>','AUD',1048900.00,9,2,1,2,4,'',1,'2022-01-31 22:16:28.663831','2022-01-31 22:16:28.663834',1,1,0,14,5,6,202,6,1,2,'n/a',1,1,1,'No Deposit','(to be followed)','Lowset, Single Storey, House and Land','Paradise in Parkinson','2022-01-31',1,1,NULL,'2022-01-31','2022-01-31',480),(19,'Relax in your brand new home!','relax-in-your-brand-new-home','<p>Discover this fixed price, turn-key, brand new house, and land package with everything included and nothing more to spend!</p>\r\n\r\n<p>If you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.</p>\r\n\r\n<p>Located in the quaint suburb of Algester, it is approximately 20mins drive to the Brisbane CBD and approximately 50mins drive from the Gold Coast.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Algester is a quiet suburb offering peace and relaxation on the outskirts of the city. Surrounded by more established suburbs, everyday essentials are only a short drive away.</p>\r\n\r\n<p>From Algester you can access Grand Plaza, Village Fair, the IKEA superstore and Logan Hospital all within a 20 minute (approx.) drive.</p>\r\n\r\n<p>Also, you&#39;ll love the beautiful places nearby such as Springwater Place Park, Timberland Park, Col Bennett Park, and Endiandra Street Park.</p>\r\n\r\n<p>With a quick walk to the Algester commercial/shopping district (respectively) and nearby distance to St Stephen&#39;s Catholic Primary School and Calamvale Community College, you&#39;ll love everything about this location. Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth is expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property is a great asset</p>\r\n\r\n<p>*Note: photos are an indication only*<br />\r\nContact: For further information or to organize an inspection about houses for sale in Pallara or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',940800.00,9,2,0,2,4,'',1,'2022-02-01 16:07:58.669259','2022-02-01 16:07:58.669261',1,1,0,15,8,6,190,6,1,0,'n/a',8,1,7,'No Deposit','Discover this fixed price, turn-key, brand new house and land package with everything included and nothing more to spend!\r\n\r\nIf you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.\r\n\r\nLocated in the quaint suburb of Algester, it is approximately 20mins drive to the Brisbane CBD and approximately 50mins drive from the Gold Coast.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Algester is a quiet suburb offering peace and relaxation on the outskirts of the city. Surrounded by more established suburbs, everyday essentials are only a short drive away.\r\n\r\nFrom Algester you can access Grand Plaza, Village Fair, the IKEA superstore, and Logan Hospital all within a 20 minute (approx.) drive.\r\n\r\nAlso, you\'ll love the beautiful places nearby such as Springwater Place Park, Timberland Park, Col Bennett Park, and Endiandra Street Park.\r\n\r\nWith a quick walk to the Algester commercial/shopping district (respectively) and nearby distance to St Stephen\'s Catholic Primary School and Calamvale Community College, you\'ll love everything about this location. Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth is expected for Brisbane\r\n- Builders guarantee\r\n- Investment property is a great asset\r\n\r\n*Note: photos are an indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Pallara or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of the currently available property on the market.','','Relax in your brand new home!','2022-02-01',1,0,NULL,'2022-02-01','2022-06-01',506),(20,'Relax in your brand new home!','relax-in-your-brand-new-home','<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!</p>\r\n\r\n<p>If you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.</p>\r\n\r\n<p>Located in the quaint suburb of Algester, it is approximately 20mins drive to the Brisbane CBD and approximately 50mins drive from the Gold Coast.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Algester is a quiet suburb offering peace and relaxation on the outskirts of the city. Surrounded by more established suburbs, everyday essentials are only a short drive away.</p>\r\n\r\n<p>From Algester you can access Grand Plaza, Village Fair, the IKEA superstore and Logan Hospital all within a 20 minute (approx.) drive.</p>\r\n\r\n<p>Also, you&#39;ll love the beautiful places nearby such as Springwater Place Park, Timberland Park, Col Bennett Park, and Endiandra Street Park.</p>\r\n\r\n<p>With a quick walk to the Algester commercial/shopping district (respectively) and nearby distance to St Stephen&#39;s Catholic Primary School and Calamvale Community College, you&#39;ll love everything about this location. Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Pallara or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',1030000.00,9,2,1,2,4,'',1,'2022-02-01 16:22:32.861342','2022-02-01 16:22:32.861344',1,1,0,15,8,6,208,6,1,2,'n/a',1,1,7,'No Deposit','Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!\r\n\r\nIf you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.\r\n\r\nLocated in the quaint suburb of Algester, it is approximately 20mins drive to the Brisbane CBD and approximately 50mins drive from the Gold Coast.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Algester is a quiet suburb offering peace and relaxation on the outskirts of the city. Surrounded by more established suburbs, everyday essentials are only a short drive away.\r\n\r\nFrom Algester you can access Grand Plaza, Village Fair, the IKEA superstore and Logan Hospital all within a 20 minute (approx.) drive.\r\n\r\nAlso, you\'ll love the beautiful places nearby such as Springwater Place Park, Timberland Park, Col Bennett Park, and Endiandra Street Park.\r\n\r\nWith a quick walk to the Algester commercial/shopping district (respectively) and nearby distance to St Stephen\'s Catholic Primary School and Calamvale Community College, you\'ll love everything about this location. Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Pallara or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.','','Relax in your brand new home!','2022-02-01',1,1,NULL,'2022-02-01','2022-06-01',506),(21,'Looking for a brand new home? Eligible for $15K First Home Owner Grant?','looking-for-a-brand-new-home-eligible-for-15k-first-home-owner-grant','<p>How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you? You can with the current government grant available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Park Ridge, it is a short 45mins drive from the Brisbane CBD and 55 mins drive to the golden beaches on the Gold Coast respectively.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. This location is situated within walking and cycling distance to major retail centres Grand Plaza Shopping Centre, Park Ridge Shopping Centre, Waterford Plaza (Post office, BIG W, Target, Kmart, Woolworths, Coles, Aldi, Doctors and Chemists plus over 130 specialty stores) and Holmview Central.</p>\r\n\r\n<p>This new home would be approximately 7mins drive to Logan Reserve Primary school and walking distance to the St Philomena School (Kindergarten to year 12) and is prime for all your family&#39;s educational requirements. You will be within easy travel distance of the Metropolitan South Institute of TAFE, Griffith University Logan Campus as well as the Park Ridge Early Childhood centre and Park Ridge Childcare &amp; Preschool.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Park Ridge and Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',571500.00,9,2,0,2,4,'',1,'2022-02-01 16:37:44.315177','2022-02-01 16:37:44.315179',1,1,0,16,9,6,190,6,1,0,'n/a',1,1,7,'No Deposit','How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you? You can with the current government grant available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Park Ridge, it is a short 45mins drive from the Brisbane CBD and 55 mins drive to the golden beaches on the Gold Coast respectively.\r\n\r\nSituated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. This location is situated within walking and cycling distance to major retail centres Grand Plaza Shopping Centre, Park Ridge Shopping Centre, Waterford Plaza (Post office, BIG W, Target, Kmart, Woolworths, Coles, Aldi, Doctors and Chemists plus over 130 specialty stores) and Holmview Central.\r\n\r\nThis new home would be approximately 7mins drive to Logan Reserve Primary school and walking distance to the St Philomena School (Kindergarten to year 12) and is prime for all your family\'s educational requirements. You will be within easy travel distance of the Metropolitan South Institute of TAFE, Griffith University Logan Campus as well as the Park Ridge Early Childhood centre and Park Ridge Childcare & Preschool.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Park Ridge and Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Looking for a brand new home? Eligible for $15K First Home Owner Grant?','2022-02-01',1,0,NULL,'2022-02-01','2022-02-01',400),(22,'Looking for a brand new home? Eligible for the $15K First Home Owner Grant?','looking-for-a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Home to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy<br />\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.<br />\r\nAcross the road from Logan Reserve State School.<br />\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.<br />\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',572500.00,9,2,0,2,4,'',1,'2022-02-01 17:51:58.222288','2022-02-01 17:51:58.222290',1,1,0,17,10,6,190,6,1,0,'n/a',1,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nHome to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.\r\nAcross the road from Logan Reserve State School.\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.','','Looking for a brand new home? Eligible for the $15K First Home Owner Grant?','2022-02-01',1,0,NULL,'2022-02-01','2022-02-01',416),(23,'Enjoy your brand new home in this historic suburb!','enjoy-your-brand-new-home-in-this-historic-suburb','<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!</p>\r\n\r\n<p>If you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.</p>\r\n\r\n<p>Located in the historic suburb of Bracken Ridge, it is approximately less than 30mins drive to the Brisbane CBD and approximately 1hr and 10mins drive from the Gold Coast.</p>\r\n\r\n<p>Conveniently situated above Brisbane and the Gold Coast, Bracken Ridge is a tranquil suburb with the lovely Bracken Ridge Reserve, McPherson Park, The Oaks, Spoonarama, Isaac Best Park, and Stanley Day Park right on your doorstep.</p>\r\n\r\n<p>Bracken Ridge is a well serviced suburb with numerous schooling options available both in Bracken Ridge and neighbouring suburbs such as Norris Road State School, TAFE Open Learning, St Joseph&#39;s Catholic Primary School Bracken Ridge, St John Fisher College, and Bracken Ridge State School.</p>\r\n\r\n<p>From Bracken Ridge you can access stores like Bracken Ridge Plaza and Smashing Fibres. Bracken Ridge is also nearby located to Pine Rivers Private Hospital with it being just a short drive away.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>Low-set one storey home options may be available however pricing would vary.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',734100.00,9,2,0,2,4,'',1,'2022-02-03 00:01:28.651746','2022-02-03 00:01:28.651746',1,1,0,18,11,6,185,6,1,0,'n/a',8,1,1,'No Deposit','Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!\r\n\r\nIf you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.\r\n\r\nLocated in the historic suburb of Bracken Ridge, it is approximately less than 30mins drive to the Brisbane CBD and approximately 1hr and 10mins drive from the Gold Coast.\r\n\r\nConveniently situated above Brisbane and the Gold Coast, Bracken Ridge is a tranquil suburb with the lovely Bracken Ridge Reserve, McPherson Park, The Oaks, Spoonarama, Isaac Best Park, and Stanley Day Park right on your doorstep.\r\n\r\nBracken Ridge is a well serviced suburb with numerous schooling options available both in Bracken Ridge and neighbouring suburbs such as Norris Road State School, TAFE Open Learning, St Joseph\'s Catholic Primary School Bracken Ridge, St John Fisher College, and Bracken Ridge State School.\r\n\r\nFrom Bracken Ridge you can access stores like Bracken Ridge Plaza and Smashing Fibres. Bracken Ridge is also nearby located to Pine Rivers Private Hospital with it being just a short drive away.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nLow-set one storey home options may be available however pricing would vary.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.','','Enjoy your brand new home in this historic suburb!','2022-02-02',1,0,NULL,'2022-02-02','2022-07-01',457),(24,'Enjoy your brand new home in this historic suburb!','enjoy-your-brand-new-home-in-this-historic-suburb','<h4>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!</h4>\r\n\r\n<p>If you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.</p>\r\n\r\n<p>Located in the historic suburb of Bracken Ridge, it is approximately less than 30mins drive to the Brisbane CBD and approximately 1hr and 10mins drive from the Gold Coast.</p>\r\n\r\n<p>Conveniently situated above Brisbane and the Gold Coast, Bracken Ridge is a tranquil suburb with the lovely Bracken Ridge Reserve, McPherson Park, The Oaks, Spoonarama, Isaac Best Park, and Stanley Day Park right on your doorstep.</p>\r\n\r\n<p>Bracken Ridge is a well serviced suburb with numerous schooling options available both in Bracken Ridge and neighbouring suburbs such as Norris Road State School, TAFE Open Learning, St Joseph&#39;s Catholic Primary School Bracken Ridge, St John Fisher College, and Bracken Ridge State School.</p>\r\n\r\n<p>From Bracken Ridge you can access stores like Bracken Ridge Plaza and Smashing Fibres. Bracken Ridge is also nearby located to Pine Rivers Private Hospital with it being just a short drive away.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>High-set two-story home options may be available however pricing would vary. See our other listings for more details.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',795000.00,9,2,0,2,4,'',1,'2022-02-03 00:05:49.817553','2022-02-03 00:05:49.817555',1,1,0,18,11,6,210,6,1,0,'n/a',8,1,7,'No Deposit','Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!\r\nIf you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.\r\n\r\nLocated in the historic suburb of Bracken Ridge, it is approximately less than 30mins drive to the Brisbane CBD and approximately 1hr and 10mins drive from the Gold Coast.\r\n\r\nConveniently situated above Brisbane and the Gold Coast, Bracken Ridge is a tranquil suburb with the lovely Bracken Ridge Reserve, McPherson Park, The Oaks, Spoonarama, Isaac Best Park, and Stanley Day Park right on your doorstep.\r\n\r\nBracken Ridge is a well serviced suburb with numerous schooling options available both in Bracken Ridge and neighbouring suburbs such as Norris Road State School, TAFE Open Learning, St Joseph\'s Catholic Primary School Bracken Ridge, St John Fisher College, and Bracken Ridge State School.\r\n\r\nFrom Bracken Ridge you can access stores like Bracken Ridge Plaza and Smashing Fibres. Bracken Ridge is also nearby located to Pine Rivers Private Hospital with it being just a short drive away.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nHigh-set two-story home options may be available however pricing would vary. See our other listings for more details.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.','','Enjoy your brand new home in this historic suburb!','2022-02-03',1,0,NULL,'2022-02-03','2022-07-01',425),(25,'Built brand new and just for you!','built-brand-new-and-just-for-you','<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!</p>\r\n\r\n<p>If you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.</p>\r\n\r\n<p>Located in the friendly suburb of Molendinar, you&#39;ll never run out of things to do. Whether they be nature or lifestyle related, this part of the Gold Coast has it all covered.</p>\r\n\r\n<p>Molendinar is conveniently located in between the Pacific Motorway and the Gold Coast Highway and is only 6kms (approximately) drive to the stunning beaches of the Gold Coast.</p>\r\n\r\n<p>Molendinar is a well established suburb with numerous schooling options available across the education spectrum. Whether you are looking for a preschool all the way through to University, they can all be found within a short driving distance. There are also numerous supermarkets throughout the suburb and surrounding suburbs meaning groceries are always in easy reach. Only a short drive to Sea World and Broadwater Parklands just to name a couple of attractions close to the suburb.</p>\r\n\r\n<p>Westfield Helensvale and Harbourtown both within a short 10km drive (approximately) will fulfill all your shopping needs with a great range of speciality stores and a cinema, all within easy reach. From Molendinar, you can be at the Bunnings Southport within 5 minutes (approx). Molendinar is only an 8 minute drive away from the Gold Coast University Hospital.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Gold Coast<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Helensvale or Coomera. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',965500.00,9,2,0,2,4,'',1,'2022-02-03 00:09:38.878429','2022-02-03 00:09:38.878431',1,1,0,19,12,6,220,6,1,0,'n/a',8,1,7,'No Deposit','Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!\r\n\r\nIf you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.\r\n\r\nLocated in the friendly suburb of Molendinar, you\'ll never run out of things to do. Whether they be nature or lifestyle related, this part of the Gold Coast has it all covered.\r\n\r\nMolendinar is conveniently located in between the Pacific Motorway and the Gold Coast Highway and is only 6kms (approximately) drive to the stunning beaches of the Gold Coast.\r\n\r\nMolendinar is a well established suburb with numerous schooling options available across the education spectrum. Whether you are looking for a preschool all the way through to University, they can all be found within a short driving distance. There are also numerous supermarkets throughout the suburb and surrounding suburbs meaning groceries are always in easy reach. Only a short drive to Sea World and Broadwater Parklands just to name a couple of attractions close to the suburb.\r\n\r\nWestfield Helensvale and Harbourtown both within a short 10km drive (approximately) will fulfill all your shopping needs with a great range of speciality stores and a cinema, all within easy reach. From Molendinar, you can be at the Bunnings Southport within 5 minutes (approx). Molendinar is only an 8 minute drive away from the Gold Coast University Hospital.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Gold Coast\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Helensvale or Coomera. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.','','Built brand new and just for you!','2022-02-03',1,0,NULL,'2022-02-03','2022-04-01',400),(26,'Built brand new and just for you!','built-brand-new-and-just-for-you','<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!</p>\r\n\r\n<p>If you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.</p>\r\n\r\n<p>Located in the friendly suburb of Molendinar, you&#39;ll never run out of things to do. Whether they be nature or lifestyle related, this part of the Gold Coast has it all covered.</p>\r\n\r\n<p>Molendinar is conveniently located in between the Pacific Motorway and the Gold Coast Highway and is only 6kms (approximately) drive to the stunning beaches of the Gold Coast.</p>\r\n\r\n<p>Molendinar is a well established suburb with numerous schooling options available across the education spectrum. Whether you are looking for a preschool all the way through to University, they can all be found within a short driving distance. There are also numerous supermarkets throughout the suburb and surrounding suburbs meaning groceries are always in easy reach. Only a short drive to Sea World and Broadwater Parklands just to name a couple of attractions close to the suburb.</p>\r\n\r\n<p>Westfield Helensvale and Harbourtown both within a short 10km drive (approximately) will fulfill all your shopping needs with a great range of speciality stores and a cinema, all within easy reach. From Molendinar, you can be at the Bunnings Southport within 5 minutes (approx). Molendinar is only an 8 minute drive away from the Gold Coast University Hospital.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Gold Coast<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Helensvale or Coomera. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',1062800.00,9,2,0,2,4,'',1,'2022-02-03 00:12:08.914942','2022-02-03 00:12:08.914944',1,1,0,19,12,6,240,6,1,0,'n/a',8,1,7,'No Deposit','Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend!\r\n\r\nIf you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.\r\n\r\nLocated in the friendly suburb of Molendinar, you\'ll never run out of things to do. Whether they be nature or lifestyle related, this part of the Gold Coast has it all covered.\r\n\r\nMolendinar is conveniently located in between the Pacific Motorway and the Gold Coast Highway and is only 6kms (approximately) drive to the stunning beaches of the Gold Coast.\r\n\r\nMolendinar is a well established suburb with numerous schooling options available across the education spectrum. Whether you are looking for a preschool all the way through to University, they can all be found within a short driving distance. There are also numerous supermarkets throughout the suburb and surrounding suburbs meaning groceries are always in easy reach. Only a short drive to Sea World and Broadwater Parklands just to name a couple of attractions close to the suburb.\r\n\r\nWestfield Helensvale and Harbourtown both within a short 10km drive (approximately) will fulfill all your shopping needs with a great range of speciality stores and a cinema, all within easy reach. From Molendinar, you can be at the Bunnings Southport within 5 minutes (approx). Molendinar is only an 8 minute drive away from the Gold Coast University Hospital.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Gold Coast\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Helensvale or Coomera. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.','','Built brand new and just for you!','2022-02-03',1,0,NULL,'2022-02-03','2022-04-01',400),(27,'Looking for a brand new home? Eligible for $15K First Home Owner Grant?','looking-for-a-brand-new-home-eligible-for-15k-first-home-owner-grant','<p>How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you? You can with the current government grant available to those looking to build their first home. But you have to be quick, it&#39;s only available for a limited time!</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Jimboomba, this is perfectly positioned and in the sweet-spot between both the Brisbane CBD and the golden beaches on the Gold Coast whilst being surrounded by national parks, open space and at the doorstep of Mount Tamborine.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs and supported by a town centre, neighbourhood hubs and community, education and employment facilities available to you, Jimboomba is a place like no other. This includes shops, schools, parks, community facilities and much more all available for you and your family.</p>\r\n\r\n<p>Your child&#39;s college education needs are catered to with Jimboomba State School, Hills International College, and Emmaus College.</p>\r\n\r\n<p>This location offers a range of community and sporting groups for all ages. Jimboomba Gymnastics, RustAu Photography, Loong Fu Pai Martial Arts &amp; Haidong Gumdo Korean sword, and Jimboomba Soccer Club are here for you to enjoy now, as well as many other localities.</p>\r\n\r\n<p>There are living options available for everyone to find their perfect address. Jimboomba is more than a beautiful location - you&#39;ll be a part of a vibrant community and most of all, a great place to live!</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Jimboomba and Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Marsden suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',529000.00,9,2,0,2,4,'',1,'2022-02-03 00:18:16.994736','2022-02-03 00:18:16.994738',1,1,0,20,13,6,180,6,1,0,'n/a',8,1,7,'No Deposit','How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you? You can with the current government grant available to those looking to build their first home. But you have to be quick, it\'s only available for a limited time!\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Jimboomba, this is perfectly positioned and in the sweet-spot between both the Brisbane CBD and the golden beaches on the Gold Coast whilst being surrounded by national parks, open space and at the doorstep of Mount Tamborine.\r\n\r\nSituated in this optimal location for all your day to day needs and supported by a town centre, neighbourhood hubs and community, education and employment facilities available to you, Jimboomba is a place like no other. This includes shops, schools, parks, community facilities and much more all available for you and your family.\r\n\r\nYour child\'s college education needs are catered to with Jimboomba State School, Hills International College, and Emmaus College.\r\n\r\nThis location offers a range of community and sporting groups for all ages. Jimboomba Gymnastics, RustAu Photography, Loong Fu Pai Martial Arts & Haidong Gumdo Korean sword, and Jimboomba Soccer Club are here for you to enjoy now, as well as many other localities.\r\n\r\nThere are living options available for everyone to find their perfect address. Jimboomba is more than a beautiful location - you\'ll be a part of a vibrant community and most of all, a great place to live!\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Jimboomba and Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Marsden suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Looking for a brand new home? Eligible for $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-08-01',405),(28,'A massive opportunity for home buyers and investors!','a-massive-opportunity-for-home-buyers-and-investors','<p>This stunning house for sale in Victoria Point is located 36 km from Brisbane. If you enjoy the great outdoors. This property is a short driving distance from the bay, which consists of a variety of retail areas and public amenities.</p>\r\n\r\n<p>Walkways and Bikeways are easily accessible in this area! This property in Victoria Point is also surrounded by mixed-used retail and residential areas which are only 2 km away!</p>\r\n\r\n<p>If you are seeking new opportunities and investments. This house in Victoria Point is your best choice!</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity!</p>\r\n\r\n<p>Great turn-key package to add to your portfolio:<br />\r\nHigh capital growth expected for Brisbane and Bayside<br />\r\nBuilders guarantee<br />\r\nInvestment property is a great asset</p>\r\n\r\n<p>*Note: Photos are for indication only*</p>\r\n\r\n<p>Our properties are suited for all buyers; whether that be investors, owner-occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it easy and simple for our clients. We also assist in any way we can during this process.</p>\r\n\r\n<p>Contact:<br />\r\nFor further information or to organise an inspection of properties for sale in Victoria Point. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partner&#39;s developers and builders, and can assure you that we will bring you the best and highest quality of the currently available property on the market.</p>','AUD',768000.00,9,2,0,2,4,'',1,'2022-02-03 00:21:00.504582','2022-02-03 00:21:00.504584',1,1,0,21,14,6,180,6,1,0,'n/a',8,1,7,'No Deposit','This stunning house for sale in Victoria Point is located 36 km from Brisbane. If you enjoy the great outdoors. This property is a short driving distance from the bay, which consists of a variety of retail areas and public amenities.\r\n\r\nWalkways and Bikeways are easily accessible in this area! This property in Victoria Point is also surrounded by mixed-used retail and residential areas which are only 2 km away!\r\n\r\nIf you are seeking new opportunities and investments. This house in Victoria Point is your best choice!\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity!\r\n\r\nGreat turn-key package to add to your portfolio:\r\nHigh capital growth expected for Brisbane and Bayside\r\nBuilders guarantee\r\nInvestment property is a great asset\r\n\r\n*Note: Photos are for indication only*\r\n\r\nOur properties are suited for all buyers; whether that be investors, owner-occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it easy and simple for our clients. We also assist in any way we can during this process.\r\n\r\nContact:\r\nFor further information or to organise an inspection of properties for sale in Victoria Point. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partner\'s developers and builders, and can assure you that we will bring you the best and highest quality of the currently available property on the market.','','A massive opportunity for home buyers and investors!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',355),(29,'A massive opportunity for home buyers and investors!','a-massive-opportunity-for-home-buyers-and-investors','<p>This stunning house for sale in Victoria Point is located 36 km from Brisbane. If you enjoy the great outdoors. This property is a short driving distance from the bay, which consists of a variety of retail areas and public amenities.</p>\r\n\r\n<p>Walkways and Bikeways are easily accessible in this area! This property in Victoria Point is also surrounded by mixed-used retail and residential areas which are only 2 km away!</p>\r\n\r\n<p>If you are seeking new opportunities and investments. This house in Victoria Point is your best choice!</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity!</p>\r\n\r\n<p>Great turn-key package to add to your portfolio:<br />\r\nHigh capital growth expected for Brisbane and Bayside<br />\r\nBuilders guarantee<br />\r\nInvestment property is a great asset</p>\r\n\r\n<p>*Note: Photos are for indication only*</p>\r\n\r\n<p>Our properties are suited for all buyers; whether that be investors, owner-occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it easy and simple for our clients. We also assist in any way we can during this process.</p>\r\n\r\n<p>Contact:<br />\r\nFor further information or to organise an inspection of properties for sale in Victoria Point. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partner&#39;s developers and builders, and can assure you that we will bring you the best and highest quality of the currently available property on the market.</p>','AUD',920000.00,9,2,0,2,4,'',1,'2022-02-03 00:26:38.461113','2022-02-03 00:26:38.461115',1,1,0,21,14,6,210,6,1,0,'n/a',8,1,8,'No Deposit','This stunning house for sale in Victoria Point is located 36 km from Brisbane. If you enjoy the great outdoors. This property is a short driving distance from the bay, which consists of a variety of retail areas and public amenities.\r\n\r\nWalkways and Bikeways are easily accessible in this area! This property in Victoria Point is also surrounded by mixed-used retail and residential areas which are only 2 km away!\r\n\r\nIf you are seeking new opportunities and investments. This house in Victoria Point is your best choice!\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity!\r\n\r\nGreat turn-key package to add to your portfolio:\r\nHigh capital growth expected for Brisbane and Bayside\r\nBuilders guarantee\r\nInvestment property is a great asset\r\n\r\n*Note: Photos are for indication only*\r\n\r\nOur properties are suited for all buyers; whether that be investors, owner-occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it easy and simple for our clients. We also assist in any way we can during this process.\r\n\r\nContact:\r\nFor further information or to organise an inspection of properties for sale in Victoria Point. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partner\'s developers and builders, and can assure you that we will bring you the best and highest quality of the currently available property on the market.','','A massive opportunity for home buyers and investors!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',403),(30,'Enjoy your brand new home in this great suburb!','enjoy-your-brand-new-home-in-this-great-suburb','<p>Discover this fixed price, turn-key, brand new house and land package with everything included and nothing more to spend!</p>\r\n\r\n<p>If you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.</p>\r\n\r\n<p>Located in the suburb of Cornubia, it is approximately less than a 24mins drive to the Brisbane CBD and approximately 39mins drive from the Gold Coast.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Cornubia is a tranquil suburb with the lovely Cornubia Forest, Carbrook Park, Cornubia Nature Reserve, California Creek Country Club, Kilkenny Park, and Tristania Park right on your doorstep.</p>\r\n\r\n<p>Cornubia is a well serviced suburb with numerous schooling options available both in Cornubia and neighbouring suburbs such as Chisholm Catholic College, Shailer Park State School, and St Matthews Catholic Primary School.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>High-set two-story home options may be available however pricing would vary. See our other listings for more details.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth is expected for Brisbane &amp; Logan<br />\r\n- Builders guarantee<br />\r\n- Investment property is a great asset</p>\r\n\r\n<p>*Note: Photos are for indication only*<br />\r\nContact: For further information or to organise an inspection of houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',837000.00,9,2,0,2,4,'',1,'2022-02-03 00:28:59.591027','2022-02-03 00:28:59.591029',1,1,0,22,15,6,238,6,1,0,'n/a',8,1,1,'No Deposit','Discover this fixed price, turn-key, brand new house and land package with everything included and nothing more to spend!\r\n\r\nIf you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.\r\n\r\nLocated in the suburb of Cornubia, it is approximately less than a 24mins drive to the Brisbane CBD and approximately 39mins drive from the Gold Coast.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Cornubia is a tranquil suburb with the lovely Cornubia Forest, Carbrook Park, Cornubia Nature Reserve, California Creek Country Club, Kilkenny Park, and Tristania Park right on your doorstep.\r\n\r\nCornubia is a well serviced suburb with numerous schooling options available both in Cornubia and neighbouring suburbs such as Chisholm Catholic College, Shailer Park State School, and St Matthews Catholic Primary School.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nHigh-set two-story home options may be available however pricing would vary. See our other listings for more details.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth is expected for Brisbane & Logan\r\n- Builders guarantee\r\n- Investment property is a great asset\r\n\r\n*Note: Photos are for indication only*\r\nContact: For further information or to organise an inspection of houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.','','Enjoy your brand new home in this great suburb!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',400),(31,'Enjoy your brand new home in this great suburb!','enjoy-your-brand-new-home-in-this-great-suburb','<p>Discover this fixed price, turn-key, brand new house and land package with everything included and nothing more to spend!</p>\r\n\r\n<p>If you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.</p>\r\n\r\n<p>Located in the suburb of Cornubia, it is approximately less than a 24mins drive to the Brisbane CBD and approximately 39mins drive from the Gold Coast.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Cornubia is a tranquil suburb with the lovely Cornubia Forest, Carbrook Park, Cornubia Nature Reserve, California Creek Country Club, Kilkenny Park, and Tristania Park right on your doorstep.</p>\r\n\r\n<p>Cornubia is a well serviced suburb with numerous schooling options available both in Cornubia and neighbouring suburbs such as Chisholm Catholic College, Shailer Park State School, and St Matthews Catholic Primary School.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth is expected for Brisbane &amp; Logan<br />\r\n- Builders guarantee<br />\r\n- Investment property is a great asset</p>\r\n\r\n<p>*Note: Photos are for indication only*<br />\r\nContact: For further information or to organise an inspection of houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners&#39; developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.</p>','AUD',750000.00,9,2,0,2,4,'',1,'2022-02-03 00:31:06.518199','2022-02-03 00:31:06.518202',1,1,0,22,15,6,183,6,1,0,'n/a',8,1,1,'No Deposit','Discover this fixed price, turn-key, brand new house and land package with everything included and nothing more to spend!\r\n\r\nIf you are a first home buyer, you may be eligible to have $15,000 slashed off the total cost of building your new home with the current government grant available.\r\n\r\nLocated in the suburb of Cornubia, it is approximately less than a 24mins drive to the Brisbane CBD and approximately 39mins drive from the Gold Coast.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Cornubia is a tranquil suburb with the lovely Cornubia Forest, Carbrook Park, Cornubia Nature Reserve, California Creek Country Club, Kilkenny Park, and Tristania Park right on your doorstep.\r\n\r\nCornubia is a well serviced suburb with numerous schooling options available both in Cornubia and neighbouring suburbs such as Chisholm Catholic College, Shailer Park State School, and St Matthews Catholic Primary School.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth is expected for Brisbane & Logan\r\n- Builders guarantee\r\n- Investment property is a great asset\r\n\r\n*Note: Photos are for indication only*\r\nContact: For further information or to organise an inspection of houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners\' developers and builders, and can assure you that we will bring you the best and highest quality of currently available property on the market.','','Enjoy your brand new home in this great suburb!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',350),(32,'Want a brand new home? Eligible for $15K First Home Owner Grant?','want-a-brand-new-home-eligible-for-15k-first-home-owner-grant','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Gleneagle, you&#39;ll find it easy to navigate with quick access to the Mt. Lindesay Highway and major roads. A short 3mins drive from the Beaudesert township center, an easy 50mins drive from the Brisbane CBD and 60 mins drive from the golden beaches of the Gold Coast respectively.</p>\r\n\r\n<p>Situated in the optimal location for all your day to day needs such as shopping, dining and recreation facilities available. Start your day with the beautiful sounds of the Kookaburras singing in the spacious parkland within the local indigenous vegetation and natural habitat. Enjoy a bush walk or relax in the extensive integrated parkland with children&#39;s playground and picnic facilities designed for a wide range of lifestyles.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Beaudesert and Queensland<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',398900.00,9,2,0,2,4,'',1,'2022-02-03 18:24:07.720551','2022-02-03 18:24:07.720553',1,1,0,23,16,6,169,6,1,0,NULL,8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Gleneagle, you\'ll find it easy to navigate with quick access to the Mt. Lindesay Highway and major roads. A short 3mins drive from the Beaudesert township center, an easy 50mins drive from the Brisbane CBD and 60 mins drive from the golden beaches of the Gold Coast respectively.\r\n\r\nSituated in the optimal location for all your day to day needs such as shopping, dining and recreation facilities available. Start your day with the beautiful sounds of the Kookaburras singing in the spacious parkland within the local indigenous vegetation and natural habitat. Enjoy a bush walk or relax in the extensive integrated parkland with children\'s playground and picnic facilities designed for a wide range of lifestyles.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Beaudesert and Queensland\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Want a brand new home? Eligible for $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',480),(33,'Want a brand new home? Eligible for $15K First Home Owner Grant?','want-a-brand-new-home-eligible-for-15k-first-home-owner-grant','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Gleneagle, you&#39;ll find it easy to navigate with quick access to the Mt. Lindesay Highway and major roads. A short 3mins drive from the Beaudesert township center, an easy 50mins drive from the Brisbane CBD and 60 mins drive from the golden beaches of the Gold Coast respectively.</p>\r\n\r\n<p>Situated in the optimal location for all your day to day needs such as shopping, dining and recreation facilities available. Start your day with the beautiful sounds of the Kookaburras singing in the spacious parkland within the local indigenous vegetation and natural habitat. Enjoy a bush walk or relax in the extensive integrated parkland with children&#39;s playground and picnic facilities designed for a wide range of lifestyles.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Beaudesert and Queensland<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',417900.00,9,2,0,2,4,'',1,'2022-02-03 18:27:18.941408','2022-02-03 18:27:18.941411',1,1,0,23,16,6,185,6,1,0,'n/a',8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Gleneagle, you\'ll find it easy to navigate with quick access to the Mt. Lindesay Highway and major roads. A short 3mins drive from the Beaudesert township center, an easy 50mins drive from the Brisbane CBD and 60 mins drive from the golden beaches of the Gold Coast respectively.\r\n\r\nSituated in the optimal location for all your day to day needs such as shopping, dining and recreation facilities available. Start your day with the beautiful sounds of the Kookaburras singing in the spacious parkland within the local indigenous vegetation and natural habitat. Enjoy a bush walk or relax in the extensive integrated parkland with children\'s playground and picnic facilities designed for a wide range of lifestyles.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Beaudesert and Queensland\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Want a brand new home? Eligible for $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',540),(34,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. But you have to be quick, it&#39;s only available for a limited time!</p>\r\n\r\n<p>This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, youll find everything you need at close reach. A short 8km distance from the city centre and 15km from Highfields, you can enjoy the wonderful rural setting with all the convenience of city living.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. You&#39;ll be a short 4.7km away from Wilsonton Shopping Centre which has undergone the biggest ever shopping centre redevelopment in regional Australia and has all your shopping needs.<br />\r\n2.7km distance from the Gowrie Junction State School<br />\r\n4.5km distance from the Darling Downs Hospital<br />\r\n4.5km distance from the Royal Toowoomba Showground<br />\r\n5.0km distance from the Glenvale Christian School<br />\r\n5.5km distance from the Clifford Park Racecourse<br />\r\n8.5km distance from the City Golf Course<br />\r\n9.5km distance from the Wellcamp Airport<br />\r\n12.5km distance from the University of Southern Queensland</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Toowoomba<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',431880.00,9,2,0,2,4,'',1,'2022-02-03 18:29:25.631921','2022-02-03 18:29:25.631923',1,1,0,24,17,6,218,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. But you have to be quick, it\'s only available for a limited time!\r\n\r\nThis is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, youll find everything you need at close reach. A short 8km distance from the city centre and 15km from Highfields, you can enjoy the wonderful rural setting with all the convenience of city living.\r\n\r\nSituated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. You\'ll be a short 4.7km away from Wilsonton Shopping Centre which has undergone the biggest ever shopping centre redevelopment in regional Australia and has all your shopping needs.\r\n2.7km distance from the Gowrie Junction State School\r\n4.5km distance from the Darling Downs Hospital\r\n4.5km distance from the Royal Toowoomba Showground\r\n5.0km distance from the Glenvale Christian School\r\n5.5km distance from the Clifford Park Racecourse\r\n8.5km distance from the City Golf Course\r\n9.5km distance from the Wellcamp Airport\r\n12.5km distance from the University of Southern Queensland\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Toowoomba\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',500),(35,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. But you have to be quick, it&#39;s only available for a limited time!</p>\r\n\r\n<p>This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, you&#39;ll find everything you need at close reach. A short 6.4km distance from the city centre and 18km from Highfields, you can enjoy the wonderful rural setting with all the convenience of city living.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. You&#39;ll be a short 7mins away from Clifford Gardens Shopping Centre and 8mins drive from Wilsonton Shopping Centre (respectively) which has undergone the biggest ever shopping centre redevelopment in regional Australia.<br />\r\n800m distance from the Darling Downs Christian School<br />\r\n1.7km distance from the Glenvale State School<br />\r\n3.1km distance from the Clifford Park Racecourse<br />\r\n4.0km distance from the Royal Toowoomba Showground<br />\r\n4.4km distance from the City Golf Course<br />\r\n4.8km distance from the Toowoomba Hospital<br />\r\n5.7km distance from the University of Southern Queensland<br />\r\n17.3km distance from the Wellcamp Airport</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Toowoomba<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',429900.00,9,2,0,2,4,'',1,'2022-02-03 18:31:29.950746','2022-02-03 18:31:29.950749',1,1,0,24,17,6,195,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. But you have to be quick, it\'s only available for a limited time!\r\n\r\nThis is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, you\'ll find everything you need at close reach. A short 6.4km distance from the city centre and 18km from Highfields, you can enjoy the wonderful rural setting with all the convenience of city living.\r\n\r\nSituated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. You\'ll be a short 7mins away from Clifford Gardens Shopping Centre and 8mins drive from Wilsonton Shopping Centre (respectively) which has undergone the biggest ever shopping centre redevelopment in regional Australia.\r\n800m distance from the Darling Downs Christian School\r\n1.7km distance from the Glenvale State School\r\n3.1km distance from the Clifford Park Racecourse\r\n4.0km distance from the Royal Toowoomba Showground\r\n4.4km distance from the City Golf Course\r\n4.8km distance from the Toowoomba Hospital\r\n5.7km distance from the University of Southern Queensland\r\n17.3km distance from the Wellcamp Airport\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Toowoomba\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',420),(36,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>You do not want to miss this grand opportunity! This is a brand new home, built just the way you want it. With $15K in government grants currently available to first home owners, there&#39;s never been a better time to build your dream home. But you have to be quick, it&#39;s only available for a limited time!</p>\r\n\r\n<p>This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, you&#39;ll find everything you need at close reach. A short 15.3km distance from the city centre and 18km from Highfields, you can enjoy the wonderful rural setting with all the convenience of city living.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. Youll be a short 3mins away from Highfields Village Shopping Centre for all your shopping needs.<br />\r\n2.0km distance from the Highfields State School<br />\r\n3.4km distance from the Highfields State School<br />\r\n3.4km distance from the Peacehaven Botanic Park<br />\r\n3.4km distance from the Highfields &amp; District Medical Centre<br />\r\n22.2km distance from the University of Southern Queensland<br />\r\n28.7km distance from the Wellcamp Airport</p>\r\n\r\n<p>Tailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets &amp; benchtops).<br />\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Toowoomba<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',456850.00,9,2,0,2,4,'',1,'2022-02-03 18:33:11.096963','2022-02-03 18:33:11.096965',1,1,0,24,17,6,205,6,1,0,'n/a',8,1,1,'No Deposit','You do not want to miss this grand opportunity! This is a brand new home, built just the way you want it. With $15K in government grants currently available to first home owners, there\'s never been a better time to build your dream home. But you have to be quick, it\'s only available for a limited time!\r\n\r\nThis is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, you\'ll find everything you need at close reach. A short 15.3km distance from the city centre and 18km from Highfields, you can enjoy the wonderful rural setting with all the convenience of city living.\r\n\r\nSituated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. Youll be a short 3mins away from Highfields Village Shopping Centre for all your shopping needs.\r\n2.0km distance from the Highfields State School\r\n3.4km distance from the Highfields State School\r\n3.4km distance from the Peacehaven Botanic Park\r\n3.4km distance from the Highfields & District Medical Centre\r\n22.2km distance from the University of Southern Queensland\r\n28.7km distance from the Wellcamp Airport\r\n\r\nTailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets & benchtops).\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Toowoomba\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',570),(37,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>You do not want to miss this grand opportunity! This is a brand new home, built just the way you want it. With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. But you have to be quick, it&#39;s only available for a limited time!</p>\r\n\r\n<p>This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, you&#39;ll find everything you need at close reach. A short 26.7km distance from the city centre, you can enjoy the wonderful rural setting with all the convenience of city living.</p>\r\n\r\n<p>Situated in this optimal location, this suburb has so much to offer with a community kindergarten, primary school, hotel, general store, mechanic, bowls club, tennis courts, skate park and so much more. A local bus service is available for High School students to travel to Toowoomba High Schools, only a 15 - 20 mins drive to Toowoomba (respectively).</p>\r\n\r\n<p>Tailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets &amp; benchtops).<br />\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Toowoomba<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',375500.00,9,2,0,2,4,'',1,'2022-02-03 18:34:46.379585','2022-02-03 18:34:46.379587',1,1,0,24,17,6,179,6,1,0,'n/a',8,1,1,'No Deposit','You do not want to miss this grand opportunity! This is a brand new home, built just the way you want it. With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. But you have to be quick, it\'s only available for a limited time!\r\n\r\nThis is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, you\'ll find everything you need at close reach. A short 26.7km distance from the city centre, you can enjoy the wonderful rural setting with all the convenience of city living.\r\n\r\nSituated in this optimal location, this suburb has so much to offer with a community kindergarten, primary school, hotel, general store, mechanic, bowls club, tennis courts, skate park and so much more. A local bus service is available for High School students to travel to Toowoomba High Schools, only a 15 - 20 mins drive to Toowoomba (respectively).\r\n\r\nTailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets & benchtops).\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Toowoomba\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',750),(38,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>You do not want to miss this grand opportunity! This is a brand new home, built just the way you want it. With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. But you have to be quick, it&#39;s only available for a limited time!</p>\r\n\r\n<p>This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, youll find everything you need at close reach. A short 8.1km distance from the city centre, you can enjoy the wonderful rural setting with all the convenience of city living.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. Youll be a short 10mins away from Clifford Gardens Shopping Centre for all your shopping needs.<br />\r\n2.5km distance from the Toowoomba Showgrounds<br />\r\n3.6km distance from Glenvale State School<br />\r\n5.5km distance from the Toowoomba Hospital<br />\r\n7.6km distance from Harristown State High School<br />\r\n8.0km distance from the University of Southern Queensland<br />\r\n28.7km distance from the Wellcamp Airport</p>\r\n\r\n<p>Tailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets &amp; benchtops).<br />\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Toowoomba<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',467850.00,9,2,0,2,4,'',1,'2022-02-03 18:36:26.843957','2022-02-03 18:36:26.843959',1,1,0,24,17,6,218,6,1,0,'n/a',8,1,1,'No Deposit','You do not want to miss this grand opportunity! This is a brand new home, built just the way you want it. With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. But you have to be quick, it\'s only available for a limited time!\r\n\r\nThis is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, youll find everything you need at close reach. A short 8.1km distance from the city centre, you can enjoy the wonderful rural setting with all the convenience of city living.\r\n\r\nSituated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. Youll be a short 10mins away from Clifford Gardens Shopping Centre for all your shopping needs.\r\n2.5km distance from the Toowoomba Showgrounds\r\n3.6km distance from Glenvale State School\r\n5.5km distance from the Toowoomba Hospital\r\n7.6km distance from Harristown State High School\r\n8.0km distance from the University of Southern Queensland\r\n28.7km distance from the Wellcamp Airport\r\n\r\nTailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets & benchtops).\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Toowoomba\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',624),(39,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, there&#39;s never been a better time to build your dream home. This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the well-serviced Stretton Reserve, you&#39;ll find everything you need at close reach.</p>\r\n\r\n<p>Stretton Reserve is conveniently located just off the Gateway Motorway with a short (approximate) 25 minute drive to Brisbane CBD and 55 minute drive to the famous beaches on the Gold Coast.</p>\r\n\r\n<p>You&#39;ll love the peaceful surrounds of the reserve whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.</p>\r\n\r\n<p>The 2 major shopping centres Sunnybank Hills Shoppingtown and Sunnybank Plaza are only 10-15 minutes drive respectively. As well as having railway stations and the Gateway Motorway within a few minutes drive which provides you with direct access to Brisbane CBD.</p>\r\n\r\n<p>Tailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets &amp; benchtops).</p>\r\n\r\n<p>High-set two story home options may be available however pricing would vary. See our other listings for more details.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nFor further information or to organise an inspection about houses for sale in Marsden or Logan, please contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',577750.00,9,2,0,2,4,'',1,'2022-02-03 18:38:11.972608','2022-02-03 18:38:11.972610',1,1,0,25,18,6,175,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first home owners, there\'s never been a better time to build your dream home. This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the well-serviced Stretton Reserve, you\'ll find everything you need at close reach.\r\n\r\nStretton Reserve is conveniently located just off the Gateway Motorway with a short (approximate) 25 minute drive to Brisbane CBD and 55 minute drive to the famous beaches on the Gold Coast.\r\n\r\nYou\'ll love the peaceful surrounds of the reserve whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.\r\n\r\nThe 2 major shopping centres Sunnybank Hills Shoppingtown and Sunnybank Plaza are only 10-15 minutes drive respectively. As well as having railway stations and the Gateway Motorway within a few minutes drive which provides you with direct access to Brisbane CBD.\r\n\r\nTailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets & benchtops).\r\n\r\nHigh-set two story home options may be available however pricing would vary. See our other listings for more details.\r\n\r\n*Note: Photos are an indication only*\r\nFor further information or to organise an inspection about houses for sale in Marsden or Logan, please contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',357),(40,'A Brand New Double Storey Home!','a-brand-new-double-storey-home','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, there&#39;s never been a better time to build your dream home. This is a fixed price, turn key, new double storey house and land package with everything included and nothing more to spend. Located in the well-serviced Stretton Reserve, you&#39;ll find everything you need at close reach.</p>\r\n\r\n<p>Stretton Reserve is conveniently located just off the Gateway Motorway with a short (approximate) 25 minute drive to Brisbane CBD and 55 minute drive to the famous beaches on the Gold Coast.</p>\r\n\r\n<p>You&#39;ll love the peaceful surrounds of the reserve whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.</p>\r\n\r\n<p>The 2 major shopping centres Sunnybank Hills Shoppingtown and Sunnybank Plaza are only 10-15 minutes drive respectively. As well as having railway stations and the Gateway Motorway within a few minutes drive which provides you with direct access to Brisbane CBD.</p>\r\n\r\n<p>Tailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets &amp; benchtops).</p>\r\n\r\n<p>Low-set one storey home options may be available however pricing would vary.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nFor further information or to organise an inspection about houses for sale in Sunnybank Hills or Kuraby or surrounding suburbs please contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',660950.00,9,2,0,2,4,'',1,'2022-02-03 18:40:11.698495','2022-02-03 18:40:11.698498',1,1,0,25,18,6,230,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first home owners, there\'s never been a better time to build your dream home. This is a fixed price, turn key, new double storey house and land package with everything included and nothing more to spend. Located in the well-serviced Stretton Reserve, you\'ll find everything you need at close reach.\r\n\r\nStretton Reserve is conveniently located just off the Gateway Motorway with a short (approximate) 25 minute drive to Brisbane CBD and 55 minute drive to the famous beaches on the Gold Coast.\r\n\r\nYou\'ll love the peaceful surrounds of the reserve whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.\r\n\r\nThe 2 major shopping centres Sunnybank Hills Shoppingtown and Sunnybank Plaza are only 10-15 minutes drive respectively. As well as having railway stations and the Gateway Motorway within a few minutes drive which provides you with direct access to Brisbane CBD.\r\n\r\nTailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets & benchtops).\r\n\r\nLow-set one storey home options may be available however pricing would vary.\r\n\r\n*Note: Photos are an indication only*\r\nFor further information or to organise an inspection about houses for sale in Sunnybank Hills or Kuraby or surrounding suburbs please contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Double Storey Home!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',348),(41,'Eligible for FHOG? Enjoy a Brand New Home!','eligible-for-fhog-enjoy-a-brand-new-home','<p>Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!</p>\r\n\r\n<p>Situated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Central gateway that holds a series of parks, bike paths and walkways</p>\r\n\r\n<p>Conveniently accessible via well-established road<br />\r\nnetworks including the Logan Motorway and Mt Lindsey Highway</p>\r\n\r\n<p>Mixture of public/private Primary and Secondary schools within 5km distance</p>\r\n\r\n<p>Grand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:</p>\r\n\r\n<p>High capital growth expected for Brisbane</p>\r\n\r\n<p>Builders guarantee</p>\r\n\r\n<p>Investment property a great asset</p>\r\n\r\n<p>Fixed Price &amp; Full turnkey Property Inclusions:</p>\r\n\r\n<p>* 16-18 week turn-key build time.<br />\r\n* All site costs included.<br />\r\n* Fully fenced yard, turf and landscaping included.<br />\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.<br />\r\n* Colorbond roof included.<br />\r\n* Under roof alfresco with aggregate concrete slab included.<br />\r\n* Engineered slab included.<br />\r\n* Termite treatment included.<br />\r\n* Security screens to all the windows and doors included.<br />\r\n* Panel lift garage door with remote controls included.<br />\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.<br />\r\n* Quality oven, stove and dishwasher appliances included.<br />\r\n* Blinds to windows and sliding doors included.<br />\r\n* LED down lights included.<br />\r\n* Air conditioner included.<br />\r\n* 6 Star energy rating included.<br />\r\n* Ceiling fans in all the bedrooms included.<br />\r\n* Tiles to all main floor area and carpets to all bedrooms included.<br />\r\n* Internal and external paint included.<br />\r\n* Your colour choices included.<br />\r\n* NBN connection included.<br />\r\n* TV &amp; Phone connection included.<br />\r\n* Laundry tub included.<br />\r\n* Chrome finished flick mixer and tapware included.<br />\r\n* 2 toilets included.<br />\r\n* Clothesline and letterbox included.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.</p>','AUD',488850.00,8,2,0,2,4,'',1,'2022-02-03 18:42:09.779455','2022-02-03 18:42:09.779457',1,1,0,26,19,6,170,6,1,0,'n/a',8,1,1,'No Deposit','Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!\r\n\r\nSituated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nCentral gateway that holds a series of parks, bike paths and walkways\r\n\r\nConveniently accessible via well-established road\r\nnetworks including the Logan Motorway and Mt Lindsey Highway\r\n\r\nMixture of public/private Primary and Secondary schools within 5km distance\r\n\r\nGrand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:\r\n\r\nHigh capital growth expected for Brisbane\r\n\r\nBuilders guarantee\r\n\r\nInvestment property a great asset\r\n\r\nFixed Price & Full turnkey Property Inclusions:\r\n\r\n* 16-18 week turn-key build time.\r\n* All site costs included.\r\n* Fully fenced yard, turf and landscaping included.\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.\r\n* Colorbond roof included.\r\n* Under roof alfresco with aggregate concrete slab included.\r\n* Engineered slab included.\r\n* Termite treatment included.\r\n* Security screens to all the windows and doors included.\r\n* Panel lift garage door with remote controls included.\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.\r\n* Quality oven, stove and dishwasher appliances included.\r\n* Blinds to windows and sliding doors included.\r\n* LED down lights included.\r\n* Air conditioner included.\r\n* 6 Star energy rating included.\r\n* Ceiling fans in all the bedrooms included.\r\n* Tiles to all main floor area and carpets to all bedrooms included.\r\n* Internal and external paint included.\r\n* Your colour choices included.\r\n* NBN connection included.\r\n* TV & Phone connection included.\r\n* Laundry tub included.\r\n* Chrome finished flick mixer and tapware included.\r\n* 2 toilets included.\r\n* Clothesline and letterbox included.\r\n\r\n*Note: Photos are an indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.','','Eligible for FHOG? Enjoy a Brand New Home!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',450),(42,'Looking for a brand new home? Eligible for the $15K FHOG?','looking-for-a-brand-new-home-eligible-for-the-15k-fhog','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Home to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy<br />\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.<br />\r\nAcross the road from Logan Reserve State School.<br />\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.<br />\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',434000.00,9,2,0,2,4,'',1,'2022-02-03 18:43:54.195821','2022-02-03 18:43:54.195823',1,1,0,17,10,6,175,6,1,0,'n/a',8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nHome to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.\r\nAcross the road from Logan Reserve State School.\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Looking for a brand new home? Eligible for the $15K FHOG?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',385),(43,'Eligible for $15K First Home Owner Grant? Brand New Home!','eligible-for-15k-first-home-owner-grant-brand-new-home','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Home to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy<br />\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.<br />\r\nAcross the road from Logan Reserve State School.<br />\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.<br />\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',456600.00,9,2,0,2,4,'',1,'2022-02-03 18:45:29.349604','2022-02-03 18:45:29.349606',1,1,0,17,10,6,170,6,1,0,'n/a',8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nHome to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.\r\nAcross the road from Logan Reserve State School.\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Eligible for $15K First Home Owner Grant? Brand New Home!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',381),(44,'Looking for a brand new home? Eligible for $15K FHOG?','looking-for-a-brand-new-home-eligible-for-15k-fhog','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Home to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy<br />\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.<br />\r\nAcross the road from Logan Reserve State School.<br />\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.<br />\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',432600.00,9,2,0,2,4,'',1,'2022-02-03 18:46:53.848248','2022-02-03 18:46:53.848250',1,1,0,17,10,6,175,6,1,0,'n/a',8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nHome to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.\r\nAcross the road from Logan Reserve State School.\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Looking for a brand new home? Eligible for $15K FHOG?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',385),(45,'Looking for a brand new home? Eligible for $15K FHOG?','looking-for-a-brand-new-home-eligible-for-15k-fhog','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Home to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy<br />\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.<br />\r\nAcross the road from Logan Reserve State School.<br />\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.<br />\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',450400.00,9,2,0,2,4,'',1,'2022-02-03 18:48:22.561258','2022-02-03 18:48:22.561260',1,1,0,17,10,6,180,6,1,0,'n/a',8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grants available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nHome to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.\r\nAcross the road from Logan Reserve State School.\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Looking for a brand new home? Eligible for $15K FHOG?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',409),(46,'Enjoy your Brand New Home!','enjoy-your-brand-new-home','<p>New Build, Built To Your Liking!</p>\r\n\r\n<p>With the First Home Owner Grant, there&#39;s $15k in government grants you can put towards your brand new home!</p>\r\n\r\n<p>This is a fixed price, turn key, brand new single storey house and land package. Everything included and nothing more to spend.</p>\r\n\r\n<p>There really has never been a better time to build!</p>\r\n\r\n<p>Located in the well-serviced Bridgeman Downs, you&#39;ll find everything you need at close reach.</p>\r\n\r\n<p>Bridgeman Downs is conveniently located 13km northwest of Brisbane. The four major shopping centres Aspley Hypermarket Shopping Centre, Brookside Shopping Centre, Stafford City Shopping Centre and Westfield Chermside are all within a convenient 15 minute drive.</p>\r\n\r\n<p>You&#39;ll love the greenery and peaceful surrounds of this suburb whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.</p>\r\n\r\n<p>Tailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets &amp; benchtops).</p>\r\n\r\n<p>Low-set, High-set and Dual-occupancy home options may be available however pricing would vary. See our other listings for more details.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nFor further information or to organise an inspection about houses for sale in Marsden or Logan, please contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',888888.00,9,2,0,2,4,'',1,'2022-02-03 18:49:55.847985','2022-02-03 18:49:55.847987',1,1,0,27,20,6,210,6,1,0,'n/a',8,1,1,'No Deposit','New Build, Built To Your Liking!\r\n\r\nWith the First Home Owner Grant, there\'s $15k in government grants you can put towards your brand new home!\r\n\r\nThis is a fixed price, turn key, brand new single storey house and land package. Everything included and nothing more to spend.\r\n\r\nThere really has never been a better time to build!\r\n\r\nLocated in the well-serviced Bridgeman Downs, you\'ll find everything you need at close reach.\r\n\r\nBridgeman Downs is conveniently located 13km northwest of Brisbane. The four major shopping centres Aspley Hypermarket Shopping Centre, Brookside Shopping Centre, Stafford City Shopping Centre and Westfield Chermside are all within a convenient 15 minute drive.\r\n\r\nYou\'ll love the greenery and peaceful surrounds of this suburb whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.\r\n\r\nTailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets & benchtops).\r\n\r\nLow-set, High-set and Dual-occupancy home options may be available however pricing would vary. See our other listings for more details.\r\n\r\n*Note: Photos are an indication only*\r\nFor further information or to organise an inspection about houses for sale in Marsden or Logan, please contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Enjoy your Brand New Home!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',832),(47,'Looking for a brand new first home & eligible for FHOG?','looking-for-a-brand-new-first-home-eligible-for-fhog','<p>Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!</p>\r\n\r\n<p>Situated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Central gateway that holds a series of parks, bike paths and walkways</p>\r\n\r\n<p>Conveniently accessible via well-established road<br />\r\nnetworks including the Logan Motorway and Mt Lindsey Highway</p>\r\n\r\n<p>Mixture of public/private Primary and Secondary schools within 5km distance</p>\r\n\r\n<p>Grand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:</p>\r\n\r\n<p>High capital growth expected for Brisbane</p>\r\n\r\n<p>Builders guarantee</p>\r\n\r\n<p>Investment property a great asset</p>\r\n\r\n<p>Fixed Price &amp; Full turnkey Property Inclusions:</p>\r\n\r\n<p>* 16-18 week turn-key build time.<br />\r\n* All site costs included.<br />\r\n* Fully fenced yard, turf and landscaping included.<br />\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.<br />\r\n* Colorbond roof included.<br />\r\n* Under roof alfresco with aggregate concrete slab included.<br />\r\n* Engineered slab included.<br />\r\n* Termite treatment included.<br />\r\n* Security screens to all the windows and doors included.<br />\r\n* Panel lift garage door with remote controls included.<br />\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.<br />\r\n* Quality oven, stove and dishwasher appliances included.<br />\r\n* Blinds to windows and sliding doors included.<br />\r\n* LED down lights included.<br />\r\n* Air conditioner included.<br />\r\n* 6 Star energy rating included.<br />\r\n* Ceiling fans in all the bedrooms included.<br />\r\n* Tiles to all main floor area and carpets to all bedrooms included.<br />\r\n* Internal and external paint included.<br />\r\n* Your colour choices included.<br />\r\n* NBN connection included.<br />\r\n* TV &amp; Phone connection included.<br />\r\n* Laundry tub included.<br />\r\n* Chrome finished flick mixer and tapware included.<br />\r\n* 2 toilets included.<br />\r\n* Clothesline and letterbox included.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.</p>','AUD',417400.00,9,2,0,2,4,'',1,'2022-02-03 18:52:32.502546','2022-02-03 18:52:32.502548',1,1,0,26,19,6,170,6,1,0,'n/a',8,1,1,'No Deposit','Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!\r\n\r\nSituated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nCentral gateway that holds a series of parks, bike paths and walkways\r\n\r\nConveniently accessible via well-established road\r\nnetworks including the Logan Motorway and Mt Lindsey Highway\r\n\r\nMixture of public/private Primary and Secondary schools within 5km distance\r\n\r\nGrand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:\r\n\r\nHigh capital growth expected for Brisbane\r\n\r\nBuilders guarantee\r\n\r\nInvestment property a great asset\r\n\r\nFixed Price & Full turnkey Property Inclusions:\r\n\r\n* 16-18 week turn-key build time.\r\n* All site costs included.\r\n* Fully fenced yard, turf and landscaping included.\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.\r\n* Colorbond roof included.\r\n* Under roof alfresco with aggregate concrete slab included.\r\n* Engineered slab included.\r\n* Termite treatment included.\r\n* Security screens to all the windows and doors included.\r\n* Panel lift garage door with remote controls included.\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.\r\n* Quality oven, stove and dishwasher appliances included.\r\n* Blinds to windows and sliding doors included.\r\n* LED down lights included.\r\n* Air conditioner included.\r\n* 6 Star energy rating included.\r\n* Ceiling fans in all the bedrooms included.\r\n* Tiles to all main floor area and carpets to all bedrooms included.\r\n* Internal and external paint included.\r\n* Your colour choices included.\r\n* NBN connection included.\r\n* TV & Phone connection included.\r\n* Laundry tub included.\r\n* Chrome finished flick mixer and tapware included.\r\n* 2 toilets included.\r\n* Clothesline and letterbox included.\r\n\r\n*Note: Photos are an indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.','','Looking for a brand new first home & eligible for FHOG?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',300),(48,'Looking for a brand new first home & eligible for FHOG of $15K? Look no further!','looking-for-a-brand-new-first-home-eligible-for-fhog-of-15k-look-no-further','<p>Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!</p>\r\n\r\n<p>Situated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Central gateway that holds a series of parks, bike paths and walkways</p>\r\n\r\n<p>Conveniently accessible via well-established road<br />\r\nnetworks including the Logan Motorway and Mt Lindsey Highway</p>\r\n\r\n<p>Mixture of public/private Primary and Secondary schools within 5km distance</p>\r\n\r\n<p>Grand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:</p>\r\n\r\n<p>High capital growth expected for Brisbane</p>\r\n\r\n<p>Builders guarantee</p>\r\n\r\n<p>Investment property a great asset</p>\r\n\r\n<p>Fixed Price &amp; Full turnkey Property Inclusions:</p>\r\n\r\n<p>* 16-18 week turn-key build time.<br />\r\n* All site costs included.<br />\r\n* Fully fenced yard, turf and landscaping included.<br />\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.<br />\r\n* Colorbond roof included.<br />\r\n* Under roof alfresco with aggregate concrete slab included.<br />\r\n* Engineered slab included.<br />\r\n* Termite treatment included.<br />\r\n* Security screens to all the windows and doors included.<br />\r\n* Panel lift garage door with remote controls included.<br />\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.<br />\r\n* Quality oven, stove and dishwasher appliances included.<br />\r\n* Blinds to windows and sliding doors included.<br />\r\n* LED down lights included.<br />\r\n* Air conditioner included.<br />\r\n* 6 Star energy rating included.<br />\r\n* Ceiling fans in all the bedrooms included.<br />\r\n* Tiles to all main floor area and carpets to all bedrooms included.<br />\r\n* Internal and external paint included.<br />\r\n* Your colour choices included.<br />\r\n* NBN connection included.<br />\r\n* TV &amp; Phone connection included.<br />\r\n* Laundry tub included.<br />\r\n* Chrome finished flick mixer and tapware included.<br />\r\n* 2 toilets included.<br />\r\n* Clothesline and letterbox included.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.</p>','AUD',463900.00,9,2,0,2,4,'',1,'2022-02-03 18:53:57.487539','2022-02-03 18:53:57.487541',1,1,0,26,19,6,170,6,1,0,'n/a',8,1,1,'No Deposit','Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!\r\n\r\nSituated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nCentral gateway that holds a series of parks, bike paths and walkways\r\n\r\nConveniently accessible via well-established road\r\nnetworks including the Logan Motorway and Mt Lindsey Highway\r\n\r\nMixture of public/private Primary and Secondary schools within 5km distance\r\n\r\nGrand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:\r\n\r\nHigh capital growth expected for Brisbane\r\n\r\nBuilders guarantee\r\n\r\nInvestment property a great asset\r\n\r\nFixed Price & Full turnkey Property Inclusions:\r\n\r\n* 16-18 week turn-key build time.\r\n* All site costs included.\r\n* Fully fenced yard, turf and landscaping included.\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.\r\n* Colorbond roof included.\r\n* Under roof alfresco with aggregate concrete slab included.\r\n* Engineered slab included.\r\n* Termite treatment included.\r\n* Security screens to all the windows and doors included.\r\n* Panel lift garage door with remote controls included.\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.\r\n* Quality oven, stove and dishwasher appliances included.\r\n* Blinds to windows and sliding doors included.\r\n* LED down lights included.\r\n* Air conditioner included.\r\n* 6 Star energy rating included.\r\n* Ceiling fans in all the bedrooms included.\r\n* Tiles to all main floor area and carpets to all bedrooms included.\r\n* Internal and external paint included.\r\n* Your colour choices included.\r\n* NBN connection included.\r\n* TV & Phone connection included.\r\n* Laundry tub included.\r\n* Chrome finished flick mixer and tapware included.\r\n* 2 toilets included.\r\n* Clothesline and letterbox included.\r\n\r\n*Note: Photos are an indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.','','Looking for a brand new first home & eligible for FHOG of $15K? Look no further!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',369),(49,'Wanting a brand new first home? Something built to your liking?','wanting-a-brand-new-first-home-something-built-to-your-liking','<p>Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!</p>\r\n\r\n<p>Situated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Central gateway that holds a series of parks, bike paths and walkways</p>\r\n\r\n<p>Conveniently accessible via well-established road<br />\r\nnetworks including the Logan Motorway and Mt Lindsey Highway</p>\r\n\r\n<p>Mixture of public/private Primary and Secondary schools within 5km distance</p>\r\n\r\n<p>Grand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:</p>\r\n\r\n<p>High capital growth expected for Brisbane</p>\r\n\r\n<p>Builders guarantee</p>\r\n\r\n<p>Investment property a great asset</p>\r\n\r\n<p>Fixed Price &amp; Full turnkey Property Inclusions:</p>\r\n\r\n<p>* 16-18 week turn-key build time.<br />\r\n* All site costs included.<br />\r\n* Fully fenced yard, turf and landscaping included.<br />\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.<br />\r\n* Colorbond roof included.<br />\r\n* Under roof alfresco with aggregate concrete slab included.<br />\r\n* Engineered slab included.<br />\r\n* Termite treatment included.<br />\r\n* Security screens to all the windows and doors included.<br />\r\n* Panel lift garage door with remote controls included.<br />\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.<br />\r\n* Quality oven, stove and dishwasher appliances included.<br />\r\n* Blinds to windows and sliding doors included.<br />\r\n* LED down lights included.<br />\r\n* Air conditioner included.<br />\r\n* 6 Star energy rating included.<br />\r\n* Ceiling fans in all the bedrooms included.<br />\r\n* Tiles to all main floor area and carpets to all bedrooms included.<br />\r\n* Internal and external paint included.<br />\r\n* Your colour choices included.<br />\r\n* NBN connection included.<br />\r\n* TV &amp; Phone connection included.<br />\r\n* Laundry tub included.<br />\r\n* Chrome finished flick mixer and tapware included.<br />\r\n* 2 toilets included.<br />\r\n* Clothesline and letterbox included.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.</p>','AUD',417400.00,9,2,0,2,4,'',1,'2022-02-03 19:07:48.053448','2022-02-03 19:07:48.053451',1,1,0,26,19,6,170,6,1,0,'n/a',8,1,1,'No Deposit','Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!\r\n\r\nSituated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nCentral gateway that holds a series of parks, bike paths and walkways\r\n\r\nConveniently accessible via well-established road\r\nnetworks including the Logan Motorway and Mt Lindsey Highway\r\n\r\nMixture of public/private Primary and Secondary schools within 5km distance\r\n\r\nGrand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:\r\n\r\nHigh capital growth expected for Brisbane\r\n\r\nBuilders guarantee\r\n\r\nInvestment property a great asset\r\n\r\nFixed Price & Full turnkey Property Inclusions:\r\n\r\n* 16-18 week turn-key build time.\r\n* All site costs included.\r\n* Fully fenced yard, turf and landscaping included.\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.\r\n* Colorbond roof included.\r\n* Under roof alfresco with aggregate concrete slab included.\r\n* Engineered slab included.\r\n* Termite treatment included.\r\n* Security screens to all the windows and doors included.\r\n* Panel lift garage door with remote controls included.\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.\r\n* Quality oven, stove and dishwasher appliances included.\r\n* Blinds to windows and sliding doors included.\r\n* LED down lights included.\r\n* Air conditioner included.\r\n* 6 Star energy rating included.\r\n* Ceiling fans in all the bedrooms included.\r\n* Tiles to all main floor area and carpets to all bedrooms included.\r\n* Internal and external paint included.\r\n* Your colour choices included.\r\n* NBN connection included.\r\n* TV & Phone connection included.\r\n* Laundry tub included.\r\n* Chrome finished flick mixer and tapware included.\r\n* 2 toilets included.\r\n* Clothesline and letterbox included.\r\n\r\n*Note: Photos are an indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.','','Wanting a brand new first home? Something built to your liking?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',300),(50,'A NEW HOME! OR an ideal investment! Eligible for First Home Owners Grant?','a-new-home-or-an-ideal-investment-eligible-for-first-home-owners-grant','<p>Want a brand new home, built to your liking?</p>\r\n\r\n<p>Registered land and ready to build your dream home now!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home.</p>\r\n\r\n<p>Discover this new Dual Occupancy dwelling home located in the wonderful suburb of Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!</p>\r\n\r\n<p>Situated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Look no further then this Dual Occupancy dwelling home for an outstanding investment opportunity or if you are searching for a prime living opportunity!</p>\r\n\r\n<p>Notable Features:<br />\r\nDual living arrangement - two living spaces under the one roof which makes the perfect investment choice<br />\r\nHigh rental yield with this dual dwelling<br />\r\nPrime time to buy with expected capital growth in Queensland<br />\r\nCentral gateway that holds a series of parks, bike paths and walkways<br />\r\nConveniently accessible via well-established road networks including the Logan Motorway and Mt Lindesay Highway<br />\r\nMixture of public/private Primary and Secondary schools within 5km distance<br />\r\nGrand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!</p>\r\n\r\n<p>Great turn key package to add to your portfolio:<br />\r\nHigh capital growth expected for Logan<br />\r\nBuilders guarantee<br />\r\nInvestment property a great asset<br />\r\nPositive Cash Flow</p>\r\n\r\n<p>*Note: Photos are for indication only*</p>\r\n\r\n<p>Our properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.</p>\r\n\r\n<p>Contact: For further information or to organise an inspection about houses for sale in Boronia Heights or Logan, contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',571000.00,9,2,0,2,4,'',1,'2022-02-03 19:09:11.459907','2022-02-03 19:09:11.459911',1,1,0,26,19,6,230,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking?\r\n\r\nRegistered land and ready to build your dream home now!\r\n\r\nWith $15K in government grants currently available to first home owners, theres never been a better time to build your dream home.\r\n\r\nDiscover this new Dual Occupancy dwelling home located in the wonderful suburb of Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!\r\n\r\nSituated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.\r\n\r\nLook no further then this Dual Occupancy dwelling home for an outstanding investment opportunity or if you are searching for a prime living opportunity!\r\n\r\nNotable Features:\r\nDual living arrangement - two living spaces under the one roof which makes the perfect investment choice\r\nHigh rental yield with this dual dwelling\r\nPrime time to buy with expected capital growth in Queensland\r\nCentral gateway that holds a series of parks, bike paths and walkways\r\nConveniently accessible via well-established road networks including the Logan Motorway and Mt Lindesay Highway\r\nMixture of public/private Primary and Secondary schools within 5km distance\r\nGrand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!\r\n\r\nGreat turn key package to add to your portfolio:\r\nHigh capital growth expected for Logan\r\nBuilders guarantee\r\nInvestment property a great asset\r\nPositive Cash Flow\r\n\r\n*Note: Photos are for indication only*\r\n\r\nOur properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.\r\n\r\nContact: For further information or to organise an inspection about houses for sale in Boronia Heights or Logan, contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A NEW HOME! OR an ideal investment! Eligible for First Home Owners Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',466),(51,'Looking for a brand new first home & eligible for FHOG of $15K? Look no further!','looking-for-a-brand-new-first-home-eligible-for-fhog-of-15k-look-no-further','<p>Registered land and ready to build your dream home now!</p>\r\n\r\n<p>Discover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!</p>\r\n\r\n<p>Situated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Central gateway that holds a series of parks, bike paths and walkways</p>\r\n\r\n<p>Conveniently accessible via well-established road<br />\r\nnetworks including the Logan Motorway and Mt Lindsey Highway</p>\r\n\r\n<p>Mixture of public/private Primary and Secondary schools within 5km distance</p>\r\n\r\n<p>Grand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:</p>\r\n\r\n<p>High capital growth expected for Brisbane</p>\r\n\r\n<p>Builders guarantee</p>\r\n\r\n<p>Investment property a great asset</p>\r\n\r\n<p>Fixed Price &amp; Full turnkey Property Inclusions:</p>\r\n\r\n<p>* 16-18 week turn-key build time.<br />\r\n* All site costs included.<br />\r\n* Fully fenced yard, turf and landscaping included.<br />\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.<br />\r\n* Colorbond roof included.<br />\r\n* Under roof alfresco with aggregate concrete slab included.<br />\r\n* Engineered slab included.<br />\r\n* Termite treatment included.<br />\r\n* Security screens to all the windows and doors included.<br />\r\n* Panel lift garage door with remote controls included.<br />\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.<br />\r\n* Quality oven, stove and dishwasher appliances included.<br />\r\n* Blinds to windows and sliding doors included.<br />\r\n* LED down lights included.<br />\r\n* Air conditioner included.<br />\r\n* 6 Star energy rating included.<br />\r\n* Ceiling fans in all the bedrooms included.<br />\r\n* Tiles to all main floor area and carpets to all bedrooms included.<br />\r\n* Internal and external paint included.<br />\r\n* Your colour choices included.<br />\r\n* NBN connection included.<br />\r\n* TV &amp; Phone connection included.<br />\r\n* Laundry tub included.<br />\r\n* Chrome finished flick mixer and tapware included.<br />\r\n* 2 toilets included.<br />\r\n* Clothesline and letterbox included.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.</p>','AUD',479400.00,8,2,0,2,4,'',1,'2022-02-03 19:10:45.974766','2022-02-03 19:10:45.974768',1,1,0,26,19,6,180,6,1,0,'n/a',8,1,1,'No Deposit','Registered land and ready to build your dream home now!\r\n\r\nDiscover this new house and land package located in Hillcrest, Logan. As part of Logan City, Hillcrest is located approximately 29km from the Brisbane CBD. Whether you are looking to build a new home or an outstanding investment opportunity, then this is for you!\r\n\r\nSituated between Brisbane and the famous Gold Coast, Hillcrest is perfectly located within driving distance to two major shopping centres Grand Plaza and Logan Hyperdome, as well as the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nCentral gateway that holds a series of parks, bike paths and walkways\r\n\r\nConveniently accessible via well-established road\r\nnetworks including the Logan Motorway and Mt Lindsey Highway\r\n\r\nMixture of public/private Primary and Secondary schools within 5km distance\r\n\r\nGrand Plaza Shopping Centre, Logan Hyperdome and IKEA Superstore within a short driving distance\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn key package to add to your portfolio:\r\n\r\nHigh capital growth expected for Brisbane\r\n\r\nBuilders guarantee\r\n\r\nInvestment property a great asset\r\n\r\nFixed Price & Full turnkey Property Inclusions:\r\n\r\n* 16-18 week turn-key build time.\r\n* All site costs included.\r\n* Fully fenced yard, turf and landscaping included.\r\n* Aggregate concrete driveway, footpath, alfresco and front porch included.\r\n* Colorbond roof included.\r\n* Under roof alfresco with aggregate concrete slab included.\r\n* Engineered slab included.\r\n* Termite treatment included.\r\n* Security screens to all the windows and doors included.\r\n* Panel lift garage door with remote controls included.\r\n* Laminated kitchen with stone bench tops and overhead cupboards included.\r\n* Quality oven, stove and dishwasher appliances included.\r\n* Blinds to windows and sliding doors included.\r\n* LED down lights included.\r\n* Air conditioner included.\r\n* 6 Star energy rating included.\r\n* Ceiling fans in all the bedrooms included.\r\n* Tiles to all main floor area and carpets to all bedrooms included.\r\n* Internal and external paint included.\r\n* Your colour choices included.\r\n* NBN connection included.\r\n* TV & Phone connection included.\r\n* Laundry tub included.\r\n* Chrome finished flick mixer and tapware included.\r\n* 2 toilets included.\r\n* Clothesline and letterbox included.\r\n\r\n*Note: Photos are an indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Loganholme or Logan please contact Tamer Property Real Estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of any property currently available on the market.','','Looking for a brand new first home & eligible for FHOG of $15K? Look no further!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',400),(52,'A Brand New Double Storey Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-double-storey-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>Registered land and ready to build your dream home now!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. This is a fixed price, turn key, new double storey house and land package with everything included and nothing more to spend. Located in the well-serviced Stretton Reserve, youll find everything you need at close reach.</p>\r\n\r\n<p>Stretton Reserve is conveniently located just off the Gateway Motorway with a short (approximate) 25 minute drive to Brisbane CBD and 55 minute drive to the famous beaches on the Gold Coast.</p>\r\n\r\n<p>Youll love the peaceful surrounds of the reserve whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.</p>\r\n\r\n<p>The 2 major shopping centres Sunnybank Hills Shoppingtown and Sunnybank Plaza are only 10-15 minutes drive respectively. As well as having railway stations and the Gateway Motorway within a few minutes drive which provides you with direct access to Brisbane CBD.</p>\r\n\r\n<p>Tailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets &amp; benchtops).</p>\r\n\r\n<p>Low-set one storey home options may be available however pricing would vary.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nFor further information or to organise an inspection about houses for sale in Sunnybank Hills or Kuraby or surrounding suburbs please contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',668150.00,9,2,0,2,4,'',1,'2022-02-03 19:12:26.148369','2022-02-03 19:12:26.148371',1,1,0,28,21,6,230,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nRegistered land and ready to build your dream home now!\r\n\r\nWith $15K in government grants currently available to first home owners, theres never been a better time to build your dream home. This is a fixed price, turn key, new double storey house and land package with everything included and nothing more to spend. Located in the well-serviced Stretton Reserve, youll find everything you need at close reach.\r\n\r\nStretton Reserve is conveniently located just off the Gateway Motorway with a short (approximate) 25 minute drive to Brisbane CBD and 55 minute drive to the famous beaches on the Gold Coast.\r\n\r\nYoull love the peaceful surrounds of the reserve whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.\r\n\r\nThe 2 major shopping centres Sunnybank Hills Shoppingtown and Sunnybank Plaza are only 10-15 minutes drive respectively. As well as having railway stations and the Gateway Motorway within a few minutes drive which provides you with direct access to Brisbane CBD.\r\n\r\nTailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets & benchtops).\r\n\r\nLow-set one storey home options may be available however pricing would vary.\r\n\r\n*Note: Photos are an indication only*\r\nFor further information or to organise an inspection about houses for sale in Sunnybank Hills or Kuraby or surrounding suburbs please contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Double Storey Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',358),(53,'Dreaming of a Brand New Home? It Could be Yours!','dreaming-of-a-brand-new-home-it-could-be-yours','<p>With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home.</p>\r\n\r\n<p>Situated between the golden beaches on the Gold Coast (55mins drive respectively) and the Brisbane CBD (30mins drive respectively), the suburb of Boronia Heights is established yet ready to boom. To support this ongoing &amp; increasing demand- development is rapidly underway.</p>\r\n\r\n<p>Look no further then this fabulous home for an outstanding investment opportunity or if you are searching for a prime living opportunity!</p>\r\n\r\n<p>Notable Features:<br />\r\nHigh rental yield<br />\r\nPrime time to buy with expected capital growth in Queensland<br />\r\nEnjoy the local Boronia Bushland Reserve as well as the Glider Forest Conservation Area just North<br />\r\nConveniently accessible via established road networks including the Logan Motorway and Mt Lindesay Highway<br />\r\nFour primary schools and a high school within 5km radius</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!</p>\r\n\r\n<p>Great turn key package to add to your portfolio:<br />\r\nHigh capital growth expected for Boronia Heights<br />\r\nBuilders guarantee<br />\r\nInvestment property a great asset<br />\r\nPositive Cash Flow</p>\r\n\r\n<p>*Note: Photos are for indication only*</p>\r\n\r\n<p>Our properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.</p>\r\n\r\n<p>Contact: For further information or to organise an inspection about houses for sale in Boronia Heights or Logan, contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',470400.00,9,2,0,2,4,'',1,'2022-02-03 19:13:55.718022','2022-02-03 19:13:55.718024',1,1,0,29,22,6,170,6,1,0,'n/a',8,1,1,'No Deposit','With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home.\r\n\r\nSituated between the golden beaches on the Gold Coast (55mins drive respectively) and the Brisbane CBD (30mins drive respectively), the suburb of Boronia Heights is established yet ready to boom. To support this ongoing & increasing demand- development is rapidly underway.\r\n\r\nLook no further then this fabulous home for an outstanding investment opportunity or if you are searching for a prime living opportunity!\r\n\r\nNotable Features:\r\nHigh rental yield\r\nPrime time to buy with expected capital growth in Queensland\r\nEnjoy the local Boronia Bushland Reserve as well as the Glider Forest Conservation Area just North\r\nConveniently accessible via established road networks including the Logan Motorway and Mt Lindesay Highway\r\nFour primary schools and a high school within 5km radius\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!\r\n\r\nGreat turn key package to add to your portfolio:\r\nHigh capital growth expected for Boronia Heights\r\nBuilders guarantee\r\nInvestment property a great asset\r\nPositive Cash Flow\r\n\r\n*Note: Photos are for indication only*\r\n\r\nOur properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.\r\n\r\nContact: For further information or to organise an inspection about houses for sale in Boronia Heights or Logan, contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Dreaming of a Brand New Home? It Could be Yours!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',350),(54,'Are You Ready to Build Your Dream Home? Look no further!','are-you-ready-to-build-your-dream-home-look-no-further','<p>Registered land and ready to build your dream home now!</p>\r\n\r\n<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Home to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy<br />\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.<br />\r\nAcross the road from Logan Reserve State School.<br />\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.<br />\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',456400.00,9,2,0,2,4,'',1,'2022-02-03 19:15:20.313227','2022-02-03 19:15:20.313229',1,1,0,17,10,6,170,6,1,0,'n/a',8,1,1,'No Deposit','Registered land and ready to build your dream home now!\r\n\r\nWant up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nHome to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.\r\nAcross the road from Logan Reserve State School.\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Are You Ready to Build Your Dream Home? Look no further!','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',381),(55,'Wanting a brand new home? Eligible for the $15K First Home Owner Grant?','wanting-a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.</p>\r\n\r\n<p>Conveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Home to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy<br />\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.<br />\r\nAcross the road from Logan Reserve State School.<br />\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.<br />\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',466600.00,9,2,0,2,4,'',1,'2022-02-03 20:26:37.115155','2022-02-03 20:26:37.115157',1,1,0,17,10,6,180,6,1,0,'n/a',8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Logan Reserve, it is a short 35mins drive from the Brisbane CBD and 45 mins drive from the Gold Coast respectively.\r\n\r\nConveniently situated between Brisbane and the Gold Coast, Logan Reserve is a short drive to the two major shopping centres Grand Plaza and Logan Hyperdome as well as the local shopping centre Village Fair, the IKEA superstore and Logan Hospital.\r\n\r\nNotable Features:\r\n\r\nHome to the Logan River, a gateway designed for life with contemporary streetscapes and five hectares of green open space, surrounded by nature reserve and the tranquil river for your family to enjoy\r\nConveniently accessible via well-established road networks and transport corridors connecting you to Logan, Brisbane and the Gold Coast.\r\nAcross the road from Logan Reserve State School.\r\nAccess to a newly built local public park with a playground and picnic area for your leisure.\r\nShort drive to local and major shopping centres including Village Fair, Grand Plaza and the Hyperdome.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Marsden or Logan. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Wanting a brand new home? Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',461),(56,'Wanting a Brand New Home? Built to your Taste and Liking?','wanting-a-brand-new-home-built-to-your-taste-and-liking','<p>How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you? You can with the current government grant available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new, double storey house and land package with everything included and nothing more to spend! Just over 30 minutes south of Brisbanes CBD, and less than an hour to the Gold Coast (respectively), you can build your very own home in this urban community in the suburb of Logan Reserve. Youll have everything you need when you leave the house with all your day-to-day requirements such as shopping, schooling, dining, medical and recreational facilities in close reach.</p>\r\n\r\n<p>The major retail centres nearby include the newly expanded Park Ridge Town Centre, the Grand Plaza Shopping Centre, Plains Junction Shopping Centre and more! This location puts you within 10minutes of 7 schools as well as several other educational facilities for all ages including Logan Reserve State School, St Philomena School and Park Ridge Childcare &amp; Preschool. Youll be within close proximity of the famous Dreamworld, Movie World and WetnWild theme parks for all your familys entertainment needs.</p>\r\n\r\n<p>Not to mention the $200m Logan Central Master Plan which will be a purpose built precinct compromising commercial, education, retail and health facilities with planning already underway for the thriving city of Logan and its community.</p>\r\n\r\n<p>This is an employment hotspot for an emerging population set to exceed 25,000 and creating projected additional 8000-13,000 jobs!</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Logan and Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Marsden suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',511000.00,9,2,0,2,4,'',1,'2022-02-03 20:28:04.822820','2022-02-03 20:28:04.822820',1,1,0,17,10,6,230,6,1,0,'n/a',8,1,1,'No Deposit','How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you? You can with the current government grant available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new, double storey house and land package with everything included and nothing more to spend! Just over 30 minutes south of Brisbanes CBD, and less than an hour to the Gold Coast (respectively), you can build your very own home in this urban community in the suburb of Logan Reserve. Youll have everything you need when you leave the house with all your day-to-day requirements such as shopping, schooling, dining, medical and recreational facilities in close reach.\r\n\r\nThe major retail centres nearby include the newly expanded Park Ridge Town Centre, the Grand Plaza Shopping Centre, Plains Junction Shopping Centre and more! This location puts you within 10minutes of 7 schools as well as several other educational facilities for all ages including Logan Reserve State School, St Philomena School and Park Ridge Childcare & Preschool. Youll be within close proximity of the famous Dreamworld, Movie World and WetnWild theme parks for all your familys entertainment needs.\r\n\r\nNot to mention the $200m Logan Central Master Plan which will be a purpose built precinct compromising commercial, education, retail and health facilities with planning already underway for the thriving city of Logan and its community.\r\n\r\nThis is an employment hotspot for an emerging population set to exceed 25,000 and creating projected additional 8000-13,000 jobs!\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Logan and Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Marsden suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Wanting a Brand New Home? Built to your Taste and Liking?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',375),(57,'Eligible for $15K First Home Owner Grant? Ready to Build your Dream Home?','eligible-for-15k-first-home-owner-grant-ready-to-build-your-dream-home','<p>Registered land and ready to build your dream home now!</p>\r\n\r\n<p>How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you?</p>\r\n\r\n<p>You can with the current government grant available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Park Ridge, it is a short 45mins drive from the Brisbane CBD and 55 mins drive to the golden beaches on the Gold Coast respectively.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. This location is situated within walking and cycling distance to major retail centres Grand Plaza Shopping Centre, Park Ridge Shopping Centre, Waterford Plaza (Post office, BIG W, Target, Kmart, Woolworths, Coles, Aldi, Doctors and Chemists plus over 130 specialty stores) and Holmview Central.</p>\r\n\r\n<p>This new home would be approximately 7mins drive to Logan Reserve Primary school and walking distance to the St Philomena School (Kindergarten to year 12) and is prime for all your familys educational requirements. You will be within easy travel distance of the Metropolitan South Institute of TAFE, Griffith University Logan Campus as well as the Park Ridge Early Childhood centre and Park Ridge Childcare &amp; Preschool.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Park Ridge and Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',480000.00,9,2,0,2,4,'',1,'2022-02-03 20:29:43.374131','2022-02-03 20:29:43.374133',1,1,0,16,9,6,190,6,1,0,'n/a',8,1,1,'No Deposit','Registered land and ready to build your dream home now!\r\n\r\nHow does getting up to $15,000 slashed off the total cost of building your new dream home sound to you?\r\n\r\nYou can with the current government grant available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Park Ridge, it is a short 45mins drive from the Brisbane CBD and 55 mins drive to the golden beaches on the Gold Coast respectively.\r\n\r\nSituated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. This location is situated within walking and cycling distance to major retail centres Grand Plaza Shopping Centre, Park Ridge Shopping Centre, Waterford Plaza (Post office, BIG W, Target, Kmart, Woolworths, Coles, Aldi, Doctors and Chemists plus over 130 specialty stores) and Holmview Central.\r\n\r\nThis new home would be approximately 7mins drive to Logan Reserve Primary school and walking distance to the St Philomena School (Kindergarten to year 12) and is prime for all your familys educational requirements. You will be within easy travel distance of the Metropolitan South Institute of TAFE, Griffith University Logan Campus as well as the Park Ridge Early Childhood centre and Park Ridge Childcare & Preschool.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Park Ridge and Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Eligible for $15K First Home Owner Grant? Ready to Build your Dream Home?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',452),(58,'Wanting a Brand New Home? Eligible for $15K First Home Owner Grant?','wanting-a-brand-new-home-eligible-for-15k-first-home-owner-grant','<p>How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you?</p>\r\n\r\n<p>You can with the current government grant available to those looking to build their first home.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Park Ridge, it is a short 45mins drive from the Brisbane CBD and 55 mins drive to the golden beaches on the Gold Coast respectively.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. This location is situated within walking and cycling distance to major retail centres Grand Plaza Shopping Centre, Park Ridge Shopping Centre, Waterford Plaza (Post office, BIG W, Target, Kmart, Woolworths, Coles, Aldi, Doctors and Chemists plus over 130 specialty stores) and Holmview Central.</p>\r\n\r\n<p>This new home would be approximately 7mins drive to Logan Reserve Primary school and walking distance to the St Philomena School (Kindergarten to year 12) and is prime for all your familys educational requirements. You will be within easy travel distance of the Metropolitan South Institute of TAFE, Griffith University Logan Campus as well as the Park Ridge Early Childhood centre and Park Ridge Childcare &amp; Preschool.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Park Ridge and Brisbane<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',448400.00,9,2,0,2,4,'',1,'2022-02-03 20:31:01.512698','2022-02-03 20:31:01.512701',1,1,0,16,9,6,1800,6,1,0,'n/a',8,1,1,'No Deposit','How does getting up to $15,000 slashed off the total cost of building your new dream home sound to you?\r\n\r\nYou can with the current government grant available to those looking to build their first home.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Park Ridge, it is a short 45mins drive from the Brisbane CBD and 55 mins drive to the golden beaches on the Gold Coast respectively.\r\n\r\nSituated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. This location is situated within walking and cycling distance to major retail centres Grand Plaza Shopping Centre, Park Ridge Shopping Centre, Waterford Plaza (Post office, BIG W, Target, Kmart, Woolworths, Coles, Aldi, Doctors and Chemists plus over 130 specialty stores) and Holmview Central.\r\n\r\nThis new home would be approximately 7mins drive to Logan Reserve Primary school and walking distance to the St Philomena School (Kindergarten to year 12) and is prime for all your familys educational requirements. You will be within easy travel distance of the Metropolitan South Institute of TAFE, Griffith University Logan Campus as well as the Park Ridge Early Childhood centre and Park Ridge Childcare & Preschool.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Park Ridge and Brisbane\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Wanting a Brand New Home? Eligible for $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',372),(59,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, theres never been a better time to build your dream home.</p>\r\n\r\n<p>Situated a short 16 minute drive (respectively) from the thriving city of Ipswich and less than 40 minute drive from the Brisbane CBD (respectively), the suburb of Redbank Plains is the perfect location to live.</p>\r\n\r\n<p>Whether you are an investor looking for an outstanding investment opportunity, or youre searching for your next family home - you will love everything that this suburb has to offer with its prime living opportunity.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Multiple primary and high school options including a non-denominational christian college for all your educational requirements<br />\r\nUniversity of Southern Queensland Springfield and Ipswich campuses within an approximate 12km radius<br />\r\nIpswich hospital and Mater Private Hospital Springfield both within a 16 minute drive (respectively)<br />\r\nEnjoy the quiet suburban location with fresh, natural and serene surroundings<br />\r\nPublic transport easily accessible for both bus and train service<br />\r\nHigh rental yield<br />\r\nPrime time to buy due to expected capital growth in the city of Queensland</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!</p>\r\n\r\n<p>Great turn key package to add to your portfolio:<br />\r\nHigh capital growth expected for Redbank Plains<br />\r\nBuilders guarantee<br />\r\nInvestment property a great asset<br />\r\nPositive Cash Flow</p>\r\n\r\n<p>*Note: Photos are for indication only*</p>\r\n\r\n<p>Our properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.</p>\r\n\r\n<p>Contact: For further information or to organise an inspection about houses for sale in Boronia Heights or Logan, contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',425550.00,9,2,0,2,4,'',1,'2022-02-03 20:34:18.784121','2022-02-03 20:34:18.784123',1,1,0,30,23,6,180,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first home owners, theres never been a better time to build your dream home.\r\n\r\nSituated a short 16 minute drive (respectively) from the thriving city of Ipswich and less than 40 minute drive from the Brisbane CBD (respectively), the suburb of Redbank Plains is the perfect location to live.\r\n\r\nWhether you are an investor looking for an outstanding investment opportunity, or youre searching for your next family home - you will love everything that this suburb has to offer with its prime living opportunity.\r\n\r\nNotable Features:\r\n\r\nMultiple primary and high school options including a non-denominational christian college for all your educational requirements\r\nUniversity of Southern Queensland Springfield and Ipswich campuses within an approximate 12km radius\r\nIpswich hospital and Mater Private Hospital Springfield both within a 16 minute drive (respectively)\r\nEnjoy the quiet suburban location with fresh, natural and serene surroundings\r\nPublic transport easily accessible for both bus and train service\r\nHigh rental yield\r\nPrime time to buy due to expected capital growth in the city of Queensland\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!\r\n\r\nGreat turn key package to add to your portfolio:\r\nHigh capital growth expected for Redbank Plains\r\nBuilders guarantee\r\nInvestment property a great asset\r\nPositive Cash Flow\r\n\r\n*Note: Photos are for indication only*\r\n\r\nOur properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.\r\n\r\nContact: For further information or to organise an inspection about houses for sale in Boronia Heights or Logan, contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',331),(60,'Looking for a brand new home? Eligible for $15K First Home Owner Grant?','looking-for-a-brand-new-home-eligible-for-15k-first-home-owner-grant','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home. But you have to be quick, it&#39;s only available for a limited time! This land is registered and ready to build.</p>\r\n\r\n<p>Discover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Gleneagle, you&#39;ll find it easy to navigate with quick access to the Mt. Lindesay Highway and major roads. A short 3mins drive from the Beaudesert township center, an easy 50mins drive from the Brisbane CBD and 60 mins drive from the golden beaches of the Gold Coast respectively.</p>\r\n\r\n<p>Situated in the optimal location for all your day to day needs such as shopping, dining and recreation facilities available. Start your day with the beautiful sounds of the Kookaburras singing in the spacious parkland within the local indigenous vegetation and natural habitat. Enjoy a bush walk or relax in the extensive integrated parkland with children&#39;s playground and picnic facilities designed for a wide range of lifestyles.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Beaudesert and Queensland<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',445636.00,9,2,0,2,4,'',1,'2022-02-03 20:35:58.096912','2022-02-03 20:35:58.096915',1,1,0,23,16,6,227,6,1,0,'n/a',8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home. But you have to be quick, it\'s only available for a limited time! This land is registered and ready to build.\r\n\r\nDiscover this fixed price, turn key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Gleneagle, you\'ll find it easy to navigate with quick access to the Mt. Lindesay Highway and major roads. A short 3mins drive from the Beaudesert township center, an easy 50mins drive from the Brisbane CBD and 60 mins drive from the golden beaches of the Gold Coast respectively.\r\n\r\nSituated in the optimal location for all your day to day needs such as shopping, dining and recreation facilities available. Start your day with the beautiful sounds of the Kookaburras singing in the spacious parkland within the local indigenous vegetation and natural habitat. Enjoy a bush walk or relax in the extensive integrated parkland with children\'s playground and picnic facilities designed for a wide range of lifestyles.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Beaudesert and Queensland\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','Looking for a brand new home? Eligible for $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',507),(61,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, there&#39;s never been a better time to build your dream home.</p>\r\n\r\n<p>Situated in the City of Ipswich, Ripley is less than a 40 minute drive from the Brisbane CBD (respectively).</p>\r\n\r\n<p>In addition, the state of QLD is one of Australia&#39;s fastest growing states with beautiful coast lines - development is rapidly underway to support this increase in demand. Look no further then this fabulous home for an outstanding investment opportunity or if you are searching for a prime living opportunity!</p>\r\n\r\n<p>Notable Features:<br />\r\n- Close to both a primary and secondary state schools<br />\r\n- Only a 6.3km distance (respectively) to University of Southern Queensland Ipswich Campus<br />\r\n- Less than a 15 minute drive (respectively) to Ipswich hospital<br />\r\n- A 9km drive (respectively) to the highly resourced Riverlink Shopping Centre<br />\r\n- Less than 20 minute distance (respectively) to the local Brassall Shopping Centre offering access to all your shopping/personal amenities as well as a fortnightly mobile library visit operated by the Ipswich City Council<br />\r\n- High rental yield<br />\r\n- Prime time to buy with expected capital growth in Queensland</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!</p>\r\n\r\n<p>Great turn key package to add to your portfolio:<br />\r\nHigh capital growth expected for Ripley<br />\r\nBuilders guarantee<br />\r\nInvestment property a great asset<br />\r\nPositive Cash Flow</p>\r\n\r\n<p>*Note: Photos are for indication only*</p>\r\n\r\n<p>Our properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.</p>\r\n\r\n<p>Contact: For further information or to organise an inspection about houses for sale in Ipswich or Redbank Plains contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',449559.00,9,2,0,2,4,'',1,'2022-02-03 20:37:20.653831','2022-02-03 20:37:20.653833',1,1,0,31,24,6,182,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first home owners, there\'s never been a better time to build your dream home.\r\n\r\nSituated in the City of Ipswich, Ripley is less than a 40 minute drive from the Brisbane CBD (respectively).\r\n\r\nIn addition, the state of QLD is one of Australia\'s fastest growing states with beautiful coast lines - development is rapidly underway to support this increase in demand. Look no further then this fabulous home for an outstanding investment opportunity or if you are searching for a prime living opportunity!\r\n\r\nNotable Features:\r\n- Close to both a primary and secondary state schools\r\n- Only a 6.3km distance (respectively) to University of Southern Queensland Ipswich Campus\r\n- Less than a 15 minute drive (respectively) to Ipswich hospital\r\n- A 9km drive (respectively) to the highly resourced Riverlink Shopping Centre\r\n- Less than 20 minute distance (respectively) to the local Brassall Shopping Centre offering access to all your shopping/personal amenities as well as a fortnightly mobile library visit operated by the Ipswich City Council\r\n- High rental yield\r\n- Prime time to buy with expected capital growth in Queensland\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!\r\n\r\nGreat turn key package to add to your portfolio:\r\nHigh capital growth expected for Ripley\r\nBuilders guarantee\r\nInvestment property a great asset\r\nPositive Cash Flow\r\n\r\n*Note: Photos are for indication only*\r\n\r\nOur properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.\r\n\r\nContact: For further information or to organise an inspection about houses for sale in Ipswich or Redbank Plains contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',315),(62,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, there&#39;s never been a better time to build your dream home. But you have to be quick, it&#39;s only available for a limited time!</p>\r\n\r\n<p>This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, you&#39;ll find everything you need at close reach. A short 8.1km distance from the city centre and 14.7km from Highfields, you can enjoy the wonderful rural setting with all the convenience of city living.</p>\r\n\r\n<p>Situated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. You&#39;ll be a short 7mins away (respectively) from Bridge Street Plaza and 6 mins drive from Wilsonton Shopping Centre (respectively) which has undergone the biggest ever shopping centre redevelopment in regional Australia.<br />\r\n2.7km distance from the Fairview Heights State School<br />\r\n4.5km distance from the Wilsonton State High School<br />\r\n4.6km distance from the Glenvale Christian School<br />\r\n6.3km distance from the Clifford Park Racecourse<br />\r\n6.8km distance from the Royal Toowoomba Showground<br />\r\n9.8km distance from the City Golf Course<br />\r\n8.9km distance from the Toowoomba Hospital<br />\r\n11.9km distance from the University of Southern Queensland<br />\r\n16.3km distance from the Wellcamp Airport</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Toowoomba<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',461368.00,9,2,0,2,4,'',1,'2022-02-03 20:38:50.700124','2022-02-03 20:38:50.700126',1,1,0,24,17,2,200,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first home owners, there\'s never been a better time to build your dream home. But you have to be quick, it\'s only available for a limited time!\r\n\r\nThis is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the heart of a very progressive and exciting period for the greater Toowoomba region, you\'ll find everything you need at close reach. A short 8.1km distance from the city centre and 14.7km from Highfields, you can enjoy the wonderful rural setting with all the convenience of city living.\r\n\r\nSituated in this optimal location for all your day to day needs such as shopping, schooling, dining and recreational facilities available. You\'ll be a short 7mins away (respectively) from Bridge Street Plaza and 6 mins drive from Wilsonton Shopping Centre (respectively) which has undergone the biggest ever shopping centre redevelopment in regional Australia.\r\n2.7km distance from the Fairview Heights State School\r\n4.5km distance from the Wilsonton State High School\r\n4.6km distance from the Glenvale Christian School\r\n6.3km distance from the Clifford Park Racecourse\r\n6.8km distance from the Royal Toowoomba Showground\r\n9.8km distance from the City Golf Course\r\n8.9km distance from the Toowoomba Hospital\r\n11.9km distance from the University of Southern Queensland\r\n16.3km distance from the Wellcamp Airport\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Toowoomba\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Toowoomba or Brisbane suburbs please contact us at Tamer Property real estate Brisbane on 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',706),(63,'Looking for a brand new home? Eligible for $15K First Home Owner Grant?','looking-for-a-brand-new-home-eligible-for-15k-first-home-owner-grant','<p>Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home. But you have to be quick, it&#39;s only available for a limited time!</p>\r\n\r\n<p>Discover this fixed price, turn-key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Gleneagle, you&#39;ll find it easy to navigate with quick access to the Mt. Lindesay Highway and major roads. A short 3mins drive from the Beaudesert township center, an easy 50mins drive from the Brisbane CBD and 60 mins drive from the golden beaches of the Gold Coast respectively.</p>\r\n\r\n<p>Situated in the optimal location for all your day to day needs such as shopping, dining and recreation facilities available. Start your day with the beautiful sounds of the Kookaburras singing in the spacious parkland within the local indigenous vegetation and natural habitat. Enjoy a bush walk or relax in the extensive integrated parkland with children&#39;s playground and picnic facilities designed for a wide range of lifestyles.</p>\r\n\r\n<p>Whether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.</p>\r\n\r\n<p>For more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:</p>\r\n\r\n<p>- High capital growth expected for Beaudesert and Queensland<br />\r\n- Builders guarantee<br />\r\n- Investment property a great asset</p>\r\n\r\n<p>*Note: photos are indication only*<br />\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane. Contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of the currently available property on the market.</p>','AUD',459922.00,9,2,0,2,4,'',1,'2022-02-03 20:40:14.692551','2022-02-03 20:40:14.692553',1,1,0,23,16,6,218,6,1,0,'n/a',8,1,1,'No Deposit','Want up to $15,000 slashed off the total cost of building your new home? You can with the current government grant available to those looking to build their first home. But you have to be quick, it\'s only available for a limited time!\r\n\r\nDiscover this fixed price, turn-key, brand new house and land package with everything included and nothing more to spend! Located in the growing suburb of Gleneagle, you\'ll find it easy to navigate with quick access to the Mt. Lindesay Highway and major roads. A short 3mins drive from the Beaudesert township center, an easy 50mins drive from the Brisbane CBD and 60 mins drive from the golden beaches of the Gold Coast respectively.\r\n\r\nSituated in the optimal location for all your day to day needs such as shopping, dining and recreation facilities available. Start your day with the beautiful sounds of the Kookaburras singing in the spacious parkland within the local indigenous vegetation and natural habitat. Enjoy a bush walk or relax in the extensive integrated parkland with children\'s playground and picnic facilities designed for a wide range of lifestyles.\r\n\r\nWhether you are looking for an outstanding investment opportunity or to own your first home, you will enjoy what this opportunity has to offer.\r\n\r\nFor more details about this property, contact Tamer Property real estate Brisbane to discuss this fantastic opportunity! Great turn-key package to add to your portfolio:\r\n\r\n- High capital growth expected for Beaudesert and Queensland\r\n- Builders guarantee\r\n- Investment property a great asset\r\n\r\n*Note: photos are indication only*\r\nContact: For further information or to organise an inspection about houses for sale in Logan or Brisbane. Contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of the currently available property on the market.','','Looking for a brand new home? Eligible for $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',512),(64,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first homeowners, there&#39;s never been a better time to build your dream home.</p>\r\n\r\n<p>Situated a short 16-minute drive (respectively) from the thriving city of Ipswich and less than a 40-minute drive from the Brisbane CBD (respectively), the suburb of Redbank Plains is the perfect location to live.</p>\r\n\r\n<p>Whether you are an investor looking for an outstanding investment opportunity, or you&#39;re searching for your next family home - you will love everything that this suburb has to offer with its prime living opportunity.</p>\r\n\r\n<p>Notable Features:</p>\r\n\r\n<p>Multiple primary and high school options including a non-denominational Christian college for all your educational requirements<br />\r\nUniversity of Southern Queensland Springfield and Ipswich campuses within an approximate 12km radius<br />\r\nIpswich Hospital and Mater Private Hospital Springfield both within a 16-minute drive (respectively)<br />\r\nEnjoy the quiet suburban location with fresh, natural, and serene surroundings<br />\r\nPublic transport easily accessible for both bus and train service<br />\r\nHigh rental yield<br />\r\nPrimetime to buy due to expected capital growth in the city of Queensland</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!</p>\r\n\r\n<p>Great turn-key package to add to your portfolio:<br />\r\nHigh capital growth expected for Redbank Plains<br />\r\nBuilders guarantee<br />\r\nInvestment property a great asset<br />\r\nPositive Cash Flow</p>\r\n\r\n<p>*Note: Photos are for indication only*</p>\r\n\r\n<p>Our properties are suited for all buyers; whether that be investors, owner-occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.</p>\r\n\r\n<p>Contact: For further information or to organize an inspection about houses for sale in Boronia Heights or Logan, contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',467540.00,9,2,0,2,4,'',1,'2022-02-03 20:43:51.726630','2022-02-03 20:43:51.726632',1,1,0,30,23,6,182,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first homeowners, there\'s never been a better time to build your dream home.\r\n\r\nSituated a short 16-minute drive (respectively) from the thriving city of Ipswich and less than a 40-minute drive from the Brisbane CBD (respectively), the suburb of Redbank Plains is the perfect location to live.\r\n\r\nWhether you are an investor looking for an outstanding investment opportunity, or you\'re searching for your next family home - you will love everything that this suburb has to offer with its prime living opportunity.\r\n\r\nNotable Features:\r\n\r\nMultiple primary and high school options including a non-denominational Christian college for all your educational requirements\r\nUniversity of Southern Queensland Springfield and Ipswich campuses within an approximate 12km radius\r\nIpswich Hospital and Mater Private Hospital Springfield both within a 16-minute drive (respectively)\r\nEnjoy the quiet suburban location with fresh, natural, and serene surroundings\r\nPublic transport easily accessible for both bus and train service\r\nHigh rental yield\r\nPrimetime to buy due to expected capital growth in the city of Queensland\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!\r\n\r\nGreat turn-key package to add to your portfolio:\r\nHigh capital growth expected for Redbank Plains\r\nBuilders guarantee\r\nInvestment property a great asset\r\nPositive Cash Flow\r\n\r\n*Note: Photos are for indication only*\r\n\r\nOur properties are suited for all buyers; whether that be investors, owner-occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.\r\n\r\nContact: For further information or to organize an inspection about houses for sale in Boronia Heights or Logan, contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',449),(65,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With the $15K government grant currently available to first home owners, there&#39;s never been a better time to build your dream home or a better location than this one!</p>\r\n\r\n<p>This is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the City of Logan, you&#39;ll find everything you need easily accessible.</p>\r\n\r\n<p>Underwood is conveniently located southwest of Brisbane CBD, only 22 minutes drive via M3 (respectively) and just over 1 hour drive (respectively) from the golden beaches on the Gold Coast.</p>\r\n\r\n<p>You&#39;ll love the peaceful surroundings whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.</p>\r\n\r\n<p>The 3 major shopping centres Springwood Shopping Mall, Underwood Marketplace Shopping Centre and Arndale Shopping Centre are all less than 10 minutes drive respectively from the suburb of Underwood. There are over 10 different private and state schools accessible within 10 minutes drive (approximately) as well as Griffith University Logan Campus less than 20 minutes drive (respectively) for all your educational needs.</p>\r\n\r\n<p>The Kuraby train station is conveniently located within a 5 minute drive (respectively) as well as various bus stops for quick and easy access to the CBD. For all your medical needs, the Logan Hospital is a short 20 minutes drive (approximately). You will also find several medical centres and doctors clinics within close access for all your medical needs.</p>\r\n\r\n<p>You will be in close reach of the world-famous theme parks DreamWorld, WhiteWater World, MovieWorld, SeaWorld and Wet&#39;n&#39;Wild. Other major facilities/venues include:<br />\r\n- Kingston Park Raceway<br />\r\n- Underwood Park<br />\r\n- Chipmunks and Funkee Monkees Indoor Play Centres</p>\r\n\r\n<p>Tailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets &amp; benchtops).</p>\r\n\r\n<p>High-set two story home options may be available however pricing would vary. See our other listings for more details.</p>\r\n\r\n<p>*Note: Photos are an indication only*<br />\r\nFor further information or to organise an inspection about houses for sale in Marsden or Logan, please contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.</p>','AUD',800000.00,9,2,0,2,4,'',1,'2022-02-03 20:45:20.215325','2022-02-03 20:45:20.215327',1,1,0,32,25,6,200,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith the $15K government grant currently available to first home owners, there\'s never been a better time to build your dream home or a better location than this one!\r\n\r\nThis is a fixed price, turn key, brand new single storey house and land package with everything included and nothing more to spend. Located in the City of Logan, you\'ll find everything you need easily accessible.\r\n\r\nUnderwood is conveniently located southwest of Brisbane CBD, only 22 minutes drive via M3 (respectively) and just over 1 hour drive (respectively) from the golden beaches on the Gold Coast.\r\n\r\nYou\'ll love the peaceful surroundings whilst having easy access to all your necessary amenities including shopping centres, schools, public transport and medical precincts.\r\n\r\nThe 3 major shopping centres Springwood Shopping Mall, Underwood Marketplace Shopping Centre and Arndale Shopping Centre are all less than 10 minutes drive respectively from the suburb of Underwood. There are over 10 different private and state schools accessible within 10 minutes drive (approximately) as well as Griffith University Logan Campus less than 20 minutes drive (respectively) for all your educational needs.\r\n\r\nThe Kuraby train station is conveniently located within a 5 minute drive (respectively) as well as various bus stops for quick and easy access to the CBD. For all your medical needs, the Logan Hospital is a short 20 minutes drive (approximately). You will also find several medical centres and doctors clinics within close access for all your medical needs.\r\n\r\nYou will be in close reach of the world-famous theme parks DreamWorld, WhiteWater World, MovieWorld, SeaWorld and Wet\'n\'Wild. Other major facilities/venues include:\r\n- Kingston Park Raceway\r\n- Underwood Park\r\n- Chipmunks and Funkee Monkees Indoor Play Centres\r\n\r\nTailor your home with multiple options on colourbond or tiled roofing, floor plans, front facades, ceiling heights, colour schemes (for paint, tiles, carpets & benchtops).\r\n\r\nHigh-set two story home options may be available however pricing would vary. See our other listings for more details.\r\n\r\n*Note: Photos are an indication only*\r\nFor further information or to organise an inspection about houses for sale in Marsden or Logan, please contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market.','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',480),(66,'A Brand New Home! Eligible for the $15K First Home Owner Grant?','a-brand-new-home-eligible-for-the-15k-first-home-owner-grant','<p>Want a brand new home, built to your liking? Look no further!</p>\r\n\r\n<p>With $15K in government grants currently available to first home owners, there&#39;s never been a better time to build your dream home.</p>\r\n\r\n<p>Situated in the City of Ipswich, Ripley is less than a 40 minute drive from the Brisbane CBD (respectively).</p>\r\n\r\n<p>In addition, the state of QLD is one of Australia&#39;s fastest growing states with beautiful coast lines - development is rapidly underway to support this increase in demand. Look no further then this fabulous home for an outstanding investment opportunity or if you are searching for a prime living opportunity!</p>\r\n\r\n<p>Notable Features:<br />\r\n- Close to both a primary and secondary state schools<br />\r\n- Only a 6.3km distance (respectively) to University of Southern Queensland Ipswich Campus<br />\r\n- Less than a 15 minute drive (respectively) to Ipswich hospital<br />\r\n- A 9km drive (respectively) to the highly resourced Riverlink Shopping Centre<br />\r\n- Less than 20 minute distance (respectively) to the local Brassall Shopping Centre offering access to all your shopping/personal amenities as well as a fortnightly mobile library visit operated by the Ipswich City Council<br />\r\n- High rental yield<br />\r\n- Prime time to buy with expected capital growth in Queensland</p>\r\n\r\n<p>For more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!</p>\r\n\r\n<p>Great turn key package to add to your portfolio:<br />\r\nHigh capital growth expected for Ripley<br />\r\nBuilders guarantee<br />\r\nInvestment property a great asset<br />\r\nPositive Cash Flow</p>\r\n\r\n<p>*Note: Photos are for indication only*</p>\r\n\r\n<p>Our properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.</p>\r\n\r\n<p>Contact: For further information or to organise an inspection about houses for sale in Ipswich or Redbank Plains contact Tamer Property real estate Brisbane at 0449 087 599.</p>\r\n\r\n<p>Disclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market</p>','AUD',486194.00,9,2,0,2,4,'',1,'2022-02-03 20:46:37.865440','2022-02-03 20:46:37.865442',1,1,0,31,24,6,211,6,1,0,'n/a',8,1,1,'No Deposit','Want a brand new home, built to your liking? Look no further!\r\n\r\nWith $15K in government grants currently available to first home owners, there\'s never been a better time to build your dream home.\r\n\r\nSituated in the City of Ipswich, Ripley is less than a 40 minute drive from the Brisbane CBD (respectively).\r\n\r\nIn addition, the state of QLD is one of Australia\'s fastest growing states with beautiful coast lines - development is rapidly underway to support this increase in demand. Look no further then this fabulous home for an outstanding investment opportunity or if you are searching for a prime living opportunity!\r\n\r\nNotable Features:\r\n- Close to both a primary and secondary state schools\r\n- Only a 6.3km distance (respectively) to University of Southern Queensland Ipswich Campus\r\n- Less than a 15 minute drive (respectively) to Ipswich hospital\r\n- A 9km drive (respectively) to the highly resourced Riverlink Shopping Centre\r\n- Less than 20 minute distance (respectively) to the local Brassall Shopping Centre offering access to all your shopping/personal amenities as well as a fortnightly mobile library visit operated by the Ipswich City Council\r\n- High rental yield\r\n- Prime time to buy with expected capital growth in Queensland\r\n\r\nFor more details about this property, contact Tamer Property Real Estate Brisbane to discuss this fantastic opportunity!\r\n\r\nGreat turn key package to add to your portfolio:\r\nHigh capital growth expected for Ripley\r\nBuilders guarantee\r\nInvestment property a great asset\r\nPositive Cash Flow\r\n\r\n*Note: Photos are for indication only*\r\n\r\nOur properties are suited for all buyers; whether that be investors, owner occupiers, or first home buyers we have the right property to meet your needs! We understand the buying of a property/land process and make it as easy and simple or our clients. We also assist in any way we can during this process.\r\n\r\nContact: For further information or to organise an inspection about houses for sale in Ipswich or Redbank Plains contact Tamer Property real estate Brisbane at 0449 087 599.\r\n\r\nDisclaimer: Tamer Property real estate is a licensed and experienced real estate agency located in Brisbane, with an experienced and successful team, and a background in construction. We have built property throughout Australia over the years, together with our successful partners developers and builders, and can assure you that we will bring you the best and highest quality of current available property on the market','','A Brand New Home! Eligible for the $15K First Home Owner Grant?','2022-02-03',1,0,NULL,'2022-02-03','2022-02-03',347);
/*!40000 ALTER TABLE `inventory_property` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_property_otherrooms`
--

DROP TABLE IF EXISTS `inventory_property_otherrooms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_property_otherrooms` (
  `id` int NOT NULL AUTO_INCREMENT,
  `property_id` int NOT NULL,
  `otherrooms_id` int NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `inventory_property_Other_property_id_otherrooms_i_edd0f6be_uniq` (`property_id`,`otherrooms_id`),
  KEY `inventory_property_O_otherrooms_id_2c65ff1f_fk_master_ot` (`otherrooms_id`),
  CONSTRAINT `inventory_property_o_otherrooms_id_676f1d37_fk_master_ot` FOREIGN KEY (`otherrooms_id`) REFERENCES `master_otherrooms` (`id`),
  CONSTRAINT `inventory_property_o_property_id_b06306ca_fk_inventory` FOREIGN KEY (`property_id`) REFERENCES `inventory_property` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_property_otherrooms`
--

LOCK TABLES `inventory_property_otherrooms` WRITE;
/*!40000 ALTER TABLE `inventory_property_otherrooms` DISABLE KEYS */;
INSERT INTO `inventory_property_otherrooms` VALUES (1,3,2),(2,4,2),(3,5,1),(4,6,1),(5,7,1),(7,9,2),(9,10,1),(8,10,4),(13,13,2),(14,14,2),(15,15,5),(16,16,5),(17,17,9),(18,18,6),(19,19,6),(20,20,6),(21,21,9),(22,22,6),(23,23,6),(24,24,6),(25,25,6),(26,26,6),(27,27,6),(28,28,7),(29,29,6),(30,30,6),(31,31,6),(32,32,6),(33,33,6),(34,34,6),(35,35,6),(36,36,6),(37,37,6),(38,38,6),(39,39,6),(40,40,6),(41,41,6),(42,42,6),(43,43,6),(44,44,6),(45,45,6),(46,46,8),(47,47,6),(48,48,6),(49,49,6),(50,50,6),(51,51,6),(52,52,6),(53,53,6),(54,54,6),(55,55,5),(56,55,6),(57,56,5),(58,56,6),(59,57,5),(60,57,6),(61,58,5),(62,58,6),(63,59,5),(64,59,6),(65,60,5),(66,60,6),(67,61,5),(68,61,6),(69,62,5),(70,62,6),(71,63,5),(72,63,6),(73,64,5),(74,64,6),(75,65,5),(76,65,6),(77,66,5),(78,66,6);
/*!40000 ALTER TABLE `inventory_property_otherrooms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_propertyfloorplan`
--

DROP TABLE IF EXISTS `inventory_propertyfloorplan`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_propertyfloorplan` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Title` varchar(800) NOT NULL,
  `Image` varchar(100) NOT NULL,
  `NoOfBedRooms` int unsigned DEFAULT NULL,
  `Area` int unsigned DEFAULT NULL,
  `Price_currency` varchar(3) NOT NULL,
  `Price` decimal(12,2) NOT NULL,
  `PossessionDate` date NOT NULL,
  `AreaUnit_id` int NOT NULL,
  `Property_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `inventory_propertyfl_AreaUnit_id_00c4169c_fk_master_ar` (`AreaUnit_id`),
  KEY `inventory_propertyfl_Property_id_aeecc8d6_fk_inventory` (`Property_id`),
  CONSTRAINT `inventory_propertyfl_AreaUnit_id_00c4169c_fk_master_ar` FOREIGN KEY (`AreaUnit_id`) REFERENCES `master_areaunit` (`id`),
  CONSTRAINT `inventory_propertyfl_Property_id_aeecc8d6_fk_inventory` FOREIGN KEY (`Property_id`) REFERENCES `inventory_property` (`id`),
  CONSTRAINT `inventory_propertyfloorplan_chk_1` CHECK ((`NoOfBedRooms` >= 0)),
  CONSTRAINT `inventory_propertyfloorplan_chk_2` CHECK ((`Area` >= 0))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_propertyfloorplan`
--

LOCK TABLES `inventory_propertyfloorplan` WRITE;
/*!40000 ALTER TABLE `inventory_propertyfloorplan` DISABLE KEYS */;
INSERT INTO `inventory_propertyfloorplan` VALUES (1,'9 Floor','property/floorplan/2021/07/14/hill-shire-ph-i-children-s-play-area-115741646.jpeg',2,721,'INR',51.49,'2021-07-14',2,10),(2,'9 Floor','property/floorplan/2021/07/14/hill-shire-ph-i-children-s-play-area-115741646_fNeuxBR.jpeg',2,721,'INR',51.49,'2021-07-14',2,10),(3,'First Floor','property/floorplan/2021/07/16/1.png',1,595,'XUA',10000.00,'2021-07-16',2,3),(4,'Second FLoor','property/floorplan/2021/07/16/2.png',2,1075,'XUA',25000.00,'2021-07-16',2,3),(5,'3 BHK','property/floorplan/2021/07/16/3bhk.jpg',3,2085,'XUA',75000.00,'2021-07-16',2,3),(6,'Property Floor Plan','property/floorplan/2021/09/10/Single_Storey_5.jpg',3,400,'AUD',30000.00,'2021-09-10',2,15),(7,'Lowset 190m2','property/floorplan/2022/01/19/Algester_Lowset_Floor_Plan.jpg',4,190,'AUD',599999.00,'2022-01-19',6,16);
/*!40000 ALTER TABLE `inventory_propertyfloorplan` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inventory_propertynearby`
--

DROP TABLE IF EXISTS `inventory_propertynearby`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `inventory_propertynearby` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Value` varchar(800) NOT NULL,
  `Distance` varchar(200) NOT NULL,
  `NearbyType_id` int NOT NULL,
  `Property_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `inventory_propertyne_NearbyType_id_a731e46a_fk_master_ne` (`NearbyType_id`),
  KEY `inventory_propertyne_Property_id_caea4d11_fk_inventory` (`Property_id`),
  CONSTRAINT `inventory_propertyne_NearbyType_id_a731e46a_fk_master_ne` FOREIGN KEY (`NearbyType_id`) REFERENCES `master_nearbytype` (`id`),
  CONSTRAINT `inventory_propertyne_Property_id_caea4d11_fk_inventory` FOREIGN KEY (`Property_id`) REFERENCES `inventory_property` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inventory_propertynearby`
--

LOCK TABLES `inventory_propertynearby` WRITE;
/*!40000 ALTER TABLE `inventory_propertynearby` DISABLE KEYS */;
INSERT INTO `inventory_propertynearby` VALUES (1,'Magill School','114 KM',1,3),(2,'St Peter\'s Collegiate Girls\' School','191 KM',1,3),(3,'St Joseph\'s School','216 KM',1,3),(4,'Rostrevor College','250 KM',1,3),(5,'Burnside Primary School','290 KM',1,3),(6,'Amrpali Hospital','379 KM',2,3),(7,'Yatharth Wellness Hospital  Trauma Centre','382 KM',2,3),(8,'Sehdeo Hospital','400 KM',2,3),(9,'Heart of India','450 KM',2,3),(10,'St Margarets','200m',1,15),(11,'Westfield Manila','7km',3,16);
/*!40000 ALTER TABLE `inventory_propertynearby` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_amenity`
--

DROP TABLE IF EXISTS `master_amenity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_amenity` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Icon` varchar(100) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_amenity`
--

LOCK TABLES `master_amenity` WRITE;
/*!40000 ALTER TABLE `master_amenity` DISABLE KEYS */;
INSERT INTO `master_amenity` VALUES (1,'Cafeteria','static/amenity/cafeteria_miQKvFi.png','2020-05-24 14:57:33.778703','2020-05-24 14:57:33.778703',1,0),(2,'Club','static/amenity/club.png','2020-05-25 09:30:28.902023','2020-05-25 09:30:28.902027',1,0),(3,'Gym','static/amenity/gym.png','2020-05-25 09:32:23.931261','2020-05-25 09:32:23.931266',1,0),(4,'Maintenance','static/amenity/Maintenance.png','2020-05-25 09:35:02.104772','2020-05-25 09:35:02.104776',1,0),(5,'24 x 7 Support','static/amenity/24_x_7_Support_PPfB4z7.png','2020-05-25 09:47:07.456066','2020-05-25 09:47:07.456070',1,0),(7,'Hot Swimming Pool','static/amenity/Swimming_Pool.png','2020-05-25 09:51:09.234820','2020-05-25 09:51:09.234823',0,0),(8,'Garden','static/amenity/Untitled_design_40.png','2021-09-10 00:20:04.567157','2021-09-10 00:20:04.567161',1,0);
/*!40000 ALTER TABLE `master_amenity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_areaunit`
--

DROP TABLE IF EXISTS `master_areaunit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_areaunit` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_areaunit`
--

LOCK TABLES `master_areaunit` WRITE;
/*!40000 ALTER TABLE `master_areaunit` DISABLE KEYS */;
INSERT INTO `master_areaunit` VALUES (2,'Square Feet (sq ft)','2020-05-25 10:33:38.696272','2020-05-25 10:33:38.696276',1,0),(3,'Square Centimeters','2020-05-25 10:34:04.629250','2020-05-25 10:34:04.629256',1,0),(4,'Square Inch','2020-05-25 10:34:16.512915','2020-05-25 10:34:16.512920',1,0),(5,'Square Kilometer (sq km)','2020-05-25 10:34:26.931633','2020-05-25 10:34:26.931637',1,0),(6,'Square Meter (sq m)','2020-05-25 10:34:36.742078','2020-05-25 10:34:36.742081',1,0),(7,'Square Mile','2020-05-25 10:34:47.042606','2020-05-25 10:34:47.042609',1,0),(8,'Square Yard (sq yd)','2020-05-25 10:34:55.449423','2020-05-25 10:34:55.449428',1,0),(9,'Acre','2020-05-25 10:35:02.949503','2020-05-25 10:35:02.949507',1,0),(10,'Hectare','2020-05-25 10:35:09.383480','2020-05-25 10:35:09.383485',1,0);
/*!40000 ALTER TABLE `master_areaunit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_builder`
--

DROP TABLE IF EXISTS `master_builder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_builder` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `Email` varchar(200) NOT NULL,
  `Mobile` varchar(200) NOT NULL,
  `CompanyName` varchar(200) NOT NULL,
  `WebsiteURL` varchar(200) NOT NULL,
  `Icon` varchar(100) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_builder`
--

LOCK TABLES `master_builder` WRITE;
/*!40000 ALTER TABLE `master_builder` DISABLE KEYS */;
INSERT INTO `master_builder` VALUES (1,'Buildtech Homes','sales@buildtechhomes.com.au','02 4648 2154','Buildtech Group Pty Ltd.','https://www.buildtechhomes.com.au/','static/builder/image_TAJnhkZ.png','2020-05-29 09:23:58.705905','2020-05-29 09:23:58.705909',1,0),(2,'Metricon Homes','sales@metricon.com.au','1300 786 773','Metricon Homes Pty Ltd.','https://www.metricon.com.au/','static/builder/Capture_P9m0mVC.png','2020-05-29 09:35:24.489590','2020-05-29 09:35:24.489594',1,0),(3,'Brighton Homes','info@brightonhomes.net.au','07 3188 5500','A MJH Group Company','www.brightonhomes.net.au','static/builder/Capture2_ZQCt7CA.png','2020-05-29 09:45:44.361885','2020-05-29 09:45:44.361889',1,0),(4,'ABN Group','abninfo@abngroup.com.au','+ 61 8 9200 4500','ABN Group Company','https://www.abngroup.com.au/','static/builder/Capture3_WD4QOiq.png','2020-05-29 11:13:57.304082','2020-05-29 11:13:57.304086',1,0),(5,'Siddhivinayak Properties','sales@sgworld.in','020 - 2633 7109','Siddhivinayak','https://www.sgworld.in/','static/builder/siddhivinayak-16105867.jpeg','2021-07-14 06:17:21.639917','2021-07-14 06:17:21.639921',1,0);
/*!40000 ALTER TABLE `master_builder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_city`
--

DROP TABLE IF EXISTS `master_city`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_city` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Country_id` int NOT NULL,
  `State_id` int NOT NULL,
  `DisplayFooterSection` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `master_city_State_id_c1591ab2_fk_master_state_id` (`State_id`),
  KEY `master_city_Country_id_de9533bb_fk_master_country_id` (`Country_id`),
  CONSTRAINT `master_city_Country_id_de9533bb_fk_master_country_id` FOREIGN KEY (`Country_id`) REFERENCES `master_country` (`id`),
  CONSTRAINT `master_city_State_id_c1591ab2_fk_master_state_id` FOREIGN KEY (`State_id`) REFERENCES `master_state` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_city`
--

LOCK TABLES `master_city` WRITE;
/*!40000 ALTER TABLE `master_city` DISABLE KEYS */;
INSERT INTO `master_city` VALUES (1,'Sydney','2021-06-29 15:53:24.188047','2021-06-29 15:53:24.188051',1,0,1,1,1),(2,'Mumbai','2021-07-14 05:36:49.504881','2021-07-14 05:36:49.504886',1,0,2,2,1),(3,'Brisbane','2022-01-19 10:08:32.191404','2022-01-19 10:08:32.191411',1,0,1,3,0),(4,'Logan','2022-02-01 16:37:05.018968','2022-02-01 16:37:05.018975',1,0,1,3,0),(5,'Gold Coast','2022-02-02 23:36:24.954169','2022-02-02 23:36:24.954176',1,0,1,3,0),(6,'Redland City','2022-02-02 23:54:48.285106','2022-02-02 23:54:48.285113',1,0,1,3,0),(7,'Scenic Rim Region','2022-02-03 13:58:52.578431','2022-02-03 13:58:52.578438',1,0,1,3,0),(8,'Darling Downs','2022-02-03 14:04:55.558845','2022-02-03 14:04:55.558851',1,0,1,3,0),(9,'Ipswich','2022-02-03 14:26:54.878253','2022-02-03 14:26:54.878259',1,0,1,3,0);
/*!40000 ALTER TABLE `master_city` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_configuration`
--

DROP TABLE IF EXISTS `master_configuration`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_configuration` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_configuration`
--

LOCK TABLES `master_configuration` WRITE;
/*!40000 ALTER TABLE `master_configuration` DISABLE KEYS */;
INSERT INTO `master_configuration` VALUES (1,'1 Bed','2020-05-09 20:03:35.000000','2020-05-09 20:03:35.000000',1,0),(2,'2 Bed','2020-05-25 11:40:58.467337','2020-05-25 11:40:58.467342',1,0),(3,'3 + BHK','2020-05-25 11:41:21.284503','2020-05-25 11:41:21.284507',1,0),(4,'4 + BHK','2020-05-25 11:41:30.604116','2020-05-25 11:41:30.604120',1,0),(5,'10 BHK','2020-06-30 12:59:40.219965','2020-06-30 12:59:40.219969',1,0),(6,'4 Bed','2022-01-19 10:03:51.115937','2022-01-19 10:03:51.115943',1,0);
/*!40000 ALTER TABLE `master_configuration` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_country`
--

DROP TABLE IF EXISTS `master_country`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_country` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_country`
--

LOCK TABLES `master_country` WRITE;
/*!40000 ALTER TABLE `master_country` DISABLE KEYS */;
INSERT INTO `master_country` VALUES (1,'Australia','2020-05-11 11:47:36.000000','2020-05-11 11:47:36.000000',1,0),(2,'India','2020-05-25 10:53:47.737674','2020-05-25 10:53:47.737680',1,0),(3,'Indonesia','2020-05-25 10:54:06.193997','2020-05-25 10:54:06.194001',1,0),(4,'Singapore','2020-05-25 10:54:21.079304','2020-05-25 10:54:21.079308',1,0),(5,'Vanuatu','2020-05-25 10:54:33.653451','2020-05-25 10:54:33.653455',1,0),(6,'Fiji','2020-05-25 10:54:43.807437','2020-05-25 10:54:43.807441',1,0),(7,'New Caledonia','2020-05-25 10:57:31.640794','2020-05-25 10:57:31.640798',1,0),(9,'New Zealand','2020-05-26 08:07:37.759143','2020-05-26 08:07:37.759147',1,0);
/*!40000 ALTER TABLE `master_country` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_facing`
--

DROP TABLE IF EXISTS `master_facing`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_facing` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_facing`
--

LOCK TABLES `master_facing` WRITE;
/*!40000 ALTER TABLE `master_facing` DISABLE KEYS */;
INSERT INTO `master_facing` VALUES (1,'East','2020-05-09 20:04:01.000000','2020-05-09 20:04:01.000000',1,0),(2,'West','2020-05-25 11:55:59.009198','2020-05-25 11:55:59.009204',1,0),(3,'North','2020-05-25 11:56:04.724047','2020-05-25 11:56:04.724051',1,0),(4,'South','2020-05-25 11:56:09.916237','2020-05-25 11:56:09.916241',1,0),(5,'Northeast','2020-05-25 11:57:33.384700','2020-05-25 11:57:33.384704',1,0),(6,'Southeast','2020-05-25 11:57:43.836346','2020-05-25 11:57:43.836351',1,0),(7,'Northwest','2020-05-25 11:57:56.737184','2020-05-25 11:57:56.737189',1,0),(8,'Southwest','2020-05-25 11:58:16.416307','2020-05-25 11:58:16.416312',1,0);
/*!40000 ALTER TABLE `master_facing` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_leadstatus`
--

DROP TABLE IF EXISTS `master_leadstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_leadstatus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_leadstatus`
--

LOCK TABLES `master_leadstatus` WRITE;
/*!40000 ALTER TABLE `master_leadstatus` DISABLE KEYS */;
INSERT INTO `master_leadstatus` VALUES (1,'New','2021-07-28 00:00:00.000000','2021-07-28 00:00:00.000000',1,0),(2,'In Process','2021-07-28 15:54:04.369803','2021-07-28 15:54:04.369808',1,0),(3,'Lost','2021-07-28 15:54:14.379654','2021-07-28 15:54:14.379659',1,0),(4,'Won','2021-07-28 15:54:22.350922','2021-07-28 15:54:22.350928',1,0);
/*!40000 ALTER TABLE `master_leadstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_location`
--

DROP TABLE IF EXISTS `master_location`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_location` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `ZipCode` varchar(20) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Country_id` int NOT NULL,
  `LocationType_id` int NOT NULL,
  `IsHotDestination` tinyint(1) NOT NULL,
  `City_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `master_location_Country_id_4062673b_fk_master_country_id` (`Country_id`),
  KEY `master_location_LocationType_id_46ed776c_fk_master_lo` (`LocationType_id`),
  KEY `master_location_City_id_72486be8_fk_master_city_id` (`City_id`),
  CONSTRAINT `master_location_City_id_72486be8_fk_master_city_id` FOREIGN KEY (`City_id`) REFERENCES `master_city` (`id`),
  CONSTRAINT `master_location_Country_id_4062673b_fk_master_country_id` FOREIGN KEY (`Country_id`) REFERENCES `master_country` (`id`),
  CONSTRAINT `master_location_LocationType_id_46ed776c_fk_master_lo` FOREIGN KEY (`LocationType_id`) REFERENCES `master_locationtype` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_location`
--

LOCK TABLES `master_location` WRITE;
/*!40000 ALTER TABLE `master_location` DISABLE KEYS */;
INSERT INTO `master_location` VALUES (2,'Richland','4077','2020-05-26 08:09:07.631164','2020-05-26 08:09:07.631168',1,0,1,6,1,3),(3,'PALLARA','4110','2020-05-27 12:03:56.775172','2020-05-27 12:03:56.775177',1,0,1,1,0,1),(4,'303/9 DARLING STREET, SOUTH YARRA','3141','2020-05-27 12:29:13.180047','2020-05-27 12:29:13.180051',1,0,1,5,0,1),(5,'Bli Bli, Qld','4560','2020-05-27 12:53:26.255778','2020-05-27 12:53:26.255782',1,0,1,1,0,1),(6,'CHELSEA','3196','2020-05-27 15:06:18.896894','2020-05-27 15:06:18.896898',1,0,1,1,0,1),(7,'HUGHESDALE','3166','2020-05-27 15:11:28.577538','2020-05-27 15:11:28.577542',1,0,1,1,1,1),(8,'2/29 Colin Road, Scarborough, WA 6019','6019','2020-05-27 15:18:38.346468','2020-05-27 15:18:38.346474',1,0,1,1,0,1),(9,'3/39-41 Rosebery Street, Heathcote','2233','2020-05-27 15:23:39.775651','2020-05-27 15:23:39.775654',1,0,1,1,0,1),(10,'Point Frederick','2250','2020-05-27 15:30:35.785853','2020-05-27 15:30:35.785857',1,0,1,1,0,1),(11,'Sidney','234343','2020-06-30 13:01:38.580379','2020-06-30 13:01:38.580383',1,0,1,1,1,1),(12,'Wagholi, Pune','412207','2021-07-14 05:37:28.537532','2021-07-14 05:37:28.537538',1,0,2,1,1,2),(13,'Marsden','4132','2022-01-19 10:12:08.888039','2022-01-19 10:12:08.888046',1,0,1,6,1,3),(14,'Parkinson','4115','2022-01-31 22:13:54.762311','2022-01-31 22:13:54.762318',1,0,1,6,0,3),(15,'Algester','4115','2022-02-01 16:06:03.435528','2022-02-01 16:06:03.435534',1,0,1,6,0,3),(16,'Park Ridge','4125','2022-02-01 16:37:11.680271','2022-02-01 16:37:11.680276',1,0,1,6,0,4),(17,'Logan Reserve','4133','2022-02-01 17:51:23.625496','2022-02-01 17:51:23.625501',1,0,1,6,0,4),(18,'Bracken Ridge','4017','2022-02-02 23:33:38.081544','2022-02-02 23:33:38.081552',1,0,1,6,0,3),(19,'Molendinar','4214','2022-02-02 23:36:31.433460','2022-02-02 23:36:31.433466',1,0,1,6,0,5),(20,'Jimboomba','4280','2022-02-02 23:52:41.646856','2022-02-02 23:52:41.646863',1,0,1,6,0,4),(21,'Victoria Point','4165','2022-02-02 23:55:06.035839','2022-02-02 23:55:06.035846',1,0,1,6,0,6),(22,'Cornubia','4130','2022-02-02 23:57:15.293933','2022-02-02 23:57:15.293939',1,0,1,6,0,4),(23,'Gleneagle','4285','2022-02-03 13:59:43.973504','2022-02-03 13:59:43.973509',1,0,1,6,0,7),(24,'Towoomba','4350','2022-02-03 14:05:08.338685','2022-02-03 14:05:08.338685',1,0,1,6,0,8),(25,'Stretton','4116','2022-02-03 14:08:15.984377','2022-02-03 14:08:15.984383',1,0,1,6,0,3),(26,'Hillcrest','4118','2022-02-03 14:12:54.343478','2022-02-03 14:12:54.343483',1,0,1,6,0,4),(27,'Bridgeman Downs','4035','2022-02-03 14:17:30.411302','2022-02-03 14:17:30.411308',1,0,1,6,0,3),(28,'Stretton Reserve','4116','2022-02-03 14:19:11.030576','2022-02-03 14:19:11.030581',1,0,1,6,0,3),(29,'Boronia Heights','4124','2022-02-03 14:22:43.757564','2022-02-03 14:22:43.757570',1,0,1,6,0,4),(30,'Redbank Plains','4301','2022-02-03 14:27:02.345679','2022-02-03 14:27:02.345684',1,0,1,6,0,9),(31,'Ripley','4306','2022-02-03 14:28:38.007677','2022-02-03 14:28:38.007682',1,0,1,6,0,9),(32,'Underwood','4119','2022-02-03 14:30:00.132038','2022-02-03 14:30:00.132043',1,0,1,6,0,4);
/*!40000 ALTER TABLE `master_location` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_locationtype`
--

DROP TABLE IF EXISTS `master_locationtype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_locationtype` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_locationtype`
--

LOCK TABLES `master_locationtype` WRITE;
/*!40000 ALTER TABLE `master_locationtype` DISABLE KEYS */;
INSERT INTO `master_locationtype` VALUES (1,'City','2020-05-11 10:38:39.000000','2020-05-11 10:38:39.000000',1,0),(2,'gali','2020-05-11 10:39:13.000000','2020-05-11 10:39:13.000000',1,0),(4,'District','2020-05-25 14:29:44.938625','2020-05-25 14:29:44.938629',1,0),(5,'Landmark','2020-05-25 14:30:15.025205','2020-05-25 14:30:15.025209',1,0),(6,'Suburb','2022-01-19 10:07:47.241355','2022-01-19 10:07:47.241362',1,0);
/*!40000 ALTER TABLE `master_locationtype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_nearbytype`
--

DROP TABLE IF EXISTS `master_nearbytype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_nearbytype` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_nearbytype`
--

LOCK TABLES `master_nearbytype` WRITE;
/*!40000 ALTER TABLE `master_nearbytype` DISABLE KEYS */;
INSERT INTO `master_nearbytype` VALUES (1,'School','2021-07-17 06:38:46.418171','2021-07-17 06:38:46.418175',1,0),(2,'Hospitals','2021-07-17 06:45:45.102532','2021-07-17 06:45:45.102537',1,0),(3,'Shopping Mall','2021-07-27 14:43:03.153296','2021-07-27 14:43:03.153300',1,0),(4,'Shopping Centre','2021-10-08 07:51:34.837893','2021-10-08 07:51:34.837897',1,0),(5,'Shopping Mall','2022-01-19 09:44:52.355799','2022-01-19 09:44:52.355806',1,0);
/*!40000 ALTER TABLE `master_nearbytype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_offers`
--

DROP TABLE IF EXISTS `master_offers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_offers` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_offers`
--

LOCK TABLES `master_offers` WRITE;
/*!40000 ALTER TABLE `master_offers` DISABLE KEYS */;
INSERT INTO `master_offers` VALUES (1,'Sell','2020-05-24 15:15:50.783080','2020-05-24 15:15:50.783080',1,0),(2,'Buy','2020-05-24 15:16:00.156111','2020-05-24 15:16:00.156111',1,0),(3,'Rent','2020-05-24 15:16:08.405880','2020-05-24 15:16:08.405880',1,0),(9,'Lease','2020-05-25 13:22:23.262285','2020-05-25 13:22:23.262289',1,0);
/*!40000 ALTER TABLE `master_offers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_otherrooms`
--

DROP TABLE IF EXISTS `master_otherrooms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_otherrooms` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_otherrooms`
--

LOCK TABLES `master_otherrooms` WRITE;
/*!40000 ALTER TABLE `master_otherrooms` DISABLE KEYS */;
INSERT INTO `master_otherrooms` VALUES (1,'Pooja Room','2020-05-24 15:10:37.502411','2020-05-24 15:10:37.502411',1,0),(2,'Aman Room','2020-05-25 13:35:06.142261','2020-05-25 13:35:06.142265',1,0),(4,'Servant Quarter','2020-06-30 13:02:24.613130','2020-06-30 13:02:24.613134',1,0),(5,'Parking','2020-11-24 07:33:19.878567','2020-11-24 07:33:19.878571',1,0),(6,'Garage','2022-01-19 10:13:00.343910','2022-01-19 10:13:00.343916',1,0),(7,'Garage','2022-01-19 10:13:10.676386','2022-01-19 10:13:10.676394',1,0),(8,'Garage','2022-01-19 10:13:25.204523','2022-01-19 10:13:25.204530',1,0),(9,'Garage','2022-01-19 10:13:40.264229','2022-01-19 10:13:40.264236',1,0);
/*!40000 ALTER TABLE `master_otherrooms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_overlooking`
--

DROP TABLE IF EXISTS `master_overlooking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_overlooking` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_overlooking`
--

LOCK TABLES `master_overlooking` WRITE;
/*!40000 ALTER TABLE `master_overlooking` DISABLE KEYS */;
INSERT INTO `master_overlooking` VALUES (1,'School','2020-05-24 15:16:58.985124','2020-05-24 15:16:58.985124',1,0),(2,'College','2020-05-25 13:34:04.645721','2020-05-25 13:34:04.645726',1,0),(4,'Lake','2020-11-24 07:25:11.227981','2020-11-24 07:25:11.227988',1,0),(5,'Shops','2022-01-25 11:55:55.836253','2022-01-25 11:55:55.836259',1,0);
/*!40000 ALTER TABLE `master_overlooking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_ownershiptype`
--

DROP TABLE IF EXISTS `master_ownershiptype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_ownershiptype` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_ownershiptype`
--

LOCK TABLES `master_ownershiptype` WRITE;
/*!40000 ALTER TABLE `master_ownershiptype` DISABLE KEYS */;
INSERT INTO `master_ownershiptype` VALUES (1,'Freehold','2020-05-24 16:23:23.667861','2020-05-24 16:23:23.667861',1,0),(2,'Retailer','2020-05-25 14:01:56.564639','2020-05-25 14:01:56.564643',1,0),(3,'Dealer','2020-05-25 14:03:43.734546','2020-05-25 14:03:43.734550',1,0),(4,'Independent Retailers','2020-05-25 14:03:56.103347','2020-05-25 14:03:56.103350',1,0),(5,'Consumer Cooperatives','2020-05-25 14:04:08.524851','2020-05-25 14:04:08.524855',1,0),(6,'Network Marketing','2020-05-25 14:05:14.178885','2020-05-25 14:05:14.178889',1,0),(7,'Network Members','2020-05-25 14:05:35.638804','2020-05-25 14:05:35.638808',1,0),(8,'N/A','2022-01-19 10:05:25.406515','2022-01-19 10:05:25.406521',1,0);
/*!40000 ALTER TABLE `master_ownershiptype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_propertystatus`
--

DROP TABLE IF EXISTS `master_propertystatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_propertystatus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_propertystatus`
--

LOCK TABLES `master_propertystatus` WRITE;
/*!40000 ALTER TABLE `master_propertystatus` DISABLE KEYS */;
INSERT INTO `master_propertystatus` VALUES (1,'Unfurnished','2020-05-24 16:22:39.258651','2020-05-24 16:22:39.258651',1,0),(2,'Fully Furnished','2020-05-25 14:10:29.983967','2020-05-25 14:10:29.983970',1,0),(4,'Semi - Furnished','2020-05-26 11:14:40.507859','2020-05-26 11:14:40.507863',1,0),(5,'Ready to Move','2020-05-26 11:26:50.073509','2020-05-26 11:26:50.073513',1,0),(6,'Registration August 2022','2022-01-19 10:06:16.426502','2022-01-19 10:06:16.426509',1,0),(7,'Registered','2022-01-19 10:06:28.889705','2022-01-19 10:06:28.889705',1,0),(8,'Under Construction','2022-01-19 10:06:44.467423','2022-01-19 10:06:44.467429',1,0);
/*!40000 ALTER TABLE `master_propertystatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_propertytype`
--

DROP TABLE IF EXISTS `master_propertytype`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_propertytype` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_propertytype`
--

LOCK TABLES `master_propertytype` WRITE;
/*!40000 ALTER TABLE `master_propertytype` DISABLE KEYS */;
INSERT INTO `master_propertytype` VALUES (1,'Apartment','2020-05-24 15:22:39.263311','2020-05-24 15:22:39.263311',1,0),(2,'Builder Floor','2020-05-25 14:16:30.199313','2020-05-25 14:16:30.199317',1,0),(3,'Villa','2020-05-25 14:18:58.584604','2020-05-25 14:18:58.584608',1,0),(4,'Residential Plot','2020-05-26 01:36:10.210939','2020-05-26 01:36:10.210943',1,0),(5,'Independent House','2020-05-26 09:44:27.814793','2020-05-26 09:44:27.814797',1,0),(6,'Studio Apartment','2020-05-27 15:17:51.856112','2020-05-27 15:17:51.856115',1,0),(8,'New Build','2021-09-10 00:23:03.240822','2021-09-10 00:23:03.240825',1,0),(9,'House & Land Package','2022-01-19 10:04:59.837011','2022-01-19 10:04:59.837019',1,0);
/*!40000 ALTER TABLE `master_propertytype` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_source`
--

DROP TABLE IF EXISTS `master_source`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_source` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_source`
--

LOCK TABLES `master_source` WRITE;
/*!40000 ALTER TABLE `master_source` DISABLE KEYS */;
INSERT INTO `master_source` VALUES (1,'Website','2020-05-24 15:23:08.075962','2020-05-24 15:23:08.075962',1,0),(2,'Facebook','2020-05-26 07:42:39.624060','2020-05-26 07:42:39.624064',1,0),(3,'Twitter','2020-05-26 07:42:45.667066','2020-05-26 07:42:45.667070',1,0),(4,'Instagram','2020-05-26 07:43:17.238347','2020-05-26 07:43:17.238351',1,0);
/*!40000 ALTER TABLE `master_source` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_specification`
--

DROP TABLE IF EXISTS `master_specification`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_specification` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_specification`
--

LOCK TABLES `master_specification` WRITE;
/*!40000 ALTER TABLE `master_specification` DISABLE KEYS */;
INSERT INTO `master_specification` VALUES (1,'Doors','2020-05-24 15:36:17.626604','2020-05-24 15:36:17.626604',1,0),(3,'Master Bedroom','2020-05-26 11:20:58.919234','2020-05-26 11:20:58.919238',1,0),(4,'Dining','2020-05-26 11:21:20.031377','2020-05-26 11:21:20.031381',1,0),(5,'Bath','2022-02-02 23:24:16.854495','2022-02-02 23:24:16.854502',1,0);
/*!40000 ALTER TABLE `master_specification` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_state`
--

DROP TABLE IF EXISTS `master_state`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_state` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  `Country_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `master_state_Country_id_54983266_fk_master_country_id` (`Country_id`),
  CONSTRAINT `master_state_Country_id_54983266_fk_master_country_id` FOREIGN KEY (`Country_id`) REFERENCES `master_country` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_state`
--

LOCK TABLES `master_state` WRITE;
/*!40000 ALTER TABLE `master_state` DISABLE KEYS */;
INSERT INTO `master_state` VALUES (1,'Sydney','2021-06-29 15:52:39.363758','2021-06-29 15:52:39.363762',1,0,1),(2,'Maharashtra','2021-07-14 05:36:32.603472','2021-07-14 05:36:32.603476',1,0,2),(3,'QLD','2022-01-19 10:08:21.156191','2022-01-19 10:08:21.156200',1,0,1);
/*!40000 ALTER TABLE `master_state` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_suburb`
--

DROP TABLE IF EXISTS `master_suburb`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_suburb` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `City_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `master_suburb_City_id_cb30b916_fk_master_city_id` (`City_id`),
  CONSTRAINT `master_suburb_City_id_cb30b916_fk_master_city_id` FOREIGN KEY (`City_id`) REFERENCES `master_city` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_suburb`
--

LOCK TABLES `master_suburb` WRITE;
/*!40000 ALTER TABLE `master_suburb` DISABLE KEYS */;
INSERT INTO `master_suburb` VALUES (1,'Sydney',1),(2,'Park Ridge',4);
/*!40000 ALTER TABLE `master_suburb` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `master_website`
--

DROP TABLE IF EXISTS `master_website`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `master_website` (
  `id` int NOT NULL AUTO_INCREMENT,
  `Name` varchar(200) NOT NULL,
  `CreatedOn` datetime(6) NOT NULL,
  `UpdatedOn` datetime(6) NOT NULL,
  `IsActive` tinyint(1) NOT NULL,
  `IsMarkForDelete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `master_website`
--

LOCK TABLES `master_website` WRITE;
/*!40000 ALTER TABLE `master_website` DISABLE KEYS */;
INSERT INTO `master_website` VALUES (1,'Website','2020-05-24 09:58:55.006257','2020-05-24 09:58:55.006257',1,0),(3,'website 2 for land','2020-06-30 12:51:39.319811','2020-06-30 12:51:39.319816',1,0),(4,'3rd website','2020-11-24 07:20:25.369377','2020-11-24 07:20:25.369381',1,0);
/*!40000 ALTER TABLE `master_website` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_bus`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_bus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_bus` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int NOT NULL DEFAULT '0',
  `MarkUp` float NOT NULL,
  `percentGST` int NOT NULL,
  `CreateDate` datetime(3) DEFAULT NULL,
  `UpdateDate` datetime(3) DEFAULT NULL,
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_bus`
--

LOCK TABLES `tb_mp_stdmarkup_bus` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_bus` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_bus` VALUES (1,1,0,18,'2022-11-18 11:22:26.000','2022-11-18 11:22:26.000',0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_bus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_mp_stdmarkup_car`
--

DROP TABLE IF EXISTS `tb_mp_stdmarkup_car`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_mp_stdmarkup_car` (
  `id` int NOT NULL AUTO_INCREMENT,
  `AgencySysId` int DEFAULT NULL,
  `MarkUp` float NOT NULL,
  `percentGST` int NOT NULL,
  `CreateDate` datetime(3) DEFAULT CURRENT_TIMESTAMP(3),
  `UpdateDate` datetime(3) DEFAULT CURRENT_TIMESTAMP(3),
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_mp_stdmarkup_car`
--

LOCK TABLES `tb_mp_stdmarkup_car` WRITE;
/*!40000 ALTER TABLE `tb_mp_stdmarkup_car` DISABLE KEYS */;
INSERT INTO `tb_mp_stdmarkup_car` VALUES (1,1,0,18,'2022-11-22 10:52:37.000','2022-11-22 10:52:41.000',0,1);
/*!40000 ALTER TABLE `tb_mp_stdmarkup_car` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tb_tbb2c_contactus_address`
--

DROP TABLE IF EXISTS `tb_tbb2c_contactus_address`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tb_tbb2c_contactus_address` (
  `DesSysId` bigint NOT NULL AUTO_INCREMENT,
  `address` varchar(255) DEFAULT NULL,
  `IsPublish` char(3) DEFAULT NULL,
  `IsMarkForDel` char(3) DEFAULT NULL,
  PRIMARY KEY (`DesSysId`),
  UNIQUE KEY `DesSysId` (`DesSysId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tb_tbb2c_contactus_address`
--

LOCK TABLES `tb_tbb2c_contactus_address` WRITE;
/*!40000 ALTER TABLE `tb_tbb2c_contactus_address` DISABLE KEYS */;
/*!40000 ALTER TABLE `tb_tbb2c_contactus_address` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_available_destination`
--

DROP TABLE IF EXISTS `tbl_available_destination`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_available_destination` (
  `id` int NOT NULL AUTO_INCREMENT,
  `source` varchar(100) NOT NULL,
  `Destination` varchar(100) DEFAULT NULL,
  `Origin` varchar(100) DEFAULT NULL,
  `isMarkForDel` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_available_destination`
--

LOCK TABLES `tbl_available_destination` WRITE;
/*!40000 ALTER TABLE `tbl_available_destination` DISABLE KEYS */;
INSERT INTO `tbl_available_destination` VALUES (1,'go_fly_smart','DEL','IXB',0,'2023-01-06 07:08:37','2023-01-06 07:08:37'),(2,'go_fly_smart','DEL','PNQ',0,'2023-01-06 07:08:37','2023-01-06 07:08:37');
/*!40000 ALTER TABLE `tbl_available_destination` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_branches`
--

DROP TABLE IF EXISTS `tbl_branches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_branches` (
  `DesSysId` bigint NOT NULL AUTO_INCREMENT,
  `office_address` varchar(250) NOT NULL,
  `office_address_name` varchar(250) NOT NULL,
  `branch_mailid` varchar(25) NOT NULL,
  `address` varchar(255) NOT NULL,
  `image` varchar(200) NOT NULL,
  `website_link` varchar(100) NOT NULL,
  `toll_free_name` varchar(100) NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `IsMarkForDel` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`DesSysId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_branches`
--

LOCK TABLES `tbl_branches` WRITE;
/*!40000 ALTER TABLE `tbl_branches` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_branches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_common_box`
--

DROP TABLE IF EXISTS `tbl_common_box`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_common_box` (
  `common_id` int NOT NULL AUTO_INCREMENT,
  `home_content_script` varchar(1000) NOT NULL,
  `common_content_header_1` text NOT NULL,
  `common_content_footer_1` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `metaTitle` varchar(500) NOT NULL,
  `Keyword` varchar(500) NOT NULL,
  `Description` varchar(500) NOT NULL,
  `common_content_header_2` text NOT NULL,
  `common_content_header_3` text NOT NULL,
  `common_content_footer_2` text NOT NULL,
  `common_content_footer_3` text NOT NULL,
  `Title` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`common_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_common_box`
--

LOCK TABLES `tbl_common_box` WRITE;
/*!40000 ALTER TABLE `tbl_common_box` DISABLE KEYS */;
INSERT INTO `tbl_common_box` VALUES (1,'<script>\r\nconsole.log(\"sudipta1\");\r\n</script>','<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-226400594-1\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'UA-226400594-1\');\r\n</script>','<script>\r\nconsole.log(\"sudipta5\");\r\n</script>','1','CheapMyFlight.com | CheapMyFlight | Cheap Air Tickets | Cheaper Than Cheapest | CMF | cheap my flight','CheapMyFlight.com | CheapMyFlight | Cheap Air Tickets | Cheaper Than Cheapest | CMF | cheap my flight','CheapMyFlight.com | CheapMyFlight | Cheap Air Tickets | Cheaper Than Cheapest | CMF | cheap my flight','<script>\r\nconsole.log(\"sudipta3\");\r\n</script>\r\n<!-- Meta Pixel Code -->\r\n<script>\r\n  !function(f,b,e,v,n,t,s)\r\n  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\n  n.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\n  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\n  n.queue=[];t=b.createElement(e);t.async=!0;\r\n  t.src=v;s=b.getElementsByTagName(e)[0];\r\n  s.parentNode.insertBefore(t,s)}(window, document,\'script\',\r\n  \'https://connect.facebook.net/en_US/fbevents.js\');\r\n  fbq(\'init\', \'353444890049007\');\r\n  fbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\r\n  src=\"https://www.facebook.com/tr?id=353444890049007&ev=PageView&noscript=1\"\r\n/></noscript>\r\n<!-- End Meta Pixel Code -->','<script>\r\nconsole.log(\"sudipta4\");\r\n</script>','<script>\r\nconsole.log(\"sudipta6\");\r\n</script>','<script>\r\nconsole.log(\"sudipta7\");\r\n</script>','Flights, Best Flights Deals, Book Flights, Holidays, Travelidea, Hotels, Book Cheap Hotels, Best deals in Hotels, International Packages, Domestic Packages, Summer Holiday Packages, Best Holiday Tours & Cheap Packages.');
/*!40000 ALTER TABLE `tbl_common_box` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_home_common_box`
--

DROP TABLE IF EXISTS `tbl_home_common_box`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_home_common_box` (
  `home_common_id` int NOT NULL AUTO_INCREMENT,
  `metaTitle` varchar(500) NOT NULL,
  `Keyword` varchar(500) NOT NULL,
  `Description` varchar(500) NOT NULL,
  `home_common_header` text NOT NULL,
  `home_common_footer` text NOT NULL,
  `status` enum('1','0') NOT NULL DEFAULT '1',
  `vedioUrl` varchar(500) NOT NULL,
  `popularTourContent` text NOT NULL,
  `destinationContent` text NOT NULL,
  `perfectTourContent` text NOT NULL,
  `blogContent` text NOT NULL,
  `offersContent` text,
  `whychooseusContent` text NOT NULL,
  `umrahpackageContent` text,
  `happycustomerContent` text NOT NULL,
  `otherUsefulContent` text NOT NULL,
  `interestingFactsContent` text NOT NULL,
  PRIMARY KEY (`home_common_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_home_common_box`
--

LOCK TABLES `tbl_home_common_box` WRITE;
/*!40000 ALTER TABLE `tbl_home_common_box` DISABLE KEYS */;
INSERT INTO `tbl_home_common_box` VALUES (1,'Book Domestic and International Tour Packages in India - IXO Tour Pvt Ltd.','Tour Packages, Amazing Travel Places, Exotic Destinations, Travel News, Famous Tourist Places, Cheap Tour Packages, Tour Offers, Best Travel Destinations, Travel Tour Packages, Browse Tour Packages, India Tour Package, Tour and Travels, Trips Gateway Packages, Travel Package, Holiday Tours, Honeymoon Package.','Explore many beautiful destinations with in budget and book luxury packages. Click now for more information about domestic and international tour packages in India.','<!-- Review Schema Code -->\r\n\r\n<script type=\"application/ld+json\">{\r\n  \"@context\": \"http://schema.org/\",\r\n  \"@type\": \"Review\",\r\n  \"itemReviewed\": {\r\n    \"@type\": \"Product\",\r\n    \"name\": \"tripsgateway.com\"\r\n  },\r\n  \"author\": {\r\n    \"@type\": \"Person\",\r\n    \"name\": \"tripsgateway\"\r\n  },\r\n  \"datePublished\": \"2019-1-1\",\r\n  \"reviewRating\": {\r\n    \"@type\": \"Rating\",\r\n    \"description\": \"Trips Gateway is a leading travel company in Noida, India. Offering custumized domestic and international tour and travel packages. Book holiday or honeymoon tour packages and enjoy best holiday deals at affordable price.\",\r\n    \"ratingValue\": \"4.8\"\r\n  }\r\n}\r\n</script>\r\n\r\n<!-- Google Knowledge Graph -->\r\n\r\n<script type=\'application/ld+json\'> \r\n{\r\n  \"@context\": \"http://www.schema.org\",\r\n  \"@type\": \"Organization\",\r\n  \"name\": \"TRIPSGATEWAY.COM\",\r\n  \"url\": \"https://www.tripsgateway.com/\",\r\n  \"logo\": \"https://www.tripsgateway.com/public/images/logo.png\",\r\n  \"description\": \"Explore many beautiful destinations with in budget and book luxury packages. Click now for more information about domestic and international tour packages from India.\",\r\n  \"address\": {\r\n    \"@type\": \"PostalAddress\",\r\n    \"streetAddress\": \"C-55, First Floor\",\r\n     \"addressLocality\": \"Sector 8\",\r\n    \"addressRegion\": \"Noida\",\r\n    \"postalCode\": \"201301\",\r\n    \"addressCountry\": \"India\"\r\n  },\r\n  \"contactPoint\": {\r\n    \"@type\": \"ContactPoint\",\r\n    \"telephone\": \"+91 98111 92312\",\r\n	\"email\": \"plan@tripsgateway.com\", \r\n	\"contactType\": \"Customer Service\"\r\n  },\r\n	\"sameAs\": [\r\n	\"https://www.facebook.com/tripsgateway\",\r\n	\"https://twitter.com/tripsgateway\",\r\n	\"https://www.instagram.com/tripsgateway/\",\r\n	\"https://www.pinterest.com/tripsgateway/\"\r\n	\r\n	]\r\n}\r\n </script>\r\n\r\n<!-- Search Schema Code -->\r\n\r\n<script type=\"application/ld+json\">\r\n{\r\n\"@context\" : \"http://schema.org\",\r\n\"@type\" : \"WebSite\",\r\n\"name\" : \"tripsgateway.com\",\r\n\"url\" : \"https://www.tripsgateway.com/\",\r\n\"potentialAction\": {\r\n\"@type\": \"SearchAction\",\r\n\"target\": \"https://www.tripsgateway.com/?q={search_term_string}\",\r\n\"query-input\": \"required name=search_term_string\"\r\n}\r\n}\r\n</script>\r\n\r\n<!-- Google Site Verification -->\r\n\r\n<meta name=\"google-site-verification\" content=\"xni1WNV91y21jEw-SQs6JlUN93c80HBAs43Ou5HGazY\" />\r\n\r\n<!-- Global site tag (gtag.js) - Google Analytics -->\r\n\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-131039779-1\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n  gtag(\'config\', \'UA-131039779-1\');\r\n</script>','','1','<iframe width=\"100%\" height=\"320px\" src=\"https://www.youtube.com/embed/VElW8XrBz84\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>','{\"internationalTourTitle\":\"International <span>Tours<\\/span> noor khan\",\"internationalTourDescription\":\"sdgdfgd fdfgdf\",\"international_check\":\"\",\"international_order_byhome\":\"200\"}','{\"destinationTitle\":\"Trending Destination\",\"destinationDescription\":\"Travel to Trending Destination\",\"destinations_check\":0,\"destination_order_byhome\":\"400\"}','{\"domesticTourTitle\":\"domestic sudipta <span>Tours<\\/span>\",\"domesticTourDescription\":\"gdfgdfgdfg\",\"domestic_check\":\"\",\"domestic_order_byhome\":\"300\"}','{\"blogTitle\":\"Travelogues\",\"blogDescription\":\"\",\"blog_check\":\"\",\"blog_order_byhome\":\"700\"}','{\"offersTitle\":\"EXCITING OFFERS\",\"offersDescription\":\"Travel to Trending Offer\",\"offers_check\":\"1\",\"offers_order_byhome\":\"100\"}','',NULL,'','{\"themeTitle\":\"Travel Themes\",\"themeDescription\":\"sdgdgsdgsd sdg sdgsdg\",\"theme_check\":\"\",\"theme_order_byhome\":\"500\"}','{\"testimonialTitle\":\"Testimonials Pankaj\",\"testimonialDescription\":\"sdfsdfsd fsdfsdfsd\",\"testmonial_check\":\"\",\"testmonial_order_byhome\":\"600\"}');
/*!40000 ALTER TABLE `tbl_home_common_box` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-04-16 10:27:49

Youez - 2016 - github.com/yon3zu
LinuXploit