/
mysql-backup
/
Upload File
HOME
-- MySQL dump 10.13 Distrib 5.7.42, for Linux (x86_64) -- -- Host: localhost Database: dreamamerica_booking_system_dev -- ------------------------------------------------------ -- Server version 5.7.42-0ubuntu0.18.04.1 /*!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 */; /*!40101 SET NAMES utf8 */; /*!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 */; -- -- Table structure for table `api_token` -- DROP TABLE IF EXISTS `api_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `api_token` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `client_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `client_secret` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `refresh_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `access_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `token_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_by` int(10) unsigned DEFAULT NULL, `updated_by` int(10) unsigned DEFAULT NULL, `source` int(10) unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `api_token` -- LOCK TABLES `api_token` WRITE; /*!40000 ALTER TABLE `api_token` DISABLE KEYS */; /*!40000 ALTER TABLE `api_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachmentable` -- DROP TABLE IF EXISTS `attachmentable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `attachmentable` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `attachmentable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `attachmentable_id` int(10) unsigned NOT NULL, `attachment_id` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `attachmentable_attachmentable_type_attachmentable_id_index` (`attachmentable_type`,`attachmentable_id`), KEY `attachmentable_attachment_id_foreign` (`attachment_id`), CONSTRAINT `attachmentable_attachment_id_foreign` FOREIGN KEY (`attachment_id`) REFERENCES `attachments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attachmentable` -- LOCK TABLES `attachmentable` WRITE; /*!40000 ALTER TABLE `attachmentable` DISABLE KEYS */; /*!40000 ALTER TABLE `attachmentable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attachments` -- DROP TABLE IF EXISTS `attachments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `attachments` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` text COLLATE utf8mb4_unicode_ci NOT NULL, `original_name` text COLLATE utf8mb4_unicode_ci NOT NULL, `mime` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `extension` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `size` bigint(20) NOT NULL DEFAULT '0', `sort` int(11) NOT NULL DEFAULT '0', `path` text COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci, `alt` text COLLATE utf8mb4_unicode_ci, `hash` text COLLATE utf8mb4_unicode_ci, `disk` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public', `user_id` bigint(20) unsigned DEFAULT NULL, `group` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attachments` -- LOCK TABLES `attachments` WRITE; /*!40000 ALTER TABLE `attachments` DISABLE KEYS */; /*!40000 ALTER TABLE `attachments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `client_logs` -- DROP TABLE IF EXISTS `client_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `client_logs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `client_id` int(10) unsigned NOT NULL, `action_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `original_data` json DEFAULT NULL, `new_data` json DEFAULT NULL, `changes` json DEFAULT NULL, `updated_by` int(10) unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `client_logs` -- LOCK TABLES `client_logs` WRITE; /*!40000 ALTER TABLE `client_logs` DISABLE KEYS */; INSERT INTO `client_logs` VALUES (1,50,'client_update','{\"id\": 50, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"partner_name\": \"Alan Toy\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": null, \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": null, \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": null, \"property_country\": null, \"additional_tenant\": null, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": null, \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"property_purchase_price\": null, \"rental_verification_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"welcome_down_payment_complete_check\": 0, \"property_closing_date_complete_check\": 0, \"property_new_construction_builder_name\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-27T10:55:48.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": \"123\", \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": \"2\", \"property_country\": \"kk\", \"additional_tenant\": null, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": null, \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": \"1\", \"property_closing_cost\": \"122\", \"property_closing_date\": null, \"property_lender_check\": 0, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": \"1\", \"property_purchase_price\": \"12\", \"rental_verification_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"property_closing_credit_general\": null, \"property_new_construction_check\": \"1\", \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"welcome_down_payment_complete_check\": 1, \"property_closing_date_complete_check\": 0, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 2, \"updated_at\": \"2020-11-27 10:55:48\", \"updated_by\": 1, \"property_zip\": \"123\", \"property_city\": \"kk\", \"property_state\": \"kk\", \"mortgage_type_id\": \"2\", \"property_country\": \"kk\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": \"122\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": \"1\", \"property_purchase_price\": \"12\", \"property_new_construction_check\": \"1\", \"rental_verification_complete_check\": 1, \"welcome_down_payment_complete_check\": 1, \"property_new_construction_builder_name\": \"52425452\"}',1,'2020-11-27 10:55:48','2020-11-27 10:55:48'),(2,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-27T10:55:48.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": null, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": null, \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": null, \"property_lender_check\": 0, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"property_closing_credit_general\": null, \"property_new_construction_check\": 1, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"welcome_down_payment_complete_check\": 1, \"property_closing_date_complete_check\": 0, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-27T11:03:27.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": null, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": null, \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": null, \"property_lender_check\": 0, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": \"1\", \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"property_closing_credit_general\": null, \"property_new_construction_check\": 1, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"welcome_down_payment_complete_check\": 1, \"property_closing_date_complete_check\": 0, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-11-27 11:03:27\", \"rental_verification_check\": \"1\", \"rental_verification_complete_check\": 0}',1,'2020-11-27 11:03:27','2020-11-27 11:03:27'),(3,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-27T11:03:27.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": null, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": null, \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": null, \"property_lender_check\": 0, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"property_closing_credit_general\": null, \"property_new_construction_check\": 1, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"welcome_down_payment_complete_check\": 1, \"property_closing_date_complete_check\": 0, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-27T11:10:23.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": null, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"property_hoa_check\": \"1\", \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30\", \"property_lender_check\": \"1\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-11-30\", \"property_repair_request_check\": \"1\", \"property_closing_credit_general\": null, \"property_new_construction_check\": 1, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"welcome_down_payment_complete_check\": 1, \"property_closing_date_complete_check\": true, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": true, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-11-27 11:10:23\", \"property_hoa_name\": \"as\", \"property_hoa_check\": \"1\", \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"property_closing_date\": \"2020-11-30\", \"property_lender_check\": \"1\", \"property_due_diligence_expire\": \"2020-11-30\", \"property_repair_request_check\": \"1\", \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"property_closing_date_complete_check\": true, \"property_due_diligence_expire_complete_check\": true}',1,'2020-11-27 11:10:23','2020-11-27 11:10:23'),(4,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-27T11:10:23.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": null, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30T00:00:00.000000Z\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-11-30T00:00:00.000000Z\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 1, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 1, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T12:14:48.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": {\"name\": null}, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-11-30\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": \"110\", \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 1, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 1, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-10 12:14:48\", \"additional_tenant\": \"{\\\"name\\\":null}\", \"property_closing_date\": \"2020-11-30\", \"property_due_diligence_expire\": \"2020-11-30\", \"property_closing_credit_general\": \"110\", \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_12_month\": 13.2}',1,'2020-12-10 12:14:48','2020-12-10 12:14:48'),(5,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T12:14:48.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": {\"name\": null}, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30T00:00:00.000000Z\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-11-30T00:00:00.000000Z\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 1, \"due_diligence_option_payment_12_month\": 13, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 1, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T12:15:08.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": {\"name\": null}, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-11-30\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 1, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 1, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-10 12:15:08\", \"property_closing_date\": \"2020-11-30\", \"property_due_diligence_expire\": \"2020-11-30\", \"due_diligence_inspection_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_12_month\": 13.2}',1,'2020-12-10 12:15:08','2020-12-10 12:15:08'),(6,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T12:15:08.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": {\"name\": null}, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30T00:00:00.000000Z\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-11-30T00:00:00.000000Z\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25T00:00:00.000000Z\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 1, \"due_diligence_option_payment_12_month\": 13, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 1, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T12:16:53.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": {\"name\": null}, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": false, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": false, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-10 12:16:53\", \"property_closing_date\": \"2020-11-30\", \"property_due_diligence_expire\": \"2020-12-14\", \"due_diligence_inspection_check_date\": \"2020-12-25\", \"due_diligence_option_payment_3_month\": 12.36, \"property_closing_date_complete_check\": false, \"due_diligence_option_payment_12_month\": 13.2, \"property_due_diligence_expire_complete_check\": false}',1,'2020-12-10 12:16:53','2020-12-10 12:16:53'),(7,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T12:16:53.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": {\"name\": null}, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30T00:00:00.000000Z\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14T00:00:00.000000Z\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25T00:00:00.000000Z\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T12:17:29.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"additional_tenant\": {\"name\": null}, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_closing_date_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-10 12:17:29\", \"property_closing_date\": \"2020-11-30\", \"property_due_diligence_expire\": \"2020-12-14\", \"due_diligence_inspection_check_date\": \"2020-12-25\", \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_12_month\": 13.2}',1,'2020-12-10 12:17:29','2020-12-10 12:17:29'),(8,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T12:17:29.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-11-30\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T13:58:34.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-10 13:58:34\", \"property_closing_date\": \"2020-12-16\", \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_12_month\": 13.2}',1,'2020-12-10 13:58:34','2020-12-10 13:58:34'),(9,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T13:58:34.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T13:59:19.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": 12.72, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-10 13:59:19\", \"due_diligence_option_payment_6_month\": 12.72}',1,'2020-12-10 13:59:19','2020-12-10 13:59:19'),(10,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T13:59:19.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": 12.72, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T13:59:52.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": \"1\", \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": 12.72, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-10 13:59:52\", \"due_diligence_option_payment_check\": \"1\"}',1,'2020-12-10 13:59:52','2020-12-10 13:59:52'),(11,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-10T13:59:52.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": 1, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 12.36, \"due_diligence_option_payment_6_month\": 12.72, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-11T13:23:29.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": 1, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-11 13:23:29\", \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null}',1,'2020-12-11 13:23:29','2020-12-11 13:23:29'),(12,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-11T13:23:29.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": 12, \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": 1, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 13.2, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-11T13:24:11.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"property_zip\": 123, \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"property_city\": \"kk\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"property_state\": \"kk\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"mortgage_type_id\": 2, \"property_country\": \"kk\", \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"property_hoa_name\": \"as\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"due_diligence_rent\": null, \"property_hoa_check\": 1, \"property_hoa_phone\": \"as\", \"property_lender_name\": \"gffgfg\", \"welcome_down_payment\": \"1\", \"property_closing_cost\": 122, \"property_closing_date\": \"2020-12-16\", \"property_lender_check\": 1, \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"property_purchase_price\": \"115\", \"rental_verification_check\": 1, \"property_due_diligence_expire\": \"2020-12-14\", \"property_repair_request_check\": 1, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 110, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-02\", \"due_diligence_option_payment_check\": 1, \"property_repair_request_item_names\": \"gdfgfdg\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-25\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 126.5, \"property_new_construction_builder_name\": \"52425452\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-11 13:24:11\", \"property_purchase_price\": \"115\", \"due_diligence_option_payment_12_month\": 126.5}',1,'2020-12-11 13:24:11','2020-12-11 13:24:11'),(13,49,'client_update','{\"id\": 49, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"partner_name\": \"Weldon Doyle\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"property_city\": null, \"applicant_name\": \"Jerald Kris\", \"property_state\": null, \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Susana Senger\", \"property_hoa_name\": null, \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"property_purchase_price\": null, \"rental_verification_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 49, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-15T10:41:16.000000Z\", \"updated_by\": 1, \"partner_name\": \"Weldon Doyle\", \"property_zip\": \"2000\", \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"property_city\": \"South Wales\", \"applicant_name\": \"Jerald Kris\", \"property_state\": \"New South Wales\", \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"mortgage_type_id\": \"1\", \"property_country\": \"Australia\", \"co_applicant_name\": \"Susana Senger\", \"property_hoa_name\": null, \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"property_closing_cost\": \"6900\", \"property_closing_date\": null, \"property_lender_check\": 0, \"additional_tenant_name\": \"Test tenant\", \"additional_tenant_check\": \"1\", \"property_purchase_price\": \"6700\", \"rental_verification_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": \"8000\", \"property_new_construction_check\": \"1\", \"due_diligence_option_payment_date\": \"2020-12-17\", \"due_diligence_option_payment_check\": \"1\", \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 6901, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 2, \"updated_at\": \"2020-12-15 10:41:16\", \"updated_by\": 1, \"property_zip\": \"2000\", \"property_city\": \"South Wales\", \"property_state\": \"New South Wales\", \"mortgage_type_id\": \"1\", \"property_country\": \"Australia\", \"property_closing_cost\": \"6900\", \"additional_tenant_name\": \"Test tenant\", \"additional_tenant_check\": \"1\", \"property_purchase_price\": \"6700\", \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": \"8000\", \"property_new_construction_check\": \"1\", \"due_diligence_option_payment_date\": \"2020-12-17\", \"due_diligence_option_payment_check\": \"1\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 6901}',1,'2020-12-15 10:41:16','2020-12-15 10:41:16'),(14,49,'client_update','{\"id\": 49, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-15T10:41:16.000000Z\", \"updated_by\": 1, \"partner_name\": \"Weldon Doyle\", \"property_zip\": 2000, \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"property_city\": \"South Wales\", \"applicant_name\": \"Jerald Kris\", \"property_state\": \"New South Wales\", \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"mortgage_type_id\": 1, \"property_country\": \"Australia\", \"co_applicant_name\": \"Susana Senger\", \"property_hoa_name\": null, \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"property_closing_cost\": 6900, \"property_closing_date\": null, \"property_lender_check\": 0, \"additional_tenant_name\": \"Test tenant\", \"additional_tenant_check\": 1, \"property_purchase_price\": 6700, \"rental_verification_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 8000, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-17\", \"due_diligence_option_payment_check\": 1, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 6901, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 49, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-15T10:43:26.000000Z\", \"updated_by\": 1, \"partner_name\": \"Weldon Doyle\", \"property_zip\": 2000, \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"property_city\": \"South Wales\", \"applicant_name\": \"Jerald Kris\", \"property_state\": \"New South Wales\", \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"mortgage_type_id\": 1, \"property_country\": \"Australia\", \"co_applicant_name\": \"Susana Senger\", \"property_hoa_name\": null, \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"property_closing_cost\": 6900, \"property_closing_date\": \"2020-12-24\", \"property_lender_check\": 0, \"additional_tenant_name\": \"Test tenant\", \"additional_tenant_check\": 1, \"property_purchase_price\": 6700, \"rental_verification_check\": 0, \"property_due_diligence_expire\": \"2020-12-30\", \"property_repair_request_check\": 0, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 8000, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-17\", \"due_diligence_option_payment_check\": 1, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 6901, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": true, \"due_diligence_option_payment_12_month\": 7370, \"property_new_construction_builder_name\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": true, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-15 10:43:26\", \"property_closing_date\": \"2020-12-24\", \"property_due_diligence_expire\": \"2020-12-30\", \"rental_verification_complete_check\": 1, \"property_closing_date_complete_check\": true, \"due_diligence_option_payment_12_month\": 7370, \"property_due_diligence_expire_complete_check\": true}',1,'2020-12-15 10:43:26','2020-12-15 10:43:26'),(15,51,'client_create','[]','{\"id\": 51, \"stage\": 1, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"updated_at\": \"2020-12-16T14:33:49.000000Z\", \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": null, \"partner_email\": null, \"partner_phone\": null, \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": null, \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": null, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": null, \"property_due_diligence_expire_complete_check\": null}','[]',1,'2020-12-16 14:33:49','2020-12-16 14:33:49'),(16,51,'client_update','{\"id\": 51, \"stage\": 1, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:33:49.000000Z\", \"updated_by\": null, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": null, \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": null, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 51, \"stage\": 2, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:34:14.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": null, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 2, \"updated_at\": \"2020-12-16 14:34:14\", \"updated_by\": 1, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\"}',1,'2020-12-16 14:34:14','2020-12-16 14:34:14'),(17,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:34:14.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": null, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 51, \"stage\": 2, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:34:53.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": null, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-16 14:34:53\", \"partner_email\": \"test66@t.com\"}',1,'2020-12-16 14:34:53','2020-12-16 14:34:53'),(18,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:34:53.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": null, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 51, \"stage\": 2, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:35:20.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": \"3\", \"property_country\": null, \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": \"1\", \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": \"fgnfh\", \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": \"1\", \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": \"1\", \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": \"1\", \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": \"gnhgfnhfgnh\", \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-16 14:35:20\", \"mortgage_type_id\": \"3\", \"welcome_down_payment\": \"1\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": \"1\", \"rental_verification_check\": \"1\", \"property_new_construction_check\": \"1\", \"rental_verification_complete_check\": 1, \"welcome_down_payment_complete_check\": 1, \"property_new_construction_builder_name\": \"gnhgfnhfgnh\"}',1,'2020-12-16 14:35:20','2020-12-16 14:35:20'),(19,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:35:20.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": 3, \"property_country\": null, \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": \"1\", \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": \"fgnfh\", \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 1, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": 1, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": \"gnhgfnhfgnh\", \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 51, \"stage\": 2, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:35:33.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": \"75243\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"property_city\": \"dfhgdfhg\", \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": \"fghfhngfh\", \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": 3, \"property_country\": \"gnfhngfh\", \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": \"1\", \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": \"fgnfh\", \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 1, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": 1, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": \"gnhgfnhfgnh\", \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"updated_at\": \"2020-12-16 14:35:33\", \"property_zip\": \"75243\", \"property_city\": \"dfhgdfhg\", \"property_state\": \"fghfhngfh\", \"property_country\": \"gnfhngfh\"}',1,'2020-12-16 14:35:33','2020-12-16 14:35:33'),(20,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:35:33.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": 75243, \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"property_city\": \"dfhgdfhg\", \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"asds\", \"property_state\": \"fghfhngfh\", \"warranty_check\": null, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": 3, \"property_country\": \"gnfhngfh\", \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": \"1\", \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": \"fgnfh\", \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 1, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": 1, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": \"gnhgfnhfgnh\", \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 51, \"stage\": 3, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:37:08.000000Z\", \"updated_by\": 1, \"lease_check\": true, \"other_check\": null, \"other_value\": null, \"partner_name\": \"afaf\", \"property_zip\": 75243, \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"property_city\": \"dfhgdfhg\", \"prorated_rent\": \"5463543\", \"termite_check\": true, \"applicant_name\": \"asds\", \"property_state\": \"fghfhngfh\", \"warranty_check\": true, \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"appraisal_value\": \"14212\", \"termite_paid_by\": null, \"mortgage_type_id\": 3, \"property_country\": \"gnfhngfh\", \"co_applicant_name\": \"vfsdfgvsdf\", \"lease_expire_date\": \"2020-12-31\", \"property_hoa_name\": \"bgfbf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"due_diligence_rent\": \"1420\", \"property_hoa_check\": \"1\", \"property_hoa_phone\": \"1420121\", \"prorated_rent_check\": true, \"property_lender_name\": \"sdfvsdff\", \"welcome_down_payment\": \"1\", \"appraisal_value_check\": true, \"property_closing_cost\": \"120\", \"property_closing_date\": \"2020-12-23\", \"property_lender_check\": \"1\", \"warranty_company_name\": \"fdgbfgbf\", \"additional_tenant_name\": \"fgnfh\", \"renter_insurance_check\": true, \"soc_sec_card_applicant\": \"fdsvsdfv\", \"additional_tenant_check\": 1, \"flood_certificate_check\": true, \"property_purchase_price\": \"120\", \"septic_inspection_check\": \"1\", \"driver_license_applicant\": \"fvgsdfv\", \"landlord_insurance_check\": true, \"rental_verification_check\": 1, \"soc_sec_card_co_applicant\": \"dsfvsdfvgsdf\", \"driver_license_co_applicant\": \"sdfvsdvf\", \"letter_of_commitment_signed\": true, \"property_annual_property_tax\": \"54\", \"on_boarding_fee_payment_check\": true, \"property_due_diligence_expire\": \"2020-12-31\", \"property_repair_request_check\": \"1\", \"renter_insurance_company_name\": \"ghnjgfnhf\", \"warranty_paid_by_seller_check\": \"1\", \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": \"8787\", \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-31\", \"due_diligence_option_payment_check\": \"1\", \"property_repair_request_item_names\": \"m,bj,mjbgmb\", \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": \"2020-12-31\", \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 123.6, \"due_diligence_option_payment_6_month\": 127.2, \"property_closing_date_complete_check\": true, \"due_diligence_option_payment_12_month\": 132, \"property_new_construction_builder_name\": \"gnhgfnhfgnh\", \"clear_now_rent_payment_enrollment_check\": \"1\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": true, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 3, \"updated_at\": \"2020-12-16 14:37:08\", \"lease_check\": true, \"prorated_rent\": \"5463543\", \"termite_check\": true, \"warranty_check\": true, \"appraisal_value\": \"14212\", \"lease_expire_date\": \"2020-12-31\", \"property_hoa_name\": \"bgfbf\", \"due_diligence_rent\": \"1420\", \"property_hoa_check\": \"1\", \"property_hoa_phone\": \"1420121\", \"prorated_rent_check\": true, \"property_lender_name\": \"sdfvsdff\", \"appraisal_value_check\": true, \"property_closing_cost\": \"120\", \"property_closing_date\": \"2020-12-23\", \"property_lender_check\": \"1\", \"warranty_company_name\": \"fdgbfgbf\", \"renter_insurance_check\": true, \"soc_sec_card_applicant\": \"fdsvsdfv\", \"flood_certificate_check\": true, \"property_purchase_price\": \"120\", \"septic_inspection_check\": \"1\", \"driver_license_applicant\": \"fvgsdfv\", \"landlord_insurance_check\": true, \"soc_sec_card_co_applicant\": \"dsfvsdfvgsdf\", \"driver_license_co_applicant\": \"sdfvsdvf\", \"letter_of_commitment_signed\": true, \"property_annual_property_tax\": \"54\", \"on_boarding_fee_payment_check\": true, \"property_due_diligence_expire\": \"2020-12-31\", \"property_repair_request_check\": \"1\", \"renter_insurance_company_name\": \"ghnjgfnhf\", \"warranty_paid_by_seller_check\": \"1\", \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": \"8787\", \"due_diligence_option_payment_date\": \"2020-12-31\", \"due_diligence_option_payment_check\": \"1\", \"property_repair_request_item_names\": \"m,bj,mjbgmb\", \"due_diligence_inspection_check_date\": \"2020-12-31\", \"due_diligence_option_payment_3_month\": 123.6, \"due_diligence_option_payment_6_month\": 127.2, \"property_closing_date_complete_check\": true, \"due_diligence_option_payment_12_month\": 132, \"clear_now_rent_payment_enrollment_check\": \"1\", \"property_due_diligence_expire_complete_check\": true}',1,'2020-12-16 14:37:08','2020-12-16 14:37:08'),(21,49,'client_update','{\"id\": 49, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-15T10:43:26.000000Z\", \"updated_by\": 1, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Weldon Doyle\", \"property_zip\": 2000, \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"property_city\": \"South Wales\", \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Jerald Kris\", \"property_state\": \"New South Wales\", \"warranty_check\": 0, \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": 1, \"property_country\": \"Australia\", \"co_applicant_name\": \"Susana Senger\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": 6900, \"property_closing_date\": \"2020-12-24\", \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": \"Test tenant\", \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 1, \"flood_certificate_check\": 0, \"property_purchase_price\": 6700, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": \"2020-12-30\", \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": 1, \"property_closing_credit_general\": 8000, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-17\", \"due_diligence_option_payment_check\": 1, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": 6901, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 1, \"due_diligence_option_payment_12_month\": 7370, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 1, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 49, \"stage\": 4, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-17T11:23:34.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"Weldon Doyle\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"Jerald Kris\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Susana Senger\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": null, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 4, \"created_by\": null, \"updated_at\": \"2020-12-17 11:23:34\", \"lease_check\": null, \"other_check\": null, \"property_zip\": null, \"property_city\": null, \"termite_check\": null, \"property_state\": null, \"warranty_check\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"property_hoa_check\": null, \"prorated_rent_check\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"letter_of_commitment_signed\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"rental_verification_complete_check\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"clear_now_rent_payment_enrollment_check\": null, \"property_due_diligence_expire_complete_check\": null}',1,'2020-12-17 11:23:34','2020-12-17 11:23:34'),(22,48,'client_update','{\"id\": 48, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Madisen Lebsack\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"dhodkiewicz@yahoo.com\", \"partner_phone\": \"+1-476-583-6177\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Jazmyn Balistreri\", \"property_state\": null, \"warranty_check\": 0, \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"+1-557-509-5267\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"976.591.5062 x375\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 48, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-17T13:02:31.000000Z\", \"updated_by\": 1, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Madisen Lebsack\", \"property_zip\": \"12304\", \"mortgage_type\": null, \"partner_email\": \"dhodkiewicz@yahoo.com\", \"partner_phone\": \"14765836177\", \"property_city\": \"Texas\", \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Jazmyn Balistreri\", \"property_state\": \"Test\", \"warranty_check\": 0, \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": \"Test\", \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"due_diligence_rent\": \"4000\", \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": \"30333\", \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": \"3003\", \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": \"23504\", \"property_new_construction_check\": \"1\", \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": \"Test\", \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 2, \"updated_at\": \"2020-12-17 13:02:31\", \"updated_by\": 1, \"property_zip\": \"12304\", \"partner_phone\": \"14765836177\", \"property_city\": \"Texas\", \"property_state\": \"Test\", \"applicant_phone\": \"15575095267\", \"property_country\": \"Test\", \"co_applicant_phone\": \"9765915062375\", \"due_diligence_rent\": \"4000\", \"property_closing_cost\": \"30333\", \"property_annual_property_tax\": \"3003\", \"property_closing_credit_general\": \"23504\", \"property_new_construction_check\": \"1\", \"property_new_construction_builder_name\": \"Test\"}',1,'2020-12-17 13:02:31','2020-12-17 13:02:31'),(23,47,'client_update','{\"id\": 47, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Prof. Alberta Durgan I\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"221.389.2155 x5099\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Ms. Myrtis Konopelski PhD\", \"property_state\": null, \"warranty_check\": 0, \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"489.241.6551\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Ada Feest\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"(923) 914-8314\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 47, \"stage\": 4, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-17T13:19:01.000000Z\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"other_value\": null, \"partner_name\": \"Prof. Alberta Durgan I\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": null, \"applicant_name\": \"Ms. Myrtis Konopelski PhD\", \"property_state\": null, \"warranty_check\": null, \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"appraisal_value\": null, \"termite_paid_by\": null, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Ada Feest\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"due_diligence_rent\": null, \"property_hoa_check\": null, \"property_hoa_phone\": null, \"prorated_rent_check\": null, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": null, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": null, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": null, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"property_purchase_price\": null, \"septic_inspection_check\": null, \"driver_license_applicant\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": null, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": null, \"property_due_diligence_expire\": null, \"property_repair_request_check\": null, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": null, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": null, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": null, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": null, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": null, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": null, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": null, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 4, \"created_by\": null, \"updated_at\": \"2020-12-17 13:19:01\", \"updated_by\": 1, \"lease_check\": null, \"other_check\": null, \"partner_phone\": \"22138921555099\", \"termite_check\": null, \"warranty_check\": null, \"applicant_phone\": \"4892416551\", \"termite_paid_by\": null, \"co_applicant_phone\": \"9239148314\", \"property_hoa_check\": null, \"prorated_rent_check\": null, \"appraisal_value_check\": null, \"property_lender_check\": null, \"renter_insurance_check\": null, \"additional_tenant_check\": null, \"flood_certificate_check\": null, \"septic_inspection_check\": null, \"landlord_insurance_check\": null, \"rental_verification_check\": null, \"letter_of_commitment_signed\": null, \"on_boarding_fee_payment_check\": null, \"property_repair_request_check\": null, \"warranty_paid_by_seller_check\": null, \"property_new_construction_check\": null, \"due_diligence_option_payment_check\": null, \"rental_verification_complete_check\": null, \"welcome_down_payment_complete_check\": null, \"property_closing_date_complete_check\": null, \"clear_now_rent_payment_enrollment_check\": null, \"property_due_diligence_expire_complete_check\": null}',1,'2020-12-17 13:19:01','2020-12-17 13:19:01'),(24,48,'client_update','{\"id\": 48, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-17T13:02:31.000000Z\", \"updated_by\": 1, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Madisen Lebsack\", \"property_zip\": 12304, \"mortgage_type\": null, \"partner_email\": \"dhodkiewicz@yahoo.com\", \"partner_phone\": \"14765836177\", \"property_city\": \"Texas\", \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Jazmyn Balistreri\", \"property_state\": \"Test\", \"warranty_check\": 0, \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": \"Test\", \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"due_diligence_rent\": 4000, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": 30333, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": 3003, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": 23504, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": \"Test\", \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 48, \"stage\": 3, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-17T13:34:22.000000Z\", \"updated_by\": 1, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Madisen Lebsack\", \"property_zip\": 12304, \"mortgage_type\": null, \"partner_email\": \"dhodkiewicz@yahoo.com\", \"partner_phone\": \"14765836177\", \"property_city\": \"Texas\", \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Jazmyn Balistreri\", \"property_state\": \"Test\", \"warranty_check\": 0, \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": \"2\", \"property_country\": \"Test\", \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"due_diligence_rent\": 4000, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": 30333, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": \"121212\", \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": 3003, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": 23504, \"property_new_construction_check\": 1, \"due_diligence_option_payment_date\": \"2020-12-23\", \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 1, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 1, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": true, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": \"Test\", \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": true, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 3, \"updated_at\": \"2020-12-17 13:34:22\", \"mortgage_type_id\": \"2\", \"property_purchase_price\": \"121212\", \"due_diligence_option_payment_date\": \"2020-12-23\", \"rental_verification_complete_check\": 1, \"welcome_down_payment_complete_check\": 1, \"property_closing_date_complete_check\": true, \"property_due_diligence_expire_complete_check\": true}',1,'2020-12-17 13:34:22','2020-12-17 13:34:22'),(25,46,'client_update','{\"id\": 46, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Santa Gleason\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"madge.walter@white.com\", \"partner_phone\": \"(362) 401-2739\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Marty McKenzie\", \"property_state\": null, \"warranty_check\": 0, \"applicant_email\": \"lkuhn@example.org\", \"applicant_phone\": \"+19962401142\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Reymundo O\'Keefe\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"davion.christiansen@schmeler.info\", \"co_applicant_phone\": \"+1-343-282-3297\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 46, \"stage\": 5, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-21T08:13:22.000000Z\", \"updated_by\": 1, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Santa Gleason\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"madge.walter@white.com\", \"partner_phone\": \"(362) 401-2739\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Marty McKenzie\", \"property_state\": null, \"warranty_check\": 0, \"applicant_email\": \"lkuhn@example.org\", \"applicant_phone\": \"+19962401142\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Reymundo O\'Keefe\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"davion.christiansen@schmeler.info\", \"co_applicant_phone\": \"+1-343-282-3297\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 5, \"updated_at\": \"2020-12-21 08:13:22\", \"updated_by\": 1}',1,'2020-12-21 08:13:22','2020-12-21 08:13:22'),(26,45,'client_update','{\"id\": 45, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Dejah Mosciski\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"adaline93@johnston.org\", \"partner_phone\": \"(734) 618-2344 x4233\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Cristian Koch\", \"property_state\": null, \"warranty_check\": 0, \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 45, \"stage\": 5, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-21T13:13:59.000000Z\", \"updated_by\": 1, \"lease_check\": true, \"other_check\": true, \"other_value\": \"asdf\", \"partner_name\": \"Dejah Mosciski\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"adaline93@johnston.org\", \"partner_phone\": \"(734) 618-2344 x4233\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": true, \"applicant_name\": \"Cristian Koch\", \"property_state\": null, \"warranty_check\": true, \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": false, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": \"AHS\", \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": false, \"property_purchase_price\": null, \"septic_inspection_check\": \"1\", \"driver_license_applicant\": null, \"landlord_insurance_check\": false, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": false, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": false, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": \"1\", \"due_diligence_inspection_check\": 0, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": \"1\", \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": 0, \"due_diligence_option_payment_6_month\": 0, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": 0, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": \"1\", \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 5, \"updated_at\": \"2020-12-21 13:13:59\", \"updated_by\": 1, \"lease_check\": true, \"other_check\": true, \"other_value\": \"asdf\", \"termite_check\": true, \"warranty_check\": true, \"prorated_rent_check\": false, \"warranty_company_name\": \"AHS\", \"flood_certificate_check\": false, \"septic_inspection_check\": \"1\", \"landlord_insurance_check\": false, \"letter_of_commitment_signed\": false, \"on_boarding_fee_payment_check\": false, \"warranty_paid_by_seller_check\": \"1\", \"due_diligence_inspection_check\": 0, \"due_diligence_option_payment_check\": \"1\", \"due_diligence_option_payment_3_month\": 0, \"due_diligence_option_payment_6_month\": 0, \"due_diligence_option_payment_12_month\": 0, \"clear_now_rent_payment_enrollment_check\": \"1\"}',1,'2020-12-21 13:13:59','2020-12-21 13:13:59'),(27,44,'client_update','{\"id\": 44, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Berry Collier\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"cyrus.moen@rowe.com\", \"partner_phone\": \"(973) 839-2328 x98628\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Mrs. Amina Tromp\", \"property_state\": null, \"warranty_check\": 0, \"applicant_email\": \"mayert.estrella@example.net\", \"applicant_phone\": \"+1.948.408.0322\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Khalid Prohaska DVM\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"constantin.ruecker@osinski.com\", \"co_applicant_phone\": \"1-523-909-9608 x1035\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 44, \"stage\": 3, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-22T11:10:30.000000Z\", \"updated_by\": 1, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Berry Collier\", \"property_zip\": \"863453\", \"mortgage_type\": null, \"partner_email\": \"cyrus.moen@rowe.com\", \"partner_phone\": \"973839232898628\", \"property_city\": \"bfgbf\", \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Mrs. Amina Tromp\", \"property_state\": \"dfghf\", \"warranty_check\": 0, \"applicant_email\": \"mayert.estrella@example.net\", \"applicant_phone\": \"19484080322\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": \"1\", \"property_country\": \"hfgnf\", \"co_applicant_name\": \"Khalid Prohaska DVM\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"constantin.ruecker@osinski.com\", \"co_applicant_phone\": \"152390996081035\", \"due_diligence_rent\": \"120\", \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": \"12000\", \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": \"12000\", \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": \"12000\", \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": \"1189\", \"property_new_construction_check\": \"1\", \"due_diligence_option_payment_date\": \"2020-12-23\", \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": 12360, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 3, \"updated_at\": \"2020-12-22 11:10:30\", \"updated_by\": 1, \"property_zip\": \"863453\", \"partner_phone\": \"973839232898628\", \"property_city\": \"bfgbf\", \"property_state\": \"dfghf\", \"applicant_phone\": \"19484080322\", \"mortgage_type_id\": \"1\", \"property_country\": \"hfgnf\", \"co_applicant_phone\": \"152390996081035\", \"due_diligence_rent\": \"120\", \"property_closing_cost\": \"12000\", \"property_purchase_price\": \"12000\", \"property_annual_property_tax\": \"12000\", \"property_closing_credit_general\": \"1189\", \"property_new_construction_check\": \"1\", \"due_diligence_option_payment_date\": \"2020-12-23\", \"due_diligence_option_payment_3_month\": 12360}',1,'2020-12-22 11:10:30','2020-12-22 11:10:30'),(28,43,'client_update','{\"id\": 43, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"partner_name\": \"Dr. Jasmin Rice PhD\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"vbergnaum@hotmail.com\", \"partner_phone\": \"760-573-0547 x241\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Paxton Lockman\", \"property_state\": null, \"warranty_check\": 0, \"applicant_email\": \"zmosciski@example.com\", \"applicant_phone\": \"(663) 925-3031\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Casimir Hackett\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"kaelyn.koelpin@larson.com\", \"co_applicant_phone\": \"1-524-568-2383 x8662\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"id\": 43, \"stage\": 2, \"status\": null, \"property\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-28T12:58:13.000000Z\", \"updated_by\": 1, \"lease_check\": 0, \"other_check\": 0, \"other_value\": null, \"pre_closing\": null, \"partner_name\": \"Dr. Jasmin Rice PhD\", \"property_zip\": null, \"mortgage_type\": null, \"partner_email\": \"vbergnaum@hotmail.com\", \"partner_phone\": \"760-573-0547 x241\", \"property_city\": null, \"prorated_rent\": null, \"termite_check\": 0, \"applicant_name\": \"Paxton Lockman\", \"property_state\": null, \"warranty_check\": 0, \"applicant_email\": \"zmosciski@example.com\", \"applicant_phone\": \"(663) 925-3031\", \"appraisal_value\": null, \"termite_paid_by\": 0, \"mortgage_type_id\": null, \"property_country\": null, \"co_applicant_name\": \"Casimir Hackett\", \"lease_expire_date\": null, \"property_hoa_name\": null, \"co_applicant_email\": \"kaelyn.koelpin@larson.com\", \"co_applicant_phone\": \"1-524-568-2383 x8662\", \"due_diligence_rent\": null, \"property_hoa_check\": 0, \"property_hoa_phone\": null, \"prorated_rent_check\": 0, \"property_lender_name\": null, \"welcome_down_payment\": null, \"appraisal_value_check\": 0, \"property_closing_cost\": null, \"property_closing_date\": null, \"property_lender_check\": 0, \"warranty_company_name\": null, \"additional_tenant_name\": null, \"renter_insurance_check\": 0, \"soc_sec_card_applicant\": null, \"additional_tenant_check\": 0, \"flood_certificate_check\": 0, \"property_purchase_price\": null, \"septic_inspection_check\": 0, \"driver_license_applicant\": null, \"landlord_insurance_check\": 0, \"rental_verification_check\": 0, \"soc_sec_card_co_applicant\": null, \"driver_license_co_applicant\": null, \"letter_of_commitment_signed\": 0, \"property_annual_property_tax\": null, \"on_boarding_fee_payment_check\": 0, \"property_due_diligence_expire\": null, \"property_repair_request_check\": 0, \"renter_insurance_company_name\": null, \"warranty_paid_by_seller_check\": 0, \"due_diligence_inspection_check\": null, \"property_closing_credit_general\": null, \"property_new_construction_check\": 0, \"due_diligence_option_payment_date\": null, \"due_diligence_option_payment_check\": 0, \"property_repair_request_item_names\": null, \"rental_verification_complete_check\": 0, \"due_diligence_inspection_check_date\": null, \"welcome_down_payment_complete_check\": 0, \"due_diligence_option_payment_3_month\": null, \"due_diligence_option_payment_6_month\": null, \"property_closing_date_complete_check\": 0, \"due_diligence_option_payment_12_month\": null, \"property_new_construction_builder_name\": null, \"clear_now_rent_payment_enrollment_check\": 0, \"rental_verification_complete_check_date\": null, \"welcome_down_payment_complete_check_date\": null, \"property_due_diligence_complete_check_date\": null, \"property_due_diligence_expire_complete_check\": 0, \"rental_verification_complete_check_updated_by\": null, \"welcome_down_payment_complete_check_updated_by\": null, \"property_closing_date_complete_check_updated_by\": null, \"property_due_diligence_expire_complete_check_updated_by\": null}','{\"stage\": 2, \"updated_at\": \"2020-12-28 12:58:13\", \"updated_by\": 1}',1,'2020-12-28 12:58:13','2020-12-28 12:58:13'),(29,42,'client_update','{\"id\": 42, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T14:15:43.000000Z\", \"updated_by\": null, \"partner_name\": \"Rosella Friesen PhD\", \"mortgage_type\": null, \"partner_email\": \"odie39@wolff.com\", \"partner_phone\": \"583.619.6108\", \"applicant_name\": \"Liliane Hand IV\", \"applicant_email\": \"xhermann@example.com\", \"applicant_phone\": \"261.252.2696 x59025\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Mr. Ola Lebsack MD\", \"co_applicant_email\": \"sdietrich@crooks.biz\", \"co_applicant_phone\": \"361-393-4742 x7236\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 42, \"stage\": 2, \"status\": null, \"property\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-29T14:42:27.000000Z\", \"updated_by\": 1, \"pre_closing\": null, \"partner_name\": \"Rosella Friesen PhD\", \"mortgage_type\": null, \"partner_email\": \"odie39@wolff.com\", \"partner_phone\": \"583.619.6108\", \"applicant_name\": \"Liliane Hand IV\", \"applicant_email\": \"xhermann@example.com\", \"applicant_phone\": \"261.252.2696 x59025\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Mr. Ola Lebsack MD\", \"co_applicant_email\": \"sdietrich@crooks.biz\", \"co_applicant_phone\": \"361-393-4742 x7236\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2020-12-29\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2020-12-29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fmnhgnjmgh\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"hmjghjmhgmj\"}','{\"stage\": 2, \"updated_at\": \"2020-12-29 14:42:27\", \"updated_by\": 1, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2020-12-29\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2020-12-29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fmnhgnjmgh\", \"rental_verification_checked_comment\": \"hmjghjmhgmj\"}',1,'2020-12-29 14:42:27','2020-12-29 14:42:27'),(30,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-11T13:24:11.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 2, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 50, \"stage\": 2, \"status\": null, \"property\": {\"id\": 3, \"zip\": null, \"city\": null, \"state\": null, \"county\": null, \"hoa_name\": null, \"client_id\": 50, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2020-12-29T14:44:03.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2020-12-29T14:44:03.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2020-12-29\", \"deal_save_checked_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": null, \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gvrdgbvfdgb\", \"due_diligence_expire_date\": null}, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-29T14:44:22.000000Z\", \"updated_by\": 1, \"pre_closing\": {\"id\": 3, \"rent\": null, \"client_id\": 50, \"created_at\": \"2020-12-29T14:44:03.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2020-12-29T14:44:03.000000Z\", \"updated_by\": null, \"other_value\": null, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": null, \"payment_option\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"payment_option_additional_payment_checked\": 0, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"partner_name\": \"Alan Toy\", \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 2, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2020-12-29\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2020-12-29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"bgfbfdgb\", \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": \"fbgfgb gh\"}','{\"updated_at\": \"2020-12-29 14:44:22\", \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2020-12-29\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2020-12-29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"bgfbfdgb\", \"rental_verification_checked_comment\": \"fbgfgb gh\"}',1,'2020-12-29 14:44:22','2020-12-29 14:44:22'),(31,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-29T14:44:22.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 2, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2020-12-29T00:00:00.000000Z\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2020-12-29T00:00:00.000000Z\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"bgfbfdgb\", \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": \"fbgfgb gh\"}','{\"id\": 50, \"stage\": 2, \"status\": null, \"property\": {\"id\": 3, \"zip\": null, \"city\": null, \"state\": null, \"county\": null, \"hoa_name\": null, \"client_id\": 50, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2020-12-29T14:44:03.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2020-12-29T14:44:22.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2020-12-29\", \"deal_save_checked_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": null, \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gvrdgbvfdgb\", \"due_diligence_expire_date\": null}, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-29T14:44:38.000000Z\", \"updated_by\": 1, \"pre_closing\": {\"id\": 3, \"rent\": null, \"client_id\": 50, \"created_at\": \"2020-12-29T14:44:03.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2020-12-29T14:44:03.000000Z\", \"updated_by\": null, \"other_value\": null, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": null, \"payment_option\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"payment_option_additional_payment_checked\": 0, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"partner_name\": \"Alan Toy\", \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 2, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2020-12-29\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2020-12-29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fdbgvrfgbfbd\", \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": \"dfbdfbfdbfdb\"}','{\"updated_at\": \"2020-12-29 14:44:38\", \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2020-12-29\", \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2020-12-29\", \"welcome_payment_checked_comment\": \"fdbgvrfgbfbd\", \"rental_verification_checked_comment\": \"dfbdfbfdbfdb\"}',1,'2020-12-29 14:44:38','2020-12-29 14:44:38'),(32,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-29T14:44:38.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 2, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2020-12-29T00:00:00.000000Z\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2020-12-29T00:00:00.000000Z\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fdbgvrfgbfbd\", \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": \"dfbdfbfdbfdb\"}','{\"id\": 50, \"stage\": 2, \"status\": null, \"property\": {\"id\": 3, \"zip\": null, \"city\": null, \"state\": null, \"county\": null, \"hoa_name\": null, \"client_id\": 50, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2020-12-29T14:44:03.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2020-12-29T14:44:38.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2020-12-29\", \"deal_save_checked_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": null, \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gvrdgbvfdgb\", \"due_diligence_expire_date\": null}, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-29T14:45:01.000000Z\", \"updated_by\": 1, \"pre_closing\": {\"id\": 3, \"rent\": null, \"client_id\": 50, \"created_at\": \"2020-12-29T14:44:03.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2020-12-29T14:44:03.000000Z\", \"updated_by\": null, \"other_value\": null, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": null, \"payment_option\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"payment_option_additional_payment_checked\": 0, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"partner_name\": \"Alan Toy\", \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 2, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2020-12-29\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2020-12-29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fdbgfdbgfbg\", \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": \"1111111111111111\"}','{\"updated_at\": \"2020-12-29 14:45:01\", \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2020-12-29\", \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2020-12-29\", \"welcome_payment_checked_comment\": \"fdbgfdbgfbg\", \"rental_verification_checked_comment\": \"1111111111111111\"}',1,'2020-12-29 14:45:02','2020-12-29 14:45:02'),(33,52,'client_create','[]','{\"id\": 52, \"status\": 1, \"created_at\": \"2021-01-01T14:21:25.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-01T14:21:25.000000Z\", \"partner_name\": \"Consectetur ad quide\", \"partner_email\": \"\", \"partner_phone\": \"\", \"applicant_name\": \"Aliqua Sit eiusmod \", \"applicant_email\": \"a@a.com\", \"applicant_phone\": \"777777777\", \"mortgage_type_id\": \"4\", \"co_applicant_name\": \"Expedita velit sit s\", \"co_applicant_email\": \"\", \"co_applicant_phone\": \"Dolore quo deserunt \", \"additional_tenant_name\": null, \"additional_tenant_check\": \"1\", \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-01\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2021-01-01\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghdfhgdfbdhf\", \"rental_verification_checked_comment\": null}','[]',1,'2021-01-01 14:21:25','2021-01-01 14:21:25'),(34,52,'client_update','{\"id\": 52, \"stage\": null, \"status\": 1, \"created_at\": \"2021-01-01T14:21:25.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-01T14:21:25.000000Z\", \"updated_by\": null, \"partner_name\": \"Consectetur ad quide\", \"mortgage_type\": null, \"partner_email\": \"\", \"partner_phone\": \"\", \"applicant_name\": \"Aliqua Sit eiusmod \", \"applicant_email\": \"a@a.com\", \"applicant_phone\": \"777777777\", \"welcome_payment\": null, \"mortgage_type_id\": 4, \"co_applicant_name\": \"Expedita velit sit s\", \"co_applicant_email\": \"\", \"co_applicant_phone\": \"Dolore quo deserunt \", \"additional_tenant_name\": null, \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-01T00:00:00.000000Z\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-01T00:00:00.000000Z\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghdfhgdfbdhf\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 52, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2021-01-01T14:21:25.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-01T14:22:27.000000Z\", \"updated_by\": 1, \"partner_name\": \"Consectetur ad quide\", \"mortgage_type\": null, \"partner_email\": \"\", \"partner_phone\": \"\", \"applicant_name\": \"Aliqua Sit eiusmod \", \"applicant_email\": \"a@a.com\", \"applicant_phone\": \"777777777\", \"welcome_payment\": null, \"mortgage_type_id\": 4, \"co_applicant_name\": \"Expedita velit sit s\", \"co_applicant_email\": \"\", \"co_applicant_phone\": \"Dolore quo deserunt \", \"additional_tenant_name\": null, \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-01\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-01\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghdfhgdfbdhf\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"updated_at\": \"2021-01-01 14:22:27\", \"updated_by\": 1, \"welcome_payment_checked_at\": \"2021-01-01\", \"rental_verification_checked_at\": \"2021-01-01\"}',1,'2021-01-01 14:22:27','2021-01-01 14:22:27'),(35,52,'client_update','{\"id\": 52, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-01T14:21:25.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-01T14:22:27.000000Z\", \"updated_by\": 1, \"partner_name\": \"Consectetur ad quide\", \"mortgage_type\": null, \"partner_email\": \"\", \"partner_phone\": \"\", \"applicant_name\": \"Aliqua Sit eiusmod \", \"applicant_email\": \"a@a.com\", \"applicant_phone\": \"777777777\", \"welcome_payment\": null, \"mortgage_type_id\": 4, \"co_applicant_name\": \"Expedita velit sit s\", \"co_applicant_email\": \"\", \"co_applicant_phone\": \"Dolore quo deserunt \", \"additional_tenant_name\": null, \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-01T00:00:00.000000Z\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-01T00:00:00.000000Z\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghdfhgdfbdhf\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 52, \"stage\": 2, \"status\": 2, \"property\": {\"id\": 4, \"zip\": \"dfgdgf\", \"city\": null, \"state\": \"dfgdf\", \"county\": \"dgvdsg\", \"hoa_name\": null, \"client_id\": 52, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"created_at\": \"2021-01-01T14:22:27.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-01T14:22:27.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 556756, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": 6565, \"deal_save_checked\": 1, \"property_status_id\": 8, \"annual_property_tax\": 656, \"deal_save_checked_at\": \"2021-01-01\", \"deal_save_checked_by\": 1, \"closing_credit_general\": 6565, \"new_construction_check\": null, \"house_number_and_street\": \"fdvfxds\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"dgbdgd\", \"due_diligence_expire_date\": null}, \"created_at\": \"2021-01-01T14:21:25.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-01T14:23:44.000000Z\", \"updated_by\": 1, \"partner_name\": \"Consectetur ad quide\", \"mortgage_type\": null, \"partner_email\": \"\", \"partner_phone\": \"\", \"applicant_name\": \"Aliqua Sit eiusmod \", \"applicant_email\": \"a@a.com\", \"applicant_phone\": \"777777777\", \"welcome_payment\": null, \"mortgage_type_id\": 4, \"co_applicant_name\": \"Expedita velit sit s\", \"co_applicant_email\": \"\", \"co_applicant_phone\": \"Dolore quo deserunt \", \"additional_tenant_name\": null, \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-01\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-01\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghdfhgdfbdhf\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-01 14:23:44\"}',1,'2021-01-01 14:23:44','2021-01-01 14:23:44'),(36,51,'client_update','{\"id\": 51, \"stage\": 3, \"status\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-16T14:37:08.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"asds\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 51, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2020-12-16T14:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-01T14:25:09.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"asds\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"status\": 1, \"updated_at\": \"2021-01-01 14:25:09\"}',1,'2021-01-01 14:25:09','2021-01-01 14:25:09'),(37,49,'client_update','{\"id\": 49, \"stage\": 4, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-17T11:23:34.000000Z\", \"updated_by\": 1, \"partner_name\": \"Weldon Doyle\", \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"applicant_name\": \"Jerald Kris\", \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Susana Senger\", \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"id\": 49, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-05T08:35:45.000000Z\", \"updated_by\": 1, \"partner_name\": \"Weldon Doyle\", \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"applicant_name\": \"Jerald Kris\", \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Susana Senger\", \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"status\": 1, \"updated_at\": \"2021-01-05 08:35:45\"}',1,'2021-01-05 08:35:45','2021-01-05 08:35:45'),(38,49,'client_update','{\"id\": 49, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-05T08:35:45.000000Z\", \"updated_by\": 1, \"partner_name\": \"Weldon Doyle\", \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"applicant_name\": \"Jerald Kris\", \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Susana Senger\", \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"id\": 49, \"stage\": 2, \"status\": 2, \"property\": {\"id\": 7, \"zip\": null, \"city\": null, \"state\": null, \"county\": \"nghnfngh\", \"hoa_name\": null, \"client_id\": 49, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-05T08:35:45.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-05T08:35:45.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 8, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-05\", \"deal_save_checked_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"fgnhfgnh\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"fhnfg\", \"due_diligence_expire_date\": null}, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-05T08:36:08.000000Z\", \"updated_by\": 1, \"partner_name\": \"Weldon Doyle\", \"mortgage_type\": null, \"partner_email\": \"sabrina.block@gmail.com\", \"partner_phone\": \"1-423-597-6605 x806\", \"applicant_name\": \"Jerald Kris\", \"applicant_email\": \"morris.olson@example.com\", \"applicant_phone\": \"1-921-859-7380 x9876\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Susana Senger\", \"co_applicant_email\": \"zsporer@hotmail.com\", \"co_applicant_phone\": \"304.718.9490\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-05 08:36:08\"}',1,'2021-01-05 08:36:08','2021-01-05 08:36:08'),(39,48,'client_update','{\"id\": 48, \"stage\": 3, \"status\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-17T13:34:22.000000Z\", \"updated_by\": 1, \"partner_name\": \"Madisen Lebsack\", \"mortgage_type\": null, \"partner_email\": \"dhodkiewicz@yahoo.com\", \"partner_phone\": \"14765836177\", \"applicant_name\": \"Jazmyn Balistreri\", \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 48, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2020-11-24T14:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-05T08:44:36.000000Z\", \"updated_by\": 1, \"partner_name\": \"Madisen Lebsack\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"14765836177\", \"applicant_name\": \"Jazmyn Balistreri\", \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-05\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": false, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"status\": 1, \"updated_at\": \"2021-01-05 08:44:36\", \"partner_email\": \"ahmad.khan@techloyce.com\", \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-05\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": false}',1,'2021-01-05 08:44:36','2021-01-05 08:44:36'),(40,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-01T19:25:09.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"asds\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 51, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-07T15:02:27.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"asds\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-07 15:02:27\"}',1,'2021-01-07 10:02:27','2021-01-07 10:02:27'),(41,48,'client_update','{\"id\": 48, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-05T13:44:36.000000Z\", \"updated_by\": 1, \"partner_name\": \"Madisen Lebsack\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"14765836177\", \"applicant_name\": \"Jazmyn Balistreri\", \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-05T00:00:00.000000Z\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 48, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-08T15:59:19.000000Z\", \"updated_by\": 1, \"partner_name\": \"Madisen Lebsack\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"14765836177\", \"applicant_name\": \"Jazmyn Balistreri\", \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-05\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"updated_at\": \"2021-01-08 15:59:19\", \"welcome_payment_checked_at\": \"2021-01-05\"}',1,'2021-01-08 10:59:19','2021-01-08 10:59:19'),(42,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-07T15:02:27.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"asds\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-08T15:59:49.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"status\": 1, \"updated_at\": \"2021-01-08 15:59:49\", \"applicant_name\": \"TEST update\"}',1,'2021-01-08 10:59:49','2021-01-08 10:59:49'),(43,47,'client_update','{\"id\": 47, \"stage\": 4, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-17T18:19:01.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis Konopelski PhD\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"id\": 47, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-08T16:03:15.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"status\": 1, \"updated_at\": \"2021-01-08 16:03:15\", \"applicant_name\": \"Ms. Myrtis TEST change\"}',1,'2021-01-08 11:03:15','2021-01-08 11:03:15'),(44,48,'client_update','{\"id\": 48, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-08T15:59:19.000000Z\", \"updated_by\": 1, \"partner_name\": \"Madisen Lebsack\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"14765836177\", \"applicant_name\": \"Jazmyn Balistreri\", \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-05T00:00:00.000000Z\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 48, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-08T17:43:07.000000Z\", \"updated_by\": 1, \"partner_name\": \"Madisen Lebsack\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"14765836177\", \"applicant_name\": \"Jazmyn Balistreri\", \"applicant_email\": \"foster45@example.com\", \"applicant_phone\": \"15575095267\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": \"Prof. Daniela Howell MD\", \"co_applicant_email\": \"arch58@stiedemann.com\", \"co_applicant_phone\": \"9765915062375\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-05\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-08 17:43:07\"}',1,'2021-01-08 12:43:07','2021-01-08 12:43:07'),(45,46,'client_update','{\"id\": 46, \"stage\": 5, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-21T13:13:22.000000Z\", \"updated_by\": 1, \"partner_name\": \"Santa Gleason\", \"mortgage_type\": null, \"partner_email\": \"madge.walter@white.com\", \"partner_phone\": \"(362) 401-2739\", \"applicant_name\": \"Marty McKenzie\", \"applicant_email\": \"lkuhn@example.org\", \"applicant_phone\": \"+19962401142\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Reymundo O\'Keefe\", \"co_applicant_email\": \"davion.christiansen@schmeler.info\", \"co_applicant_phone\": \"+1-343-282-3297\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 46, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-12T08:33:06.000000Z\", \"updated_by\": 1, \"partner_name\": \"Santa Gleason\", \"mortgage_type\": null, \"partner_email\": \"madge.walter@white.com\", \"partner_phone\": \"(362) 401-2739\", \"applicant_name\": \"Marty McKenzie\", \"applicant_email\": \"lkuhn@example.org\", \"applicant_phone\": \"+19962401142\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Reymundo O\'Keefe\", \"co_applicant_email\": \"davion.christiansen@schmeler.info\", \"co_applicant_phone\": \"+1-343-282-3297\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-12 08:32:26 AM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2021-01-12 08:32:29 AM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghnfgnh\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"fgnhgn fgnfnhg\"}','{\"stage\": 2, \"status\": 1, \"updated_at\": \"2021-01-12 08:33:06\", \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-12 08:32:26\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2021-01-12 08:32:29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghnfgnh\", \"rental_verification_checked_comment\": \"fgnhgn fgnfnhg\"}',1,'2021-01-12 03:33:06','2021-01-12 03:33:06'),(46,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-08T15:59:49.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 51, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-12T10:07:57.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-12 10:07:57\"}',1,'2021-01-12 05:07:57','2021-01-12 05:07:57'),(47,47,'client_update','{\"id\": 47, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-08T16:03:15.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"id\": 47, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:25:47.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-13 14:25:47\"}',1,'2021-01-13 09:25:47','2021-01-13 09:25:47'),(48,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-12T10:07:57.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:14.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"status\": 1, \"updated_at\": \"2021-01-13 14:30:14\"}',1,'2021-01-13 09:30:14','2021-01-13 09:30:14'),(49,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:14.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"updated_at\": \"2021-01-13 14:30:32\", \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-13 14:30:21\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2021-01-13 14:30:23\", \"rental_verification_checked_by\": 1}',1,'2021-01-13 09:30:32','2021-01-13 09:30:32'),(50,47,'client_update','{\"id\": 47, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:25:47.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"id\": 47, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:49:08.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"status\": 1, \"updated_at\": \"2021-01-14 12:49:08\"}',1,'2021-01-14 07:49:08','2021-01-14 07:49:08'),(51,53,'client_create','[]','{\"id\": 53, \"status\": 1, \"created_at\": \"2021-01-14T12:49:40.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T12:49:40.000000Z\", \"partner_name\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"fbfbgd\", \"applicant_email\": \"ab@y.com\", \"applicant_phone\": \"7254\", \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_checked_comment\": null}','[]',1,'2021-01-14 07:49:40','2021-01-14 07:49:40'),(52,53,'client_update','{\"id\": 53, \"stage\": null, \"status\": 1, \"created_at\": \"2021-01-14T12:49:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:49:40.000000Z\", \"updated_by\": null, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"fbfbgd\", \"applicant_email\": \"ab@y.com\", \"applicant_phone\": \"7254\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 53, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2021-01-14T12:49:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:50:21.000000Z\", \"updated_by\": 1, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"fbfbgd\", \"applicant_email\": \"ab@y.com\", \"applicant_phone\": \"7254\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-14 12:49:48 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2021-01-14 12:49:51 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"htbfg\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"ghngfnhgfh\"}','{\"stage\": 2, \"updated_at\": \"2021-01-14 12:50:21\", \"updated_by\": 1, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-14 12:49:48\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2021-01-14 12:49:51\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"htbfg\", \"rental_verification_checked_comment\": \"ghngfnhgfh\"}',1,'2021-01-14 07:50:21','2021-01-14 07:50:21'),(53,51,'client_update','{\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"id\": 51, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:50:40.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-14 12:50:40\"}',1,'2021-01-14 07:50:40','2021-01-14 07:50:40'),(54,45,'client_update','{\"id\": 45, \"stage\": 5, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-21T18:13:59.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"adaline93@johnston.org\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 45, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"status\": 1, \"updated_at\": \"2021-01-14 13:39:55\", \"partner_email\": \"ahmad.khan@techloyce.com\"}',1,'2021-01-14 08:39:55','2021-01-14 08:39:55'),(55,45,'client_update','{\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 45, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:43:03.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-14 13:43:03\"}',1,'2021-01-14 08:43:03','2021-01-14 08:43:03'),(56,47,'client_update','{\"id\": 47, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:49:08.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"id\": 47, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-15T12:40:25.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-15 12:40:25\"}',1,'2021-01-15 07:40:25','2021-01-15 07:40:25'),(57,54,'client_create','[]','{\"id\": 54, \"status\": 1, \"created_at\": \"2021-01-17T16:11:38.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T16:11:38.000000Z\", \"partner_name\": \"Tamika Stinson\", \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Andre Johnson\", \"applicant_email\": \"debrajohnson49@hotmail.com\", \"applicant_phone\": \"470-358-6803\", \"mortgage_type_id\": \"1\", \"co_applicant_name\": \"Debra Johnson\", \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-17 04:10:38 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"rental_verification_checked_at\": \"2021-01-17 04:10:59 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"paid 5/11/20\", \"rental_verification_checked_comment\": null}','[]',1,'2021-01-17 11:11:38','2021-01-17 11:11:38'),(58,54,'client_update','{\"id\": 54, \"stage\": null, \"status\": 1, \"created_at\": \"2021-01-17T16:11:38.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T16:11:38.000000Z\", \"updated_by\": null, \"partner_name\": \"Tamika Stinson\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Andre Johnson\", \"applicant_email\": \"debrajohnson49@hotmail.com\", \"applicant_phone\": \"470-358-6803\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": \"Debra Johnson\", \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-17 04:10:38 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-17 04:10:59 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"paid 5/11/20\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 54, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2021-01-17T16:11:38.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T16:18:42.000000Z\", \"updated_by\": 1, \"partner_name\": \"Tamika Stinson\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Andre Johnson\", \"applicant_email\": \"debrajohnson49@hotmail.com\", \"applicant_phone\": \"470-358-6803\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": \"Debra Johnson\", \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-17 04:10:38 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-17 04:10:59 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"paid 5/11/20\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"updated_at\": \"2021-01-17 16:18:42\", \"updated_by\": 1}',1,'2021-01-17 11:18:42','2021-01-17 11:18:42'),(59,55,'client_create','[]','{\"id\": 55, \"status\": 1, \"created_at\": \"2021-01-17T16:21:13.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T16:21:13.000000Z\", \"partner_name\": \"test agent\", \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"TEST drop out\", \"applicant_email\": \"a@me.com\", \"applicant_phone\": \"9175796300\", \"mortgage_type_id\": \"2\", \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_checked_comment\": null}','[]',1,'2021-01-17 11:21:13','2021-01-17 11:21:13'),(60,55,'client_update','{\"id\": 55, \"stage\": null, \"status\": 1, \"created_at\": \"2021-01-17T16:21:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T16:21:13.000000Z\", \"updated_by\": null, \"partner_name\": \"test agent\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"TEST drop out\", \"applicant_email\": \"a@me.com\", \"applicant_phone\": \"9175796300\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 55, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2021-01-17T16:21:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T16:27:13.000000Z\", \"updated_by\": 1, \"partner_name\": \"test agent\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"TEST drop out\", \"applicant_email\": \"a@me.com\", \"applicant_phone\": \"9175796300\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"updated_at\": \"2021-01-17 16:27:13\", \"updated_by\": 1}',1,'2021-01-17 11:27:13','2021-01-17 11:27:13'),(61,56,'client_create','[]','{\"id\": 56, \"status\": 1, \"created_at\": \"2021-01-17T17:19:58.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T17:19:58.000000Z\", \"partner_name\": \"danny boy\", \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Chris Test\", \"applicant_email\": \"chris@dreamamerica.com\", \"applicant_phone\": \"3055099201\", \"mortgage_type_id\": \"1\", \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_checked_comment\": null}','[]',1,'2021-01-17 12:19:58','2021-01-17 12:19:58'),(62,56,'client_update','{\"id\": 56, \"stage\": null, \"status\": 1, \"created_at\": \"2021-01-17T17:19:58.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T17:19:58.000000Z\", \"updated_by\": null, \"partner_name\": \"danny boy\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Chris Test\", \"applicant_email\": \"chris@dreamamerica.com\", \"applicant_phone\": \"3055099201\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 56, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2021-01-17T17:19:58.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T17:20:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"danny boy\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Chris Test\", \"applicant_email\": \"chris@dreamamerica.com\", \"applicant_phone\": \"3055099201\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"updated_at\": \"2021-01-17 17:20:32\", \"updated_by\": 1}',1,'2021-01-17 12:20:32','2021-01-17 12:20:32'),(63,44,'client_update','{\"id\": 44, \"stage\": 3, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-22T16:10:30.000000Z\", \"updated_by\": 1, \"partner_name\": \"Berry Collier\", \"mortgage_type\": null, \"partner_email\": \"cyrus.moen@rowe.com\", \"partner_phone\": \"973839232898628\", \"applicant_name\": \"Mrs. Amina Tromp\", \"applicant_email\": \"mayert.estrella@example.net\", \"applicant_phone\": \"19484080322\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": \"Khalid Prohaska DVM\", \"co_applicant_email\": \"constantin.ruecker@osinski.com\", \"co_applicant_phone\": \"152390996081035\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 44, \"stage\": 2, \"status\": 1, \"property\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T17:22:22.000000Z\", \"updated_by\": 1, \"partner_name\": \"Berry Collier\", \"mortgage_type\": null, \"partner_email\": \"cyrus.moen@rowe.com\", \"partner_phone\": \"973839232898628\", \"applicant_name\": \"Mrs. Amina Tromp\", \"applicant_email\": \"mayert.estrella@example.net\", \"applicant_phone\": \"19484080322\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": \"Khalid Prohaska DVM\", \"co_applicant_email\": \"constantin.ruecker@osinski.com\", \"co_applicant_phone\": \"152390996081035\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"stage\": 2, \"status\": 1, \"updated_at\": \"2021-01-17 17:22:22\"}',1,'2021-01-17 12:22:22','2021-01-17 12:22:22'),(64,56,'client_update','{\"id\": 56, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-17T17:19:58.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T17:20:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"danny boy\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Chris Test\", \"applicant_email\": \"chris@dreamamerica.com\", \"applicant_phone\": \"3055099201\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 56, \"stage\": 2, \"status\": 2, \"created_at\": \"2021-01-17T17:19:58.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-18T06:33:33.000000Z\", \"updated_by\": 1, \"partner_name\": \"danny boy\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Chris Test\", \"applicant_email\": \"chris@dreamamerica.com\", \"applicant_phone\": \"3055099201\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-18 06:33:33\"}',1,'2021-01-18 01:33:33','2021-01-18 01:33:33'),(65,55,'client_update','{\"id\": 55, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-17T16:21:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T16:27:13.000000Z\", \"updated_by\": 1, \"partner_name\": \"test agent\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"TEST drop out\", \"applicant_email\": \"a@me.com\", \"applicant_phone\": \"9175796300\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 55, \"stage\": 2, \"status\": 2, \"created_at\": \"2021-01-17T16:21:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-20T11:56:11.000000Z\", \"updated_by\": 1, \"partner_name\": \"test agent\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"TEST drop out\", \"applicant_email\": \"a@me.com\", \"applicant_phone\": \"9175796300\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-20 11:56:11\"}',1,'2021-01-20 06:56:11','2021-01-20 06:56:11'),(66,54,'client_update','{\"id\": 54, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-17T16:11:38.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T16:18:42.000000Z\", \"updated_by\": 1, \"partner_name\": \"Tamika Stinson\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Andre Johnson\", \"applicant_email\": \"debrajohnson49@hotmail.com\", \"applicant_phone\": \"470-358-6803\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": \"Debra Johnson\", \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-17 16:10:38\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-17 16:10:59\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"paid 5/11/20\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 54, \"stage\": 2, \"status\": 2, \"created_at\": \"2021-01-17T16:11:38.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-20T11:56:37.000000Z\", \"updated_by\": 1, \"partner_name\": \"Tamika Stinson\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Andre Johnson\", \"applicant_email\": \"debrajohnson49@hotmail.com\", \"applicant_phone\": \"470-358-6803\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": \"Debra Johnson\", \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-17 16:10:38\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-17 16:10:59\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"paid 5/11/20\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-20 11:56:37\"}',1,'2021-01-20 06:56:37','2021-01-20 06:56:37'),(67,43,'client_update','{\"id\": 43, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-28T17:58:13.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dr. Jasmin Rice PhD\", \"mortgage_type\": null, \"partner_email\": \"vbergnaum@hotmail.com\", \"partner_phone\": \"760-573-0547 x241\", \"applicant_name\": \"Paxton Lockman\", \"applicant_email\": \"zmosciski@example.com\", \"applicant_phone\": \"(663) 925-3031\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Casimir Hackett\", \"co_applicant_email\": \"kaelyn.koelpin@larson.com\", \"co_applicant_phone\": \"1-524-568-2383 x8662\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 43, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-21T13:44:44.000000Z\", \"updated_by\": 2, \"partner_name\": \"Dr. Jasmin Rice PhD\", \"mortgage_type\": null, \"partner_email\": \"vbergnaum@hotmail.com\", \"partner_phone\": \"760-573-0547 x241\", \"applicant_name\": \"Paxton Lockman\", \"applicant_email\": \"zmosciski@example.com\", \"applicant_phone\": \"(663) 925-3031\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Casimir Hackett\", \"co_applicant_email\": \"\", \"co_applicant_phone\": \"1-524-568-2383 x8662\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"updated_at\": \"2021-01-21 13:44:44\", \"updated_by\": 2, \"co_applicant_email\": \"\"}',2,'2021-01-21 08:44:44','2021-01-21 08:44:44'),(68,45,'client_update','{\"id\": 45, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:43:03.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-21T13:50:48.000000Z\", \"updated_by\": 2, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 1, \"updated_at\": \"2021-01-21 13:50:48\", \"updated_by\": 2}',2,'2021-01-21 08:50:48','2021-01-21 08:50:48'),(69,45,'client_update','{\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-21T13:50:48.000000Z\", \"updated_by\": 2, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 45, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-22T12:53:58.000000Z\", \"updated_by\": 2, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-01-22 12:53:58\"}',2,'2021-01-22 07:53:58','2021-01-22 07:53:58'),(70,53,'client_update','{\"id\": 53, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-14T12:49:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:50:21.000000Z\", \"updated_by\": 1, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"fbfbgd\", \"applicant_email\": \"ab@y.com\", \"applicant_phone\": \"7254\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-14 12:49:48\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-14 12:49:51\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"htbfg\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"ghngfnhgfh\"}','{\"id\": 53, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-14T12:49:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-24T23:23:44.000000Z\", \"updated_by\": 4, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"dropout sue\", \"applicant_email\": \"ab@y.com\", \"applicant_phone\": \"7254\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-14 12:49:48\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-14 12:49:51\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"htbfg\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"ghngfnhgfh\"}','{\"updated_at\": \"2021-01-24 23:23:44\", \"updated_by\": 4, \"applicant_name\": \"dropout sue\"}',4,'2021-01-24 18:23:44','2021-01-24 18:23:44'),(71,53,'client_update','{\"id\": 53, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-14T12:49:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-24T23:23:44.000000Z\", \"updated_by\": 4, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"dropout sue\", \"applicant_email\": \"ab@y.com\", \"applicant_phone\": \"7254\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-14 12:49:48\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-14 12:49:51\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"htbfg\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"ghngfnhgfh\"}','{\"id\": 53, \"stage\": 2, \"status\": 2, \"created_at\": \"2021-01-14T12:49:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-24T23:23:58.000000Z\", \"updated_by\": 4, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"dropout sue\", \"applicant_email\": \"ab@y.com\", \"applicant_phone\": \"7254\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-14 12:49:48\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-14 12:49:51\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"htbfg\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"ghngfnhgfh\"}','{\"status\": 2, \"updated_at\": \"2021-01-24 23:23:58\"}',4,'2021-01-24 18:23:58','2021-01-24 18:23:58'),(72,50,'client_update','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-29T19:45:01.000000Z\", \"updated_by\": 1, \"partner_name\": \"Alan Toy\", \"mortgage_type\": null, \"partner_email\": \"tdeckow@yahoo.com\", \"partner_phone\": \"261-291-5458\", \"applicant_name\": \"Mrs. Jakayla Luettgen IV\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 2, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2020-12-29 00:00:00\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2020-12-29 00:00:00\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fdbgfdbgfbg\", \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": \"1111111111111111\"}','{\"id\": 50, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-24T23:25:16.000000Z\", \"updated_by\": 4, \"partner_name\": \"Alan Toy\", \"mortgage_type\": null, \"partner_email\": \"innesfamily205@gmail.com\", \"partner_phone\": \"261-291-5458\", \"applicant_name\": \"Mrs. Jakayla Houseshopper\", \"applicant_email\": \"maurice.mueller@example.net\", \"applicant_phone\": \"904.450.8113 x522\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 2, \"co_applicant_name\": \"Lindsay Raynor Jr.\", \"co_applicant_email\": \"fannie.stehr@champlin.net\", \"co_applicant_phone\": \"(567) 844-1066 x451\", \"additional_tenant_name\": \"7412\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2020-12-29 00:00:00\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2020-12-29 00:00:00\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fdbgfdbgfbg\", \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": \"1111111111111111\"}','{\"updated_at\": \"2021-01-24 23:25:16\", \"updated_by\": 4, \"partner_email\": \"innesfamily205@gmail.com\", \"applicant_name\": \"Mrs. Jakayla Houseshopper\"}',4,'2021-01-24 18:25:16','2021-01-24 18:25:16'),(73,46,'client_update','{\"id\": 46, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-12T08:33:06.000000Z\", \"updated_by\": 1, \"partner_name\": \"Santa Gleason\", \"mortgage_type\": null, \"partner_email\": \"madge.walter@white.com\", \"partner_phone\": \"(362) 401-2739\", \"applicant_name\": \"Marty McKenzie\", \"applicant_email\": \"lkuhn@example.org\", \"applicant_phone\": \"+19962401142\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Reymundo O\'Keefe\", \"co_applicant_email\": \"davion.christiansen@schmeler.info\", \"co_applicant_phone\": \"+1-343-282-3297\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-12 08:32:26\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-12 08:32:29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghnfgnh\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"fgnhgn fgnfnhg\"}','{\"id\": 46, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-24T23:27:20.000000Z\", \"updated_by\": 4, \"partner_name\": \"Santa Gleason\", \"mortgage_type\": null, \"partner_email\": \"cinnes100@gmail.com\", \"partner_phone\": \"(362) 401-2739\", \"applicant_name\": \"Marty Mcbefore closing\", \"applicant_email\": \"lkuhn@example.org\", \"applicant_phone\": \"+19962401142\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Reymundo O\'Keefe\", \"co_applicant_email\": \"davion.christiansen@schmeler.info\", \"co_applicant_phone\": \"+1-343-282-3297\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-12 08:32:26\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-12 08:32:29\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"ghnfgnh\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"fgnhgn fgnfnhg\"}','{\"updated_at\": \"2021-01-24 23:27:20\", \"updated_by\": 4, \"partner_email\": \"cinnes100@gmail.com\", \"applicant_name\": \"Marty Mcbefore closing\"}',4,'2021-01-24 18:27:20','2021-01-24 18:27:20'),(74,42,'client_update','{\"id\": 42, \"stage\": 2, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-12-29T19:42:27.000000Z\", \"updated_by\": 1, \"partner_name\": \"Rosella Friesen PhD\", \"mortgage_type\": null, \"partner_email\": \"odie39@wolff.com\", \"partner_phone\": \"583.619.6108\", \"applicant_name\": \"Liliane Hand IV\", \"applicant_email\": \"xhermann@example.com\", \"applicant_phone\": \"261.252.2696 x59025\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Mr. Ola Lebsack MD\", \"co_applicant_email\": \"sdietrich@crooks.biz\", \"co_applicant_phone\": \"361-393-4742 x7236\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2020-12-29 00:00:00\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2020-12-29 00:00:00\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fmnhgnjmgh\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"hmjghjmhgmj\"}','{\"id\": 42, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-26T12:57:28.000000Z\", \"updated_by\": 8, \"partner_name\": \"Rosella Friesen PhD\", \"mortgage_type\": null, \"partner_email\": \"odie39@wolff.com\", \"partner_phone\": \"583.619.6108\", \"applicant_name\": \"Liliane Hand IV\", \"applicant_email\": \"xhermann@example.com\", \"applicant_phone\": \"261.252.2696 x59025\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Mr. Ola Lebsack MD\", \"co_applicant_email\": \"sdietrich@crooks.biz\", \"co_applicant_phone\": \"361-393-4742 x7236\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2020-12-29 00:00:00\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2020-12-29 00:00:00\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"fmnhgnjmgh\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"hmjghjmhgmj\"}','{\"status\": 1, \"updated_at\": \"2021-01-26 12:57:28\", \"updated_by\": 8}',8,'2021-01-26 07:57:28','2021-01-26 07:57:28'),(75,37,'client_update','{\"id\": 37, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T19:15:43.000000Z\", \"updated_by\": null, \"partner_name\": \"Pedro Ruecker\", \"mortgage_type\": null, \"partner_email\": \"gorn@gmail.com\", \"partner_phone\": \"+1-457-589-4934\", \"applicant_name\": \"Jeremy Emmerich\", \"applicant_email\": \"ezekiel15@example.net\", \"applicant_phone\": \"641-869-5517 x269\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Eliane Glover MD\", \"co_applicant_email\": \"blake.nicolas@hotmail.com\", \"co_applicant_phone\": \"(407) 530-3927\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 37, \"stage\": 1, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-02-08T21:56:40.000000Z\", \"updated_by\": 8, \"partner_name\": \"Pedro Ruecker\", \"mortgage_type\": null, \"partner_email\": \"gorn@gmail.com\", \"partner_phone\": \"+1-457-589-4934\", \"applicant_name\": \"Jeremy Emmerich\", \"applicant_email\": \"ezekiel15@example.net\", \"applicant_phone\": \"641-869-5517 x269\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Eliane Glover MD\", \"co_applicant_email\": \"blake.nicolas@hotmail.com\", \"co_applicant_phone\": \"(407) 530-3927\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-02-08 21:56:40\", \"updated_by\": 8}',8,'2021-02-08 16:56:40','2021-02-08 16:56:40'),(76,36,'client_update','{\"id\": 36, \"stage\": 1, \"status\": null, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2020-11-24T19:15:43.000000Z\", \"updated_by\": null, \"partner_name\": \"Prof. Bennie Frami\", \"mortgage_type\": null, \"partner_email\": \"dusty.orn@yahoo.com\", \"partner_phone\": \"915.772.9852 x8858\", \"applicant_name\": \"Taurean Durgan\", \"applicant_email\": \"onie54@example.com\", \"applicant_phone\": \"+1.540.859.5006\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Aliya Hartmann\", \"co_applicant_email\": \"cameron.haley@sporer.com\", \"co_applicant_phone\": \"974.288.7343 x8760\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 36, \"stage\": 1, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-02-08T21:57:07.000000Z\", \"updated_by\": 8, \"partner_name\": \"Prof. Bennie Frami\", \"mortgage_type\": null, \"partner_email\": \"dusty.orn@yahoo.com\", \"partner_phone\": \"915.772.9852 x8858\", \"applicant_name\": \"Taurean Durgan\", \"applicant_email\": \"onie54@example.com\", \"applicant_phone\": \"+1.540.859.5006\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Aliya Hartmann\", \"co_applicant_email\": \"cameron.haley@sporer.com\", \"co_applicant_phone\": \"974.288.7343 x8760\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"status\": 2, \"updated_at\": \"2021-02-08 21:57:07\", \"updated_by\": 8}',8,'2021-02-08 16:57:07','2021-02-08 16:57:07'),(77,1,'client_create','[]','{\"id\": 1, \"created_at\": \"2021-03-24T07:05:21.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-24T07:05:21.000000Z\", \"partner_name\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"test\", \"applicant_email\": \"test@dreamamerica.com\", \"applicant_phone\": \"test\", \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null}','[]',2,'2021-03-24 02:05:21','2021-03-24 02:05:21'),(78,2,'client_create','[]','{\"id\": 2, \"created_at\": \"2021-04-06T10:15:06.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-04-06T10:15:06.000000Z\", \"partner_name\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"qwert\", \"applicant_email\": \"test@gmail.com\", \"applicant_phone\": \"1354675987\", \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null}','[]',2,'2021-04-06 05:15:06','2021-04-06 05:15:06'),(79,2,'client_update','{\"id\": 2, \"stage\": null, \"status\": null, \"created_at\": \"2021-04-06T10:15:06.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-04-06T10:15:06.000000Z\", \"updated_by\": null, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"qwert\", \"applicant_email\": \"test@gmail.com\", \"applicant_phone\": \"1354675987\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 2, \"stage\": null, \"status\": null, \"created_at\": \"2021-04-06T10:15:06.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-04-06T10:19:40.000000Z\", \"updated_by\": 2, \"partner_name\": \"test\", \"mortgage_type\": null, \"partner_email\": \"test@gmail.com\", \"partner_phone\": \"32165679879\", \"applicant_name\": \"qwert\", \"applicant_email\": \"test@gmail.com\", \"applicant_phone\": \"1354675987\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"abc\", \"co_applicant_email\": \"abc@gmail.com\", \"co_applicant_phone\": \"09876645311\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"updated_at\": \"2021-04-06 10:19:40\", \"updated_by\": 2, \"partner_name\": \"test\", \"partner_email\": \"test@gmail.com\", \"partner_phone\": \"32165679879\", \"co_applicant_name\": \"abc\", \"co_applicant_email\": \"abc@gmail.com\", \"co_applicant_phone\": \"09876645311\"}',2,'2021-04-06 05:19:40','2021-04-06 05:19:40'),(80,3,'client_create','[]','{\"id\": 3, \"created_at\": \"2021-04-06T10:24:32.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-04-06T10:24:32.000000Z\", \"partner_name\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"test\", \"applicant_email\": \"mail@gmail.com\", \"applicant_phone\": \"12334545758\", \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null}','[]',2,'2021-04-06 05:24:32','2021-04-06 05:24:32'),(81,3,'client_update','{\"id\": 3, \"stage\": null, \"status\": null, \"created_at\": \"2021-04-06T10:24:32.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-04-06T10:24:32.000000Z\", \"updated_by\": null, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"test\", \"applicant_email\": \"mail@gmail.com\", \"applicant_phone\": \"12334545758\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"id\": 3, \"stage\": null, \"status\": null, \"created_at\": \"2021-04-06T10:24:32.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-04-06T10:26:59.000000Z\", \"updated_by\": 2, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"test\", \"applicant_email\": \"mail@gmail.com\", \"applicant_phone\": \"12334545758\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"abc\", \"co_applicant_email\": null, \"co_applicant_phone\": \"1357497\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}','{\"updated_at\": \"2021-04-06 10:26:59\", \"updated_by\": 2, \"co_applicant_name\": \"abc\", \"co_applicant_phone\": \"1357497\"}',2,'2021-04-06 05:26:59','2021-04-06 05:26:59'); /*!40000 ALTER TABLE `client_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `client_properties` -- DROP TABLE IF EXISTS `client_properties`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `client_properties` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `client_id` int(10) unsigned NOT NULL, `property_id` int(10) unsigned NOT NULL, `pre_closing_checklist_id` int(10) unsigned DEFAULT NULL, `status_id` tinyint(1) NOT NULL, `created_by` int(10) unsigned DEFAULT NULL, `updated_by` int(10) unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `client_properties` -- LOCK TABLES `client_properties` WRITE; /*!40000 ALTER TABLE `client_properties` DISABLE KEYS */; /*!40000 ALTER TABLE `client_properties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `clients` -- DROP TABLE IF EXISTS `clients`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `clients` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `stage` int(10) unsigned DEFAULT NULL, `status` int(10) unsigned DEFAULT NULL, `applicant_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `applicant_email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `applicant_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `partner_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `partner_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `partner_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `co_applicant_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `co_applicant_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `co_applicant_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_tenant_check` tinyint(1) DEFAULT '0', `additional_tenant_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `welcome_payment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `welcome_payment_checked` tinyint(1) DEFAULT '0', `welcome_payment_checked_by` int(10) unsigned DEFAULT NULL, `welcome_payment_checked_at` datetime DEFAULT NULL, `welcome_payment_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mortgage_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `mortgage_type_id` int(10) unsigned DEFAULT NULL, `rental_verification_checked` tinyint(1) DEFAULT '0', `rental_verification_complete_check` tinyint(1) DEFAULT '0', `rental_verification_checked_by` int(10) unsigned DEFAULT NULL, `rental_verification_checked_at` datetime DEFAULT NULL, `rental_verification_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_by` int(10) unsigned DEFAULT NULL, `updated_by` int(10) unsigned DEFAULT NULL, `deleted_by` int(10) unsigned DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `clients` -- LOCK TABLES `clients` WRITE; /*!40000 ALTER TABLE `clients` DISABLE KEYS */; INSERT INTO `clients` VALUES (1,NULL,NULL,'test','test@dreamamerica.com','test',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,2,NULL,NULL,NULL,'2021-03-24 02:05:21','2021-03-24 02:05:21'),(2,NULL,NULL,'qwert','test@gmail.com','1354675987','test','test@gmail.com','32165679879','abc','abc@gmail.com','09876645311',0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,2,2,NULL,NULL,'2021-04-06 05:15:06','2021-04-06 05:19:40'),(3,NULL,NULL,'test','mail@gmail.com','12334545758',NULL,NULL,NULL,'abc',NULL,'1357497',0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,2,2,NULL,NULL,'2021-04-06 05:24:32','2021-04-06 05:26:59'); /*!40000 ALTER TABLE `clients` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `failed_jobs` -- DROP TABLE IF EXISTS `failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `failed_jobs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `failed_jobs` -- LOCK TABLES `failed_jobs` WRITE; /*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `migrations` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES (1,'2014_10_12_000000_create_users_table',1),(2,'2014_10_12_100000_create_password_resets_table',1),(3,'2019_08_19_000000_create_failed_jobs_table',1),(4,'2020_10_22_085846_create_table_user_type',1),(5,'2014_10_12_200000_add_two_factor_columns_to_users_table',2),(6,'2019_12_14_000001_create_personal_access_tokens_table',2),(7,'2020_10_22_120839_create_sessions_table',2),(8,'2015_04_12_000000_create_orchid_users_table',3),(9,'2015_10_19_214424_create_orchid_roles_table',3),(10,'2015_10_19_214425_create_orchid_role_users_table',3),(11,'2016_08_07_125128_create_orchid_attachmentstable_table',3),(12,'2017_09_17_125801_create_notifications_table',3),(13,'2020_05_21_100000_create_teams_table',4),(14,'2020_05_21_200000_create_team_user_table',4),(15,'2020_10_26_101339_create_api_token_table',5),(16,'2020_11_19_125140_create_clients_table',6),(17,'2020_11_20_111548_add_completation_status_filed_in_clients_table',6),(18,'2020_11_23_064311_alter_client_table_additional_tenant_as_json',6),(19,'2020_11_23_072606_add_col_clients_rental_verification_welcome_down_payment_fields',6),(20,'2020_11_23_085223_create_client_logs',6),(21,'2020_11_23_134759_update_client_table_client_date_check_and_cols_rename',7),(22,'2020_11_24_080647_change_col_name_from_property_due_diligence_expire',7),(23,'2020_11_24_101347_update_client_logs_table',7),(24,'2020_12_01_072402_add_due_diligence_fields_client',8),(25,'2020_12_10_123738_change_colm_type_from_unsignedinteger_to_fload_clients',9),(26,'2020_12_10_132747_change_colm_type_of_timestamp_to_date_clients',9),(27,'2020_12_10_134118_change_colm_type_of_timestamp_to_date_clients_2',9),(28,'2020_12_10_134847_change_colm_type_of_timestamp_to_date_clients_3',9),(29,'2020_12_10_135332_change_colm_type_of_timestamp_to_date_clients_4',9),(30,'2020_12_15_084126_client_pre_closing_checklist_init_colms',10),(31,'2020_12_16_104325_set_client_col_nullable_and_default',11),(32,'2020_12_16_134528_add_fileds_in_clients_modify',11),(33,'2020_12_22_141102_client_property',12),(34,'2020_12_23_124227_client_pre_closing_checklist',12),(35,'2020_12_28_110646_modify_client_property_table_add_deal_save_checked_by_and_updated_by_colmn',13),(36,'2020_12_28_120131_remove_colms_from_client_table',14),(37,'2020_12_29_123312_add_refactore_cols_in_client',15),(38,'2020_12_29_134022_rename_cols_client',15),(39,'2020_12_29_141236_add_deal_save_checked_comment_col_in_client_property',15),(40,'2020_12_30_081556_chanhe_client_proprty_table_to_property',16),(41,'2020_12_30_082758_client_properties',16),(42,'2020_12_30_142027_refactor_client_pre_closing_checklist_table',16),(43,'2020_12_31_063006_add_stage_id_inproperties_table',16),(44,'2021_01_04_073819_add_sold_price_and_sold_date_col_property',17),(45,'2021_01_07_145702_remove_cliend_id_unique_roperties',18),(46,'2021_01_11_071550_add_property_sold_by_asold_at_col_in_property',19),(47,'2021_01_13_112931_modify_add_comment_fields_pre_closig_list',20),(48,'2021_01_14_102640_create_property_log_table',21),(49,'2021_01_14_104322_create_pre_closing_log_table',21),(50,'2021_01_14_132241_add_col_property_repair_request',22),(51,'2021_01_18_075203_remove_roles_teasm_tables',23),(52,'2021_01_18_075758_create_permission_tables',24),(53,'2021_01_19_055959_add_fileds_pre_closing_checklist',24),(54,'2021_01_19_063002_add_mortgage_type_property',24),(55,'2021_01_20_123947_remove_uuid_user_table',25),(56,'2021_01_21_121717_add_soft_delete_is_active',26),(57,'2021_03_01_075425_add_new_fields_to_property',27),(58,'2021_03_03_140012_add_col_in_pre_closing_checklist_table',27),(59,'2021_03_09_134801_add_additinal_tenent_in_properties',28); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `model_has_permissions` -- DROP TABLE IF EXISTS `model_has_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `model_has_permissions` ( `permission_id` int(10) unsigned NOT NULL, `model_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `model_id` int(10) unsigned NOT NULL, PRIMARY KEY (`permission_id`,`model_id`,`model_type`), KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`), CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `model_has_permissions` -- LOCK TABLES `model_has_permissions` WRITE; /*!40000 ALTER TABLE `model_has_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `model_has_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `model_has_roles` -- DROP TABLE IF EXISTS `model_has_roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `model_has_roles` ( `role_id` int(10) unsigned NOT NULL, `model_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `model_id` int(10) unsigned NOT NULL, PRIMARY KEY (`role_id`,`model_id`,`model_type`), KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`), CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `model_has_roles` -- LOCK TABLES `model_has_roles` WRITE; /*!40000 ALTER TABLE `model_has_roles` DISABLE KEYS */; INSERT INTO `model_has_roles` VALUES (2,'App\\Models\\User',1),(1,'App\\Models\\User',2),(3,'App\\Models\\User',3),(1,'App\\Models\\User',4),(3,'App\\Models\\User',5),(3,'App\\Models\\User',8),(1,'App\\Models\\User',9),(3,'App\\Models\\User',10); /*!40000 ALTER TABLE `model_has_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notifications` -- DROP TABLE IF EXISTS `notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `notifications` ( `id` char(36) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `notifiable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `notifiable_id` bigint(20) unsigned NOT NULL, `data` text COLLATE utf8mb4_unicode_ci NOT NULL, `read_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `notifications` -- LOCK TABLES `notifications` WRITE; /*!40000 ALTER TABLE `notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_resets` -- DROP TABLE IF EXISTS `password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, KEY `password_resets_email_index` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_resets` -- LOCK TABLES `password_resets` WRITE; /*!40000 ALTER TABLE `password_resets` DISABLE KEYS */; INSERT INTO `password_resets` VALUES ('admin@techloyce.com','$2y$10$HC2IU8Qe18d0G0BpsoCRvOEr7B2bChzwrGetVcK/.7Cw/3KOVVxHG','2020-10-22 08:06:29'),('daniel@dreamamerica.com','$2y$10$YZzEuXbdIhJlqDZUXNQcj.0wU7tT6CxlxYJUYkQd9m12dTXW5r30e','2021-03-12 14:31:13'); /*!40000 ALTER TABLE `password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissions` -- DROP TABLE IF EXISTS `permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `permissions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `guard_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `permissions` -- LOCK TABLES `permissions` WRITE; /*!40000 ALTER TABLE `permissions` DISABLE KEYS */; INSERT INTO `permissions` VALUES (1,'update','web','2021-01-20 08:47:55','2021-01-20 08:47:55'),(2,'delete','web','2021-01-20 08:47:55','2021-01-20 08:47:55'),(3,'read','web','2021-01-20 08:47:55','2021-01-20 08:47:55'),(4,'create','web','2021-01-20 08:47:55','2021-01-20 08:47:55'); /*!40000 ALTER TABLE `permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personal_access_tokens` -- DROP TABLE IF EXISTS `personal_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `personal_access_tokens` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint(20) unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `abilities` text COLLATE utf8mb4_unicode_ci, `last_used_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `personal_access_tokens_token_unique` (`token`), KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `personal_access_tokens` -- LOCK TABLES `personal_access_tokens` WRITE; /*!40000 ALTER TABLE `personal_access_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `personal_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pre_closing_checklist` -- DROP TABLE IF EXISTS `pre_closing_checklist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pre_closing_checklist` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `welcome_payment_checked` tinyint(1) DEFAULT '0', `welcome_payment_checked_by` int(10) unsigned DEFAULT NULL, `welcome_payment_checked_at` timestamp NULL DEFAULT NULL, `welcome_payment_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rental_verification_checked` tinyint(1) DEFAULT '0', `rental_verification_checked_by` int(10) unsigned DEFAULT NULL, `rental_verification_checked_at` timestamp NULL DEFAULT NULL, `rental_verification_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `deal_save_checked` tinyint(1) DEFAULT '0', `deal_save_checked_by` int(10) unsigned DEFAULT NULL, `deal_save_checked_at` timestamp NULL DEFAULT NULL, `deal_save_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `client_id` int(10) unsigned DEFAULT NULL, `letter_of_commitment_checked` tinyint(1) DEFAULT '0', `letter_of_commitment_checked_by` int(10) unsigned DEFAULT NULL, `letter_of_commitment_checked_at` timestamp NULL DEFAULT NULL, `letter_of_commitment_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rent` double(15,2) unsigned DEFAULT NULL, `total_payment_options` decimal(12,2) DEFAULT NULL, `payment_option_select_checked` tinyint(1) DEFAULT '0', `payment_option_3_month` double(15,2) unsigned DEFAULT NULL, `payment_option_6_month` double(15,2) unsigned DEFAULT NULL, `payment_option_12_month` double(15,2) unsigned DEFAULT NULL, `on_boarding_fee_payment_checked` tinyint(1) DEFAULT '0', `on_boarding_fee_payment_checked_by` int(10) unsigned DEFAULT NULL, `on_boarding_fee_payment_checked_at` timestamp NULL DEFAULT NULL, `on_boarding_fee_payment_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_option_date_checked` tinyint(1) DEFAULT '0', `payment_option_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_option_date_checked_by` int(10) unsigned DEFAULT NULL, `payment_option_date_checked_at` timestamp NULL DEFAULT NULL, `payment_option_additional_payment_checked` tinyint(1) DEFAULT '0', `payment_option_additional_payment_checked_by` int(10) unsigned DEFAULT NULL, `payment_option_additional_payment_checked_at` timestamp NULL DEFAULT NULL, `inspection_checked` tinyint(1) DEFAULT '0', `inspection_checked_by` int(10) unsigned DEFAULT NULL, `inspection_checked_at` timestamp NULL DEFAULT NULL, `inspection_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `termite_checked` tinyint(1) DEFAULT '0', `termite_checked_by` int(10) unsigned DEFAULT NULL, `termite_checked_at` timestamp NULL DEFAULT NULL, `termite_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `termite_paid_by` tinyint(1) DEFAULT '0', `septic_inspection_checked` tinyint(1) DEFAULT '0', `septic_inspection_checked_by` int(10) unsigned DEFAULT NULL, `septic_inspection_checked_at` timestamp NULL DEFAULT NULL, `septic_inspection_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `repair_credit_checked` tinyint(1) DEFAULT '0', `repair_credit_checked_by` int(10) unsigned DEFAULT NULL, `repair_credit_checked_at` timestamp NULL DEFAULT NULL, `repair_credit` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `appraisal_value_checked` tinyint(1) DEFAULT '0', `appraisal_value_checked_by` int(10) unsigned DEFAULT NULL, `appraisal_value_checked_at` timestamp NULL DEFAULT NULL, `appraisal_value_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `appraisal_value` int(10) unsigned DEFAULT NULL, `driver_license_applicant_checked` tinyint(1) DEFAULT '0', `driver_license_applicant_checked_by` int(10) unsigned DEFAULT NULL, `driver_license_applicant_checked_at` timestamp NULL DEFAULT NULL, `driver_license_applicant_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `driver_license_co_applicant_checked` tinyint(1) DEFAULT '0', `driver_license_co_applicant_checked_by` int(10) unsigned DEFAULT NULL, `driver_license_co_applicant_checked_at` timestamp NULL DEFAULT NULL, `driver_license_co_applicant_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `soc_sec_card_applicant_checked` tinyint(1) DEFAULT '0', `soc_sec_card_applicant_checked_by` int(10) unsigned DEFAULT NULL, `soc_sec_card_applicant_checked_at` timestamp NULL DEFAULT NULL, `soc_sec_card_applicant_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `soc_sec_card_co_applicant_checked` tinyint(1) DEFAULT '0', `soc_sec_card_co_applicant_checked_by` int(10) unsigned DEFAULT NULL, `soc_sec_card_co_applicant_checked_at` timestamp NULL DEFAULT NULL, `soc_sec_card_co_applicant_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `renter_insurance_checked` tinyint(1) DEFAULT '0', `renter_insurance_checked_by` int(10) unsigned DEFAULT NULL, `renter_insurance_checked_at` timestamp NULL DEFAULT NULL, `renter_insurance_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `renter_insurance_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `flood_certificate_checked` tinyint(1) DEFAULT '0', `flood_certificate_checked_by` int(10) unsigned DEFAULT NULL, `flood_certificate_checked_at` timestamp NULL DEFAULT NULL, `flood_certificate_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landlord_insurance_checked` tinyint(1) DEFAULT '0', `landlord_insurance_checked_by` int(10) unsigned DEFAULT NULL, `landlord_insurance_checked_at` timestamp NULL DEFAULT NULL, `landlord_insurance_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `warranty_checked` tinyint(1) DEFAULT '0', `warranty_checked_by` int(10) unsigned DEFAULT NULL, `warranty_checked_at` timestamp NULL DEFAULT NULL, `warranty_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `warranty_company_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `warranty_paid_by_seller_checked` tinyint(1) DEFAULT '0', `lease_signed_checked` tinyint(1) DEFAULT '0', `lease_signed_checked_by` int(10) unsigned DEFAULT NULL, `lease_signed_checked_at` timestamp NULL DEFAULT NULL, `lease_signed_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lease_expire_checked` tinyint(1) DEFAULT '0', `lease_expire_checked_by` int(10) unsigned DEFAULT NULL, `lease_expire_checked_at` timestamp NULL DEFAULT NULL, `lease_expire_date` timestamp NULL DEFAULT NULL, `monthly_payment_option_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `monthly_payment_option_checked_at` timestamp NULL DEFAULT NULL, `monthly_payment_option_checked_by` int(10) unsigned DEFAULT NULL, `monthly_payment_option_checked_amount` decimal(12,2) DEFAULT NULL, `monthly_payment_option_checked` tinyint(1) DEFAULT '0', `option_checked` tinyint(1) DEFAULT '0', `option_checked_by` int(10) unsigned DEFAULT NULL, `option_checked_at` timestamp NULL DEFAULT NULL, `other_checked` tinyint(1) DEFAULT '0', `other_value` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_by` int(10) unsigned DEFAULT NULL, `updated_by` int(10) unsigned DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `property_id` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `client_pre_closing_checklist_id_unique` (`id`), UNIQUE KEY `client_pre_closing_checklist_client_id_unique` (`client_id`) ) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pre_closing_checklist` -- LOCK TABLES `pre_closing_checklist` WRITE; /*!40000 ALTER TABLE `pre_closing_checklist` DISABLE KEYS */; INSERT INTO `pre_closing_checklist` VALUES (1,0,NULL,'2018-06-14 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1543.67,11025.00,0,NULL,212500.00,220500.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,'2018-06-14 19:00:00',NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2018-06-12 19:00:00',NULL,202000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:44','2021-03-09 09:18:44',1),(2,0,NULL,'2018-07-11 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1399.92,9645.00,0,NULL,0.00,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,'2018-08-20 19:00:00',NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2018-08-23 19:00:00',NULL,167000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:44','2021-03-09 09:18:44',3),(3,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1307.00,8900.00,0,NULL,175000.00,181000.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,'2018-08-26 19:00:00',NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2018-08-29 19:00:00',NULL,174000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:44','2021-03-09 09:18:44',4),(4,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1733.00,8432.00,0,NULL,232900.00,240900.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,'2018-10-15 19:00:00',NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2019-01-10 19:00:00',NULL,218000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:44','2021-03-09 09:18:44',5),(5,0,NULL,'2019-03-06 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1083.00,4560.00,0,NULL,146000.00,152000.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,'2019-04-05 19:00:00',NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2019-04-11 19:00:00',NULL,135000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:44','2021-03-09 09:18:44',6),(6,0,NULL,'2019-05-09 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1949.33,13800.00,0,NULL,269000.00,280000.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,'2019-06-05 19:00:00',NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2019-06-04 19:00:00',NULL,263000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:44','2021-03-09 09:18:44',7),(7,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1701.67,15410.00,0,NULL,219900.00,227900.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,'2019-08-17 19:00:00',NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2019-08-18 19:00:00',NULL,215000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:44','2021-03-09 09:18:44',8),(8,0,NULL,'2020-02-13 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1375.00,7250.00,0,NULL,265000.00,275000.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-02-26 19:00:00',NULL,250000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',9),(9,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1925.00,8880.00,0,NULL,285000.00,296000.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,262000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',10),(10,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2332.83,16265.00,0,NULL,342900.00,355900.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,335000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',11),(11,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1390.00,21800.00,0,NULL,213000.00,221000.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-04-09 19:00:00',NULL,210000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',12),(12,0,NULL,'2020-04-15 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1717.92,7860.00,0,NULL,249500.00,259900.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-05-12 19:00:00',NULL,242000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',13),(13,0,NULL,'2020-05-06 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1566.00,23485.00,0,NULL,226310.00,234850.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-05-25 19:00:00',NULL,210000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',14),(14,0,NULL,'2020-05-03 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1360.00,6140.00,0,NULL,197160.00,204600.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-05-03 19:00:00',NULL,190000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',15),(15,0,NULL,'2020-05-21 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1551.25,6983.00,0,NULL,224312.00,232777.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-06-08 19:00:00',NULL,216500,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',16),(16,0,NULL,'2020-05-10 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1702.25,7656.00,0,NULL,245920.00,255200.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-06-02 19:00:00',NULL,228500,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',17),(17,0,NULL,'2020-04-22 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1465.00,6617.00,0,NULL,212530.00,220550.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-06-22 19:00:00',NULL,202000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',18),(18,0,NULL,'2020-05-27 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1225.42,5528.00,0,NULL,177550.00,184250.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-05-31 19:00:00',NULL,175000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',19),(19,0,NULL,'2002-06-23 18:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1302.83,5891.00,0,186900.00,185710.00,192850.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,'2020-07-01 19:00:00',NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-07-08 19:00:00',NULL,175000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',21),(20,0,NULL,'2020-07-18 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1161.67,5257.00,0,NULL,177675.00,184047.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-08-04 19:00:00',NULL,180000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',22),(21,0,NULL,'2020-07-21 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1745.42,7230.00,0,NULL,224418.00,232887.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-08-02 19:00:00',NULL,212000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',23),(22,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1900.42,8960.00,0,NULL,287790.00,298650.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-07-22 19:00:00',NULL,275000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',24),(23,0,NULL,'2020-07-16 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1752.50,7871.00,0,NULL,255310.00,264850.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-08-29 19:00:00',NULL,247000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',25),(24,0,NULL,'2020-07-20 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1600.17,7227.00,0,NULL,232140.00,240900.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-09-03 19:00:00',NULL,220000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',26),(25,0,NULL,'2020-08-04 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1907.92,8531.00,0,NULL,274010.00,284350.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-08-30 19:00:00',NULL,258000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',27),(26,0,NULL,'2020-08-25 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1210.83,5445.00,0,NULL,174900.00,181500.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-09-07 19:00:00',NULL,165000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',28),(27,0,NULL,'2020-09-07 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2467.42,18068.00,0,NULL,348210.00,361350.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-09-13 19:00:00',NULL,337000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',29),(28,0,NULL,'2020-05-13 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1178.33,5293.00,0,NULL,170024.00,176440.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-09-27 19:00:00',NULL,161000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',30),(29,0,NULL,'2020-10-21 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1794.50,8032.00,0,NULL,258004.00,267740.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-11-01 19:00:00',NULL,240000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',31),(30,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1593.92,471960.00,0,NULL,231610.00,240350.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,1,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-11-20 19:00:00',NULL,237000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1,2,'2021-03-24 02:04:21','test',0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,'2021-11-29 19:00:00',NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,2,NULL,'2021-03-09 09:18:45','2021-03-24 02:05:21',32),(31,0,NULL,'2020-11-15 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1407.75,2411.00,0,NULL,246000.00,255000.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-11-24 19:00:00',NULL,229000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',33),(32,0,NULL,'2020-11-19 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2441.75,32225.00,0,NULL,344500.00,357500.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,320000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',34),(33,0,NULL,'2020-11-13 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1684.17,7607.00,0,NULL,244330.00,253550.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-11-24 19:00:00',NULL,227000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',35),(34,0,NULL,'2020-10-22 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,2097.42,9290.00,0,NULL,298390.00,309650.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-11-24 19:00:00',NULL,278000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',36),(35,0,NULL,'2020-11-01 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1614.33,7306.00,0,NULL,234684.00,243540.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-11-24 19:00:00',NULL,218000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',37),(36,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1465.00,6600.00,0,NULL,212000.00,220000.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-12-17 19:00:00',NULL,235000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',38),(37,0,NULL,'2020-12-08 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1084.83,4868.00,0,NULL,156350.00,162250.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2020-12-21 19:00:00',NULL,155000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,NULL,NULL,'2021-03-09 09:18:45','2021-03-09 09:18:45',39),(38,0,NULL,'2021-01-10 19:00:00',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,1671.08,493560.00,0,NULL,242210.00,251350.00,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,'2021-01-19 19:00:00',NULL,226000,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,'2022-01-30 19:00:00',NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,2,NULL,'2021-03-09 09:18:45','2021-04-06 05:24:54',40),(39,1,2,'2021-04-06 05:16:35',NULL,1,2,'2021-04-06 05:16:37',NULL,NULL,NULL,NULL,NULL,NULL,1,2,'2021-04-06 05:16:39',NULL,1930.00,502200.00,0,NULL,246450.00,255750.00,1,2,'2021-04-06 05:16:41',NULL,0,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,2,'2021-04-06 05:16:43',NULL,0,0,NULL,NULL,NULL,0,NULL,NULL,NULL,1,2,'2021-04-06 05:16:45',NULL,230000,1,2,'2021-04-06 05:19:29',NULL,1,2,'2021-04-06 05:19:31',NULL,1,2,'2021-04-06 05:19:32',NULL,1,2,'2021-04-06 05:19:35',NULL,1,2,'2021-04-06 05:16:47',NULL,'test',1,2,'2021-04-06 05:16:49',NULL,1,2,'2021-04-06 05:16:54',NULL,1,2,'2021-04-06 05:16:57',NULL,'test',0,1,2,'2021-04-06 05:17:01',NULL,0,NULL,NULL,'2022-02-27 19:00:00',NULL,NULL,NULL,NULL,0,0,NULL,NULL,0,NULL,2,2,NULL,'2021-03-09 09:18:45','2021-04-06 05:21:21',41),(40,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,2,NULL,NULL,'2021-04-06 05:09:51','2021-04-06 05:09:51',NULL),(41,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,2,NULL,NULL,'2021-04-06 05:10:54','2021-04-06 05:10:54',NULL),(42,1,2,'2021-04-06 05:12:11',NULL,1,2,'2021-04-06 05:12:14',NULL,NULL,NULL,NULL,NULL,NULL,1,2,'2021-04-06 05:12:15',NULL,NULL,0.00,NULL,NULL,NULL,NULL,1,2,'2021-04-06 05:12:18',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,1,2,'2021-04-06 05:12:19',NULL,1,2,'2021-04-06 05:12:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,2,'2021-04-06 05:12:22',NULL,1234,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,2,'2021-04-06 05:12:24',NULL,'test',1,2,'2021-04-06 05:12:33',NULL,1,2,'2021-04-06 05:12:34',NULL,1,2,'2021-04-06 05:12:36',NULL,'tset',NULL,1,2,'2021-04-06 05:12:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,2,NULL,NULL,'2021-04-06 05:12:46','2021-04-06 05:12:46',NULL),(43,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,2,NULL,NULL,'2021-04-06 05:23:11','2021-04-06 05:23:11',NULL),(44,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,2,NULL,NULL,'2021-04-06 05:26:59','2021-04-06 05:26:59',NULL); /*!40000 ALTER TABLE `pre_closing_checklist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pre_closing_logs` -- DROP TABLE IF EXISTS `pre_closing_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pre_closing_logs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `pre_closing_id` bigint(20) unsigned DEFAULT NULL, `property_id` bigint(20) unsigned DEFAULT NULL, `action_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `original_data` json DEFAULT NULL, `new_data` json DEFAULT NULL, `changes` json DEFAULT NULL, `updated_by` bigint(20) unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pre_closing_logs` -- LOCK TABLES `pre_closing_logs` WRITE; /*!40000 ALTER TABLE `pre_closing_logs` DISABLE KEYS */; INSERT INTO `pre_closing_logs` VALUES (1,10,13,'create','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T06:07:05.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:46:55.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": 0, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 12:46:55\", \"lease_expire_date\": \"2021-01-14\", \"payment_option_6_month\": 0, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\"}',1,'2021-01-14 07:46:55','2021-01-14 07:46:55'),(2,10,13,'create','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:46:55.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": 0, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:08.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 12:47:08\", \"lease_expire_date\": \"2021-01-14\", \"payment_option_6_month\": null, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\"}',1,'2021-01-14 07:47:08','2021-01-14 07:47:08'),(3,10,13,'create','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:08.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:24.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 12:47:24\", \"lease_expire_date\": \"2021-01-14\"}',1,'2021-01-14 07:47:24','2021-01-14 07:47:24'),(4,10,13,'create','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:24.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:40.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 12:47:40\", \"lease_expire_date\": \"2021-01-14\"}',1,'2021-01-14 07:47:40','2021-01-14 07:47:40'),(5,10,13,'create','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:40.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:56.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": 904241.12, \"payment_option_6_month\": 930578.24, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": 965694.4, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 12:47:56\", \"lease_expire_date\": \"2021-01-14\", \"payment_option_3_month\": 904241.12, \"payment_option_6_month\": 930578.24, \"payment_option_12_month\": 965694.4}',1,'2021-01-14 07:47:56','2021-01-14 07:47:56'),(6,17,20,'create','[]','{\"id\": 17, \"rent\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T12:49:08.000000Z\", \"other_value\": null, \"property_id\": 20, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 12:49:04 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"hngfnhgfh\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',1,'2021-01-14 07:49:08','2021-01-14 07:49:08'),(7,17,20,'create','{\"id\": 17, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:49:08.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 20, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 12:49:04 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"hngfnhgfh\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 17, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:49:20.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 20, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": \"2021-01-13\", \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 12:49:04 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"hngfnhgfh\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 12:49:20\", \"updated_by\": 1, \"payment_option_date\": \"2021-01-13\"}',1,'2021-01-14 07:49:20','2021-01-14 07:49:20'),(8,18,21,'create','[]','{\"id\": 18, \"rent\": null, \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T12:50:21.000000Z\", \"other_value\": null, \"property_id\": 21, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": true, \"warranty_checked_comment\": null, \"flood_certificate_checked\": true, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": true, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 12:50:12 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 12:50:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": \"2021-01-14 12:50:11 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',1,'2021-01-14 07:50:21','2021-01-14 07:50:21'),(9,19,22,'create','[]','{\"id\": 19, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T12:50:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:50:40.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 22, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','[]',1,'2021-01-14 07:50:40','2021-01-14 07:50:40'),(10,18,21,'create','{\"id\": 18, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:50:21.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 21, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 12:50:12 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 12:50:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 12:50:11 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 18, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:03:42.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 21, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 12:50:12 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 12:50:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 12:50:11 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:03:38 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 13:03:42\", \"updated_by\": 1, \"letter_of_commitment_checked\": true, \"letter_of_commitment_checked_at\": \"2021-01-14 13:03:38\", \"letter_of_commitment_checked_by\": 1}',1,'2021-01-14 08:03:42','2021-01-14 08:03:42'),(11,20,23,'create','[]','{\"id\": 20, \"rent\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"other_value\": null, \"property_id\": 23, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": false, \"termite_paid_by\": null, \"warranty_checked\": true, \"lease_expire_date\": null, \"inspection_checked\": true, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-14 01:39:12 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-14 01:38:58 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": \"Geico\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": \"Warranty\", \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',1,'2021-01-14 08:39:55','2021-01-14 08:39:55'),(12,20,23,'create','{\"id\": 20, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 23, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 0, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-14 01:39:12 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-14 01:38:58 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": \"Geico\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"Warranty\", \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 20, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:40:44.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 23, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 0, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-14 01:39:12 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-14 01:38:58 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": \"Geico\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"Warranty\", \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:40:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"Letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 13:40:44\", \"updated_by\": 1, \"letter_of_commitment_checked\": true, \"letter_of_commitment_checked_at\": \"2021-01-14 13:40:37\", \"letter_of_commitment_checked_by\": 1, \"letter_of_commitment_checked_comment\": \"Letter\"}',1,'2021-01-14 08:40:44','2021-01-14 08:40:44'),(13,21,24,'create','[]','{\"id\": 21, \"rent\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T13:42:23.000000Z\", \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',1,'2021-01-14 08:42:23','2021-01-14 08:42:23'),(14,21,24,'create','{\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:42:23.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:42:45.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-14 13:42:45\", \"updated_by\": 1, \"letter_of_commitment_checked\": true, \"letter_of_commitment_checked_at\": \"2021-01-14 13:42:37\", \"letter_of_commitment_checked_by\": 1, \"letter_of_commitment_checked_comment\": \"letter\"}',1,'2021-01-14 08:42:45','2021-01-14 08:42:45'),(15,22,25,'create','[]','{\"id\": 22, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:43:03.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:43:03.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 25, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','[]',1,'2021-01-14 08:43:03','2021-01-14 08:43:03'),(16,23,26,'create','[]','{\"id\": 23, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-15T12:40:26.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-15T12:40:26.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 26, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": \"2021-01-13\", \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 12:49:04 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"hngfnhgfh\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','[]',1,'2021-01-15 07:40:26','2021-01-15 07:40:26'),(17,10,13,'create','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:56.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": 904241.12, \"payment_option_6_month\": 930578.24, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": 965694.4, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-15T12:48:06.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": 904241.12, \"payment_option_6_month\": 930578.24, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": 965694.4, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-15 12:48:06\", \"lease_expire_date\": \"2021-01-14\"}',1,'2021-01-15 07:48:06','2021-01-15 07:48:06'),(18,24,27,'create','[]','{\"id\": 24, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-15T12:48:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-15T12:48:55.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 27, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": 904241.12, \"payment_option_6_month\": 930578.24, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": 965694.4, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','[]',1,'2021-01-15 07:48:55','2021-01-15 07:48:55'),(19,25,29,'create','[]','{\"id\": 25, \"rent\": \"2120\", \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T16:18:42.000000Z\", \"other_value\": null, \"property_id\": 29, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": \"228500\", \"termite_checked\": true, \"termite_paid_by\": null, \"warranty_checked\": true, \"lease_expire_date\": \"2021-12-31\", \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-17 04:16:41 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2020-05-29\", \"warranty_checked_at\": \"2021-01-17 04:18:15 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-17 04:16:37 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": true, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": true, \"warranty_checked_comment\": \"AHS Shield Complete\", \"flood_certificate_checked\": true, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-17 04:17:21 PM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": true, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-17 04:17:55 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-17 04:18:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"landlord_insurance_checked_at\": \"2021-01-17 04:18:12 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": \"1\", \"soc_sec_card_applicant_checked\": true, \"appraisal_value_checked_comment\": \"\", \"letter_of_commitment_checked_at\": \"2021-01-17 04:14:55 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": true, \"warranty_paid_by_seller_checked\": \"1\", \"driver_license_applicant_checked\": true, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-17 04:17:48 PM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": true, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-17 04:16:13 PM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-17 04:17:45 PM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": true, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-17 04:17:54 PM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-17 04:17:47 PM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": \"$2285 on 5/29/20\", \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',1,'2021-01-17 11:18:42','2021-01-17 11:18:42'),(20,25,29,'create','{\"id\": 25, \"rent\": 2120, \"client_id\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T16:18:42.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 29, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 228500, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-12-31T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-17 04:16:41 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2020-05-29\", \"warranty_checked_at\": \"2021-01-17 04:18:15 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-17 04:16:37 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"AHS Shield Complete\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-17 04:17:21 PM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-17 04:17:55 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-17 04:18:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-17 04:18:12 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"\", \"letter_of_commitment_checked_at\": \"2021-01-17 04:14:55 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-17 04:17:48 PM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-17 04:16:13 PM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-17 04:17:45 PM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-17 04:17:54 PM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-17 04:17:47 PM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": \"$2285 on 5/29/20\", \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 25, \"rent\": 2120, \"client_id\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T16:19:31.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 29, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 228500, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-12-31\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-17 04:16:41 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2020-05-29\", \"warranty_checked_at\": \"2021-01-17 04:18:15 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-17 04:16:37 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"AHS Shield Complete\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-17 04:17:21 PM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-17 04:17:55 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-17 04:18:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-17 04:18:12 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"\", \"letter_of_commitment_checked_at\": \"2021-01-17 04:14:55 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-17 04:17:48 PM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-17 04:16:13 PM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-17 04:17:45 PM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-17 04:17:54 PM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-17 04:17:47 PM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": \"$2285 on 5/29/20\", \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-17 16:19:31\", \"updated_by\": 1, \"lease_expire_date\": \"2021-12-31\"}',1,'2021-01-17 11:19:31','2021-01-17 11:19:31'),(21,26,30,'create','[]','{\"id\": 26, \"rent\": null, \"created_at\": \"2021-01-17T16:27:13.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T16:27:13.000000Z\", \"other_value\": null, \"property_id\": 30, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',1,'2021-01-17 11:27:13','2021-01-17 11:27:13'),(22,27,31,'create','[]','{\"id\": 27, \"rent\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T17:20:32.000000Z\", \"other_value\": null, \"property_id\": 31, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',1,'2021-01-17 12:20:32','2021-01-17 12:20:32'),(23,27,31,'create','{\"id\": 27, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T17:20:32.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 31, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 27, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T17:21:04.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 31, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-17 05:21:00 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-17 17:21:04\", \"updated_by\": 1, \"letter_of_commitment_checked\": true, \"letter_of_commitment_checked_at\": \"2021-01-17 17:21:00\", \"letter_of_commitment_checked_by\": 1}',1,'2021-01-17 12:21:04','2021-01-17 12:21:04'),(24,28,32,'create','[]','{\"id\": 28, \"rent\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T17:22:22.000000Z\", \"other_value\": null, \"property_id\": 32, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',1,'2021-01-17 12:22:22','2021-01-17 12:22:22'),(25,29,33,'create','[]','{\"id\": 29, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-18T06:33:33.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-18T06:33:33.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 33, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-17 05:21:00 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','[]',1,'2021-01-18 01:33:33','2021-01-18 01:33:33'),(26,28,32,'create','{\"id\": 28, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T17:22:22.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 32, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 0, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 28, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-20T07:57:59.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 32, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": true, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-20 07:57:36 AM UTC\", \"deal_save_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-20 07:57:37 AM UTC\", \"welcome_payment_checked_by\": 1, \"payment_option_date_checked\": null, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-20 07:57:44 AM UTC\", \"rental_verification_checked_by\": 1, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-20 07:57:47 AM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-20 07:57:59\", \"updated_by\": 1, \"deal_save_checked\": true, \"deal_save_checked_at\": \"2021-01-20 07:57:36\", \"deal_save_checked_by\": 1, \"welcome_payment_checked\": true, \"welcome_payment_checked_at\": \"2021-01-20 07:57:37\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": true, \"letter_of_commitment_checked\": true, \"rental_verification_checked_at\": \"2021-01-20 07:57:44\", \"rental_verification_checked_by\": 1, \"letter_of_commitment_checked_at\": \"2021-01-20 07:57:47\", \"letter_of_commitment_checked_by\": 1}',1,'2021-01-20 02:57:59','2021-01-20 02:57:59'),(27,30,36,'create','[]','{\"id\": 30, \"rent\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-01-21T13:38:43.000000Z\", \"other_value\": null, \"property_id\": 36, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',2,'2021-01-21 08:38:43','2021-01-21 08:38:43'),(28,30,36,'create','{\"id\": 30, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:38:43.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 36, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 30, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:39:59.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 36, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": true, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": true, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-21 01:39:40 PM UTC\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-21 01:39:18 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-21 01:39:39 PM UTC\", \"inspection_checked_by\": 2, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": true, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": \"3856\", \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": true, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": true, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-21 01:39:41 PM UTC\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": \"2021-01-21 01:39:19 PM UTC\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": \"2021-01-21 01:39:44 PM UTC\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-01-21 01:39:46 PM UTC\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-21 01:39:48 PM UTC\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": \"1\", \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-21 01:39:21 PM UTC\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-21 01:39:22 PM UTC\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": true, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 01:39:36 PM UTC\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-21 13:39:59\", \"updated_by\": 2, \"termite_checked\": true, \"deal_save_checked\": true, \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-21 13:39:40\", \"termite_checked_by\": 2, \"deal_save_checked_at\": \"2021-01-21 13:39:18\", \"deal_save_checked_by\": 2, \"inspection_checked_at\": \"2021-01-21 13:39:39\", \"inspection_checked_by\": 2, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": true, \"payment_option_12_month\": \"3856\", \"welcome_payment_checked\": true, \"renter_insurance_checked\": true, \"flood_certificate_checked\": true, \"appraisal_value_checked_at\": \"2021-01-21 13:39:41\", \"appraisal_value_checked_by\": 2, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": \"2021-01-21 13:39:19\", \"welcome_payment_checked_by\": 2, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": \"2021-01-21 13:39:44\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-01-21 13:39:46\", \"flood_certificate_checked_by\": 2, \"letter_of_commitment_checked\": true, \"landlord_insurance_checked_at\": \"2021-01-21 13:39:48\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": \"1\", \"rental_verification_checked_at\": \"2021-01-21 13:39:21\", \"rental_verification_checked_by\": 2, \"letter_of_commitment_checked_at\": \"2021-01-21 13:39:22\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": true, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 13:39:36\", \"on_boarding_fee_payment_checked_by\": 2}',2,'2021-01-21 08:39:59','2021-01-21 08:39:59'),(29,31,1,'create','[]','{\"id\": 31, \"rent\": null, \"created_at\": \"2021-01-21T13:44:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-01-21T13:44:44.000000Z\", \"other_value\": null, \"property_id\": 1, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": \"7\", \"termite_checked\": true, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": true, \"lease_expire_date\": \"2021-12-31\", \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-21 01:44:17 PM UTC\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-21 01:44:08 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-21 01:44:15 PM UTC\", \"inspection_checked_by\": 2, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": true, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-21 01:44:19 PM UTC\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-21 01:44:09 PM UTC\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"rental_verification_checked_at\": \"2021-01-21 01:44:10 PM UTC\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": true, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-21 01:44:12 PM UTC\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": true, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": true, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-21 01:44:29 PM UTC\", \"soc_sec_card_applicant_checked_by\": 2, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 01:44:14 PM UTC\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": \"2021-01-21 01:44:21 PM UTC\", \"driver_license_applicant_checked_by\": 2, \"driver_license_co_applicant_checked\": true, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": \"2021-01-21 01:44:27 PM UTC\", \"driver_license_co_applicant_checked_by\": 2, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',2,'2021-01-21 08:44:44','2021-01-21 08:44:44'),(30,21,24,'create','{\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:42:45.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 0, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:50:48.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": true, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-21 01:50:44 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-21 13:50:48\", \"updated_by\": 2, \"deal_save_checked\": true, \"deal_save_checked_at\": \"2021-01-21 13:50:44\", \"deal_save_checked_by\": 2}',2,'2021-01-21 08:50:48','2021-01-21 08:50:48'),(31,21,24,'create','{\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:50:48.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-21 01:50:44 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:51:34.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": true, \"termite_paid_by\": null, \"warranty_checked\": true, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-21 01:51:17 PM UTC\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-21 01:51:25 PM UTC\", \"warranty_checked_by\": 2, \"deal_save_checked_at\": \"2021-01-21 01:50:44 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": true, \"inspection_checked_at\": \"2021-01-21 01:51:15 PM UTC\", \"inspection_checked_by\": 2, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": true, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-21 01:51:30 PM UTC\", \"lease_signed_checked_by\": 2, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": true, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": true, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-21 01:51:19 PM UTC\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": \"2021-01-21 01:51:12 PM UTC\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": \"2021-01-21 01:51:21 PM UTC\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-01-21 01:51:23 PM UTC\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-21 01:51:27 PM UTC\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-21 01:51:11 PM UTC\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": true, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 01:51:14 PM UTC\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-21 13:51:34\", \"termite_checked\": true, \"warranty_checked\": true, \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-21 13:51:17\", \"termite_checked_by\": 2, \"warranty_checked_at\": \"2021-01-21 13:51:25\", \"warranty_checked_by\": 2, \"lease_signed_checked\": true, \"inspection_checked_at\": \"2021-01-21 13:51:15\", \"inspection_checked_by\": 2, \"appraisal_value_checked\": true, \"lease_signed_checked_at\": \"2021-01-21 13:51:30\", \"lease_signed_checked_by\": 2, \"welcome_payment_checked\": true, \"renter_insurance_checked\": true, \"flood_certificate_checked\": true, \"appraisal_value_checked_at\": \"2021-01-21 13:51:19\", \"appraisal_value_checked_by\": 2, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": \"2021-01-21 13:51:12\", \"welcome_payment_checked_by\": 2, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": \"2021-01-21 13:51:21\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-01-21 13:51:23\", \"flood_certificate_checked_by\": 2, \"landlord_insurance_checked_at\": \"2021-01-21 13:51:27\", \"landlord_insurance_checked_by\": 2, \"rental_verification_checked_at\": \"2021-01-21 13:51:11\", \"rental_verification_checked_by\": 2, \"on_boarding_fee_payment_checked\": true, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 13:51:14\", \"on_boarding_fee_payment_checked_by\": 2}',2,'2021-01-21 08:51:34','2021-01-21 08:51:34'),(32,32,38,'create','[]','{\"id\": 32, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-22T12:53:58.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-22T12:53:58.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 38, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-21 01:51:17 PM UTC\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-21 01:51:25 PM UTC\", \"warranty_checked_by\": 2, \"deal_save_checked_at\": \"2021-01-21 01:50:44 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-21 01:51:15 PM UTC\", \"inspection_checked_by\": 2, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-21 01:51:30 PM UTC\", \"lease_signed_checked_by\": 2, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-21 01:51:19 PM UTC\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-21 01:51:12 PM UTC\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": \"2021-01-21 01:51:21 PM UTC\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-01-21 01:51:23 PM UTC\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-21 01:51:27 PM UTC\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-21 01:51:11 PM UTC\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 01:51:14 PM UTC\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','[]',2,'2021-01-22 07:53:58','2021-01-22 07:53:58'),(33,33,39,'create','[]','{\"id\": 33, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-22T12:54:13.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-22T12:54:13.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 39, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"deal_save_checked\": 0, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": 904241.12, \"payment_option_6_month\": 930578.24, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": 965694.4, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','[]',2,'2021-01-22 07:54:13','2021-01-22 07:54:13'),(34,34,40,'create','[]','{\"id\": 34, \"rent\": null, \"created_at\": \"2021-01-24T23:22:01.000000Z\", \"created_by\": 4, \"updated_at\": \"2021-01-24T23:22:01.000000Z\", \"other_value\": null, \"property_id\": 40, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": true, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": \"2021-01-24 11:21:12 PM UTC\", \"termite_checked_by\": 4, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:21:03 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',4,'2021-01-24 18:22:01','2021-01-24 18:22:01'),(35,34,40,'create','{\"id\": 34, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:22:01.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:22:01.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 40, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": \"2021-01-24 11:21:12 PM UTC\", \"termite_checked_by\": 4, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:21:03 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 34, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:22:01.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:22:32.000000Z\", \"updated_by\": 4, \"other_value\": null, \"property_id\": 40, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": false, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": \"2021-01-24 11:21:12 PM UTC\", \"termite_checked_by\": 4, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:21:03 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-24 23:22:32\", \"updated_by\": 4, \"termite_checked\": false}',4,'2021-01-24 18:22:32','2021-01-24 18:22:32'),(36,35,41,'create','[]','{\"id\": 35, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:23:58.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:23:58.000000Z\", \"updated_by\": 4, \"other_value\": null, \"property_id\": 41, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 0, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": \"2021-01-24 11:21:12 PM UTC\", \"termite_checked_by\": 4, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:21:03 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','[]',4,'2021-01-24 18:23:58','2021-01-24 18:23:58'),(37,36,42,'create','[]','{\"id\": 36, \"rent\": null, \"created_at\": \"2021-01-24T23:25:16.000000Z\", \"created_by\": 4, \"updated_at\": \"2021-01-24T23:25:16.000000Z\", \"other_value\": null, \"property_id\": 42, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": true, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-24 11:25:13 PM UTC\", \"soc_sec_card_applicant_checked_by\": 4, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',4,'2021-01-24 18:25:16','2021-01-24 18:25:16'),(38,37,43,'create','[]','{\"id\": 37, \"rent\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"updated_at\": \"2021-01-24T23:27:20.000000Z\", \"other_value\": null, \"property_id\": 43, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:26:39 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": false, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": false, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": false, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',4,'2021-01-24 18:27:20','2021-01-24 18:27:20'),(39,37,43,'create','{\"id\": 37, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:27:20.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 43, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:26:39 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 37, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:33:04.000000Z\", \"updated_by\": 4, \"other_value\": null, \"property_id\": 43, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": true, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-24 11:32:58 PM UTC\", \"termite_checked_by\": 4, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-24 11:32:55 PM UTC\", \"inspection_checked_by\": 4, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": \"180000\", \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": \"200000\", \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:26:39 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": \"1\", \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-24 11:31:43 PM UTC\", \"rental_verification_checked_by\": 4, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-24 11:31:46 PM UTC\", \"letter_of_commitment_checked_by\": 4, \"on_boarding_fee_payment_checked\": true, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-24 11:32:43 PM UTC\", \"on_boarding_fee_payment_checked_by\": 4, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-24 23:33:04\", \"updated_by\": 4, \"termite_checked\": true, \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-24 23:32:58\", \"termite_checked_by\": 4, \"inspection_checked_at\": \"2021-01-24 23:32:55\", \"inspection_checked_by\": 4, \"payment_option_6_month\": \"180000\", \"payment_option_12_month\": \"200000\", \"rental_verification_checked\": true, \"letter_of_commitment_checked\": true, \"payment_option_select_checked\": \"1\", \"rental_verification_checked_at\": \"2021-01-24 23:31:43\", \"rental_verification_checked_by\": 4, \"letter_of_commitment_checked_at\": \"2021-01-24 23:31:46\", \"letter_of_commitment_checked_by\": 4, \"on_boarding_fee_payment_checked\": true, \"on_boarding_fee_payment_checked_at\": \"2021-01-24 23:32:43\", \"on_boarding_fee_payment_checked_by\": 4}',4,'2021-01-24 18:33:04','2021-01-24 18:33:04'),(40,37,43,'create','{\"id\": 37, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:33:04.000000Z\", \"updated_by\": 4, \"other_value\": null, \"property_id\": 43, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-24 11:32:58 PM UTC\", \"termite_checked_by\": 4, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-24 11:32:55 PM UTC\", \"inspection_checked_by\": 4, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 180000, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 200000, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:26:39 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-24 11:31:43 PM UTC\", \"rental_verification_checked_by\": 4, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-24 11:31:46 PM UTC\", \"letter_of_commitment_checked_by\": 4, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-24 11:32:43 PM UTC\", \"on_boarding_fee_payment_checked_by\": 4, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 37, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:34:19.000000Z\", \"updated_by\": 4, \"other_value\": null, \"property_id\": 43, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": true, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-24 11:32:58 PM UTC\", \"termite_checked_by\": 4, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-24 11:33:55 PM UTC\", \"warranty_checked_by\": 4, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": true, \"inspection_checked_at\": \"2021-01-24 11:32:55 PM UTC\", \"inspection_checked_by\": 4, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": \"BUUBA WARRANTY\", \"payment_option_3_month\": null, \"payment_option_6_month\": 180000, \"appraisal_value_checked\": true, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-24 11:34:09 PM UTC\", \"lease_signed_checked_by\": 4, \"payment_option_12_month\": 200000, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": true, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": true, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-24 11:33:23 PM UTC\", \"appraisal_value_checked_by\": 4, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": \"2021-01-24 11:26:39 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": \"2021-01-24 11:33:50 PM UTC\", \"renter_insurance_checked_by\": 4, \"flood_certificate_checked_at\": \"2021-01-24 11:33:52 PM UTC\", \"flood_certificate_checked_by\": 4, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-24 11:33:54 PM UTC\", \"landlord_insurance_checked_by\": 4, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-24 11:31:43 PM UTC\", \"rental_verification_checked_by\": 4, \"soc_sec_card_applicant_checked\": true, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-24 11:31:46 PM UTC\", \"letter_of_commitment_checked_by\": 4, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": \"1\", \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": true, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-24 11:33:29 PM UTC\", \"soc_sec_card_applicant_checked_by\": 4, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-24 11:32:43 PM UTC\", \"on_boarding_fee_payment_checked_by\": 4, \"driver_license_applicant_checked_at\": \"2021-01-24 11:33:25 PM UTC\", \"driver_license_applicant_checked_by\": 4, \"driver_license_co_applicant_checked\": true, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": \"2021-01-24 11:33:27 PM UTC\", \"driver_license_co_applicant_checked_by\": 4, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-24 23:34:19\", \"warranty_checked\": true, \"warranty_checked_at\": \"2021-01-24 23:33:55\", \"warranty_checked_by\": 4, \"lease_signed_checked\": true, \"warranty_company_name\": \"BUUBA WARRANTY\", \"appraisal_value_checked\": true, \"lease_signed_checked_at\": \"2021-01-24 23:34:09\", \"lease_signed_checked_by\": 4, \"renter_insurance_checked\": true, \"flood_certificate_checked\": true, \"appraisal_value_checked_at\": \"2021-01-24 23:33:23\", \"appraisal_value_checked_by\": 4, \"landlord_insurance_checked\": true, \"renter_insurance_checked_at\": \"2021-01-24 23:33:50\", \"renter_insurance_checked_by\": 4, \"flood_certificate_checked_at\": \"2021-01-24 23:33:52\", \"flood_certificate_checked_by\": 4, \"landlord_insurance_checked_at\": \"2021-01-24 23:33:54\", \"landlord_insurance_checked_by\": 4, \"soc_sec_card_applicant_checked\": true, \"warranty_paid_by_seller_checked\": \"1\", \"driver_license_applicant_checked\": true, \"soc_sec_card_applicant_checked_at\": \"2021-01-24 23:33:29\", \"soc_sec_card_applicant_checked_by\": 4, \"driver_license_applicant_checked_at\": \"2021-01-24 23:33:25\", \"driver_license_applicant_checked_by\": 4, \"driver_license_co_applicant_checked\": true, \"driver_license_co_applicant_checked_at\": \"2021-01-24 23:33:27\", \"driver_license_co_applicant_checked_by\": 4}',4,'2021-01-24 18:34:19','2021-01-24 18:34:19'),(41,17,20,'create','{\"id\": 17, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:49:20.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 20, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 0, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": \"2021-01-13\", \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 12:49:04 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"hngfnhgfh\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 17, \"rent\": \"12121\", \"client_id\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-26T12:56:31.000000Z\", \"updated_by\": 8, \"other_value\": null, \"property_id\": 20, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 0, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": \"2021-01-13\", \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 12:49:04 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"hngfnhgfh\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"rent\": \"12121\", \"updated_at\": \"2021-01-26 12:56:31\", \"updated_by\": 8}',8,'2021-01-26 07:56:31','2021-01-26 07:56:31'),(42,38,2,'create','[]','{\"id\": 38, \"rent\": null, \"created_at\": \"2021-01-26T12:57:28.000000Z\", \"created_by\": 8, \"updated_at\": \"2021-01-26T12:57:28.000000Z\", \"other_value\": null, \"property_id\": 2, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": true, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": true, \"termite_checked_at\": \"2021-01-26 12:57:15 PM UTC\", \"termite_checked_by\": 8, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-26 12:57:24 PM UTC\", \"inspection_checked_by\": 8, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": true, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-26 12:57:25 PM UTC\", \"appraisal_value_checked_by\": 8, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-26 12:57:07 PM UTC\", \"welcome_payment_checked_by\": 8, \"payment_option_date_checked\": null, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"rental_verification_checked_at\": \"2021-01-26 12:57:08 PM UTC\", \"rental_verification_checked_by\": 8, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-26 12:57:11 PM UTC\", \"letter_of_commitment_checked_by\": 8, \"on_boarding_fee_payment_checked\": true, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-26 12:57:13 PM UTC\", \"on_boarding_fee_payment_checked_by\": 8, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',8,'2021-01-26 07:57:28','2021-01-26 07:57:28'),(43,30,36,'create','{\"id\": 30, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:39:59.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 36, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-21 01:39:40 PM UTC\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-21 01:39:18 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-21 01:39:39 PM UTC\", \"inspection_checked_by\": 2, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 3856, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-21 01:39:41 PM UTC\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-21 01:39:19 PM UTC\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": \"2021-01-21 01:39:44 PM UTC\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-01-21 01:39:46 PM UTC\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-21 01:39:48 PM UTC\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-21 01:39:21 PM UTC\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-21 01:39:22 PM UTC\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 01:39:36 PM UTC\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 30, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-26T12:58:52.000000Z\", \"updated_by\": 8, \"other_value\": null, \"property_id\": 36, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": true, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-21 01:39:40 PM UTC\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-26 12:58:39 PM UTC\", \"warranty_checked_by\": 8, \"deal_save_checked_at\": \"2021-01-21 01:39:18 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": true, \"inspection_checked_at\": \"2021-01-21 01:39:39 PM UTC\", \"inspection_checked_by\": 2, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-26 12:58:41 PM UTC\", \"lease_signed_checked_by\": 8, \"payment_option_12_month\": 3856, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-21 01:39:41 PM UTC\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-21 01:39:19 PM UTC\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": \"2021-01-21 01:39:44 PM UTC\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-01-21 01:39:46 PM UTC\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-21 01:39:48 PM UTC\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-21 01:39:21 PM UTC\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-21 01:39:22 PM UTC\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 01:39:36 PM UTC\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-26 12:58:52\", \"updated_by\": 8, \"warranty_checked\": true, \"warranty_checked_at\": \"2021-01-26 12:58:39\", \"warranty_checked_by\": 8, \"lease_signed_checked\": true, \"lease_signed_checked_at\": \"2021-01-26 12:58:41\", \"lease_signed_checked_by\": 8}',8,'2021-01-26 07:58:52','2021-01-26 07:58:52'),(44,28,32,'create','{\"id\": 28, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-20T07:57:59.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 32, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-20 07:57:36 AM UTC\", \"deal_save_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-20 07:57:37 AM UTC\", \"welcome_payment_checked_by\": 1, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-20 07:57:44 AM UTC\", \"rental_verification_checked_by\": 1, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-20 07:57:47 AM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 28, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-26T14:38:00.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 32, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": \"2021-01-20\", \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-20 07:57:36 AM UTC\", \"deal_save_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 3850, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-20 07:57:37 AM UTC\", \"welcome_payment_checked_by\": 1, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": \"1\", \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-20 07:57:44 AM UTC\", \"rental_verification_checked_by\": 1, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-20 07:57:47 AM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-01-26 14:38:00\", \"updated_by\": 2, \"payment_option_date\": \"2021-01-20\", \"payment_option_12_month\": 3850, \"payment_option_select_checked\": \"1\"}',2,'2021-01-26 09:38:00','2021-01-26 09:38:00'),(45,28,32,'create','{\"id\": 28, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-26T14:38:00.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 32, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": \"2021-01-20\", \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-20 07:57:36 AM\", \"deal_save_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"total_payment_options\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 3850, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-20 07:57:37 AM\", \"welcome_payment_checked_by\": 1, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 1, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-20 07:57:44 AM\", \"rental_verification_checked_by\": 1, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-20 07:57:47 AM\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 28, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-03-04T13:45:15.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 32, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": \"2021-01-20\", \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-20 07:57:36 AM\", \"deal_save_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"total_payment_options\": 3850, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 3850, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-20 07:57:37 AM\", \"welcome_payment_checked_by\": 1, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 1, \"monthly_payment_option_checked\": true, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-20 07:57:44 AM\", \"rental_verification_checked_by\": 1, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-20 07:57:47 AM\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": \"2021-03-04 01:45:06 PM\", \"monthly_payment_option_checked_by\": 2, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": \"1212\", \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": \"1212\", \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-03-04 13:45:15\", \"total_payment_options\": 3850, \"monthly_payment_option_checked\": true, \"monthly_payment_option_checked_at\": \"2021-03-04 13:45:06\", \"monthly_payment_option_checked_by\": 2, \"monthly_payment_option_checked_amount\": \"1212\", \"monthly_payment_option_checked_comment\": \"1212\"}',2,'2021-03-04 08:45:15','2021-03-04 08:45:15'),(46,1,1,'create','[]','{\"id\": 1, \"rent\": 1543.6666666666667, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"property_id\": 1, \"appraisal_value\": 202000, \"deal_save_checked\": null, \"inspection_checked_at\": \"2018-06-15 12:00:00 AM\", \"total_payment_options\": 11025, \"payment_option_3_month\": null, \"payment_option_6_month\": 212500, \"payment_option_12_month\": 220500, \"appraisal_value_checked_at\": \"2018-06-13 12:00:00 AM\", \"welcome_payment_checked_at\": \"2018-06-15 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(47,2,3,'create','[]','{\"id\": 2, \"rent\": 1399.9166666666667, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"property_id\": 3, \"appraisal_value\": 167000, \"deal_save_checked\": null, \"inspection_checked_at\": \"2018-08-21 12:00:00 AM\", \"total_payment_options\": 9645, \"payment_option_3_month\": null, \"payment_option_6_month\": \"NA\", \"payment_option_12_month\": null, \"appraisal_value_checked_at\": \"2018-08-24 12:00:00 AM\", \"welcome_payment_checked_at\": \"2018-07-12 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(48,3,4,'create','[]','{\"id\": 3, \"rent\": 1307, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"property_id\": 4, \"appraisal_value\": 174000, \"deal_save_checked\": \"YES\", \"inspection_checked_at\": \"2018-08-27 12:00:00 AM\", \"total_payment_options\": 8900, \"payment_option_3_month\": null, \"payment_option_6_month\": 175000, \"payment_option_12_month\": 181000, \"appraisal_value_checked_at\": \"2018-08-30 12:00:00 AM\", \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(49,4,5,'create','[]','{\"id\": 4, \"rent\": 1733, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"property_id\": 5, \"appraisal_value\": 218000, \"deal_save_checked\": null, \"inspection_checked_at\": \"2018-10-16 12:00:00 AM\", \"total_payment_options\": 8432, \"payment_option_3_month\": null, \"payment_option_6_month\": 232900, \"payment_option_12_month\": 240900, \"appraisal_value_checked_at\": \"2019-01-11 12:00:00 AM\", \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(50,5,6,'create','[]','{\"id\": 5, \"rent\": 1083, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"property_id\": 6, \"appraisal_value\": 135000, \"deal_save_checked\": null, \"inspection_checked_at\": \"2019-04-06 12:00:00 AM\", \"total_payment_options\": 4560, \"payment_option_3_month\": null, \"payment_option_6_month\": 146000, \"payment_option_12_month\": 152000, \"appraisal_value_checked_at\": \"2019-04-12 12:00:00 AM\", \"welcome_payment_checked_at\": \"2019-03-07 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(51,6,7,'create','[]','{\"id\": 6, \"rent\": 1949.3333333333337, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"property_id\": 7, \"appraisal_value\": 263000, \"deal_save_checked\": null, \"inspection_checked_at\": \"2019-06-06 12:00:00 AM\", \"total_payment_options\": 13800, \"payment_option_3_month\": null, \"payment_option_6_month\": 269000, \"payment_option_12_month\": 280000, \"appraisal_value_checked_at\": \"2019-06-05 12:00:00 AM\", \"welcome_payment_checked_at\": \"2019-05-10 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(52,7,8,'create','[]','{\"id\": 7, \"rent\": 1701.6666666666667, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"property_id\": 8, \"appraisal_value\": 215000, \"deal_save_checked\": null, \"inspection_checked_at\": \"2019-08-18 12:00:00 AM\", \"total_payment_options\": 15410, \"payment_option_3_month\": null, \"payment_option_6_month\": 219900, \"payment_option_12_month\": 227900, \"appraisal_value_checked_at\": \"2019-08-19 12:00:00 AM\", \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(53,8,9,'create','[]','{\"id\": 8, \"rent\": 1375, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 9, \"appraisal_value\": 250000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7250, \"payment_option_3_month\": null, \"payment_option_6_month\": 265000, \"payment_option_12_month\": 275000, \"appraisal_value_checked_at\": \"2020-02-27 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-02-14 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(54,9,10,'create','[]','{\"id\": 9, \"rent\": 1925, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 10, \"appraisal_value\": 262000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 8880, \"payment_option_3_month\": null, \"payment_option_6_month\": 285000, \"payment_option_12_month\": 296000, \"appraisal_value_checked_at\": null, \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(55,10,11,'create','[]','{\"id\": 10, \"rent\": 2332.8333333333335, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 11, \"appraisal_value\": 335000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 16265, \"payment_option_3_month\": null, \"payment_option_6_month\": 342900, \"payment_option_12_month\": 355900, \"appraisal_value_checked_at\": null, \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(56,11,12,'create','[]','{\"id\": 11, \"rent\": 1390, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 12, \"appraisal_value\": 210000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 21800, \"payment_option_3_month\": null, \"payment_option_6_month\": 213000, \"payment_option_12_month\": 221000, \"appraisal_value_checked_at\": \"2020-04-10 12:00:00 AM\", \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(57,12,13,'create','[]','{\"id\": 12, \"rent\": 1717.9166666666667, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 13, \"appraisal_value\": 242000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7860, \"payment_option_3_month\": null, \"payment_option_6_month\": 249500, \"payment_option_12_month\": 259900, \"appraisal_value_checked_at\": \"2020-05-13 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-04-16 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(58,13,14,'create','[]','{\"id\": 13, \"rent\": 1566, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 14, \"appraisal_value\": 210000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 23485, \"payment_option_3_month\": null, \"payment_option_6_month\": 226310, \"payment_option_12_month\": 234850, \"appraisal_value_checked_at\": \"2020-05-26 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-05-07 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(59,14,15,'create','[]','{\"id\": 14, \"rent\": 1360, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 15, \"appraisal_value\": 190000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 6140, \"payment_option_3_month\": null, \"payment_option_6_month\": 197160, \"payment_option_12_month\": 204600, \"appraisal_value_checked_at\": \"2020-05-04 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-05-04 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(60,15,16,'create','[]','{\"id\": 15, \"rent\": 1551.25, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 16, \"appraisal_value\": 216500, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 6983, \"payment_option_3_month\": null, \"payment_option_6_month\": 224312, \"payment_option_12_month\": 232777, \"appraisal_value_checked_at\": \"2020-06-09 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-05-22 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(61,16,17,'create','[]','{\"id\": 16, \"rent\": 1702.25, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 17, \"appraisal_value\": 228500, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7656, \"payment_option_3_month\": null, \"payment_option_6_month\": 245920, \"payment_option_12_month\": 255200, \"appraisal_value_checked_at\": \"2020-06-03 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-05-11 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(62,17,18,'create','[]','{\"id\": 17, \"rent\": 1465, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 18, \"appraisal_value\": 202000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 6617, \"payment_option_3_month\": null, \"payment_option_6_month\": 212530, \"payment_option_12_month\": 220550, \"appraisal_value_checked_at\": \"2020-06-23 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-04-23 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(63,18,19,'create','[]','{\"id\": 18, \"rent\": 1225.4166666666667, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 19, \"appraisal_value\": 175000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 5528, \"payment_option_3_month\": null, \"payment_option_6_month\": 177550, \"payment_option_12_month\": 184250, \"appraisal_value_checked_at\": \"2020-06-01 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-05-28 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(64,19,21,'create','[]','{\"id\": 19, \"rent\": 1302.8333333333333, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 21, \"appraisal_value\": 175000, \"deal_save_checked\": null, \"inspection_checked_at\": \"2020-07-02 12:00:00 AM\", \"total_payment_options\": 5891, \"payment_option_3_month\": 186900, \"payment_option_6_month\": 185710, \"payment_option_12_month\": 192850, \"appraisal_value_checked_at\": \"2020-07-09 12:00:00 AM\", \"welcome_payment_checked_at\": \"2002-06-24 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(65,20,22,'create','[]','{\"id\": 20, \"rent\": 1161.6666666666667, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 22, \"appraisal_value\": 180000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 5257, \"payment_option_3_month\": null, \"payment_option_6_month\": 177675, \"payment_option_12_month\": 184047, \"appraisal_value_checked_at\": \"2020-08-05 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-07-19 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(66,21,23,'create','[]','{\"id\": 21, \"rent\": 1745.4166666666667, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 23, \"appraisal_value\": 212000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7230, \"payment_option_3_month\": null, \"payment_option_6_month\": 224418, \"payment_option_12_month\": 232887, \"appraisal_value_checked_at\": \"2020-08-03 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-07-22 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(67,22,24,'create','[]','{\"id\": 22, \"rent\": 1900.4166666666663, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 24, \"appraisal_value\": 275000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 8960, \"payment_option_3_month\": null, \"payment_option_6_month\": 287790, \"payment_option_12_month\": 298650, \"appraisal_value_checked_at\": \"2020-07-23 12:00:00 AM\", \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(68,23,25,'create','[]','{\"id\": 23, \"rent\": 1752.5, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 25, \"appraisal_value\": 247000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7871, \"payment_option_3_month\": null, \"payment_option_6_month\": 255310, \"payment_option_12_month\": 264850, \"appraisal_value_checked_at\": \"2020-08-30 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-07-17 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(69,24,26,'create','[]','{\"id\": 24, \"rent\": 1600.1666666666667, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 26, \"appraisal_value\": 220000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7227, \"payment_option_3_month\": null, \"payment_option_6_month\": 232140, \"payment_option_12_month\": 240900, \"appraisal_value_checked_at\": \"2020-09-04 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-07-21 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(70,25,27,'create','[]','{\"id\": 25, \"rent\": 1907.9166666666663, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 27, \"appraisal_value\": 258000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 8531, \"payment_option_3_month\": null, \"payment_option_6_month\": 274010, \"payment_option_12_month\": 284350, \"appraisal_value_checked_at\": \"2020-08-31 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-08-05 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(71,26,28,'create','[]','{\"id\": 26, \"rent\": 1210.8333333333333, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 28, \"appraisal_value\": 165000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 5445, \"payment_option_3_month\": null, \"payment_option_6_month\": 174900, \"payment_option_12_month\": 181500, \"appraisal_value_checked_at\": \"2020-09-08 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-08-26 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(72,27,29,'create','[]','{\"id\": 27, \"rent\": 2467.416666666667, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 29, \"appraisal_value\": 337000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 18068, \"payment_option_3_month\": null, \"payment_option_6_month\": 348210, \"payment_option_12_month\": 361350, \"appraisal_value_checked_at\": \"2020-09-14 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-09-08 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(73,28,30,'create','[]','{\"id\": 28, \"rent\": 1178.3333333333333, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 30, \"appraisal_value\": 161000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 5293, \"payment_option_3_month\": null, \"payment_option_6_month\": 170024, \"payment_option_12_month\": 176440, \"appraisal_value_checked_at\": \"2020-09-28 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-05-14 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(74,29,31,'create','[]','{\"id\": 29, \"rent\": 1794.5, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 31, \"appraisal_value\": 240000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 8032, \"payment_option_3_month\": null, \"payment_option_6_month\": 258004, \"payment_option_12_month\": 267740, \"appraisal_value_checked_at\": \"2020-11-02 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-10-22 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(75,30,32,'create','[]','{\"id\": 30, \"rent\": 1593.9166666666667, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 32, \"appraisal_value\": 237000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7211, \"payment_option_3_month\": null, \"payment_option_6_month\": 231610, \"payment_option_12_month\": 240350, \"appraisal_value_checked_at\": \"2020-11-21 12:00:00 AM\", \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(76,31,33,'create','[]','{\"id\": 31, \"rent\": 1407.75, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 33, \"appraisal_value\": 229000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 2411, \"payment_option_3_month\": null, \"payment_option_6_month\": 246000, \"payment_option_12_month\": 255000, \"appraisal_value_checked_at\": \"2020-11-25 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-11-16 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(77,32,34,'create','[]','{\"id\": 32, \"rent\": 2441.75, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 34, \"appraisal_value\": 320000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 32225, \"payment_option_3_month\": null, \"payment_option_6_month\": 344500, \"payment_option_12_month\": 357500, \"appraisal_value_checked_at\": null, \"welcome_payment_checked_at\": \"2020-11-20 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(78,33,35,'create','[]','{\"id\": 33, \"rent\": 1684.1666666666667, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 35, \"appraisal_value\": 227000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7607, \"payment_option_3_month\": null, \"payment_option_6_month\": 244330, \"payment_option_12_month\": 253550, \"appraisal_value_checked_at\": \"2020-11-25 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-11-14 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(79,34,36,'create','[]','{\"id\": 34, \"rent\": 2097.4166666666665, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 36, \"appraisal_value\": 278000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 9290, \"payment_option_3_month\": null, \"payment_option_6_month\": 298390, \"payment_option_12_month\": 309650, \"appraisal_value_checked_at\": \"2020-11-25 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-10-23 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(80,35,37,'create','[]','{\"id\": 35, \"rent\": 1614.3333333333333, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 37, \"appraisal_value\": 218000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7306, \"payment_option_3_month\": null, \"payment_option_6_month\": 234684, \"payment_option_12_month\": 243540, \"appraisal_value_checked_at\": \"2020-11-25 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-11-02 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(81,36,38,'create','[]','{\"id\": 36, \"rent\": 1465, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 38, \"appraisal_value\": 235000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 6600, \"payment_option_3_month\": null, \"payment_option_6_month\": 212000, \"payment_option_12_month\": 220000, \"appraisal_value_checked_at\": \"2020-12-18 12:00:00 AM\", \"welcome_payment_checked_at\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(82,37,39,'create','[]','{\"id\": 37, \"rent\": 1084.8333333333333, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 39, \"appraisal_value\": 155000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 4868, \"payment_option_3_month\": null, \"payment_option_6_month\": 156350, \"payment_option_12_month\": 162250, \"appraisal_value_checked_at\": \"2020-12-22 12:00:00 AM\", \"welcome_payment_checked_at\": \"2020-12-09 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(83,38,40,'create','[]','{\"id\": 38, \"rent\": 1671.0833333333333, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 40, \"appraisal_value\": 226000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7541, \"payment_option_3_month\": null, \"payment_option_6_month\": 242210, \"payment_option_12_month\": 251350, \"appraisal_value_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_at\": \"2021-01-11 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(84,39,41,'create','[]','{\"id\": 39, \"rent\": 1930, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"property_id\": 41, \"appraisal_value\": 230000, \"deal_save_checked\": null, \"inspection_checked_at\": null, \"total_payment_options\": 7673, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"payment_option_12_month\": 255750, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\"}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(85,30,32,'create','{\"id\": 30, \"rent\": 1593.92, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 32, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 237000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"7211.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 231610, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 240350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2020-11-21 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 30, \"rent\": 1593.92, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-03-24T07:05:21.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 32, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 237000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": false, \"deal_save_checked\": null, \"lease_expire_date\": \"2021-11-30\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": 471960, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 231610, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 240350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": \"1\", \"appraisal_value_checked_at\": \"2020-11-21 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-03-24 07:04:21 AM\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": \"test\", \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-03-24 07:05:21\", \"updated_by\": 2, \"warranty_checked\": false, \"lease_expire_date\": \"2021-11-30\", \"total_payment_options\": 471960, \"septic_inspection_checked\": \"1\", \"landlord_insurance_checked\": true, \"landlord_insurance_checked_at\": \"2021-03-24 07:04:21\", \"landlord_insurance_checked_by\": 2, \"landlord_insurance_checked_comment\": \"test\"}',2,'2021-03-24 02:05:21','2021-03-24 02:05:21'),(86,40,NULL,'create','[]','{\"id\": 40, \"rent\": null, \"created_at\": \"2021-04-06T10:09:51.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-04-06T10:09:51.000000Z\", \"other_value\": null, \"property_id\": null, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"total_payment_options\": 0, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"monthly_payment_option_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',2,'2021-04-06 05:09:51','2021-04-06 05:09:51'),(87,41,NULL,'create','[]','{\"id\": 41, \"rent\": null, \"created_at\": \"2021-04-06T10:10:54.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-04-06T10:10:54.000000Z\", \"other_value\": null, \"property_id\": null, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"total_payment_options\": 0, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"monthly_payment_option_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',2,'2021-04-06 05:10:54','2021-04-06 05:10:54'),(88,42,NULL,'create','[]','{\"id\": 42, \"rent\": null, \"created_at\": \"2021-04-06T10:12:46.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-04-06T10:12:46.000000Z\", \"other_value\": null, \"property_id\": null, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": \"1234\", \"termite_checked\": true, \"termite_paid_by\": null, \"warranty_checked\": true, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": true, \"termite_checked_at\": \"2021-04-06 10:12:21 AM\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-04-06 10:12:36 AM\", \"warranty_checked_by\": 2, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": true, \"inspection_checked_at\": \"2021-04-06 10:12:19 AM\", \"inspection_checked_by\": 2, \"renter_insurance_name\": \"test\", \"repair_credit_checked\": null, \"total_payment_options\": 0, \"warranty_company_name\": \"tset\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": true, \"lease_signed_checked_at\": \"2021-04-06 10:12:42 AM\", \"lease_signed_checked_by\": 2, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": true, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": true, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-04-06 10:12:22 AM\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": \"2021-04-06 10:12:11 AM\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": \"2021-04-06 10:12:24 AM\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-04-06 10:12:33 AM\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"landlord_insurance_checked_at\": \"2021-04-06 10:12:34 AM\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": null, \"monthly_payment_option_checked\": null, \"rental_verification_checked_at\": \"2021-04-06 10:12:14 AM\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-04-06 10:12:15 AM\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": true, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-04-06 10:12:18 AM\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',2,'2021-04-06 05:12:47','2021-04-06 05:12:47'),(89,39,41,'create','{\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"7673.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:15:06.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": 502200, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-04-06 10:15:06\", \"updated_by\": 2, \"lease_expire_date\": \"2022-02-28\", \"total_payment_options\": 502200}',2,'2021-04-06 05:15:06','2021-04-06 05:15:06'),(90,39,41,'create','{\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:15:06.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"502200.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:16:14.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": 502200, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-04-06 10:16:14\", \"lease_expire_date\": \"2022-02-28\", \"total_payment_options\": 502200}',2,'2021-04-06 05:16:14','2021-04-06 05:16:14'),(91,39,41,'create','{\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:16:14.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"502200.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:19:40.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": true, \"termite_paid_by\": 0, \"warranty_checked\": true, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": \"2021-04-06 10:16:43 AM\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-04-06 10:16:57 AM\", \"warranty_checked_by\": 2, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": true, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": \"test\", \"repair_credit_checked\": 0, \"total_payment_options\": 502200, \"warranty_company_name\": \"test\", \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": true, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-04-06 10:17:01 AM\", \"lease_signed_checked_by\": 2, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": true, \"renter_insurance_checked\": true, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": true, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-04-06 10:16:45 AM\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": \"2021-04-06 10:16:35 AM\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": 0, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": \"2021-04-06 10:16:47 AM\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-04-06 10:16:49 AM\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": true, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-04-06 10:16:54 AM\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": false, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-04-06 10:16:37 AM\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": true, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-04-06 10:16:39 AM\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": true, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": true, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-04-06 10:19:32 AM\", \"soc_sec_card_applicant_checked_by\": 2, \"soc_sec_card_co_applicant_checked\": true, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-04-06 10:16:41 AM\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": \"2021-04-06 10:19:29 AM\", \"driver_license_applicant_checked_by\": 2, \"driver_license_co_applicant_checked\": true, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-04-06 10:19:35 AM\", \"soc_sec_card_co_applicant_checked_by\": 2, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": \"2021-04-06 10:19:31 AM\", \"driver_license_co_applicant_checked_by\": 2, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-04-06 10:19:40\", \"termite_checked\": true, \"warranty_checked\": true, \"lease_expire_date\": \"2022-02-28\", \"termite_checked_at\": \"2021-04-06 10:16:43\", \"termite_checked_by\": 2, \"warranty_checked_at\": \"2021-04-06 10:16:57\", \"warranty_checked_by\": 2, \"lease_signed_checked\": true, \"renter_insurance_name\": \"test\", \"total_payment_options\": 502200, \"warranty_company_name\": \"test\", \"appraisal_value_checked\": true, \"lease_signed_checked_at\": \"2021-04-06 10:17:01\", \"lease_signed_checked_by\": 2, \"welcome_payment_checked\": true, \"renter_insurance_checked\": true, \"flood_certificate_checked\": true, \"appraisal_value_checked_at\": \"2021-04-06 10:16:45\", \"appraisal_value_checked_by\": 2, \"landlord_insurance_checked\": true, \"welcome_payment_checked_at\": \"2021-04-06 10:16:35\", \"welcome_payment_checked_by\": 2, \"rental_verification_checked\": true, \"renter_insurance_checked_at\": \"2021-04-06 10:16:47\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-04-06 10:16:49\", \"flood_certificate_checked_by\": 2, \"letter_of_commitment_checked\": true, \"landlord_insurance_checked_at\": \"2021-04-06 10:16:54\", \"landlord_insurance_checked_by\": 2, \"monthly_payment_option_checked\": false, \"rental_verification_checked_at\": \"2021-04-06 10:16:37\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": true, \"letter_of_commitment_checked_at\": \"2021-04-06 10:16:39\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": true, \"driver_license_applicant_checked\": true, \"soc_sec_card_applicant_checked_at\": \"2021-04-06 10:19:32\", \"soc_sec_card_applicant_checked_by\": 2, \"soc_sec_card_co_applicant_checked\": true, \"on_boarding_fee_payment_checked_at\": \"2021-04-06 10:16:41\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": \"2021-04-06 10:19:29\", \"driver_license_applicant_checked_by\": 2, \"driver_license_co_applicant_checked\": true, \"soc_sec_card_co_applicant_checked_at\": \"2021-04-06 10:19:35\", \"soc_sec_card_co_applicant_checked_by\": 2, \"driver_license_co_applicant_checked_at\": \"2021-04-06 10:19:31\", \"driver_license_co_applicant_checked_by\": 2}',2,'2021-04-06 05:19:40','2021-04-06 05:19:40'),(92,39,41,'create','{\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:19:40.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 1, \"termite_paid_by\": 0, \"warranty_checked\": 1, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": \"2021-04-06 10:16:43 AM\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-04-06 10:16:57 AM\", \"warranty_checked_by\": 2, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 1, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": \"test\", \"repair_credit_checked\": 0, \"total_payment_options\": \"502200.00\", \"warranty_company_name\": \"test\", \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-04-06 10:17:01 AM\", \"lease_signed_checked_by\": 2, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-04-06 10:16:45 AM\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": \"2021-04-06 10:16:35 AM\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": \"2021-04-06 10:16:47 AM\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-04-06 10:16:49 AM\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-04-06 10:16:54 AM\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-04-06 10:16:37 AM\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-04-06 10:16:39 AM\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-04-06 10:19:32 AM\", \"soc_sec_card_applicant_checked_by\": 2, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-04-06 10:16:41 AM\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": \"2021-04-06 10:19:29 AM\", \"driver_license_applicant_checked_by\": 2, \"driver_license_co_applicant_checked\": 1, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-04-06 10:19:35 AM\", \"soc_sec_card_co_applicant_checked_by\": 2, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": \"2021-04-06 10:19:31 AM\", \"driver_license_co_applicant_checked_by\": 2, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:21:21.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 1, \"termite_paid_by\": 0, \"warranty_checked\": 1, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": \"2021-04-06 10:16:43 AM\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-04-06 10:16:57 AM\", \"warranty_checked_by\": 2, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 1, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": \"test\", \"repair_credit_checked\": 0, \"total_payment_options\": 502200, \"warranty_company_name\": \"test\", \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-04-06 10:17:01 AM\", \"lease_signed_checked_by\": 2, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-04-06 10:16:45 AM\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": \"2021-04-06 10:16:35 AM\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": \"2021-04-06 10:16:47 AM\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-04-06 10:16:49 AM\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-04-06 10:16:54 AM\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-04-06 10:16:37 AM\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-04-06 10:16:39 AM\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-04-06 10:19:32 AM\", \"soc_sec_card_applicant_checked_by\": 2, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-04-06 10:16:41 AM\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": \"2021-04-06 10:19:29 AM\", \"driver_license_applicant_checked_by\": 2, \"driver_license_co_applicant_checked\": 1, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-04-06 10:19:35 AM\", \"soc_sec_card_co_applicant_checked_by\": 2, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": \"2021-04-06 10:19:31 AM\", \"driver_license_co_applicant_checked_by\": 2, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-04-06 10:21:21\", \"lease_expire_date\": \"2022-02-28\", \"total_payment_options\": 502200}',2,'2021-04-06 05:21:21','2021-04-06 05:21:21'),(93,43,NULL,'create','[]','{\"id\": 43, \"rent\": null, \"created_at\": \"2021-04-06T10:23:11.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-04-06T10:23:11.000000Z\", \"other_value\": null, \"property_id\": null, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"total_payment_options\": 0, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"monthly_payment_option_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',2,'2021-04-06 05:23:11','2021-04-06 05:23:11'),(94,38,40,'create','{\"id\": 38, \"rent\": 1671.08, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 40, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 226000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"7541.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 242210, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 251350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-20 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-11 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 38, \"rent\": 1671.08, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:24:32.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 40, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 226000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-01-31\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": 493560, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 242210, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 251350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-20 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-11 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-04-06 10:24:32\", \"updated_by\": 2, \"lease_expire_date\": \"2022-01-31\", \"total_payment_options\": 493560}',2,'2021-04-06 05:24:32','2021-04-06 05:24:32'),(95,38,40,'create','{\"id\": 38, \"rent\": 1671.08, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:24:32.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 40, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 226000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-01-31T00:00:00.000000Z\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"493560.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 242210, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 251350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-20 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-11 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"id\": 38, \"rent\": 1671.08, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:24:54.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 40, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 226000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-01-31\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": 493560, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 242210, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 251350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-20 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-11 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}','{\"updated_at\": \"2021-04-06 10:24:54\", \"lease_expire_date\": \"2022-01-31\", \"total_payment_options\": 493560}',2,'2021-04-06 05:24:54','2021-04-06 05:24:54'),(96,44,NULL,'create','[]','{\"id\": 44, \"rent\": null, \"created_at\": \"2021-04-06T10:26:59.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-04-06T10:26:59.000000Z\", \"other_value\": null, \"property_id\": null, \"other_checked\": null, \"repair_credit\": null, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"total_payment_options\": 0, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"monthly_payment_option_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null}','[]',2,'2021-04-06 05:26:59','2021-04-06 05:26:59'); /*!40000 ALTER TABLE `pre_closing_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `properties` -- DROP TABLE IF EXISTS `properties`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `properties` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `additional_tenant_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_tenant_check` tinyint(1) DEFAULT '0', `parent_id` int(10) unsigned DEFAULT NULL, `client_id` int(10) unsigned DEFAULT NULL, `mortgage_type_id` int(10) unsigned DEFAULT NULL, `property_status_id` int(10) unsigned DEFAULT NULL, `sold_date` date DEFAULT NULL, `move_out_date` timestamp NULL DEFAULT NULL, `sold_price_entered_at` timestamp NULL DEFAULT NULL, `sold_price_entered_by` bigint(20) unsigned DEFAULT NULL, `sold_price` bigint(20) unsigned DEFAULT NULL, `deal_save_checked` tinyint(1) DEFAULT '0', `deal_save_checked_by` int(10) unsigned DEFAULT NULL, `deal_save_checked_at` timestamp NULL DEFAULT NULL, `deal_save_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `house_number_and_street` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `county` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `new_construction_check` tinyint(1) DEFAULT '0', `new_construction_builder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `purchase_price` int(10) unsigned DEFAULT NULL, `closing_cost` int(10) unsigned DEFAULT NULL, `closing_credit_general` int(10) unsigned DEFAULT NULL, `annual_property_tax` int(10) unsigned DEFAULT NULL, `repair_credit` decimal(12,2) DEFAULT NULL, `hoa_check` tinyint(1) DEFAULT '0', `hoa_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hoa_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hoa_annual_fee` int(10) unsigned DEFAULT NULL, `yield` decimal(12,2) DEFAULT NULL, `net_monthly_rent` decimal(12,2) DEFAULT NULL, `annual_insurance_fee` decimal(12,2) DEFAULT NULL, `gross_monthly_rent` decimal(12,2) DEFAULT NULL, `closing_date` timestamp NULL DEFAULT NULL, `due_diligence_expire_date` timestamp NULL DEFAULT NULL, `repair_request_checked` tinyint(1) DEFAULT '0', `repair_request_checked_by` bigint(20) unsigned DEFAULT NULL, `repair_request_checked_at` timestamp NULL DEFAULT NULL, `repair_request_checked_comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lender_check` tinyint(1) DEFAULT '0', `lender_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_by` int(10) unsigned DEFAULT NULL, `updated_by` int(10) unsigned DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `client_property_id_unique` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `properties` -- LOCK TABLES `properties` WRITE; /*!40000 ALTER TABLE `properties` DISABLE KEYS */; INSERT INTO `properties` VALUES (1,'Deshuan Aaron, Clairassa Aaron',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3234 Watson Meadow Lane',NULL,'GA','Loganville','30052',0,NULL,198000,NULL,NULL,2800,NULL,0,NULL,NULL,23,NULL,NULL,100.00,1900.00,'2018-07-17 19:00:00',NULL,0,NULL,NULL,NULL,0,NULL,2,2,NULL,'2021-03-09 09:18:44','2021-04-09 07:16:16'),(3,'Bryan Terry, Leadman James',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3330 Tiara Circle SW',NULL,'GA','Atlanta','30311',0,NULL,167000,NULL,NULL,1741,NULL,0,NULL,NULL,125,NULL,NULL,125.00,1795.00,'2018-09-04 19:00:00',NULL,0,NULL,NULL,NULL,0,NULL,2,2,NULL,'2021-03-09 09:18:44','2021-04-09 07:16:16'),(4,'Frank Brown',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'5409 Turkey Creek Ct','Duval','FL','Jacksonville','32244',0,NULL,163100,NULL,0,1500,NULL,0,NULL,NULL,18,NULL,NULL,100.00,1550.00,'2018-10-28 19:00:00',NULL,0,NULL,NULL,NULL,0,NULL,2,2,NULL,'2021-03-09 09:18:44','2021-04-09 07:16:16'),(5,'Chandra Hooks, Alvin Dix',0,NULL,NULL,3,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'180 Glen Echo Drive (USDA)','Newton','GA','Covington ','30016',0,NULL,215000,1714,0,3000,NULL,0,NULL,NULL,17,NULL,NULL,125.00,2125.00,'2019-01-13 19:00:00',NULL,0,NULL,NULL,NULL,0,NULL,2,2,NULL,'2021-03-09 09:18:44','2021-04-09 07:16:16'),(6,'Adrian McDonald',0,NULL,NULL,2,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'124 Cathy Lane',NULL,'GA','Hiram','30141',0,NULL,135000,NULL,1000,804,NULL,0,NULL,NULL,0,NULL,NULL,125.00,1275.00,'2019-04-15 19:00:00',NULL,0,NULL,NULL,NULL,0,'Jeff Curtis',2,2,NULL,'2021-03-09 09:18:44','2021-04-09 07:16:16'),(7,'Monique Hooks',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'1055 Carriage Place','Dekalb','GA','Lithonia','30058',0,NULL,250000,NULL,NULL,2408,NULL,0,NULL,NULL,0,NULL,NULL,200.00,2350.00,'2019-07-11 19:00:00',NULL,0,NULL,NULL,NULL,0,NULL,2,2,NULL,'2021-03-09 09:18:44','2021-04-09 07:16:16'),(8,'Claudette Medders',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'2738 Lake Capri Drive',NULL,'GA','Conyers','30012',0,NULL,204000,NULL,16500,2200,NULL,0,NULL,NULL,15,NULL,NULL,150.00,2050.00,'2019-08-28 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:44','2021-04-09 07:16:16'),(9,'Frank Tardy',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'6607 Sky Leaf Lane','Fulton','GA','Fairburn','30213',0,'Rockhaven Homes',246928,NULL,3500,3000,NULL,0,NULL,NULL,75,NULL,NULL,150.00,1850.00,'2020-03-01 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:44','2021-04-09 07:16:16'),(10,'May Gibson',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'4887 Frost Lake Drive',NULL,'FL','Jacksonville','32258',0,NULL,262000,NULL,NULL,3025,NULL,0,NULL,NULL,23,NULL,NULL,150.00,2350.00,'2020-03-05 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(11,'Pamela Marie Jenkins, Tyronda Starks',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'90 Fitzgerald Place',NULL,'GA','Atlanta','30349',0,NULL,320000,NULL,5000,2366,NULL,0,NULL,NULL,45,NULL,NULL,175.00,2750.00,'2020-03-26 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(12,'Earsey Greenwood',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'2300 Benson Ridge','Dekalb','GA','Lithonia','30058',0,NULL,198000,NULL,NULL,2220,NULL,0,NULL,NULL,0,NULL,NULL,175.00,1750.00,'2020-04-15 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(13,'Courtney Tiger, Chris Tiger, Pierson Tiger',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'4740 Brandon Acres Lane','Gwinnett','GA','Buford','30519',0,NULL,234820,NULL,2500,2950,NULL,0,NULL,NULL,31,NULL,NULL,150.00,2145.00,'2020-05-17 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(14,'Michele Evans, Marquel Evans',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'190 Stone Ridge','Newton','GA','Covington','30016',0,NULL,209000,NULL,NULL,2184,NULL,0,NULL,NULL,12,NULL,NULL,150.00,1910.00,'2020-05-26 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(15,'Terrance Williams, Kimberely Williams',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'1639 Links Overlook','Dekalb','GA','Stone Mountain','30088',0,NULL,186000,NULL,8000,3000,NULL,0,NULL,NULL,0,NULL,NULL,150.00,1760.00,'2020-05-27 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(16,'Sonja Cox',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'601 Jeans Circle','Henry','GA','Stockbridge','30281',0,NULL,214900,NULL,7400,2555,NULL,0,NULL,NULL,46,NULL,NULL,150.00,1960.00,'2020-06-11 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(17,'Andre Johnson, Debra Johnson',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'560 New Morn Dr','Henry','GA','McDonough','30253',0,NULL,222800,NULL,0,3213,NULL,0,NULL,NULL,0,NULL,NULL,150.00,2120.00,'2020-06-14 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(18,'Steve Fairbanks, Jill Williamson',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3035 Emporia Ter','Sarasota','FL','North Port','34286',0,NULL,197000,NULL,380,1860,NULL,0,NULL,NULL,0,NULL,NULL,150.00,1770.00,'2020-06-25 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(19,'Demeturius Griffin, Aundria Griffin',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3515 Silverton Reach','Fulton','GA','Union City','30291',0,NULL,165000,NULL,3500,1800,NULL,0,NULL,NULL,15,NULL,NULL,150.00,1540.00,'2020-06-30 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(21,'Althea Hossack, Alecia Francis',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'1625 Tigris Ct','Clayton','GA','Atlanta','30349',0,NULL,175000,NULL,3500,2256,NULL,0,NULL,NULL,49,NULL,NULL,150.00,1690.00,'2020-07-16 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(22,'Marquita Butler',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'4061 Jesse A Dent Rd Jr','Fulton','GA','College Park','30337',0,NULL,150000,NULL,0,1660,NULL,0,NULL,NULL,0,NULL,NULL,150.00,1450.00,'2020-08-11 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(23,'Ashley Giddens',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3442 Saddle Creek Ln','Clayton','GA','Ellenwood','30294',0,NULL,210000,NULL,2500,1800,0.00,0,NULL,NULL,15,NULL,NULL,150.00,2060.00,'2020-08-13 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(24,'Rontaye Johnson, Kinyatta Johnson',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'1304 Eddie Craig','Henry','GA','McDonough ','30252',0,NULL,275000,NULL,7000,3595,NULL,0,NULL,NULL,120,NULL,NULL,150.00,2470.00,'2020-08-16 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(25,'John Clark, Carla Clark',0,NULL,NULL,0,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'11238 Stanley Steamer Ln','Duval','FL','Jacksonville','32246',0,NULL,235000,NULL,0,3495,NULL,0,NULL,NULL,26,NULL,NULL,150.00,2220.00,'2020-09-07 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(26,'Perryn Wright',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'498 Jackson Lake Rd','Henry','GA','McDonough ','30252',0,NULL,219000,NULL,3500,2278,NULL,0,NULL,NULL,0,NULL,NULL,150.00,1940.00,'2020-09-08 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(27,'Ashley Francis, Michelle Francis',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3020 Hallmark Lane','Gwinett','GA','Buford','30519',0,NULL,255000,NULL,0,3133,300.00,0,NULL,NULL,180,NULL,NULL,151.00,2500.00,'2020-09-09 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(28,'Salle and David Van Allen',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'580 Blairmore Blvd W','Duval','FL','Orange Park','32073',0,NULL,165000,NULL,3500,1550,NULL,0,NULL,NULL,0,NULL,NULL,150.00,1490.00,'2020-09-17 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(29,'Chris Barnes, Ana Barnes',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024 Greyfield Dr NW','Cobb','GA','Kennesaw','30152',0,NULL,328000,NULL,3000,3401,6000.00,0,NULL,NULL,29,NULL,NULL,150.00,2930.00,'2020-09-29 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(30,'Mercedes Allen',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'2159 Red Oak Circle ','Fulton','GA','Union City','30291',0,NULL,158900,NULL,2000,1700,NULL,0,NULL,NULL,50,NULL,NULL,150.00,1520.00,'2020-10-05 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(31,'Sarni Johnson',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'6426 Saint Mark Way','Fulton','GA','Fairburn','30213',0,NULL,239900,NULL,NULL,1746,750.00,0,NULL,NULL,20,NULL,NULL,150.00,2110.00,'2020-11-17 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(32,'Angela Lyons',0,NULL,1,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3832 Rose Bay Ln','Gwinnett','GA','Loganville','30052',0,NULL,215000,3500,NULL,2853,NULL,0,NULL,NULL,38,0.10,1743.75,150.00,2020.00,'2020-11-29 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(33,'Miecha Jones, Miracle Rascoe',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'507 Trinity Trail/ no 10% rent credit','Clayton','GA','Ellenwood','30294',0,NULL,228900,NULL,NULL,3507,NULL,0,NULL,NULL,0,NULL,NULL,150.00,1850.00,'2020-11-30 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(34,'Jennier Foster',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'503 Streamside Pl','Cherokee','GA','Canton','30115',0,NULL,321500,NULL,NULL,2739,NULL,0,NULL,NULL,20,NULL,NULL,150.00,2840.00,'2020-12-10 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(35,'Tiffany Thomas',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'4904 Bolero Ct','Tarrant','TX','Ft Worth','76135',0,NULL,227000,NULL,NULL,5350,NULL,0,NULL,NULL,30,NULL,NULL,150.00,2310.00,'2020-12-16 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(36,'Cheely Bonham',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'1190 Paramount Dr','Henry','GA','McDonough','30253',0,NULL,278000,NULL,2780,3331,NULL,0,NULL,NULL,25,NULL,NULL,150.00,2550.00,'2020-12-17 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(37,'Adekunle Oshin',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'2046 Park Crescent Dr','Pasco','FL','Land O Lakes','34639',0,NULL,217900,NULL,NULL,2008,NULL,0,NULL,NULL,318,NULL,NULL,150.00,2250.00,'2020-12-20 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(38,'Jesse Brinson, Keshia Brinson',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3250 Hammock Cove Ct','Clay','FL','Middleburg','32068',0,NULL,174000,NULL,NULL,3540,NULL,0,NULL,NULL,20,NULL,NULL,150.00,1930.00,'2020-12-22 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(39,'Gustavo Araque',0,NULL,NULL,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'1840 S Broadway','Polk','FL','Bartow','33830',0,NULL,144000,NULL,NULL,1262,4640.00,0,NULL,NULL,0,NULL,NULL,150.00,1340.00,'2020-12-23 19:00:00',NULL,0,NULL,NULL,NULL,0,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(40,'Donald Cross, Pamela Cross',0,NULL,3,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'255 Kensington Trace','Henry','GA','Stockbridge','30281',0,NULL,225000,3500,NULL,2495,NULL,0,NULL,NULL,31,0.10,1820.58,150.00,2060.00,'2021-01-27 19:00:00',NULL,0,NULL,NULL,NULL,1,'internal',2,2,NULL,'2021-03-09 09:18:45','2021-04-09 07:16:16'),(41,'Isis Washington',0,NULL,2,1,3,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'3310 Summer Brooke Lane','Fulton','GA','Union City','30291',0,NULL,229000,3500,NULL,NULL,NULL,1,'test','test',100,NULL,NULL,150.00,2080.00,'2021-02-04 19:00:00',NULL,0,NULL,NULL,NULL,1,'testinggggg',2,2,NULL,'2021-03-09 09:18:45','2021-04-06 05:21:21'); /*!40000 ALTER TABLE `properties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `property_logs` -- DROP TABLE IF EXISTS `property_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `property_logs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `property_id` bigint(20) unsigned DEFAULT NULL, `client_id` bigint(20) unsigned DEFAULT NULL, `action_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `original_data` json DEFAULT NULL, `new_data` json DEFAULT NULL, `changes` json DEFAULT NULL, `updated_by` bigint(20) unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=158 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `property_logs` -- LOCK TABLES `property_logs` WRITE; /*!40000 ALTER TABLE `property_logs` DISABLE KEYS */; INSERT INTO `property_logs` VALUES (1,13,51,'update','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T06:07:05.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": null, \"closing_date\": \"2021-01-22T00:00:00.000000Z\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21T00:00:00.000000Z\"}','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"client\": {\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}, \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:46:55.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"pre_closing\": {\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T06:07:05.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\"}','{\"updated_at\": \"2021-01-14 12:46:55\", \"closing_date\": \"2021-01-22\", \"due_diligence_expire_date\": \"2021-01-21\"}',1,'2021-01-14 07:46:55','2021-01-14 07:46:55'),(2,13,51,'update','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:46:55.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": null, \"closing_date\": \"2021-01-22T00:00:00.000000Z\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21T00:00:00.000000Z\"}','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"client\": {\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}, \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:47:08.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"pre_closing\": {\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:46:55.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": 0, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\"}','{\"updated_at\": \"2021-01-14 12:47:08\", \"closing_date\": \"2021-01-22\", \"due_diligence_expire_date\": \"2021-01-21\"}',1,'2021-01-14 07:47:08','2021-01-14 07:47:08'),(3,13,51,'update','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:47:08.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": null, \"closing_date\": \"2021-01-22T00:00:00.000000Z\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21T00:00:00.000000Z\"}','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"client\": {\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}, \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:47:24.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"pre_closing\": {\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:08.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": \"\", \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": \"\", \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\"}','{\"updated_at\": \"2021-01-14 12:47:24\", \"closing_date\": \"2021-01-22\", \"purchase_price\": \"\", \"closing_credit_general\": \"\", \"due_diligence_expire_date\": \"2021-01-21\"}',1,'2021-01-14 07:47:24','2021-01-14 07:47:24'),(4,13,51,'update','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:47:24.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": null, \"closing_date\": \"2021-01-22T00:00:00.000000Z\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": 0, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 0, \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21T00:00:00.000000Z\"}','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"client\": {\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}, \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:47:40.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"pre_closing\": {\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:24.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": \"425452\", \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": \"42545\", \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": \"424524\", \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": \"0452452\", \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\"}','{\"updated_at\": \"2021-01-14 12:47:40\", \"closing_cost\": \"425452\", \"closing_date\": \"2021-01-22\", \"purchase_price\": \"42545\", \"annual_property_tax\": \"424524\", \"closing_credit_general\": \"0452452\", \"due_diligence_expire_date\": \"2021-01-21\"}',1,'2021-01-14 07:47:40','2021-01-14 07:47:40'),(5,13,51,'update','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:47:40.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": 425452, \"closing_date\": \"2021-01-22T00:00:00.000000Z\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21T00:00:00.000000Z\"}','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"client\": {\"id\": 51, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-13T14:30:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}, \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:47:56.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"pre_closing\": {\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:40.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": null, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 425452, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"house_number_and_street\": \"123 Main Street\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\"}','{\"updated_at\": \"2021-01-14 12:47:56\", \"closing_date\": \"2021-01-22\", \"due_diligence_expire_date\": \"2021-01-21\"}',1,'2021-01-14 07:47:56','2021-01-14 07:47:56'),(6,20,47,'create','[]','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T12:49:08.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"deal_save_checked\": true, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-14 07:49:08','2021-01-14 07:49:08'),(7,21,53,'create','[]','{\"id\": 21, \"zip\": null, \"city\": \"nhfgnhfghn\", \"state\": \"gfnhgfnh\", \"county\": \"ghnfgnhgf\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T12:50:21.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"deal_save_checked\": true, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:50:03 PM UTC\", \"deal_save_checked_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"gfnhfgnhgf\", \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gnhfgnhgfnhgfnhfgnhfgnhgfnhgfnhgfh\", \"due_diligence_expire_date\": null}','[]',1,'2021-01-14 07:50:21','2021-01-14 07:50:21'),(8,22,51,'create','[]','{\"id\": 22, \"zip\": null, \"city\": null, \"state\": null, \"county\": null, \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 6, \"sold_date\": null, \"created_at\": \"2021-01-14T12:50:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:50:40.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 8, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"fcgfh\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-14 07:50:40','2021-01-14 07:50:40'),(9,8,NULL,'update','{\"id\": 8, \"zip\": null, \"city\": null, \"state\": null, \"county\": \"nghnfngh\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 7, \"sold_date\": null, \"created_at\": \"2021-01-05T13:36:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-05T13:36:08.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 6, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-05 05:00:00 AM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"fgnhfgnh\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"fhnfg\", \"due_diligence_expire_date\": null}','{\"id\": 8, \"zip\": null, \"city\": null, \"state\": null, \"county\": \"nghnfngh\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 7, \"sold_date\": \"2021-01-29\", \"created_at\": \"2021-01-05T13:36:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": \"12000\", \"updated_at\": \"2021-01-14T12:52:03.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 4, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-05 05:00:00 AM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": \"2021-01-14T12:52:03.030366Z\", \"sold_price_entered_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"fgnhfgnh\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"fhnfg\", \"due_diligence_expire_date\": null}','{\"sold_date\": \"2021-01-29\", \"sold_price\": \"12000\", \"updated_at\": \"2021-01-14 12:52:03\", \"property_status_id\": 4, \"sold_price_entered_at\": \"2021-01-14T12:52:03.030366Z\", \"sold_price_entered_by\": 1}',1,'2021-01-14 07:52:03','2021-01-14 07:52:03'),(10,21,53,'update','{\"id\": 21, \"zip\": null, \"city\": \"nhfgnhfghn\", \"state\": \"gfnhgfnh\", \"county\": \"ghnfgnhgf\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:50:21.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:50:03 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"gfnhfgnhgf\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gnhfgnhgfnhgfnhfgnhfgnhgfnhgfnhgfh\", \"due_diligence_expire_date\": null}','{\"id\": 21, \"zip\": null, \"city\": \"nhfgnhfghn\", \"state\": \"gfnhgfnh\", \"client\": {\"id\": 53, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-14T12:49:40.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:50:21.000000Z\", \"updated_by\": 1, \"partner_name\": null, \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"fbfbgd\", \"applicant_email\": \"ab@y.com\", \"applicant_phone\": \"7254\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-14 12:49:48 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-14 12:49:51 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"htbfg\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": \"ghngfnhgfh\"}, \"county\": \"ghnfgnhgf\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:03:42.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 18, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:50:21.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 21, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 12:50:12 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 12:50:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 12:50:11 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:50:03 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"gfnhfgnhgf\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gnhfgnhgfnhgfnhfgnhfgnhgfnhgfnhgfh\", \"due_diligence_expire_date\": null}','{\"updated_at\": \"2021-01-14 13:03:42\", \"updated_by\": 1, \"property_status_id\": 3}',1,'2021-01-14 08:03:42','2021-01-14 08:03:42'),(11,23,45,'create','[]','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"deal_save_checked\": false, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-14 08:39:55','2021-01-14 08:39:55'),(12,23,45,'update','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 0, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"client\": {\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:40:44.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 20, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 23, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 0, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-14 01:39:12 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-14 01:38:58 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": \"Geico\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"Warranty\", \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 0, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"updated_at\": \"2021-01-14 13:40:44\", \"updated_by\": 1, \"property_status_id\": 3}',1,'2021-01-14 08:40:44','2021-01-14 08:40:44'),(13,23,45,'update','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:40:44.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 0, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"client\": {\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:41:03.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 20, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:40:44.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 23, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 0, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-14 01:39:12 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-14 01:38:58 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": \"Geico\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"Warranty\", \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:40:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"Letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 0, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"updated_at\": \"2021-01-14 13:41:03\", \"property_status_id\": 2}',1,'2021-01-14 08:41:03','2021-01-14 08:41:03'),(14,23,45,'update','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:41:03.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 0, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"client\": {\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:41:18.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 20, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:40:44.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 23, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 0, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-14 01:39:12 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-14 01:38:58 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": \"Geico\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"Warranty\", \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:40:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"Letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 0, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"updated_at\": \"2021-01-14 13:41:18\", \"property_status_id\": 3}',1,'2021-01-14 08:41:18','2021-01-14 08:41:18'),(15,23,45,'update','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:41:18.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 0, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"id\": 23, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"client\": {\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:41:28.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 20, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:39:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:40:44.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 23, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 0, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-01-14 01:39:12 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-14 01:38:58 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": \"Geico\", \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"Warranty\", \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:40:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"Letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 0, \"property_status_id\": 5, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"43 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"updated_at\": \"2021-01-14 13:41:28\", \"property_status_id\": 5}',1,'2021-01-14 08:41:28','2021-01-14 08:41:28'),(16,24,45,'create','[]','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-14T13:42:23.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"343 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-14 08:42:23','2021-01-14 08:42:23'),(17,24,45,'update','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:42:23.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"343 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"client\": {\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:42:45.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:42:23.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"343 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"updated_at\": \"2021-01-14 13:42:45\", \"updated_by\": 1, \"property_status_id\": 3}',1,'2021-01-14 08:42:45','2021-01-14 08:42:45'),(18,24,45,'update','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:42:45.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"343 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"client\": {\"id\": 45, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:39:55.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:42:55.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:42:45.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 5, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"343 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"updated_at\": \"2021-01-14 13:42:55\", \"property_status_id\": 5}',1,'2021-01-14 08:42:55','2021-01-14 08:42:55'),(19,25,45,'create','[]','{\"id\": 25, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 24, \"sold_date\": null, \"created_at\": \"2021-01-14T13:43:03.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:43:03.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 8, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"343 Gwendwr Rd\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-14 08:43:03','2021-01-14 08:43:03'),(20,21,53,'update','{\"id\": 21, \"zip\": null, \"city\": \"nhfgnhfghn\", \"state\": \"gfnhgfnh\", \"county\": \"ghnfgnhgf\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:03:42.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:50:03 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"gfnhfgnhgf\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gnhfgnhgfnhgfnhfgnhfgnhgfnhgfnhgfh\", \"due_diligence_expire_date\": null}','{\"id\": 21, \"zip\": null, \"city\": \"nhfgnhfghn\", \"state\": \"gfnhgfnh\", \"county\": \"ghnfgnhgf\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": \"2021-01-15\", \"created_at\": \"2021-01-14T12:50:21.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": \"82\", \"updated_at\": \"2021-01-14T13:47:54.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 4, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:50:03 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": \"2021-01-14T13:47:54.937524Z\", \"sold_price_entered_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"gfnhfgnhgf\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gnhfgnhgfnhgfnhfgnhfgnhgfnhgfnhgfh\", \"due_diligence_expire_date\": null}','{\"sold_date\": \"2021-01-15\", \"sold_price\": \"82\", \"updated_at\": \"2021-01-14 13:47:54\", \"property_status_id\": 4, \"sold_price_entered_at\": \"2021-01-14T13:47:54.937524Z\", \"sold_price_entered_by\": 1}',1,'2021-01-14 08:47:54','2021-01-14 08:47:54'),(21,20,47,'update','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:49:08.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"fgnhfgnh\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"client\": {\"id\": 47, \"stage\": 2, \"status\": 1, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:49:08.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}, \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:39:52.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 17, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:49:20.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 20, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": \"2021-01-13\", \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 12:49:04 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": \"hngfnhgfh\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"fgnhfgnh\", \"property_repair_request\": 0, \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','{\"updated_at\": \"2021-01-15 12:39:52\", \"updated_by\": 1, \"property_status_id\": 3}',1,'2021-01-15 07:39:52','2021-01-15 07:39:52'),(22,26,47,'create','[]','{\"id\": 26, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"client\": {\"id\": 47, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": null, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-15T12:40:25.000000Z\", \"updated_by\": 1, \"partner_name\": \"Prof. Alberta Durgan I\", \"mortgage_type\": null, \"partner_email\": \"nathen.breitenberg@king.info\", \"partner_phone\": \"22138921555099\", \"applicant_name\": \"Ms. Myrtis TEST change\", \"applicant_email\": \"laron13@example.org\", \"applicant_phone\": \"4892416551\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Ada Feest\", \"co_applicant_email\": \"frami.lindsay@morissette.info\", \"co_applicant_phone\": \"9239148314\", \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": null, \"rental_verification_checked_comment\": null}, \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 20, \"sold_date\": null, \"created_at\": \"2021-01-15T12:40:26.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:40:26.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 8, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','[]',1,'2021-01-15 07:40:26','2021-01-15 07:40:26'),(23,20,47,'update','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:39:52.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:40:26.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": true, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}','{\"updated_at\": \"2021-01-15 12:40:26\", \"repair_request_checked\": true, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}',1,'2021-01-15 07:40:26','2021-01-15 07:40:26'),(24,20,47,'update','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:40:26.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:40:42.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": \"43434\", \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}','{\"updated_at\": \"2021-01-15 12:40:42\", \"closing_cost\": \"43434\"}',1,'2021-01-15 07:40:42','2021-01-15 07:40:42'),(25,13,51,'update','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T12:47:56.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": 425452, \"closing_date\": \"2021-01-22T00:00:00.000000Z\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"123 Main Street\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21T00:00:00.000000Z\", \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"client\": {\"id\": 51, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:50:40.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}, \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:48:06.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"pre_closing\": {\"id\": 10, \"rent\": 12, \"client_id\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T12:47:56.000000Z\", \"updated_by\": 1, \"other_value\": \"jmhgjmyhjm\", \"property_id\": 13, \"other_checked\": 1, \"repair_credit\": null, \"option_checked\": null, \"appraisal_value\": 1212212, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-01-14\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-13 02:30:11 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2021-01-21\", \"warranty_checked_at\": \"2021-01-14 05:52:50 AM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": 1, \"inspection_checked_at\": \"2021-01-13 02:30:08 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": \"sadcdcascascdasdcasdcsdcsacdscdsa\", \"repair_credit_checked\": null, \"warranty_company_name\": \"gbdfgbfdbgdd\", \"payment_option_3_month\": 904241.12, \"payment_option_6_month\": 930578.24, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-01-14 05:52:52 AM UTC\", \"lease_signed_checked_by\": 1, \"payment_option_12_month\": 965694.4, \"termite_checked_comment\": \"sdgsgfsdgsdfg\", \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"sgfsdfgsgfd\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 1, \"appraisal_value_checked_at\": \"2021-01-14 05:52:27 AM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": \"dsgsdgvsdgv\", \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-14 05:52:36 AM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-14 05:52:39 AM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": \"sdgsgfsdg\", \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-14 05:52:41 AM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"sdgsdgfdsfg\", \"letter_of_commitment_checked_at\": \"2021-01-13 02:30:28 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": \"sdgsdfgsdg\", \"flood_certificate_checked_comment\": \"sdgfsdgfsdgf\", \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-14 05:52:32 AM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": \"sgfsgvbdsvgbgfb\", \"on_boarding_fee_payment_checked_at\": \"2021-01-14 06:05:21 AM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-14 05:52:29 AM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": \"sdfgsdgfdsgf\", \"soc_sec_card_co_applicant_checked_at\": \"2021-01-14 05:52:34 AM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-14 05:52:31 AM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": \"sdgsdgsdfgsdfg\", \"on_boarding_fee_payment_checked_comment\": \"sgsdvgsgvsdg\", \"driver_license_applicant_checked_comment\": \"sgsdgsdfgs\", \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": \"sdgfsdgfsdg\", \"driver_license_co_applicant_checked_comment\": \"sdfgsdgfsdgf\", \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 425452, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"123 Main Street\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\", \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-15 12:48:06\", \"closing_date\": \"2021-01-22\", \"property_status_id\": 3, \"due_diligence_expire_date\": \"2021-01-21\"}',1,'2021-01-15 07:48:06','2021-01-15 07:48:06'),(26,27,51,'create','[]','{\"id\": 27, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"client\": {\"id\": 51, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:50:40.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 02:30:21 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 02:30:23 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}, \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 13, \"sold_date\": null, \"created_at\": \"2021-01-15T12:48:55.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:48:55.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": 425452, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"deal_save_checked\": 1, \"property_status_id\": 8, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"123 Main Street\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\", \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','[]',1,'2021-01-15 07:48:55','2021-01-15 07:48:55'),(27,13,51,'update','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:48:06.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": 425452, \"closing_date\": \"2021-01-22T00:00:00.000000Z\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"123 Main Street\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21T00:00:00.000000Z\", \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:48:55.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": 425452, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"repair_request_checked\": true, \"house_number_and_street\": \"123 Main Street\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\", \"repair_request_checked_at\": \"2021-01-15 12:48:50\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"test\"}','{\"updated_at\": \"2021-01-15 12:48:55\", \"repair_request_checked\": true, \"repair_request_checked_at\": \"2021-01-15 12:48:50\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"test\"}',1,'2021-01-15 07:48:55','2021-01-15 07:48:55'),(28,20,47,'update','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:40:42.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 43434, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}','{\"id\": 20, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": 47, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T12:49:08.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:49:34.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": \"4344\", \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}','{\"updated_at\": \"2021-01-15 12:49:34\", \"closing_cost\": \"4344\"}',1,'2021-01-15 07:49:34','2021-01-15 07:49:34'),(29,28,NULL,'create','[]','{\"id\": 28, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 20, \"sold_date\": null, \"created_at\": \"2021-01-15T13:01:20.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T13:01:20.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 4344, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 6, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}','[]',1,'2021-01-15 08:01:20','2021-01-15 08:01:20'),(30,29,54,'create','[]','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T16:18:42.000000Z\", \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": \"2020-06-15\", \"lender_check\": null, \"purchase_price\": \"222800\", \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": \"3213\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-17 11:18:42','2021-01-17 11:18:42'),(31,29,54,'update','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T16:18:42.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": \"2020-06-15T00:00:00.000000Z\", \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"client\": {\"id\": 54, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-17T16:11:38.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T16:18:42.000000Z\", \"updated_by\": 1, \"partner_name\": \"Tamika Stinson\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Andre Johnson\", \"applicant_email\": \"debrajohnson49@hotmail.com\", \"applicant_phone\": \"470-358-6803\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": \"Debra Johnson\", \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-17 04:10:38 PM UTC\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-17 04:10:59 PM UTC\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": \"paid 5/11/20\", \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T16:19:31.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 25, \"rent\": 2120, \"client_id\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T16:18:42.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 29, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 228500, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"lease_expire_date\": \"2021-12-31\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-17 04:16:41 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2020-05-29\", \"warranty_checked_at\": \"2021-01-17 04:18:15 PM UTC\", \"warranty_checked_by\": 1, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-17 04:16:37 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"AHS Shield Complete\", \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-17 04:17:21 PM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": \"2021-01-17 04:17:55 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-17 04:18:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-17 04:18:12 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"\", \"letter_of_commitment_checked_at\": \"2021-01-17 04:14:55 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-17 04:17:48 PM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-17 04:16:13 PM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-17 04:17:45 PM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-17 04:17:54 PM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-17 04:17:47 PM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": \"$2285 on 5/29/20\", \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": \"2020-06-15\", \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-17 16:19:31\", \"updated_by\": 1, \"closing_date\": \"2020-06-15\", \"property_status_id\": 3}',1,'2021-01-17 11:19:31','2021-01-17 11:19:31'),(32,30,55,'create','[]','{\"id\": 30, \"zip\": \"11111\", \"city\": \"lithonia\", \"state\": \"GA\", \"county\": null, \"hoa_name\": null, \"client_id\": 55, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-17T16:27:13.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T16:27:13.000000Z\", \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": \"200000\", \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"closing_credit_general\": null, \"new_construction_check\": \"1\", \"house_number_and_street\": \"123 Main St\", \"new_construction_builder\": \"Joey the Builder\", \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-17 11:27:13','2021-01-17 11:27:13'),(33,30,55,'update','{\"id\": 30, \"zip\": \"11111\", \"city\": \"lithonia\", \"state\": \"GA\", \"county\": null, \"hoa_name\": null, \"client_id\": 55, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:27:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T16:27:13.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": 200000, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": 1, \"repair_request_checked\": 0, \"house_number_and_street\": \"123 Main St\", \"new_construction_builder\": \"Joey the Builder\", \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 30, \"zip\": \"11111\", \"city\": \"lithonia\", \"state\": \"GA\", \"client\": {\"id\": 55, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-17T16:21:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T16:27:13.000000Z\", \"updated_by\": 1, \"partner_name\": \"test agent\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"TEST drop out\", \"applicant_email\": \"a@me.com\", \"applicant_phone\": \"9175796300\", \"welcome_payment\": null, \"mortgage_type_id\": 2, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": null, \"hoa_name\": null, \"client_id\": 55, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:27:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T17:13:26.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 26, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T16:27:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T16:27:13.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 30, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": 200000, \"deal_save_checked\": null, \"property_status_id\": 5, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": 1, \"repair_request_checked\": 0, \"house_number_and_street\": \"123 Main St\", \"new_construction_builder\": \"Joey the Builder\", \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-17 17:13:26\", \"updated_by\": 1, \"property_status_id\": 5}',1,'2021-01-17 12:13:26','2021-01-17 12:13:26'),(34,31,56,'create','[]','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T17:20:32.000000Z\", \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-17 12:20:32','2021-01-17 12:20:32'),(35,31,56,'update','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T17:20:32.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"client\": {\"id\": 56, \"stage\": 2, \"status\": 1, \"created_at\": \"2021-01-17T17:19:58.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-17T17:20:32.000000Z\", \"updated_by\": 1, \"partner_name\": \"danny boy\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Chris Test\", \"applicant_email\": \"chris@dreamamerica.com\", \"applicant_phone\": \"3055099201\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T17:21:04.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 27, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T17:20:32.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 31, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"payment_option_date_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-17 17:21:04\", \"updated_by\": 1, \"property_status_id\": 3}',1,'2021-01-17 12:21:04','2021-01-17 12:21:04'),(36,32,44,'create','[]','{\"id\": 32, \"zip\": null, \"city\": \"miami\", \"state\": \"fl\", \"county\": null, \"hoa_name\": null, \"client_id\": 44, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-17T17:22:22.000000Z\", \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"888 test st\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null}','[]',1,'2021-01-17 12:22:22','2021-01-17 12:22:22'),(37,28,NULL,'update','{\"id\": 28, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 20, \"sold_date\": null, \"created_at\": \"2021-01-15T13:01:20.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T13:01:20.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 4344, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 6, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}','{\"id\": 28, \"zip\": null, \"city\": \"fgnhfgnhfg\", \"state\": \"gfnhfgnhgfnh\", \"county\": \"fghnfgnh\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 20, \"sold_date\": \"2021-01-15\", \"created_at\": \"2021-01-15T13:01:20.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": \"369000\", \"updated_at\": \"2021-01-17T17:35:29.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 4344, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": 1, \"property_status_id\": 4, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2021-01-14 12:48:57 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": \"2021-01-17T17:35:29.940802Z\", \"sold_price_entered_by\": 1, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"fgnhfgnh\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-15 12:40:22\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"432453\"}','{\"sold_date\": \"2021-01-15\", \"sold_price\": \"369000\", \"updated_at\": \"2021-01-17 17:35:29\", \"property_status_id\": 4, \"sold_price_entered_at\": \"2021-01-17T17:35:29.940802Z\", \"sold_price_entered_by\": 1}',1,'2021-01-17 12:35:29','2021-01-17 12:35:29'),(38,31,56,'update','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T17:21:04.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-18T06:21:23.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": \"3496\", \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-18 06:21:23\", \"closing_cost\": \"3496\"}',1,'2021-01-18 01:21:23','2021-01-18 01:21:23'),(39,29,54,'update','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T16:19:31.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": \"2020-06-15T00:00:00.000000Z\", \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-18T06:21:54.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": \"3507\", \"closing_date\": \"2020-06-15\", \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-18 06:21:54\", \"closing_cost\": \"3507\"}',1,'2021-01-18 01:21:54','2021-01-18 01:21:54'),(40,33,56,'create','[]','{\"id\": 33, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"client\": {\"id\": 56, \"stage\": 2, \"status\": 2, \"created_at\": \"2021-01-17T17:19:58.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-18T06:33:33.000000Z\", \"updated_by\": 1, \"partner_name\": \"danny boy\", \"mortgage_type\": null, \"partner_email\": null, \"partner_phone\": null, \"applicant_name\": \"Chris Test\", \"applicant_email\": \"chris@dreamamerica.com\", \"applicant_phone\": \"3055099201\", \"welcome_payment\": null, \"mortgage_type_id\": 1, \"co_applicant_name\": null, \"co_applicant_email\": null, \"co_applicant_phone\": null, \"additional_tenant_name\": null, \"additional_tenant_check\": null, \"welcome_payment_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 31, \"sold_date\": null, \"created_at\": \"2021-01-18T06:33:33.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-18T06:33:33.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3496, \"closing_date\": null, \"lender_check\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"deal_save_checked\": null, \"property_status_id\": 8, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','[]',1,'2021-01-18 01:33:33','2021-01-18 01:33:33'),(41,32,44,'update','{\"id\": 32, \"zip\": null, \"city\": \"miami\", \"state\": \"fl\", \"county\": null, \"hoa_name\": null, \"client_id\": 44, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-17T17:22:22.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"888 test st\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 32, \"zip\": null, \"city\": \"miami\", \"state\": \"fl\", \"county\": \"afasdfasf\", \"hoa_name\": null, \"client_id\": 44, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-20T07:57:59.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"pre_closing\": {\"id\": 28, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-17T17:22:22.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T17:22:22.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 32, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 0, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": \"1\", \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"888 test st\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"county\": \"afasdfasf\", \"updated_at\": \"2021-01-20 07:57:59\", \"updated_by\": 1, \"mortgage_type_id\": \"1\"}',1,'2021-01-20 02:57:59','2021-01-20 02:57:59'),(42,34,NULL,'create','[]','{\"id\": 34, \"parent_id\": null, \"created_at\": \"2021-01-20T11:56:11.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-20T11:56:11.000000Z\", \"property_status_id\": 8}','[]',1,'2021-01-20 06:56:11','2021-01-20 06:56:11'),(43,35,NULL,'create','[]','{\"id\": 35, \"parent_id\": null, \"created_at\": \"2021-01-20T11:56:37.000000Z\", \"created_by\": 1, \"updated_at\": \"2021-01-20T11:56:37.000000Z\", \"property_status_id\": 8}','[]',1,'2021-01-20 06:56:37','2021-01-20 06:56:37'),(44,31,56,'update','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-18T06:21:23.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3496, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T08:18:38.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": \"3500\", \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-21 08:18:38\", \"closing_cost\": \"3500\"}',1,'2021-01-21 03:18:38','2021-01-21 03:18:38'),(45,3,50,'delete','{\"id\": 3, \"zip\": null, \"city\": null, \"state\": null, \"county\": null, \"hoa_name\": null, \"client_id\": 50, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2020-12-29T19:44:03.000000Z\", \"created_by\": 1, \"deleted_at\": \"2021-01-21T13:24:57.000000Z\", \"sold_price\": null, \"updated_at\": \"2021-01-21T13:24:57.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": null, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2020-12-29 05:00:00 AM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": null, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gvrdgbvfdgb\", \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 3, \"zip\": null, \"city\": null, \"state\": null, \"county\": null, \"hoa_name\": null, \"client_id\": 50, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2020-12-29T19:44:03.000000Z\", \"created_by\": 1, \"deleted_at\": \"2021-01-21T13:24:57.000000Z\", \"sold_price\": null, \"updated_at\": \"2021-01-21T13:24:57.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": null, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2020-12-29 05:00:00 AM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": null, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"gvrdgbvfdgb\", \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','[]',2,'2021-01-21 08:24:57','2021-01-21 08:24:57'),(46,30,55,'delete','{\"id\": 30, \"zip\": \"11111\", \"city\": \"lithonia\", \"state\": \"GA\", \"county\": null, \"hoa_name\": null, \"client_id\": 55, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:27:13.000000Z\", \"created_by\": 1, \"deleted_at\": \"2021-01-21T13:30:34.000000Z\", \"sold_price\": null, \"updated_at\": \"2021-01-21T13:30:34.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 200000, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 5, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": 1, \"repair_request_checked\": 0, \"house_number_and_street\": \"123 Main St\", \"new_construction_builder\": \"Joey the Builder\", \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 30, \"zip\": \"11111\", \"city\": \"lithonia\", \"state\": \"GA\", \"county\": null, \"hoa_name\": null, \"client_id\": 55, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:27:13.000000Z\", \"created_by\": 1, \"deleted_at\": \"2021-01-21T13:30:34.000000Z\", \"sold_price\": null, \"updated_at\": \"2021-01-21T13:30:34.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 200000, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 5, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": 1, \"repair_request_checked\": 0, \"house_number_and_street\": \"123 Main St\", \"new_construction_builder\": \"Joey the Builder\", \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','[]',2,'2021-01-21 08:30:34','2021-01-21 08:30:34'),(47,36,53,'create','[]','{\"id\": 36, \"zip\": null, \"city\": \"jkl,kjllj\", \"state\": \"jk,ljkl,jkl\", \"county\": \"jk,kjll,jkl,\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-01-21T13:38:43.000000Z\", \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"annual_property_tax\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"khjk,hhj\", \"new_construction_builder\": null, \"due_diligence_expire_date\": null}','[]',2,'2021-01-21 08:38:43','2021-01-21 08:38:43'),(48,36,53,'update','{\"id\": 36, \"zip\": null, \"city\": \"jkl,kjllj\", \"state\": \"jk,ljkl,jkl\", \"county\": \"jk,kjll,jkl,\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:38:43.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 0, \"property_status_id\": null, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"khjk,hhj\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 36, \"zip\": null, \"city\": \"jkl,kjllj\", \"state\": \"jk,ljkl,jkl\", \"county\": \"jk,kjll,jkl,\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:38:58.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": {\"id\": 30, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:38:43.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 36, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 0, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"khjk,hhj\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-21 13:38:58\", \"updated_by\": 2, \"property_status_id\": 2}',2,'2021-01-21 08:38:58','2021-01-21 08:38:58'),(49,1,43,'update','{\"id\": 1, \"zip\": \"sdfvsdfv\", \"city\": \"sfdvdsfvbg\", \"state\": \"sfgvsdbfv\", \"county\": \"sdfvgsdfv\", \"hoa_name\": \"hjmjhm\", \"client_id\": 43, \"hoa_check\": 1, \"hoa_phone\": \"njmghmjhgmj\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2020-12-28T17:58:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2020-12-28T18:02:07.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 4523423, \"closing_date\": \"2020-12-29T05:00:00.000000Z\", \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 45324, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": null, \"annual_property_tax\": 4524234, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": 1, \"repair_request_checked\": 0, \"house_number_and_street\": \"sdfvsdfv\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2020-12-30T05:00:00.000000Z\", \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 1, \"zip\": \"sdfvsdfv\", \"city\": \"sfdvdsfvbg\", \"state\": \"sfgvsdbfv\", \"county\": \"sdfvgsdfv\", \"hoa_name\": \"hjmjhm\", \"client_id\": 43, \"hoa_check\": 1, \"hoa_phone\": \"njmghmjhgmj\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2020-12-28T17:58:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:44:44.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": null, \"closing_cost\": 4523423, \"closing_date\": \"2020-12-29\", \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 45324, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": null, \"annual_property_tax\": 4524234, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": 1, \"repair_request_checked\": 0, \"house_number_and_street\": \"sdfvsdfv\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2020-12-30\", \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-21 13:44:44\", \"updated_by\": 2, \"closing_date\": \"2020-12-29\", \"due_diligence_expire_date\": \"2020-12-30\"}',2,'2021-01-21 08:44:44','2021-01-21 08:44:44'),(50,1,43,'update','{\"id\": 1, \"zip\": \"sdfvsdfv\", \"city\": \"sfdvdsfvbg\", \"state\": \"sfgvsdbfv\", \"county\": \"sdfvgsdfv\", \"hoa_name\": \"hjmjhm\", \"client_id\": 43, \"hoa_check\": 1, \"hoa_phone\": \"njmghmjhgmj\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2020-12-28T17:58:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:44:44.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 4523423, \"closing_date\": \"2020-12-29T00:00:00.000000Z\", \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 45324, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": null, \"annual_property_tax\": 4524234, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": 1, \"repair_request_checked\": 0, \"house_number_and_street\": \"sdfvsdfv\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2020-12-30T00:00:00.000000Z\", \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 1, \"zip\": \"sdfvsdfv\", \"city\": \"sfdvdsfvbg\", \"state\": \"sfgvsdbfv\", \"county\": \"sdfvgsdfv\", \"hoa_name\": \"hjmjhm\", \"client_id\": 43, \"hoa_check\": 1, \"hoa_phone\": \"njmghmjhgmj\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2020-12-28T17:58:13.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:50:31.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": {\"id\": 31, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-21T13:44:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:44:44.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 1, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 7, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": \"2021-12-31\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-21 01:44:17 PM UTC\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-21 01:44:08 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-21 01:44:15 PM UTC\", \"inspection_checked_by\": 2, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-21 01:44:19 PM UTC\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-21 01:44:09 PM UTC\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-21 01:44:10 PM UTC\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-21 01:44:12 PM UTC\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-21 01:44:29 PM UTC\", \"soc_sec_card_applicant_checked_by\": 2, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 01:44:14 PM UTC\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": \"2021-01-21 01:44:21 PM UTC\", \"driver_license_applicant_checked_by\": 2, \"driver_license_co_applicant_checked\": 1, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": \"2021-01-21 01:44:27 PM UTC\", \"driver_license_co_applicant_checked_by\": 2, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 4523423, \"closing_date\": \"2020-12-29\", \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 45324, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": 5, \"annual_property_tax\": 4524234, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": 1, \"repair_request_checked\": 0, \"house_number_and_street\": \"sdfvsdfv\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2020-12-30\", \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-21 13:50:31\", \"closing_date\": \"2020-12-29\", \"property_status_id\": 5, \"due_diligence_expire_date\": \"2020-12-30\"}',2,'2021-01-21 08:50:31','2021-01-21 08:50:31'),(51,24,45,'update','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-14T13:42:55.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 5, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"343 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"client\": {\"id\": 45, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T13:43:03.000000Z\", \"updated_by\": 1, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:50:48.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": {\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-14T13:42:45.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 0, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"343 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-21 13:50:48\", \"updated_by\": 2, \"closing_cost\": 3500, \"property_status_id\": 2}',2,'2021-01-21 08:50:48','2021-01-21 08:50:48'),(52,24,45,'update','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:50:48.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"343 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:51:34.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": {\"id\": 21, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:50:48.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 24, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-21 01:50:44 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-14 01:42:37 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": \"letter\", \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"343 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-21 13:51:34\", \"property_status_id\": 3}',2,'2021-01-21 08:51:34','2021-01-21 08:51:34'),(53,31,56,'update','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T08:18:38.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 31, \"zip\": null, \"city\": \"maimi\", \"state\": \"FL\", \"county\": null, \"hoa_name\": null, \"client_id\": 56, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": \"2021-01-22\", \"created_at\": \"2021-01-17T17:20:32.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": \"12000\", \"updated_at\": \"2021-01-21T13:51:52.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 4, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": \"2021-01-21T13:51:52.540538Z\", \"sold_price_entered_by\": 2, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 n hibis\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"sold_date\": \"2021-01-22\", \"sold_price\": \"12000\", \"updated_at\": \"2021-01-21 13:51:52\", \"updated_by\": 2, \"property_status_id\": 4, \"sold_price_entered_at\": \"2021-01-21T13:51:52.540538Z\", \"sold_price_entered_by\": 2}',2,'2021-01-21 08:51:52','2021-01-21 08:51:52'),(54,29,54,'update','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-18T06:21:54.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3507, \"closing_date\": \"2020-06-15T00:00:00.000000Z\", \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-22T06:18:50.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": \"3516\", \"closing_date\": \"2020-06-15\", \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-22 06:18:50\", \"closing_cost\": \"3516\"}',1,'2021-01-22 01:18:50','2021-01-22 01:18:50'),(55,37,NULL,'create','[]','{\"id\": 37, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 29, \"sold_date\": null, \"created_at\": \"2021-01-22T10:40:16.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-22T10:40:16.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3516, \"closing_date\": \"2020-06-15\", \"lender_check\": null, \"move_out_date\": \"2021-01-22 10:40:16\", \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 6, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','[]',2,'2021-01-22 05:40:16','2021-01-22 05:40:16'),(56,29,54,'update','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-22T06:18:50.000000Z\", \"updated_by\": 1, \"lender_name\": null, \"closing_cost\": 3516, \"closing_date\": \"2020-06-15T00:00:00.000000Z\", \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 29, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 54, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-22T10:40:16.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": {\"id\": 25, \"rent\": 2120, \"client_id\": null, \"created_at\": \"2021-01-17T16:18:42.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"updated_at\": \"2021-01-17T16:19:31.000000Z\", \"updated_by\": 1, \"other_value\": null, \"property_id\": 29, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 228500, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": 1, \"deal_save_checked\": 0, \"lease_expire_date\": \"2021-12-31\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-17 04:16:41 PM UTC\", \"termite_checked_by\": 1, \"payment_option_date\": \"2020-05-29\", \"warranty_checked_at\": \"2021-01-17 04:18:15 PM UTC\", \"warranty_checked_by\": 1, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-17 04:16:37 PM UTC\", \"inspection_checked_by\": 1, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": \"AHS Shield Complete\", \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-17 04:17:21 PM UTC\", \"appraisal_value_checked_by\": 1, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": \"2021-01-17 04:17:55 PM UTC\", \"renter_insurance_checked_by\": 1, \"flood_certificate_checked_at\": \"2021-01-17 04:18:11 PM UTC\", \"flood_certificate_checked_by\": 1, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-17 04:18:12 PM UTC\", \"landlord_insurance_checked_by\": 1, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": \"\", \"letter_of_commitment_checked_at\": \"2021-01-17 04:14:55 PM UTC\", \"letter_of_commitment_checked_by\": 1, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 1, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-17 04:17:48 PM UTC\", \"soc_sec_card_applicant_checked_by\": 1, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-17 04:16:13 PM UTC\", \"on_boarding_fee_payment_checked_by\": 1, \"driver_license_applicant_checked_at\": \"2021-01-17 04:17:45 PM UTC\", \"driver_license_applicant_checked_by\": 1, \"driver_license_co_applicant_checked\": 1, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-01-17 04:17:54 PM UTC\", \"soc_sec_card_co_applicant_checked_by\": 1, \"driver_license_co_applicant_checked_at\": \"2021-01-17 04:17:47 PM UTC\", \"driver_license_co_applicant_checked_by\": 1, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": \"$2285 on 5/29/20\", \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3516, \"closing_date\": \"2020-06-15\", \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 222800, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 7, \"annual_property_tax\": 3213, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-22 10:40:16\", \"updated_by\": 2, \"property_status_id\": 7}',2,'2021-01-22 05:40:16','2021-01-22 05:40:16'),(57,38,45,'create','[]','{\"id\": 38, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"client\": {\"id\": 45, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-11-24T19:15:43.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-22T12:53:58.000000Z\", \"updated_by\": 2, \"partner_name\": \"Dejah Mosciski\", \"mortgage_type\": null, \"partner_email\": \"ahmad.khan@techloyce.com\", \"partner_phone\": \"(734) 618-2344 x4233\", \"applicant_name\": \"Cristian Koch\", \"applicant_email\": \"kohler.cyrus@example.com\", \"applicant_phone\": \"(405) 919-5915\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"Prof. Wayne Blick\", \"co_applicant_email\": \"marcella88@hotmail.com\", \"co_applicant_phone\": \"+1.359.700.4014\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 24, \"sold_date\": null, \"created_at\": \"2021-01-22T12:53:58.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-22T12:53:58.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 8, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"343 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','[]',2,'2021-01-22 07:53:58','2021-01-22 07:53:58'),(58,24,45,'update','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:51:34.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"343 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 24, \"zip\": \"W14 9BG\", \"city\": \"Texas\", \"state\": \"Texas\", \"county\": \"Texas\", \"hoa_name\": null, \"client_id\": 45, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-14T13:42:23.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-22T12:53:58.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": null, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": true, \"house_number_and_street\": \"343 Gwendwr Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": \"2021-01-22 12:53:55\", \"repair_request_checked_by\": 2, \"repair_request_checked_comment\": \"ghnfgn\"}','{\"updated_at\": \"2021-01-22 12:53:58\", \"repair_request_checked\": true, \"repair_request_checked_at\": \"2021-01-22 12:53:55\", \"repair_request_checked_by\": 2, \"repair_request_checked_comment\": \"ghnfgn\"}',2,'2021-01-22 07:53:58','2021-01-22 07:53:58'),(59,39,51,'create','[]','{\"id\": 39, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"client\": {\"id\": 51, \"stage\": 2, \"status\": 2, \"created_at\": \"2020-12-16T19:33:49.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-01-14T12:50:40.000000Z\", \"updated_by\": 1, \"partner_name\": \"afaf\", \"mortgage_type\": null, \"partner_email\": \"test66@t.com\", \"partner_phone\": null, \"applicant_name\": \"TEST update\", \"applicant_email\": \"test@test.com\", \"applicant_phone\": \"3655\", \"welcome_payment\": \"1\", \"mortgage_type_id\": 3, \"co_applicant_name\": \"vfsdfgvsdf\", \"co_applicant_email\": \"vcsdfvsdvfsdf\", \"co_applicant_phone\": \"86345354\", \"additional_tenant_name\": \"fgnfh\", \"additional_tenant_check\": 1, \"welcome_payment_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-13 14:30:21\", \"welcome_payment_checked_by\": 1, \"rental_verification_checked\": 1, \"rental_verification_checked_at\": \"2021-01-13 14:30:23\", \"rental_verification_checked_by\": 1, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 1, \"rental_verification_checked_comment\": null}, \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 13, \"sold_date\": null, \"created_at\": \"2021-01-22T12:54:13.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-22T12:54:13.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": 425452, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": 8, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"123 Main Street\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\", \"repair_request_checked_at\": \"2021-01-15 12:48:50\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"test\"}','[]',2,'2021-01-22 07:54:13','2021-01-22 07:54:13'),(60,13,51,'update','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-15T12:48:55.000000Z\", \"updated_by\": 1, \"lender_name\": \"fdvsfvs\", \"closing_cost\": 425452, \"closing_date\": \"2021-01-22T00:00:00.000000Z\", \"lender_check\": 1, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"123 Main Street\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21T00:00:00.000000Z\", \"repair_request_checked_at\": \"2021-01-15 12:48:50\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"test\"}','{\"id\": 13, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"any county\", \"hoa_name\": null, \"client_id\": 51, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-07T15:02:18.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-22T12:54:13.000000Z\", \"updated_by\": 2, \"lender_name\": \"fdvsfvs\", \"closing_cost\": 425452, \"closing_date\": \"2021-01-22\", \"lender_check\": 1, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": 42545, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": 3, \"annual_property_tax\": 424524, \"deal_save_checked_at\": \"2021-01-13 02:30:24 PM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": 452452, \"new_construction_check\": null, \"repair_request_checked\": 1, \"house_number_and_street\": \"123 Main Street\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": \"2021-01-21\", \"repair_request_checked_at\": \"2021-01-15 12:48:50\", \"repair_request_checked_by\": 1, \"repair_request_checked_comment\": \"test111111111111\"}','{\"updated_at\": \"2021-01-22 12:54:13\", \"updated_by\": 2, \"repair_request_checked_comment\": \"test111111111111\"}',2,'2021-01-22 07:54:13','2021-01-22 07:54:13'),(61,40,53,'create','[]','{\"id\": 40, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-24T23:22:01.000000Z\", \"created_by\": 4, \"updated_at\": \"2021-01-24T23:22:01.000000Z\", \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"mortgage_type_id\": \"1\", \"annual_property_tax\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"205 Main Street N\", \"new_construction_builder\": null, \"due_diligence_expire_date\": null}','[]',4,'2021-01-24 18:22:01','2021-01-24 18:22:01'),(62,41,53,'create','[]','{\"id\": 41, \"zip\": \"11111\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": 40, \"sold_date\": null, \"created_at\": \"2021-01-24T23:23:58.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-24T23:23:58.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": 1, \"deal_save_checked\": 0, \"property_status_id\": 8, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"205 Main Street N\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','[]',4,'2021-01-24 18:23:58','2021-01-24 18:23:58'),(63,42,50,'create','[]','{\"id\": 42, \"zip\": \"33139\", \"city\": \"Miami Beach\", \"state\": \"Florida\", \"county\": \"henry\", \"hoa_name\": null, \"client_id\": 50, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-24T23:25:16.000000Z\", \"created_by\": 4, \"updated_at\": \"2021-01-24T23:25:16.000000Z\", \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"annual_property_tax\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"1 House Dropped Lane\", \"new_construction_builder\": null, \"due_diligence_expire_date\": null}','[]',4,'2021-01-24 18:25:16','2021-01-24 18:25:16'),(64,42,50,'update','{\"id\": 42, \"zip\": \"33139\", \"city\": \"Miami Beach\", \"state\": \"Florida\", \"county\": \"henry\", \"hoa_name\": null, \"client_id\": 50, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-24T23:25:16.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-24T23:25:16.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 0, \"property_status_id\": null, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"1 House Dropped Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 42, \"zip\": \"33139\", \"city\": \"Miami Beach\", \"state\": \"Florida\", \"county\": \"henry\", \"hoa_name\": null, \"client_id\": 50, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-24T23:25:16.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-24T23:25:37.000000Z\", \"updated_by\": 4, \"lender_name\": null, \"pre_closing\": {\"id\": 36, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:25:16.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:25:16.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 42, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": null, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": null, \"rental_verification_checked\": null, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": null, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": null, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-01-24 11:25:13 PM UTC\", \"soc_sec_card_applicant_checked_by\": 4, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 0, \"property_status_id\": 5, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"1 House Dropped Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-24 23:25:37\", \"updated_by\": 4, \"property_status_id\": 5}',4,'2021-01-24 18:25:37','2021-01-24 18:25:37'),(65,43,46,'create','[]','{\"id\": 43, \"zip\": \"10007\", \"city\": \"New York\", \"state\": \"NY\", \"county\": \"henry\", \"hoa_name\": null, \"client_id\": 46, \"hoa_check\": null, \"hoa_phone\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"updated_at\": \"2021-01-24T23:27:20.000000Z\", \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"purchase_price\": null, \"mortgage_type_id\": \"2\", \"annual_property_tax\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"house_number_and_street\": \"777 Vets Way\", \"new_construction_builder\": null, \"due_diligence_expire_date\": null}','[]',4,'2021-01-24 18:27:20','2021-01-24 18:27:20'),(66,43,46,'update','{\"id\": 43, \"zip\": \"10007\", \"city\": \"New York\", \"state\": \"NY\", \"county\": \"henry\", \"hoa_name\": null, \"client_id\": 46, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-24T23:27:20.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": 2, \"deal_save_checked\": 0, \"property_status_id\": null, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"777 Vets Way\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 43, \"zip\": \"10007\", \"city\": \"New York\", \"state\": \"NY\", \"county\": \"henry\", \"hoa_name\": null, \"client_id\": 46, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-24T23:27:35.000000Z\", \"updated_by\": 4, \"lender_name\": null, \"pre_closing\": {\"id\": 37, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:27:20.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 43, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": null, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": null, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": null, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": null, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:26:39 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": null, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": 2, \"deal_save_checked\": 0, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"777 Vets Way\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-24 23:27:35\", \"updated_by\": 4, \"property_status_id\": 2}',4,'2021-01-24 18:27:35','2021-01-24 18:27:35'),(67,43,46,'update','{\"id\": 43, \"zip\": \"10007\", \"city\": \"New York\", \"state\": \"NY\", \"county\": \"henry\", \"hoa_name\": null, \"client_id\": 46, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-24T23:27:35.000000Z\", \"updated_by\": 4, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": 2, \"deal_save_checked\": 0, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"777 Vets Way\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 43, \"zip\": \"10007\", \"city\": \"New York\", \"state\": \"NY\", \"county\": \"henry\", \"hoa_name\": null, \"client_id\": 46, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-24T23:34:19.000000Z\", \"updated_by\": 4, \"lender_name\": null, \"pre_closing\": {\"id\": 37, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-24T23:27:20.000000Z\", \"created_by\": 4, \"deleted_at\": null, \"updated_at\": \"2021-01-24T23:33:04.000000Z\", \"updated_by\": 4, \"other_value\": null, \"property_id\": 43, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-24 11:32:58 PM UTC\", \"termite_checked_by\": 4, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-24 11:32:55 PM UTC\", \"inspection_checked_by\": 4, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 180000, \"appraisal_value_checked\": null, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 200000, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": null, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": null, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": null, \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": null, \"welcome_payment_checked_at\": \"2021-01-24 11:26:39 PM UTC\", \"welcome_payment_checked_by\": 4, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-24 11:31:43 PM UTC\", \"rental_verification_checked_by\": 4, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-24 11:31:46 PM UTC\", \"letter_of_commitment_checked_by\": 4, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-24 11:32:43 PM UTC\", \"on_boarding_fee_payment_checked_by\": 4, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": 2, \"deal_save_checked\": 0, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"777 Vets Way\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-01-24 23:34:19\", \"property_status_id\": 3}',4,'2021-01-24 18:34:19','2021-01-24 18:34:19'),(68,2,42,'update','{\"id\": 2, \"zip\": null, \"city\": null, \"state\": null, \"county\": null, \"hoa_name\": null, \"client_id\": 42, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2020-12-29T19:42:27.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2020-12-29T19:42:27.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": null, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2020-12-29 05:00:00 AM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": null, \"new_construction_builder\": null, \"deal_save_checked_comment\": \"ghmjghmjghmjg\", \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 2, \"zip\": \"sdfvsdfv\", \"city\": \"sdfvsdfvds\", \"state\": \"sdfvsdfv\", \"county\": \"dfsff\", \"hoa_name\": null, \"client_id\": 42, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2020-12-29T19:42:27.000000Z\", \"created_by\": 1, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-26T12:57:28.000000Z\", \"updated_by\": 8, \"lender_name\": null, \"pre_closing\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 1, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": \"2020-12-29 05:00:00 AM UTC\", \"deal_save_checked_by\": 1, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"safdasfc\", \"new_construction_builder\": null, \"deal_save_checked_comment\": \"ghmjghmjghmjg\", \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"zip\": \"sdfvsdfv\", \"city\": \"sdfvsdfvds\", \"state\": \"sdfvsdfv\", \"county\": \"dfsff\", \"updated_at\": \"2021-01-26 12:57:28\", \"updated_by\": 8, \"closing_cost\": 3500, \"property_status_id\": 2, \"house_number_and_street\": \"safdasfc\"}',8,'2021-01-26 07:57:28','2021-01-26 07:57:28'),(69,36,53,'update','{\"id\": 36, \"zip\": null, \"city\": \"jkl,kjllj\", \"state\": \"jk,ljkl,jkl\", \"county\": \"jk,kjll,jkl,\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-21T13:38:58.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 0, \"property_status_id\": 2, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"khjk,hhj\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 36, \"zip\": \"fgbfdgbdfgb\", \"city\": \"jkl,kjllj\", \"state\": \"jk,ljkl,jkl\", \"county\": \"jk,kjll,jkl,\", \"hoa_name\": null, \"client_id\": 53, \"hoa_check\": null, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-01-26T12:58:52.000000Z\", \"updated_by\": 8, \"lender_name\": null, \"pre_closing\": {\"id\": 30, \"rent\": null, \"client_id\": null, \"created_at\": \"2021-01-21T13:38:43.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-01-21T13:39:59.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 36, \"other_checked\": null, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": null, \"termite_checked\": 1, \"termite_paid_by\": null, \"warranty_checked\": null, \"deal_save_checked\": 1, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 1, \"termite_checked_at\": \"2021-01-21 01:39:40 PM UTC\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": \"2021-01-21 01:39:18 PM UTC\", \"deal_save_checked_by\": 2, \"lease_expire_checked\": null, \"lease_signed_checked\": null, \"inspection_checked_at\": \"2021-01-21 01:39:39 PM UTC\", \"inspection_checked_by\": 2, \"renter_insurance_name\": null, \"repair_credit_checked\": null, \"warranty_company_name\": null, \"payment_option_3_month\": 3605, \"payment_option_6_month\": 3710, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 3856, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": null, \"appraisal_value_checked_at\": \"2021-01-21 01:39:41 PM UTC\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": \"2021-01-21 01:39:19 PM UTC\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": null, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": \"2021-01-21 01:39:44 PM UTC\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-01-21 01:39:46 PM UTC\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-01-21 01:39:48 PM UTC\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": 1, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-01-21 01:39:21 PM UTC\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": null, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-01-21 01:39:22 PM UTC\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": null, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": null, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": null, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-01-21 01:39:36 PM UTC\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": null, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": null, \"lender_check\": null, \"move_out_date\": null, \"hoa_annual_fee\": null, \"purchase_price\": null, \"mortgage_type_id\": null, \"deal_save_checked\": 0, \"property_status_id\": 3, \"annual_property_tax\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"closing_credit_general\": null, \"new_construction_check\": null, \"repair_request_checked\": 0, \"house_number_and_street\": \"khjk,hhj\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"zip\": \"fgbfdgbdfgb\", \"updated_at\": \"2021-01-26 12:58:52\", \"updated_by\": 8, \"property_status_id\": 3}',8,'2021-01-26 07:58:52','2021-01-26 07:58:52'),(70,44,NULL,'create','[]','{\"id\": 44, \"parent_id\": null, \"created_at\": \"2021-02-08T21:56:40.000000Z\", \"created_by\": 8, \"updated_at\": \"2021-02-08T21:56:40.000000Z\", \"property_status_id\": 8}','[]',8,'2021-02-08 16:56:40','2021-02-08 16:56:40'),(71,45,NULL,'create','[]','{\"id\": 45, \"parent_id\": null, \"created_at\": \"2021-02-08T21:57:07.000000Z\", \"created_by\": 8, \"updated_at\": \"2021-02-08T21:57:07.000000Z\", \"property_status_id\": 8}','[]',8,'2021-02-08 16:57:07','2021-02-08 16:57:07'),(72,1,NULL,'create','[]','{\"id\": 1, \"zip\": 30052, \"city\": \"Loganville\", \"state\": \"GA\", \"county\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-07-18\", \"repair_credit\": null, \"hoa_annual_fee\": 23, \"purchase_price\": 198000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1900, \"property_status_id\": 6, \"annual_property_tax\": 2800, \"annual_insurance_fee\": 100, \"additional_tenant_name\": \"Deshuan Aaron, Clairassa Aaron\", \"closing_credit_general\": null, \"house_number_and_street\": \"3234 Watson Meadow Lane\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(74,3,NULL,'create','[]','{\"id\": 3, \"zip\": 30311, \"city\": \"Atlanta\", \"state\": \"GA\", \"county\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-09-05\", \"repair_credit\": null, \"hoa_annual_fee\": 125, \"purchase_price\": 167000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1795, \"property_status_id\": 6, \"annual_property_tax\": 1741, \"annual_insurance_fee\": 125, \"additional_tenant_name\": \"Bryan Terry, Leadman James\", \"closing_credit_general\": null, \"house_number_and_street\": \"3330 Tiara Circle SW\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(75,4,NULL,'create','[]','{\"id\": 4, \"zip\": 32244, \"city\": \"Jacksonville\", \"state\": \"FL\", \"county\": \"Duval\", \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-10-29\", \"repair_credit\": null, \"hoa_annual_fee\": 18, \"purchase_price\": 163100, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1550, \"property_status_id\": 6, \"annual_property_tax\": 1500, \"annual_insurance_fee\": 100, \"additional_tenant_name\": \"Frank Brown\", \"closing_credit_general\": 0, \"house_number_and_street\": \"5409 Turkey Creek Ct\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(76,5,NULL,'create','[]','{\"id\": 5, \"zip\": 30016, \"city\": \"Covington \", \"state\": \"GA\", \"county\": \"Newton\", \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"lender_name\": null, \"closing_cost\": 1713.5, \"closing_date\": \"2019-01-14\", \"repair_credit\": null, \"hoa_annual_fee\": 17, \"purchase_price\": 215000, \"mortgage_type_id\": 3, \"gross_monthly_rent\": 2125, \"property_status_id\": 6, \"annual_property_tax\": 3000, \"annual_insurance_fee\": 125, \"additional_tenant_name\": \"Chandra Hooks, Alvin Dix\", \"closing_credit_general\": 0, \"house_number_and_street\": \"180 Glen Echo Drive (USDA)\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(77,6,NULL,'create','[]','{\"id\": 6, \"zip\": 30141, \"city\": \"Hiram\", \"state\": \"GA\", \"county\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"lender_name\": \"Jeff Curtis\", \"closing_cost\": null, \"closing_date\": \"2019-04-16\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 135000, \"mortgage_type_id\": 2, \"gross_monthly_rent\": 1275, \"property_status_id\": 6, \"annual_property_tax\": 804, \"annual_insurance_fee\": 125, \"additional_tenant_name\": \"Adrian McDonald\", \"closing_credit_general\": 1000, \"house_number_and_street\": \"124 Cathy Lane\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(78,7,NULL,'create','[]','{\"id\": 7, \"zip\": 30058, \"city\": \"Lithonia\", \"state\": \"GA\", \"county\": \"Dekalb\", \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2019-07-12\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 250000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2350, \"property_status_id\": 6, \"annual_property_tax\": 2408, \"annual_insurance_fee\": 200, \"additional_tenant_name\": \"Monique Hooks\", \"closing_credit_general\": null, \"house_number_and_street\": \"1055 Carriage Place\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(79,8,NULL,'create','[]','{\"id\": 8, \"zip\": 30012, \"city\": \"Conyers\", \"state\": \"GA\", \"county\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2019-08-29\", \"repair_credit\": null, \"hoa_annual_fee\": 15, \"purchase_price\": 204000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2050, \"property_status_id\": 6, \"annual_property_tax\": 2200, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Claudette Medders\", \"closing_credit_general\": 16500, \"house_number_and_street\": \"2738 Lake Capri Drive\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(80,9,NULL,'create','[]','{\"id\": 9, \"zip\": 30213, \"city\": \"Fairburn\", \"state\": \"GA\", \"county\": \"Fulton\", \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-02\", \"repair_credit\": null, \"hoa_annual_fee\": 75, \"purchase_price\": 246928, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1850, \"property_status_id\": 6, \"annual_property_tax\": 3000, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Frank Tardy\", \"closing_credit_general\": 3500, \"house_number_and_street\": \"6607 Sky Leaf Lane\", \"new_construction_builder\": \"Rockhaven Homes\"}','[]',2,'2021-03-09 09:18:44','2021-03-09 09:18:44'),(81,10,NULL,'create','[]','{\"id\": 10, \"zip\": 32258, \"city\": \"Jacksonville\", \"state\": \"FL\", \"county\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-06\", \"repair_credit\": null, \"hoa_annual_fee\": 22.916666666666668, \"purchase_price\": 262000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2350, \"property_status_id\": 6, \"annual_property_tax\": 3025, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"May Gibson\", \"closing_credit_general\": null, \"house_number_and_street\": \"4887 Frost Lake Drive\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(82,11,NULL,'create','[]','{\"id\": 11, \"zip\": 30349, \"city\": \"Atlanta\", \"state\": \"GA\", \"county\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-27\", \"repair_credit\": null, \"hoa_annual_fee\": 45, \"purchase_price\": 320000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2750, \"property_status_id\": 6, \"annual_property_tax\": 2366, \"annual_insurance_fee\": 175, \"additional_tenant_name\": \"Pamela Marie Jenkins, Tyronda Starks\", \"closing_credit_general\": 5000, \"house_number_and_street\": \"90 Fitzgerald Place\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(83,12,NULL,'create','[]','{\"id\": 12, \"zip\": 30058, \"city\": \"Lithonia\", \"state\": \"GA\", \"county\": \"Dekalb\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-04-16\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 198000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1750, \"property_status_id\": 6, \"annual_property_tax\": 2220, \"annual_insurance_fee\": 175, \"additional_tenant_name\": \"Earsey Greenwood\", \"closing_credit_general\": null, \"house_number_and_street\": \"2300 Benson Ridge\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(84,13,NULL,'create','[]','{\"id\": 13, \"zip\": 30519, \"city\": \"Buford\", \"state\": \"GA\", \"county\": \"Gwinnett\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-18\", \"repair_credit\": null, \"hoa_annual_fee\": 31.25, \"purchase_price\": 234820, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2145, \"property_status_id\": 6, \"annual_property_tax\": 2950, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Courtney Tiger, Chris Tiger, Pierson Tiger\", \"closing_credit_general\": 2500, \"house_number_and_street\": \"4740 Brandon Acres Lane\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(85,14,NULL,'create','[]','{\"id\": 14, \"zip\": 30016, \"city\": \"Covington\", \"state\": \"GA\", \"county\": \"Newton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-27\", \"repair_credit\": null, \"hoa_annual_fee\": 12, \"purchase_price\": 209000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1910, \"property_status_id\": 6, \"annual_property_tax\": 2184, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Michele Evans, Marquel Evans\", \"closing_credit_general\": null, \"house_number_and_street\": \"190 Stone Ridge\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(86,15,NULL,'create','[]','{\"id\": 15, \"zip\": 30088, \"city\": \"Stone Mountain\", \"state\": \"GA\", \"county\": \"Dekalb\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-28\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 186000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1760, \"property_status_id\": 6, \"annual_property_tax\": 3000, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Terrance Williams, Kimberely Williams\", \"closing_credit_general\": 8000, \"house_number_and_street\": \"1639 Links Overlook\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(87,16,NULL,'create','[]','{\"id\": 16, \"zip\": 30281, \"city\": \"Stockbridge\", \"state\": \"GA\", \"county\": \"Henry\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-12\", \"repair_credit\": null, \"hoa_annual_fee\": 45.833333333333336, \"purchase_price\": 214900, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1960, \"property_status_id\": 6, \"annual_property_tax\": 2555, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Sonja Cox\", \"closing_credit_general\": 7400, \"house_number_and_street\": \"601 Jeans Circle\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(88,17,NULL,'create','[]','{\"id\": 17, \"zip\": 30253, \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-15\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 222800, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2120, \"property_status_id\": 6, \"annual_property_tax\": 3213, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Andre Johnson, Debra Johnson\", \"closing_credit_general\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(89,18,NULL,'create','[]','{\"id\": 18, \"zip\": 34286, \"city\": \"North Port\", \"state\": \"FL\", \"county\": \"Sarasota\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-26\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 197000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1770, \"property_status_id\": 6, \"annual_property_tax\": 1860, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Steve Fairbanks, Jill Williamson\", \"closing_credit_general\": 380, \"house_number_and_street\": \"3035 Emporia Ter\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(90,19,NULL,'create','[]','{\"id\": 19, \"zip\": 30291, \"city\": \"Union City\", \"state\": \"GA\", \"county\": \"Fulton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-07-01\", \"repair_credit\": null, \"hoa_annual_fee\": 14.583333333333334, \"purchase_price\": 165000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1540, \"property_status_id\": 6, \"annual_property_tax\": 1800, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Demeturius Griffin, Aundria Griffin\", \"closing_credit_general\": 3500, \"house_number_and_street\": \"3515 Silverton Reach\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(92,21,NULL,'create','[]','{\"id\": 21, \"zip\": 30349, \"city\": \"Atlanta\", \"state\": \"GA\", \"county\": \"Clayton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-07-17\", \"repair_credit\": null, \"hoa_annual_fee\": 49.166666666666664, \"purchase_price\": 175000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1690, \"property_status_id\": 6, \"annual_property_tax\": 2256, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Althea Hossack, Alecia Francis\", \"closing_credit_general\": 3500, \"house_number_and_street\": \"1625 Tigris Ct\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(93,22,NULL,'create','[]','{\"id\": 22, \"zip\": 30337, \"city\": \"College Park\", \"state\": \"GA\", \"county\": \"Fulton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-12\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 150000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1450, \"property_status_id\": 6, \"annual_property_tax\": 1660, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Marquita Butler\", \"closing_credit_general\": 0, \"house_number_and_street\": \"4061 Jesse A Dent Rd Jr\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(94,23,NULL,'create','[]','{\"id\": 23, \"zip\": 30294, \"city\": \"Ellenwood\", \"state\": \"GA\", \"county\": \"Clayton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-14\", \"repair_credit\": 0, \"hoa_annual_fee\": 14.583333333333334, \"purchase_price\": 210000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2060, \"property_status_id\": 6, \"annual_property_tax\": 1800, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Ashley Giddens\", \"closing_credit_general\": 2500, \"house_number_and_street\": \"3442 Saddle Creek Ln\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(95,24,NULL,'create','[]','{\"id\": 24, \"zip\": 30252, \"city\": \"McDonough \", \"state\": \"GA\", \"county\": \"Henry\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-17\", \"repair_credit\": null, \"hoa_annual_fee\": 120, \"purchase_price\": 275000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2470, \"property_status_id\": 6, \"annual_property_tax\": 3595, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Rontaye Johnson, Kinyatta Johnson\", \"closing_credit_general\": 7000, \"house_number_and_street\": \"1304 Eddie Craig\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(96,25,NULL,'create','[]','{\"id\": 25, \"zip\": 32246, \"city\": \"Jacksonville\", \"state\": \"FL\", \"county\": \"Duval\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-08\", \"repair_credit\": null, \"hoa_annual_fee\": 26.25, \"purchase_price\": 235000, \"mortgage_type_id\": false, \"gross_monthly_rent\": 2220, \"property_status_id\": 6, \"annual_property_tax\": 3495, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"John Clark, Carla Clark\", \"closing_credit_general\": 0, \"house_number_and_street\": \"11238 Stanley Steamer Ln\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(97,26,NULL,'create','[]','{\"id\": 26, \"zip\": 30252, \"city\": \"McDonough \", \"state\": \"GA\", \"county\": \"Henry\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-09\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 219000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1940, \"property_status_id\": 6, \"annual_property_tax\": 2278, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Perryn Wright\", \"closing_credit_general\": 3500, \"house_number_and_street\": \"498 Jackson Lake Rd\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(98,27,NULL,'create','[]','{\"id\": 27, \"zip\": 30519, \"city\": \"Buford\", \"state\": \"GA\", \"county\": \"Gwinett\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-10\", \"repair_credit\": 300, \"hoa_annual_fee\": 180, \"purchase_price\": 255000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2500, \"property_status_id\": 6, \"annual_property_tax\": 3133, \"annual_insurance_fee\": 151, \"additional_tenant_name\": \"Ashley Francis, Michelle Francis\", \"closing_credit_general\": 0, \"house_number_and_street\": \"3020 Hallmark Lane\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(99,28,NULL,'create','[]','{\"id\": 28, \"zip\": 32073, \"city\": \"Orange Park\", \"state\": \"FL\", \"county\": \"Duval\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-18\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 165000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1490, \"property_status_id\": 6, \"annual_property_tax\": 1550, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Salle and David Van Allen\", \"closing_credit_general\": 3500, \"house_number_and_street\": \"580 Blairmore Blvd W\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(100,29,NULL,'create','[]','{\"id\": 29, \"zip\": 30152, \"city\": \"Kennesaw\", \"state\": \"GA\", \"county\": \"Cobb\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-30\", \"repair_credit\": 6000, \"hoa_annual_fee\": 29.166666666666668, \"purchase_price\": 328000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2930, \"property_status_id\": 6, \"annual_property_tax\": 3401, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Chris Barnes, Ana Barnes\", \"closing_credit_general\": 3000, \"house_number_and_street\": \"2024 Greyfield Dr NW\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(101,30,NULL,'create','[]','{\"id\": 30, \"zip\": 30291, \"city\": \"Union City\", \"state\": \"GA\", \"county\": \"Fulton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-10-06\", \"repair_credit\": null, \"hoa_annual_fee\": 50, \"purchase_price\": 158900, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1520, \"property_status_id\": 6, \"annual_property_tax\": 1700, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Mercedes Allen\", \"closing_credit_general\": 2000, \"house_number_and_street\": \"2159 Red Oak Circle \", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(102,31,NULL,'create','[]','{\"id\": 31, \"zip\": 30213, \"city\": \"Fairburn\", \"state\": \"GA\", \"county\": \"Fulton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-11-18\", \"repair_credit\": 750, \"hoa_annual_fee\": 20, \"purchase_price\": 239900, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2110, \"property_status_id\": 6, \"annual_property_tax\": 1746, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Sarni Johnson\", \"closing_credit_general\": null, \"house_number_and_street\": \"6426 Saint Mark Way\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(103,32,NULL,'create','[]','{\"id\": 32, \"zip\": 30052, \"city\": \"Loganville\", \"state\": \"GA\", \"county\": \"Gwinnett\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-11-30\", \"repair_credit\": null, \"hoa_annual_fee\": 38.333333333333336, \"purchase_price\": 215000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2020, \"property_status_id\": 6, \"annual_property_tax\": 2853, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Angela Lyons\", \"closing_credit_general\": null, \"house_number_and_street\": \"3832 Rose Bay Ln\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(104,33,NULL,'create','[]','{\"id\": 33, \"zip\": 30294, \"city\": \"Ellenwood\", \"state\": \"GA\", \"county\": \"Clayton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-01\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 228900, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1850, \"property_status_id\": 6, \"annual_property_tax\": 3507, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Miecha Jones, Miracle Rascoe\", \"closing_credit_general\": null, \"house_number_and_street\": \"507 Trinity Trail/ no 10% rent credit\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(105,34,NULL,'create','[]','{\"id\": 34, \"zip\": 30115, \"city\": \"Canton\", \"state\": \"GA\", \"county\": \"Cherokee\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-11\", \"repair_credit\": null, \"hoa_annual_fee\": 20, \"purchase_price\": 321500, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2840, \"property_status_id\": 6, \"annual_property_tax\": 2739, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Jennier Foster\", \"closing_credit_general\": null, \"house_number_and_street\": \"503 Streamside Pl\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(106,35,NULL,'create','[]','{\"id\": 35, \"zip\": 76135, \"city\": \"Ft Worth\", \"state\": \"TX\", \"county\": \"Tarrant\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-17\", \"repair_credit\": null, \"hoa_annual_fee\": 30, \"purchase_price\": 227000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2310, \"property_status_id\": 6, \"annual_property_tax\": 5350, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Tiffany Thomas\", \"closing_credit_general\": null, \"house_number_and_street\": \"4904 Bolero Ct\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(107,36,NULL,'create','[]','{\"id\": 36, \"zip\": 30253, \"city\": \"McDonough\", \"state\": \"GA\", \"county\": \"Henry\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-18\", \"repair_credit\": null, \"hoa_annual_fee\": 25, \"purchase_price\": 278000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2550, \"property_status_id\": 6, \"annual_property_tax\": 3331, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Cheely Bonham\", \"closing_credit_general\": 2780, \"house_number_and_street\": \"1190 Paramount Dr\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(108,37,NULL,'create','[]','{\"id\": 37, \"zip\": 34639, \"city\": \"Land O Lakes\", \"state\": \"FL\", \"county\": \"Pasco\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-21\", \"repair_credit\": null, \"hoa_annual_fee\": 318.3333333333333, \"purchase_price\": 217900, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2250, \"property_status_id\": 6, \"annual_property_tax\": 2008, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Adekunle Oshin\", \"closing_credit_general\": null, \"house_number_and_street\": \"2046 Park Crescent Dr\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(109,38,NULL,'create','[]','{\"id\": 38, \"zip\": 32068, \"city\": \"Middleburg\", \"state\": \"FL\", \"county\": \"Clay\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-23\", \"repair_credit\": null, \"hoa_annual_fee\": 20, \"purchase_price\": 174000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1930, \"property_status_id\": 6, \"annual_property_tax\": 3540, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Jesse Brinson, Keshia Brinson\", \"closing_credit_general\": null, \"house_number_and_street\": \"3250 Hammock Cove Ct\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(110,39,NULL,'create','[]','{\"id\": 39, \"zip\": 33830, \"city\": \"Bartow\", \"state\": \"FL\", \"county\": \"Polk\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-24\", \"repair_credit\": 4640, \"hoa_annual_fee\": 0, \"purchase_price\": 144000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 1340, \"property_status_id\": 6, \"annual_property_tax\": 1262, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Gustavo Araque\", \"closing_credit_general\": null, \"house_number_and_street\": \"1840 S Broadway\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(111,40,NULL,'create','[]','{\"id\": 40, \"zip\": 30281, \"city\": \"Stockbridge\", \"state\": \"GA\", \"county\": \"Henry\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2021-01-28\", \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 225000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2060, \"property_status_id\": 6, \"annual_property_tax\": 2495, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Donald Cross, Pamela Cross\", \"closing_credit_general\": null, \"house_number_and_street\": \"255 Kensington Trace\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(112,41,NULL,'create','[]','{\"id\": 41, \"zip\": 30291, \"city\": \"Union City\", \"state\": \"GA\", \"county\": \"Fulton\", \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2021-02-05\", \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"gross_monthly_rent\": 2080, \"property_status_id\": 6, \"annual_property_tax\": null, \"annual_insurance_fee\": 150, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null}','[]',2,'2021-03-09 09:18:45','2021-03-09 09:18:45'),(113,32,1,'update','{\"id\": 32, \"zip\": \"30052\", \"city\": \"Loganville\", \"state\": \"GA\", \"yield\": null, \"county\": \"Gwinnett\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-11-30T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 38, \"purchase_price\": 215000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2020.00\", \"property_status_id\": 6, \"annual_property_tax\": 2853, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Angela Lyons\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3832 Rose Bay Ln\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 32, \"zip\": \"30052\", \"city\": \"Loganville\", \"state\": \"GA\", \"yield\": 0.1, \"client\": null, \"county\": \"Gwinnett\", \"hoa_name\": null, \"client_id\": 1, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-24T07:05:21.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"pre_closing\": {\"id\": 30, \"rent\": 1593.92, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 32, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 237000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"7211.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 231610, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 240350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2020-11-21 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": \"2020-11-30\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 38, \"purchase_price\": 215000, \"mortgage_type_id\": 1, \"net_monthly_rent\": 1743.75, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2020.00\", \"property_status_id\": 6, \"annual_property_tax\": 2853, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Angela Lyons\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3832 Rose Bay Ln\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"yield\": 0.1, \"client_id\": 1, \"updated_at\": \"2021-03-24 07:05:21\", \"updated_by\": 2, \"closing_cost\": 3500, \"closing_date\": \"2020-11-30\", \"net_monthly_rent\": 1743.75}',2,'2021-03-24 02:05:21','2021-03-24 02:05:21'),(114,41,2,'update','{\"id\": 41, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2021-02-05T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2080.00\", \"property_status_id\": 6, \"annual_property_tax\": null, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 41, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"client\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": 2, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:15:06.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": {\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"7673.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": \"2021-02-05\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2080.00\", \"property_status_id\": 1, \"annual_property_tax\": null, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"client_id\": 2, \"updated_at\": \"2021-04-06 10:15:06\", \"updated_by\": 2, \"closing_cost\": 3500, \"closing_date\": \"2021-02-05\", \"property_status_id\": 1}',2,'2021-04-06 05:15:06','2021-04-06 05:15:06'),(115,41,2,'update','{\"id\": 41, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": 2, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:15:06.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": \"2021-02-05T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2080.00\", \"property_status_id\": 1, \"annual_property_tax\": null, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 41, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": \"test\", \"client_id\": 2, \"hoa_check\": \"1\", \"hoa_phone\": \"test\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:16:14.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": {\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:15:06.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"502200.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": \"2021-02-05\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": \"100\", \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2080.00\", \"property_status_id\": 1, \"annual_property_tax\": null, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"hoa_name\": \"test\", \"hoa_check\": \"1\", \"hoa_phone\": \"test\", \"updated_at\": \"2021-04-06 10:16:14\", \"closing_date\": \"2021-02-05\", \"hoa_annual_fee\": \"100\"}',2,'2021-04-06 05:16:14','2021-04-06 05:16:14'),(116,41,2,'update','{\"id\": 41, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": \"test\", \"client_id\": 2, \"hoa_check\": 1, \"hoa_phone\": \"test\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:16:14.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": \"2021-02-05T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 100, \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2080.00\", \"property_status_id\": 1, \"annual_property_tax\": null, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 41, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": \"test\", \"client_id\": 2, \"hoa_check\": 1, \"hoa_phone\": \"test\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:19:40.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"pre_closing\": {\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:16:14.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"502200.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-29 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-20 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": \"2021-02-05\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 100, \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2080.00\", \"property_status_id\": 3, \"annual_property_tax\": null, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-06 10:19:40\", \"closing_date\": \"2021-02-05\", \"property_status_id\": 3}',2,'2021-04-06 05:19:40','2021-04-06 05:19:40'),(117,41,2,'update','{\"id\": 41, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": \"test\", \"client_id\": 2, \"hoa_check\": 1, \"hoa_phone\": \"test\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:19:40.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 3500, \"closing_date\": \"2021-02-05T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 100, \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2080.00\", \"property_status_id\": 3, \"annual_property_tax\": null, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 41, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"client\": {\"id\": 2, \"stage\": null, \"status\": null, \"created_at\": \"2021-04-06T10:15:06.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"deleted_by\": null, \"updated_at\": \"2021-04-06T10:19:40.000000Z\", \"updated_by\": 2, \"partner_name\": \"test\", \"mortgage_type\": null, \"partner_email\": \"test@gmail.com\", \"partner_phone\": \"32165679879\", \"applicant_name\": \"qwert\", \"applicant_email\": \"test@gmail.com\", \"applicant_phone\": \"1354675987\", \"welcome_payment\": null, \"mortgage_type_id\": null, \"co_applicant_name\": \"abc\", \"co_applicant_email\": \"abc@gmail.com\", \"co_applicant_phone\": \"09876645311\", \"additional_tenant_name\": null, \"additional_tenant_check\": 0, \"welcome_payment_checked\": 0, \"welcome_payment_checked_at\": null, \"welcome_payment_checked_by\": null, \"rental_verification_checked\": 0, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"welcome_payment_checked_comment\": null, \"rental_verification_complete_check\": 0, \"rental_verification_checked_comment\": null}, \"county\": \"Fulton\", \"hoa_name\": \"test\", \"client_id\": 2, \"hoa_check\": 1, \"hoa_phone\": \"test\", \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:21:21.000000Z\", \"updated_by\": 2, \"lender_name\": \"testinggggg\", \"pre_closing\": {\"id\": 39, \"rent\": 1930, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:19:40.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 41, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 230000, \"termite_checked\": 1, \"termite_paid_by\": 0, \"warranty_checked\": 1, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-02-28\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": \"2021-04-06 10:16:43 AM\", \"termite_checked_by\": 2, \"payment_option_date\": null, \"warranty_checked_at\": \"2021-04-06 10:16:57 AM\", \"warranty_checked_by\": 2, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 1, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": \"test\", \"repair_credit_checked\": 0, \"total_payment_options\": \"502200.00\", \"warranty_company_name\": \"test\", \"payment_option_3_month\": null, \"payment_option_6_month\": 246450, \"appraisal_value_checked\": 1, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": \"2021-04-06 10:17:01 AM\", \"lease_signed_checked_by\": 2, \"payment_option_12_month\": 255750, \"termite_checked_comment\": null, \"welcome_payment_checked\": 1, \"renter_insurance_checked\": 1, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 1, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-04-06 10:16:45 AM\", \"appraisal_value_checked_by\": 2, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 1, \"welcome_payment_checked_at\": \"2021-04-06 10:16:35 AM\", \"welcome_payment_checked_by\": 2, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 1, \"renter_insurance_checked_at\": \"2021-04-06 10:16:47 AM\", \"renter_insurance_checked_by\": 2, \"flood_certificate_checked_at\": \"2021-04-06 10:16:49 AM\", \"flood_certificate_checked_by\": 2, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 1, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": \"2021-04-06 10:16:54 AM\", \"landlord_insurance_checked_by\": 2, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": \"2021-04-06 10:16:37 AM\", \"rental_verification_checked_by\": 2, \"soc_sec_card_applicant_checked\": 1, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": \"2021-04-06 10:16:39 AM\", \"letter_of_commitment_checked_by\": 2, \"on_boarding_fee_payment_checked\": 1, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 1, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": \"2021-04-06 10:19:32 AM\", \"soc_sec_card_applicant_checked_by\": 2, \"soc_sec_card_co_applicant_checked\": 1, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": \"2021-04-06 10:16:41 AM\", \"on_boarding_fee_payment_checked_by\": 2, \"driver_license_applicant_checked_at\": \"2021-04-06 10:19:29 AM\", \"driver_license_applicant_checked_by\": 2, \"driver_license_co_applicant_checked\": 1, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": \"2021-04-06 10:19:35 AM\", \"soc_sec_card_co_applicant_checked_by\": 2, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": \"2021-04-06 10:19:31 AM\", \"driver_license_co_applicant_checked_by\": 2, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": \"2021-02-05\", \"lender_check\": \"1\", \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 100, \"purchase_price\": 229000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2080.00\", \"property_status_id\": 3, \"annual_property_tax\": null, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Isis Washington\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3310 Summer Brooke Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-06 10:21:21\", \"lender_name\": \"testinggggg\", \"closing_date\": \"2021-02-05\", \"lender_check\": \"1\"}',2,'2021-04-06 05:21:21','2021-04-06 05:21:21'),(118,40,3,'update','{\"id\": 40, \"zip\": \"30281\", \"city\": \"Stockbridge\", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2021-01-28T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 225000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2060.00\", \"property_status_id\": 6, \"annual_property_tax\": 2495, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Donald Cross, Pamela Cross\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"255 Kensington Trace\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 40, \"zip\": \"30281\", \"city\": \"Stockbridge\", \"state\": \"GA\", \"yield\": 0.1, \"client\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 3, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:24:32.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"pre_closing\": {\"id\": 38, \"rent\": 1671.08, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"other_value\": null, \"property_id\": 40, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 226000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": null, \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"7541.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 242210, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 251350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-20 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-11 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": \"2021-01-28\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 225000, \"mortgage_type_id\": 1, \"net_monthly_rent\": 1820.58, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2060.00\", \"property_status_id\": 1, \"annual_property_tax\": 2495, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Donald Cross, Pamela Cross\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"255 Kensington Trace\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"yield\": 0.1, \"client_id\": 3, \"updated_at\": \"2021-04-06 10:24:32\", \"updated_by\": 2, \"closing_cost\": 3500, \"closing_date\": \"2021-01-28\", \"net_monthly_rent\": 1820.58, \"property_status_id\": 1}',2,'2021-04-06 05:24:32','2021-04-06 05:24:32'),(119,40,3,'update','{\"id\": 40, \"zip\": \"30281\", \"city\": \"Stockbridge\", \"state\": \"GA\", \"yield\": \"0.10\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 3, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:24:32.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": 3500, \"closing_date\": \"2021-01-28T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 225000, \"mortgage_type_id\": 1, \"net_monthly_rent\": \"1820.58\", \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2060.00\", \"property_status_id\": 1, \"annual_property_tax\": 2495, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Donald Cross, Pamela Cross\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"255 Kensington Trace\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 40, \"zip\": \"30281\", \"city\": \"Stockbridge\", \"state\": \"GA\", \"yield\": 0.1, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 3, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:24:54.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"pre_closing\": {\"id\": 38, \"rent\": 1671.08, \"client_id\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"updated_at\": \"2021-04-06T10:24:32.000000Z\", \"updated_by\": 2, \"other_value\": null, \"property_id\": 40, \"other_checked\": 0, \"repair_credit\": null, \"option_checked\": 0, \"appraisal_value\": 226000, \"termite_checked\": 0, \"termite_paid_by\": 0, \"warranty_checked\": 0, \"deal_save_checked\": null, \"lease_expire_date\": \"2022-01-31\", \"option_checked_at\": null, \"option_checked_by\": null, \"inspection_checked\": 0, \"termite_checked_at\": null, \"termite_checked_by\": null, \"payment_option_date\": null, \"warranty_checked_at\": null, \"warranty_checked_by\": null, \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"lease_expire_checked\": 0, \"lease_signed_checked\": 0, \"inspection_checked_at\": null, \"inspection_checked_by\": null, \"renter_insurance_name\": null, \"repair_credit_checked\": 0, \"total_payment_options\": \"493560.00\", \"warranty_company_name\": null, \"payment_option_3_month\": null, \"payment_option_6_month\": 242210, \"appraisal_value_checked\": 0, \"lease_expire_checked_at\": null, \"lease_expire_checked_by\": null, \"lease_signed_checked_at\": null, \"lease_signed_checked_by\": null, \"payment_option_12_month\": 251350, \"termite_checked_comment\": null, \"welcome_payment_checked\": 0, \"renter_insurance_checked\": 0, \"repair_credit_checked_at\": null, \"repair_credit_checked_by\": null, \"warranty_checked_comment\": null, \"deal_save_checked_comment\": null, \"flood_certificate_checked\": 0, \"septic_inspection_checked\": 0, \"appraisal_value_checked_at\": \"2021-01-20 12:00:00 AM\", \"appraisal_value_checked_by\": null, \"inspection_checked_comment\": null, \"landlord_insurance_checked\": 0, \"welcome_payment_checked_at\": \"2021-01-11 12:00:00 AM\", \"welcome_payment_checked_by\": null, \"payment_option_date_checked\": 0, \"rental_verification_checked\": 0, \"renter_insurance_checked_at\": null, \"renter_insurance_checked_by\": null, \"flood_certificate_checked_at\": null, \"flood_certificate_checked_by\": null, \"lease_signed_checked_comment\": null, \"letter_of_commitment_checked\": 0, \"septic_inspection_checked_at\": null, \"septic_inspection_checked_by\": null, \"landlord_insurance_checked_at\": null, \"landlord_insurance_checked_by\": null, \"payment_option_select_checked\": 0, \"monthly_payment_option_checked\": 0, \"payment_option_date_checked_at\": null, \"payment_option_date_checked_by\": null, \"rental_verification_checked_at\": null, \"rental_verification_checked_by\": null, \"soc_sec_card_applicant_checked\": 0, \"appraisal_value_checked_comment\": null, \"letter_of_commitment_checked_at\": null, \"letter_of_commitment_checked_by\": null, \"on_boarding_fee_payment_checked\": 0, \"warranty_paid_by_seller_checked\": 0, \"welcome_payment_checked_comment\": null, \"driver_license_applicant_checked\": 0, \"renter_insurance_checked_comment\": null, \"flood_certificate_checked_comment\": null, \"monthly_payment_option_checked_at\": null, \"monthly_payment_option_checked_by\": null, \"septic_inspection_checked_comment\": null, \"soc_sec_card_applicant_checked_at\": null, \"soc_sec_card_applicant_checked_by\": null, \"soc_sec_card_co_applicant_checked\": 0, \"landlord_insurance_checked_comment\": null, \"on_boarding_fee_payment_checked_at\": null, \"on_boarding_fee_payment_checked_by\": null, \"driver_license_applicant_checked_at\": null, \"driver_license_applicant_checked_by\": null, \"driver_license_co_applicant_checked\": 0, \"rental_verification_checked_comment\": null, \"letter_of_commitment_checked_comment\": null, \"soc_sec_card_co_applicant_checked_at\": null, \"soc_sec_card_co_applicant_checked_by\": null, \"monthly_payment_option_checked_amount\": null, \"driver_license_co_applicant_checked_at\": null, \"driver_license_co_applicant_checked_by\": null, \"monthly_payment_option_checked_comment\": null, \"soc_sec_card_applicant_checked_comment\": null, \"on_boarding_fee_payment_checked_comment\": null, \"driver_license_applicant_checked_comment\": null, \"payment_option_additional_payment_checked\": 0, \"soc_sec_card_co_applicant_checked_comment\": null, \"driver_license_co_applicant_checked_comment\": null, \"payment_option_additional_payment_checked_at\": null, \"payment_option_additional_payment_checked_by\": null}, \"closing_cost\": 3500, \"closing_date\": \"2021-01-28\", \"lender_check\": \"1\", \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 225000, \"mortgage_type_id\": 1, \"net_monthly_rent\": 1820.58, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2060.00\", \"property_status_id\": 1, \"annual_property_tax\": 2495, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Donald Cross, Pamela Cross\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"255 Kensington Trace\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"yield\": 0.1, \"updated_at\": \"2021-04-06 10:24:54\", \"closing_date\": \"2021-01-28\", \"lender_check\": \"1\"}',2,'2021-04-06 05:24:54','2021-04-06 05:24:54'),(120,1,NULL,'update','{\"id\": 1, \"zip\": \"30052\", \"city\": \"Loganville\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-07-18T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 23, \"purchase_price\": 198000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1900.00\", \"property_status_id\": 6, \"annual_property_tax\": 2800, \"annual_insurance_fee\": \"100.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Deshuan Aaron, Clairassa Aaron\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3234 Watson Meadow Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 1, \"zip\": \"30052\", \"city\": \"Loganville\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-07-18\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 23, \"purchase_price\": 198000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1900.00\", \"property_status_id\": 3, \"annual_property_tax\": 2800, \"annual_insurance_fee\": \"100.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Deshuan Aaron, Clairassa Aaron\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3234 Watson Meadow Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(121,3,NULL,'update','{\"id\": 3, \"zip\": \"30311\", \"city\": \"Atlanta\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-09-05T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 125, \"purchase_price\": 167000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1795.00\", \"property_status_id\": 6, \"annual_property_tax\": 1741, \"annual_insurance_fee\": \"125.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Bryan Terry, Leadman James\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3330 Tiara Circle SW\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 3, \"zip\": \"30311\", \"city\": \"Atlanta\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-09-05\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 125, \"purchase_price\": 167000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1795.00\", \"property_status_id\": 3, \"annual_property_tax\": 1741, \"annual_insurance_fee\": \"125.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Bryan Terry, Leadman James\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3330 Tiara Circle SW\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(122,4,NULL,'update','{\"id\": 4, \"zip\": \"32244\", \"city\": \"Jacksonville\", \"state\": \"FL\", \"yield\": null, \"county\": \"Duval\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-10-29T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 18, \"purchase_price\": 163100, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1550.00\", \"property_status_id\": 6, \"annual_property_tax\": 1500, \"annual_insurance_fee\": \"100.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Frank Brown\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"5409 Turkey Creek Ct\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 4, \"zip\": \"32244\", \"city\": \"Jacksonville\", \"state\": \"FL\", \"yield\": null, \"county\": \"Duval\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2018-10-29\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 18, \"purchase_price\": 163100, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1550.00\", \"property_status_id\": 3, \"annual_property_tax\": 1500, \"annual_insurance_fee\": \"100.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Frank Brown\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"5409 Turkey Creek Ct\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(123,5,NULL,'update','{\"id\": 5, \"zip\": \"30016\", \"city\": \"Covington \", \"state\": \"GA\", \"yield\": null, \"county\": \"Newton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": 1714, \"closing_date\": \"2019-01-14T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 17, \"purchase_price\": 215000, \"mortgage_type_id\": 3, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2125.00\", \"property_status_id\": 6, \"annual_property_tax\": 3000, \"annual_insurance_fee\": \"125.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Chandra Hooks, Alvin Dix\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"180 Glen Echo Drive (USDA)\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 5, \"zip\": \"30016\", \"city\": \"Covington \", \"state\": \"GA\", \"yield\": null, \"county\": \"Newton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": 1714, \"closing_date\": \"2019-01-14\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 17, \"purchase_price\": 215000, \"mortgage_type_id\": 3, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2125.00\", \"property_status_id\": 3, \"annual_property_tax\": 3000, \"annual_insurance_fee\": \"125.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Chandra Hooks, Alvin Dix\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"180 Glen Echo Drive (USDA)\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(124,6,NULL,'update','{\"id\": 6, \"zip\": \"30141\", \"city\": \"Hiram\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"updated_by\": null, \"lender_name\": \"Jeff Curtis\", \"closing_cost\": null, \"closing_date\": \"2019-04-16T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 135000, \"mortgage_type_id\": 2, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1275.00\", \"property_status_id\": 6, \"annual_property_tax\": 804, \"annual_insurance_fee\": \"125.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Adrian McDonald\", \"closing_credit_general\": 1000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"124 Cathy Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 6, \"zip\": \"30141\", \"city\": \"Hiram\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"Jeff Curtis\", \"closing_cost\": null, \"closing_date\": \"2019-04-16\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 135000, \"mortgage_type_id\": 2, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1275.00\", \"property_status_id\": 3, \"annual_property_tax\": 804, \"annual_insurance_fee\": \"125.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Adrian McDonald\", \"closing_credit_general\": 1000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"124 Cathy Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(125,7,NULL,'update','{\"id\": 7, \"zip\": \"30058\", \"city\": \"Lithonia\", \"state\": \"GA\", \"yield\": null, \"county\": \"Dekalb\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"updated_by\": null, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2019-07-12T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 250000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2350.00\", \"property_status_id\": 6, \"annual_property_tax\": 2408, \"annual_insurance_fee\": \"200.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Monique Hooks\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1055 Carriage Place\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 7, \"zip\": \"30058\", \"city\": \"Lithonia\", \"state\": \"GA\", \"yield\": null, \"county\": \"Dekalb\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": null, \"closing_cost\": null, \"closing_date\": \"2019-07-12\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 250000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2350.00\", \"property_status_id\": 3, \"annual_property_tax\": 2408, \"annual_insurance_fee\": \"200.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Monique Hooks\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1055 Carriage Place\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(126,8,NULL,'update','{\"id\": 8, \"zip\": \"30012\", \"city\": \"Conyers\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2019-08-29T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 15, \"purchase_price\": 204000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2050.00\", \"property_status_id\": 6, \"annual_property_tax\": 2200, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Claudette Medders\", \"closing_credit_general\": 16500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2738 Lake Capri Drive\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 8, \"zip\": \"30012\", \"city\": \"Conyers\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2019-08-29\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 15, \"purchase_price\": 204000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2050.00\", \"property_status_id\": 3, \"annual_property_tax\": 2200, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Claudette Medders\", \"closing_credit_general\": 16500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2738 Lake Capri Drive\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(127,9,NULL,'update','{\"id\": 9, \"zip\": \"30213\", \"city\": \"Fairburn\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:44.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-02T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 75, \"purchase_price\": 246928, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1850.00\", \"property_status_id\": 6, \"annual_property_tax\": 3000, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Frank Tardy\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"6607 Sky Leaf Lane\", \"new_construction_builder\": \"Rockhaven Homes\", \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 9, \"zip\": \"30213\", \"city\": \"Fairburn\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:44.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-02\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 75, \"purchase_price\": 246928, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1850.00\", \"property_status_id\": 3, \"annual_property_tax\": 3000, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Frank Tardy\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"6607 Sky Leaf Lane\", \"new_construction_builder\": \"Rockhaven Homes\", \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(128,10,NULL,'update','{\"id\": 10, \"zip\": \"32258\", \"city\": \"Jacksonville\", \"state\": \"FL\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-06T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 23, \"purchase_price\": 262000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2350.00\", \"property_status_id\": 6, \"annual_property_tax\": 3025, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"May Gibson\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"4887 Frost Lake Drive\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 10, \"zip\": \"32258\", \"city\": \"Jacksonville\", \"state\": \"FL\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-06\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 23, \"purchase_price\": 262000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2350.00\", \"property_status_id\": 3, \"annual_property_tax\": 3025, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"May Gibson\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"4887 Frost Lake Drive\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(129,11,NULL,'update','{\"id\": 11, \"zip\": \"30349\", \"city\": \"Atlanta\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-27T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 45, \"purchase_price\": 320000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2750.00\", \"property_status_id\": 6, \"annual_property_tax\": 2366, \"annual_insurance_fee\": \"175.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Pamela Marie Jenkins, Tyronda Starks\", \"closing_credit_general\": 5000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"90 Fitzgerald Place\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 11, \"zip\": \"30349\", \"city\": \"Atlanta\", \"state\": \"GA\", \"yield\": null, \"county\": null, \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-03-27\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 45, \"purchase_price\": 320000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2750.00\", \"property_status_id\": 3, \"annual_property_tax\": 2366, \"annual_insurance_fee\": \"175.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Pamela Marie Jenkins, Tyronda Starks\", \"closing_credit_general\": 5000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"90 Fitzgerald Place\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(130,12,NULL,'update','{\"id\": 12, \"zip\": \"30058\", \"city\": \"Lithonia\", \"state\": \"GA\", \"yield\": null, \"county\": \"Dekalb\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-04-16T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 198000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1750.00\", \"property_status_id\": 6, \"annual_property_tax\": 2220, \"annual_insurance_fee\": \"175.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Earsey Greenwood\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2300 Benson Ridge\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 12, \"zip\": \"30058\", \"city\": \"Lithonia\", \"state\": \"GA\", \"yield\": null, \"county\": \"Dekalb\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-04-16\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 198000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1750.00\", \"property_status_id\": 3, \"annual_property_tax\": 2220, \"annual_insurance_fee\": \"175.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Earsey Greenwood\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2300 Benson Ridge\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(131,13,NULL,'update','{\"id\": 13, \"zip\": \"30519\", \"city\": \"Buford\", \"state\": \"GA\", \"yield\": null, \"county\": \"Gwinnett\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-18T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 234820, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2145.00\", \"property_status_id\": 6, \"annual_property_tax\": 2950, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Courtney Tiger, Chris Tiger, Pierson Tiger\", \"closing_credit_general\": 2500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"4740 Brandon Acres Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 13, \"zip\": \"30519\", \"city\": \"Buford\", \"state\": \"GA\", \"yield\": null, \"county\": \"Gwinnett\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-18\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 234820, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2145.00\", \"property_status_id\": 3, \"annual_property_tax\": 2950, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Courtney Tiger, Chris Tiger, Pierson Tiger\", \"closing_credit_general\": 2500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"4740 Brandon Acres Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(132,14,NULL,'update','{\"id\": 14, \"zip\": \"30016\", \"city\": \"Covington\", \"state\": \"GA\", \"yield\": null, \"county\": \"Newton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-27T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 12, \"purchase_price\": 209000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1910.00\", \"property_status_id\": 6, \"annual_property_tax\": 2184, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Michele Evans, Marquel Evans\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"190 Stone Ridge\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 14, \"zip\": \"30016\", \"city\": \"Covington\", \"state\": \"GA\", \"yield\": null, \"county\": \"Newton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-27\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 12, \"purchase_price\": 209000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1910.00\", \"property_status_id\": 3, \"annual_property_tax\": 2184, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Michele Evans, Marquel Evans\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"190 Stone Ridge\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(133,15,NULL,'update','{\"id\": 15, \"zip\": \"30088\", \"city\": \"Stone Mountain\", \"state\": \"GA\", \"yield\": null, \"county\": \"Dekalb\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-28T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 186000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1760.00\", \"property_status_id\": 6, \"annual_property_tax\": 3000, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Terrance Williams, Kimberely Williams\", \"closing_credit_general\": 8000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1639 Links Overlook\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 15, \"zip\": \"30088\", \"city\": \"Stone Mountain\", \"state\": \"GA\", \"yield\": null, \"county\": \"Dekalb\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-05-28\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 186000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1760.00\", \"property_status_id\": 3, \"annual_property_tax\": 3000, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Terrance Williams, Kimberely Williams\", \"closing_credit_general\": 8000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1639 Links Overlook\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(134,16,NULL,'update','{\"id\": 16, \"zip\": \"30281\", \"city\": \"Stockbridge\", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-12T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 46, \"purchase_price\": 214900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1960.00\", \"property_status_id\": 6, \"annual_property_tax\": 2555, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Sonja Cox\", \"closing_credit_general\": 7400, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"601 Jeans Circle\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 16, \"zip\": \"30281\", \"city\": \"Stockbridge\", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-12\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 46, \"purchase_price\": 214900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1960.00\", \"property_status_id\": 3, \"annual_property_tax\": 2555, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Sonja Cox\", \"closing_credit_general\": 7400, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"601 Jeans Circle\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(135,17,NULL,'update','{\"id\": 17, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-15T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 222800, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2120.00\", \"property_status_id\": 6, \"annual_property_tax\": 3213, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Andre Johnson, Debra Johnson\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 17, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-15\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 222800, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2120.00\", \"property_status_id\": 3, \"annual_property_tax\": 3213, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Andre Johnson, Debra Johnson\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"560 New Morn Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(136,18,NULL,'update','{\"id\": 18, \"zip\": \"34286\", \"city\": \"North Port\", \"state\": \"FL\", \"yield\": null, \"county\": \"Sarasota\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-26T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 197000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1770.00\", \"property_status_id\": 6, \"annual_property_tax\": 1860, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Steve Fairbanks, Jill Williamson\", \"closing_credit_general\": 380, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3035 Emporia Ter\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 18, \"zip\": \"34286\", \"city\": \"North Port\", \"state\": \"FL\", \"yield\": null, \"county\": \"Sarasota\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-06-26\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 197000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1770.00\", \"property_status_id\": 3, \"annual_property_tax\": 1860, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Steve Fairbanks, Jill Williamson\", \"closing_credit_general\": 380, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3035 Emporia Ter\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(137,19,NULL,'update','{\"id\": 19, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-07-01T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 15, \"purchase_price\": 165000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1540.00\", \"property_status_id\": 6, \"annual_property_tax\": 1800, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Demeturius Griffin, Aundria Griffin\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3515 Silverton Reach\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 19, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-07-01\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 15, \"purchase_price\": 165000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1540.00\", \"property_status_id\": 3, \"annual_property_tax\": 1800, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Demeturius Griffin, Aundria Griffin\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3515 Silverton Reach\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(138,21,NULL,'update','{\"id\": 21, \"zip\": \"30349\", \"city\": \"Atlanta\", \"state\": \"GA\", \"yield\": null, \"county\": \"Clayton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-07-17T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 49, \"purchase_price\": 175000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1690.00\", \"property_status_id\": 6, \"annual_property_tax\": 2256, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Althea Hossack, Alecia Francis\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1625 Tigris Ct\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 21, \"zip\": \"30349\", \"city\": \"Atlanta\", \"state\": \"GA\", \"yield\": null, \"county\": \"Clayton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-07-17\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 49, \"purchase_price\": 175000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1690.00\", \"property_status_id\": 3, \"annual_property_tax\": 2256, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Althea Hossack, Alecia Francis\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1625 Tigris Ct\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(139,22,NULL,'update','{\"id\": 22, \"zip\": \"30337\", \"city\": \"College Park\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-12T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 150000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1450.00\", \"property_status_id\": 6, \"annual_property_tax\": 1660, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Marquita Butler\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"4061 Jesse A Dent Rd Jr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 22, \"zip\": \"30337\", \"city\": \"College Park\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-12\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 150000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1450.00\", \"property_status_id\": 3, \"annual_property_tax\": 1660, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Marquita Butler\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"4061 Jesse A Dent Rd Jr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(140,23,NULL,'update','{\"id\": 23, \"zip\": \"30294\", \"city\": \"Ellenwood\", \"state\": \"GA\", \"yield\": null, \"county\": \"Clayton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-14T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"0.00\", \"hoa_annual_fee\": 15, \"purchase_price\": 210000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2060.00\", \"property_status_id\": 6, \"annual_property_tax\": 1800, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Ashley Giddens\", \"closing_credit_general\": 2500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3442 Saddle Creek Ln\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 23, \"zip\": \"30294\", \"city\": \"Ellenwood\", \"state\": \"GA\", \"yield\": null, \"county\": \"Clayton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-14\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"0.00\", \"hoa_annual_fee\": 15, \"purchase_price\": 210000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2060.00\", \"property_status_id\": 3, \"annual_property_tax\": 1800, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Ashley Giddens\", \"closing_credit_general\": 2500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3442 Saddle Creek Ln\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(141,24,NULL,'update','{\"id\": 24, \"zip\": \"30252\", \"city\": \"McDonough \", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-17T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 120, \"purchase_price\": 275000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2470.00\", \"property_status_id\": 6, \"annual_property_tax\": 3595, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Rontaye Johnson, Kinyatta Johnson\", \"closing_credit_general\": 7000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1304 Eddie Craig\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 24, \"zip\": \"30252\", \"city\": \"McDonough \", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-08-17\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 120, \"purchase_price\": 275000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2470.00\", \"property_status_id\": 3, \"annual_property_tax\": 3595, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Rontaye Johnson, Kinyatta Johnson\", \"closing_credit_general\": 7000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1304 Eddie Craig\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(142,25,NULL,'update','{\"id\": 25, \"zip\": \"32246\", \"city\": \"Jacksonville\", \"state\": \"FL\", \"yield\": null, \"county\": \"Duval\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-08T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 26, \"purchase_price\": 235000, \"mortgage_type_id\": 0, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2220.00\", \"property_status_id\": 6, \"annual_property_tax\": 3495, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"John Clark, Carla Clark\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"11238 Stanley Steamer Ln\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 25, \"zip\": \"32246\", \"city\": \"Jacksonville\", \"state\": \"FL\", \"yield\": null, \"county\": \"Duval\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-08\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 26, \"purchase_price\": 235000, \"mortgage_type_id\": 0, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2220.00\", \"property_status_id\": 3, \"annual_property_tax\": 3495, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"John Clark, Carla Clark\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"11238 Stanley Steamer Ln\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(143,26,NULL,'update','{\"id\": 26, \"zip\": \"30252\", \"city\": \"McDonough \", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-09T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 219000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1940.00\", \"property_status_id\": 6, \"annual_property_tax\": 2278, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Perryn Wright\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"498 Jackson Lake Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 26, \"zip\": \"30252\", \"city\": \"McDonough \", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-09\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 219000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1940.00\", \"property_status_id\": 3, \"annual_property_tax\": 2278, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Perryn Wright\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"498 Jackson Lake Rd\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(144,27,NULL,'update','{\"id\": 27, \"zip\": \"30519\", \"city\": \"Buford\", \"state\": \"GA\", \"yield\": null, \"county\": \"Gwinett\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-10T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"300.00\", \"hoa_annual_fee\": 180, \"purchase_price\": 255000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2500.00\", \"property_status_id\": 6, \"annual_property_tax\": 3133, \"annual_insurance_fee\": \"151.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Ashley Francis, Michelle Francis\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3020 Hallmark Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 27, \"zip\": \"30519\", \"city\": \"Buford\", \"state\": \"GA\", \"yield\": null, \"county\": \"Gwinett\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-10\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"300.00\", \"hoa_annual_fee\": 180, \"purchase_price\": 255000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2500.00\", \"property_status_id\": 3, \"annual_property_tax\": 3133, \"annual_insurance_fee\": \"151.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Ashley Francis, Michelle Francis\", \"closing_credit_general\": 0, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3020 Hallmark Lane\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(145,28,NULL,'update','{\"id\": 28, \"zip\": \"32073\", \"city\": \"Orange Park\", \"state\": \"FL\", \"yield\": null, \"county\": \"Duval\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-18T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 165000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1490.00\", \"property_status_id\": 6, \"annual_property_tax\": 1550, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Salle and David Van Allen\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"580 Blairmore Blvd W\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 28, \"zip\": \"32073\", \"city\": \"Orange Park\", \"state\": \"FL\", \"yield\": null, \"county\": \"Duval\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-18\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 165000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1490.00\", \"property_status_id\": 3, \"annual_property_tax\": 1550, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Salle and David Van Allen\", \"closing_credit_general\": 3500, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"580 Blairmore Blvd W\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(146,29,NULL,'update','{\"id\": 29, \"zip\": \"30152\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"yield\": null, \"county\": \"Cobb\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-30T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"6000.00\", \"hoa_annual_fee\": 29, \"purchase_price\": 328000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2930.00\", \"property_status_id\": 6, \"annual_property_tax\": 3401, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Chris Barnes, Ana Barnes\", \"closing_credit_general\": 3000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2024 Greyfield Dr NW\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 29, \"zip\": \"30152\", \"city\": \"Kennesaw\", \"state\": \"GA\", \"yield\": null, \"county\": \"Cobb\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-09-30\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"6000.00\", \"hoa_annual_fee\": 29, \"purchase_price\": 328000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2930.00\", \"property_status_id\": 3, \"annual_property_tax\": 3401, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Chris Barnes, Ana Barnes\", \"closing_credit_general\": 3000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2024 Greyfield Dr NW\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(147,30,NULL,'update','{\"id\": 30, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-10-06T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 50, \"purchase_price\": 158900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1520.00\", \"property_status_id\": 6, \"annual_property_tax\": 1700, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Mercedes Allen\", \"closing_credit_general\": 2000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2159 Red Oak Circle \", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 30, \"zip\": \"30291\", \"city\": \"Union City\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-10-06\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 50, \"purchase_price\": 158900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1520.00\", \"property_status_id\": 3, \"annual_property_tax\": 1700, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Mercedes Allen\", \"closing_credit_general\": 2000, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2159 Red Oak Circle \", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(148,31,NULL,'update','{\"id\": 31, \"zip\": \"30213\", \"city\": \"Fairburn\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-11-18T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"750.00\", \"hoa_annual_fee\": 20, \"purchase_price\": 239900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2110.00\", \"property_status_id\": 6, \"annual_property_tax\": 1746, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Sarni Johnson\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"6426 Saint Mark Way\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 31, \"zip\": \"30213\", \"city\": \"Fairburn\", \"state\": \"GA\", \"yield\": null, \"county\": \"Fulton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-11-18\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"750.00\", \"hoa_annual_fee\": 20, \"purchase_price\": 239900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2110.00\", \"property_status_id\": 3, \"annual_property_tax\": 1746, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Sarni Johnson\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"6426 Saint Mark Way\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(149,32,1,'update','{\"id\": 32, \"zip\": \"30052\", \"city\": \"Loganville\", \"state\": \"GA\", \"yield\": \"0.10\", \"county\": \"Gwinnett\", \"hoa_name\": null, \"client_id\": 1, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-24T07:05:21.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": 3500, \"closing_date\": \"2020-11-30T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 38, \"purchase_price\": 215000, \"mortgage_type_id\": 1, \"net_monthly_rent\": \"1743.75\", \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2020.00\", \"property_status_id\": 6, \"annual_property_tax\": 2853, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Angela Lyons\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3832 Rose Bay Ln\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 32, \"zip\": \"30052\", \"city\": \"Loganville\", \"state\": \"GA\", \"yield\": \"0.10\", \"county\": \"Gwinnett\", \"hoa_name\": null, \"client_id\": 1, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": 3500, \"closing_date\": \"2020-11-30\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 38, \"purchase_price\": 215000, \"mortgage_type_id\": 1, \"net_monthly_rent\": \"1743.75\", \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2020.00\", \"property_status_id\": 3, \"annual_property_tax\": 2853, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Angela Lyons\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3832 Rose Bay Ln\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(150,33,NULL,'update','{\"id\": 33, \"zip\": \"30294\", \"city\": \"Ellenwood\", \"state\": \"GA\", \"yield\": null, \"county\": \"Clayton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-01T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 228900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1850.00\", \"property_status_id\": 6, \"annual_property_tax\": 3507, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Miecha Jones, Miracle Rascoe\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"507 Trinity Trail/ no 10% rent credit\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 33, \"zip\": \"30294\", \"city\": \"Ellenwood\", \"state\": \"GA\", \"yield\": null, \"county\": \"Clayton\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-01\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 0, \"purchase_price\": 228900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1850.00\", \"property_status_id\": 3, \"annual_property_tax\": 3507, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Miecha Jones, Miracle Rascoe\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"507 Trinity Trail/ no 10% rent credit\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(151,34,NULL,'update','{\"id\": 34, \"zip\": \"30115\", \"city\": \"Canton\", \"state\": \"GA\", \"yield\": null, \"county\": \"Cherokee\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-11T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 20, \"purchase_price\": 321500, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2840.00\", \"property_status_id\": 6, \"annual_property_tax\": 2739, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Jennier Foster\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"503 Streamside Pl\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 34, \"zip\": \"30115\", \"city\": \"Canton\", \"state\": \"GA\", \"yield\": null, \"county\": \"Cherokee\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-11\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 20, \"purchase_price\": 321500, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2840.00\", \"property_status_id\": 3, \"annual_property_tax\": 2739, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Jennier Foster\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"503 Streamside Pl\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(152,35,NULL,'update','{\"id\": 35, \"zip\": \"76135\", \"city\": \"Ft Worth\", \"state\": \"TX\", \"yield\": null, \"county\": \"Tarrant\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-17T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 30, \"purchase_price\": 227000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2310.00\", \"property_status_id\": 6, \"annual_property_tax\": 5350, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Tiffany Thomas\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"4904 Bolero Ct\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 35, \"zip\": \"76135\", \"city\": \"Ft Worth\", \"state\": \"TX\", \"yield\": null, \"county\": \"Tarrant\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-17\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 30, \"purchase_price\": 227000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2310.00\", \"property_status_id\": 3, \"annual_property_tax\": 5350, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Tiffany Thomas\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"4904 Bolero Ct\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(153,36,NULL,'update','{\"id\": 36, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-18T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 25, \"purchase_price\": 278000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2550.00\", \"property_status_id\": 6, \"annual_property_tax\": 3331, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Cheely Bonham\", \"closing_credit_general\": 2780, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1190 Paramount Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 36, \"zip\": \"30253\", \"city\": \"McDonough\", \"state\": \"GA\", \"yield\": null, \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-18\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 25, \"purchase_price\": 278000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2550.00\", \"property_status_id\": 3, \"annual_property_tax\": 3331, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Cheely Bonham\", \"closing_credit_general\": 2780, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1190 Paramount Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(154,37,NULL,'update','{\"id\": 37, \"zip\": \"34639\", \"city\": \"Land O Lakes\", \"state\": \"FL\", \"yield\": null, \"county\": \"Pasco\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-21T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 318, \"purchase_price\": 217900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2250.00\", \"property_status_id\": 6, \"annual_property_tax\": 2008, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Adekunle Oshin\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2046 Park Crescent Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 37, \"zip\": \"34639\", \"city\": \"Land O Lakes\", \"state\": \"FL\", \"yield\": null, \"county\": \"Pasco\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-21\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 318, \"purchase_price\": 217900, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2250.00\", \"property_status_id\": 3, \"annual_property_tax\": 2008, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Adekunle Oshin\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"2046 Park Crescent Dr\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(155,38,NULL,'update','{\"id\": 38, \"zip\": \"32068\", \"city\": \"Middleburg\", \"state\": \"FL\", \"yield\": null, \"county\": \"Clay\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-23T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 20, \"purchase_price\": 174000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1930.00\", \"property_status_id\": 6, \"annual_property_tax\": 3540, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Jesse Brinson, Keshia Brinson\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3250 Hammock Cove Ct\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 38, \"zip\": \"32068\", \"city\": \"Middleburg\", \"state\": \"FL\", \"yield\": null, \"county\": \"Clay\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-23\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 20, \"purchase_price\": 174000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1930.00\", \"property_status_id\": 3, \"annual_property_tax\": 3540, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Jesse Brinson, Keshia Brinson\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"3250 Hammock Cove Ct\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(156,39,NULL,'update','{\"id\": 39, \"zip\": \"33830\", \"city\": \"Bartow\", \"state\": \"FL\", \"yield\": null, \"county\": \"Polk\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-03-09T14:18:45.000000Z\", \"updated_by\": null, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-24T00:00:00.000000Z\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"4640.00\", \"hoa_annual_fee\": 0, \"purchase_price\": 144000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1340.00\", \"property_status_id\": 6, \"annual_property_tax\": 1262, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Gustavo Araque\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1840 S Broadway\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 39, \"zip\": \"33830\", \"city\": \"Bartow\", \"state\": \"FL\", \"yield\": null, \"county\": \"Polk\", \"hoa_name\": null, \"client_id\": null, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": null, \"closing_date\": \"2020-12-24\", \"lender_check\": 0, \"move_out_date\": null, \"repair_credit\": \"4640.00\", \"hoa_annual_fee\": 0, \"purchase_price\": 144000, \"mortgage_type_id\": 1, \"net_monthly_rent\": null, \"deal_save_checked\": 0, \"gross_monthly_rent\": \"1340.00\", \"property_status_id\": 3, \"annual_property_tax\": 1262, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Gustavo Araque\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"1840 S Broadway\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"updated_by\": 2, \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'),(157,40,3,'update','{\"id\": 40, \"zip\": \"30281\", \"city\": \"Stockbridge\", \"state\": \"GA\", \"yield\": \"0.10\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 3, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-06T10:24:54.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": 3500, \"closing_date\": \"2021-01-28T00:00:00.000000Z\", \"lender_check\": 1, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 225000, \"mortgage_type_id\": 1, \"net_monthly_rent\": \"1820.58\", \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2060.00\", \"property_status_id\": 1, \"annual_property_tax\": 2495, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Donald Cross, Pamela Cross\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"255 Kensington Trace\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"id\": 40, \"zip\": \"30281\", \"city\": \"Stockbridge\", \"state\": \"GA\", \"yield\": \"0.10\", \"county\": \"Henry\", \"hoa_name\": null, \"client_id\": 3, \"hoa_check\": 0, \"hoa_phone\": null, \"parent_id\": null, \"sold_date\": null, \"created_at\": \"2021-03-09T14:18:45.000000Z\", \"created_by\": 2, \"deleted_at\": null, \"sold_price\": null, \"updated_at\": \"2021-04-09T12:16:16.000000Z\", \"updated_by\": 2, \"lender_name\": \"internal\", \"closing_cost\": 3500, \"closing_date\": \"2021-01-28\", \"lender_check\": 1, \"move_out_date\": null, \"repair_credit\": null, \"hoa_annual_fee\": 31, \"purchase_price\": 225000, \"mortgage_type_id\": 1, \"net_monthly_rent\": \"1820.58\", \"deal_save_checked\": 0, \"gross_monthly_rent\": \"2060.00\", \"property_status_id\": 3, \"annual_property_tax\": 2495, \"annual_insurance_fee\": \"150.00\", \"deal_save_checked_at\": null, \"deal_save_checked_by\": null, \"sold_price_entered_at\": null, \"sold_price_entered_by\": null, \"additional_tenant_name\": \"Donald Cross, Pamela Cross\", \"closing_credit_general\": null, \"new_construction_check\": 0, \"repair_request_checked\": 0, \"additional_tenant_check\": 0, \"house_number_and_street\": \"255 Kensington Trace\", \"new_construction_builder\": null, \"deal_save_checked_comment\": null, \"due_diligence_expire_date\": null, \"repair_request_checked_at\": null, \"repair_request_checked_by\": null, \"repair_request_checked_comment\": null}','{\"updated_at\": \"2021-04-09 12:16:16\", \"property_status_id\": 3}',2,'2021-04-09 07:16:16','2021-04-09 07:16:16'); /*!40000 ALTER TABLE `property_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_has_permissions` -- DROP TABLE IF EXISTS `role_has_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_has_permissions` ( `permission_id` int(10) unsigned NOT NULL, `role_id` int(10) unsigned NOT NULL, PRIMARY KEY (`permission_id`,`role_id`), KEY `role_has_permissions_role_id_foreign` (`role_id`), CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE, CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_has_permissions` -- LOCK TABLES `role_has_permissions` WRITE; /*!40000 ALTER TABLE `role_has_permissions` DISABLE KEYS */; INSERT INTO `role_has_permissions` VALUES (1,1),(2,1),(3,1),(4,1),(1,2),(2,2),(3,2),(4,2),(3,3); /*!40000 ALTER TABLE `role_has_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_users` -- DROP TABLE IF EXISTS `role_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `role_users` ( `user_id` bigint(20) unsigned NOT NULL, `role_id` int(10) unsigned NOT NULL, PRIMARY KEY (`user_id`,`role_id`), KEY `role_users_role_id_foreign` (`role_id`), CONSTRAINT `role_users_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `role_users_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_users` -- LOCK TABLES `role_users` WRITE; /*!40000 ALTER TABLE `role_users` DISABLE KEYS */; /*!40000 ALTER TABLE `role_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `roles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `guard_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'Admin','web','2021-01-20 08:47:55','2021-01-20 08:47:55'),(2,'Super Admin','web','2021-01-20 08:47:55','2021-01-20 08:47:55'),(3,'User','web','2021-01-20 08:47:55','2021-01-20 08:47:55'); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sessions` -- DROP TABLE IF EXISTS `sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sessions` ( `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_agent` text COLLATE utf8mb4_unicode_ci, `payload` text COLLATE utf8mb4_unicode_ci NOT NULL, `last_activity` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `sessions_user_id_index` (`user_id`), KEY `sessions_last_activity_index` (`last_activity`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sessions` -- LOCK TABLES `sessions` WRITE; /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; INSERT INTO `sessions` VALUES ('0N9b9yTQ4eSyfhckY1me4DmgMYsPxqy1ApzIoOxg',NULL,'205.210.31.11','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiejJoOWhuZlhlWGRFUm9SbjhEYXROSDh4dVhzM1EwRjdLYU83aVF5NSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673230307),('2nNCX3z33wUVWHg43ZBKVMwhCiabJ6kEavFnuUNg',NULL,'205.185.122.184','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiZmZkSGJCMUZhRmVFaFVVS3RIYmMxQWVCeXk3YkVQSEhUZnNMQmpwdiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673958843),('3seG4tUu7hVQdP8MOs2FdE4Gf946iqaQHuEutGdZ',NULL,'144.126.151.207','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','YToyOntzOjY6Il90b2tlbiI7czo0MDoiQTZlTEFNcVRDUUlDUlBnd2owaDVnVGZZT1RJTGZ4bFEyS0FBWXJXMyI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==',1673239311),('4igLaZbxClA0hOxqoJ6nZb1ajz1uiOF1kqip12K6',NULL,'92.118.39.18','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246','YTozOntzOjY6Il90b2tlbiI7czo0MDoiVkNLMG9TNDU5a0hSdUE5eFI1Y0VGQWVIRE5zU2lGeEVic0U1N3J1OSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672873756),('aGKagQHWSwgO31nrq01az814hT5IwUOQzlPbSLjP',NULL,'209.141.41.193','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoibjdmTmRuWjBic0xUazBXV2Q2QlhFZGhlWUxETXNBemNLSFVPeW5NMyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674106768),('aMEihtgE9YFqtzOjubsiDmV2xul5CdHWsAEclLYp',NULL,'209.141.51.222','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiajJ0V1dYbkR0dE5DWkdDQmZBSUZEMDU4eTc4c2J3blNhSGpGSFd6ZyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673653872),('aZAyuO6QRFsxdpqHJXQHmucI7zQwUqjJqWMCtQr1',NULL,'134.122.2.113','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','YTozOntzOjY6Il90b2tlbiI7czo0MDoiSXlwcVBvandsWmJEUHljbnlUVVZ5Z01kb2N3dVQyY2hrNWQyMFhYVyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673230223),('C7QN88bhyFRcwmSbucG6iQq8G08b38pvJkwkmp6Z',NULL,'209.141.41.193','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoidmhnS2NNdUU0UUJJaUxLbG1NYWU0THUycUxOVEY3MjZGU285eHNPQiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674115256),('D0GytaTAeUbpo9Or5wt13Z2t6FT7tkmRTnsgCjF0',NULL,'183.136.225.44','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:47.0) Gecko/20100101 Firefox/47.0','YTozOntzOjY6Il90b2tlbiI7czo0MDoieTdFMTVYVGRIYm5VWU5qaWtTOGxZaWpoeHZ5Nk0ySHBsR3FCd3F0RCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674345298),('eFpQPllixaO7oJ75v0edFf009gutaNoXOq8cyKme',NULL,'183.136.225.44','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 QIHU 360SE','YTozOntzOjY6Il90b2tlbiI7czo0MDoiZ0dXSkREYzhxUTg5Y0dQOHhmVGpaenZnN2JDYVhlU0tHT3Y5bzJpSSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674345440),('eiCJAEz9lFzOo8710lqBikbJ61SwZA58uuY0OOzm',NULL,'198.235.24.18','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiVE9tNU1ZcjhEaURPNE1oR3ZaWGdPNzhQT1MzVElUanJ4MDlLalBkdCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674428405),('EqItJKj87kzR1bA7ClZCxeCTGl5CDCmgYlAe729r',NULL,'209.141.36.112','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoibksyUHNzM2llOHhheFpiRVVBQnZDV1l1U0VYT3ZVVXVMMlFFUUhnYiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673402774),('fK3pv4I28uaXvwtGljxfpeBTHP0uPj5F8uE4MOWa',NULL,'205.210.31.27','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiYktST1ozWXpqMG84b0RUOTNoSEpJZElNRmlJOHpZTzdDRHdnS3BQNSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673787632),('GtoRlN633f2Xa70Hnhvn5pRWFTUXefGv94IqhsWw',NULL,'51.195.195.183','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','YTozOntzOjY6Il90b2tlbiI7czo0MDoibTVRdXdrMkRUdlNUNklQNDFrVTU1Tnlub2gwN01CMmttdWNjbXliWSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673943533),('Hv1s0xmnRAYpaB2n9QmnGfVEbynWxNdtkicpZxf2',NULL,'205.185.122.184','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiMVJjT2hpUFhpRWNNdmlWTUNYVWdIZ0lmMHZMQjJDS1dMVUU2NlFwdSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672889644),('iEuWTgiwvPqpGU3amfwZdKXrbYIsFNKvVY9rSEku',NULL,'159.223.38.74','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36','YToyOntzOjY6Il90b2tlbiI7czo0MDoiU0k0a1VwUml3NE1QSG04SXFpaVpaZllxdjdjSVFMblhuY1BPSXJMciI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==',1673419184),('ioZAfPb4cXCtcMir5Leg5vSGv90aI3J8jER30wtV',NULL,'198.235.24.139','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiWklTOFk4SWkwVU96bWcxazFScnZIdWtmbFpuZUlSa1YwTDJmZWZYUSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673087077),('IpPva0BPZFC5ppsZXgZGYPa9CAPPoV60l8JzusZk',NULL,'209.141.55.120','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiMnZyT0NraTRIeUFzUmxlQnZaZk9VdFA4N1pTVlZjY05HMjB5R09kMSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673565226),('ipu1E8kGxjdo2sFPzrThLVmwXDKksgT1eVsjih3c',NULL,'92.118.39.18','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiVThKUUtqdDdWQU1rWnFWbmcxeTlZR0hxTGhGNElLMnhsMUpSSXZCcSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672873758),('isNf69HxWXr6deVtmgqo441nR0f9aLxzF1YBta0m',NULL,'205.210.31.41','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiS2dtWTFhQmhzR2haVURYTUw1dFRkRFVQQjBIRHRQRXJYR3h4SmZmbiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674368975),('jr4XtMmA0OiswuL2KQp9pgYO7wfSgGGqGC8hKAex',NULL,'87.236.176.181','Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)','YTozOntzOjY6Il90b2tlbiI7czo0MDoiODB4dksxY1N1TFZ4V0NodzFLTHd4MDQ3VEJpR253Z2VXa0V5Y0xWdCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673641920),('KFTiLuyZf5f1bmGhDzii1T23GpYRDc0EHLrquG83',NULL,'51.158.37.195','Mozilla/5.0 (X11; Linux x86_64; rv:104.0) Gecko/20100101 Firefox/104.0','YTozOntzOjY6Il90b2tlbiI7czo0MDoiMnF3NHJBdUNBVXpyNENXeXJCdXhkRDR6ZjB1ajlMYVU0SnpwY3FkZiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672807376),('kMWHDg9TO9l0FmOE1UxjXGGTepRUHtZ18VLTrkm5',NULL,'198.235.24.164','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiTE5jS1pIMEtqaTM2NW9XNVNUZVNNdjhSWHQ0SlhRZFNzVVY4ZVd6WCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673674612),('KVjDM1peUHmnyYHxE4hezUOCbbfM7JYknUjA3Tv6',NULL,'183.136.225.44','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 QIHU 360SE','YTozOntzOjY6Il90b2tlbiI7czo0MDoiZUJqSkVkV2hSbHpidldLemlvaXJ4ZjhHVnpUVjRXdGVMaXpWZ3dleiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674345448),('miSDyIEZBLqBtzjsxdvmNC4yDU9xU8AEWdcMAk4B',NULL,'205.185.116.25','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiRExzYmg2OW9wbTdLOTVxeU1SVnZWS1VVVW55VFNuZjBLVWhNNHEwaiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672908600),('pHm4wCH6DpTN4i9C1qgFqOcos4dkxs3wLB9FF0QE',NULL,'65.154.226.167','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.71 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiYXJsdkVGTVJhbVlQWlNhUnBtMDBKaHRCWFdzTWZTNm1pbDV4OVlVSiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673144050),('PVZuekNgljS8oa7694W3DA7uhBR1E1d84bmPtIDg',NULL,'209.141.36.231','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiNjNYUmVhQ3E2eWxMejA2WFNXMDdiUDRxUGlZdGZXNTg2clpndUg4VCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673359828),('Qo5o2mTnANTuNGaxrJidgXzi1nyZstaFBwv5i1Ky',NULL,'183.136.225.44','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 QIHU 360SE','YTozOntzOjY6Il90b2tlbiI7czo0MDoiVDFRbzFRSmxVcXRuTEZIaTlJS29qaFdKOUtkTjNONlp5QlM5Mmc2VyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674345500),('qZYmjZBDHooJZd3C2rGB3XxwGdOUdfOGSwqYq8Tj',NULL,'139.59.31.218','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','YToyOntzOjY6Il90b2tlbiI7czo0MDoiRUdWME9UWERIRHI5WXhtWWVHUjFjbms5WTB4SWVRREV3YjRoTUlGSSI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==',1674305193),('RbXDZWWDteGztofehqWwnak69ISmIcIwAuiclYQe',NULL,'209.141.55.120','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiQVhYRnRObXM2b3NodmhOMHZEU0hWUDk5a255OTE5d21FcXNadmJNSiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674115455),('rCyl9hHApDSOoIb8aaIHJ9XJUvaZ1gED7dEdUVBw',NULL,'170.64.149.202','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4859.172 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoidEYwS2JUaW82aEhicGVKTHB4Ympvb1FoamtHcW5TTzZlS3J5RnZ5MiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674278613),('rEDLPqGzCsr25Pf0jy7X0CQlhrX0TeCCfsgWQDKG',NULL,'87.236.176.215','Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)','YTozOntzOjY6Il90b2tlbiI7czo0MDoibE0zb2dHaVB5U2haUnNTdW51ZzMxelJOaU9FaFNUZGh0c3VDN0JpaiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672864331),('rIoi3IAL4gacUKCRiri3r4ixCKCxTXR459WkIrPl',NULL,'205.210.31.183','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiaGgwN0lyaTdGc2FZQ3Bta2JWbnF6U0VuYWxTR05pWjUzMU9FSUNlaCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673770390),('SHccV8tr3d7gx13KY07ViYpWtYlStKGZ3Yics4c7',NULL,'205.185.116.89','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiWTV6V2JXZm5LNk9qdUpOUlNlZVJQTUQ3dk1TN29KOE1iQVRnUzNXOSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673359851),('SIJ3qQPPHXq09uBQDxicb0glIEeAUGUh28ljnCfG',NULL,'198.235.24.140','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiaEQ4VGhrZHFyOUxPZzBhRkxVanlPRG5TQ045cGpycFJuNWFMaHNVRyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673034186),('uSW2bfJ3zhAulfRXzSVz84IfLqS3uUSsl9iCJTrv',NULL,'198.235.24.13','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiTU5ETXpGMHpGU1FTZGR4eUZIWUtWZUVuVlR5Qkt0UnNJeno4Z1dyVSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674219709),('VY63RuhmOlLvUESmWLBkml2fD7EK0nKE94sSexYh',NULL,'198.235.24.50','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiSEkwV1ZRamY4elRGRHVQbVd1SlgyYkdFcXpja05YS1FrQTFwQUl2MCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672724622),('W5WtbfGJeawz5hnemPNYfolvj2wAWWhVyOZ3MzqS',NULL,'18.203.138.69','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)','YTozOntzOjY6Il90b2tlbiI7czo0MDoiSktRbWxvZ3RtemU2bER4MGJVcUczSWhBb1NxTUVHMmRXUHd3R3BKeiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672854808),('WaK5AVhLYeQNuAOXFg3cgkAhwm9QC6m3v9CF6kVY',NULL,'209.126.77.67','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','YToyOntzOjY6Il90b2tlbiI7czo0MDoiSlpjeDlidWhyQW1KbGp3MFltSDRWYnVodkpXOGNXZXU1clhWOHpTUiI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==',1673318316),('xZZNDy2cYMIqqEWywzJrWgUN80KJr6svFKxIWOIk',NULL,'137.184.59.77','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','YToyOntzOjY6Il90b2tlbiI7czo0MDoiUjFEN282YktuMUxxa0hPYmVRcXowenJwYWhPUjBmMGNoOVpVNXhHVyI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==',1672625362),('y7hR0tjF9djE8GXl6IoLAyiq6cXvfjgLFKPys9IN',NULL,'209.141.33.65','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiUm9aZ1h6QzZsaVl0aEtHUkw1R2REeWx3WkxLRVNiN1kwV01wQUJpaCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674106768),('ygX4V7Vosf55GRJ9ARLxeiNHiCB0SB0FNXLYFKf2',NULL,'209.141.34.187','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoieERMakVIeFdTTVk1cHphamMzSm16SENDT29RWk0wUXRESjR3UGdBRCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1672795087),('Zafwhw3GivwRqVOi9VWDfKd1XAlNTQ9WEZW06bCX',NULL,'162.142.125.210','Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)','YTozOntzOjY6Il90b2tlbiI7czo0MDoiWExicHJwV0FWWGZTZTFua0tmMWZaZGRPeHdWWFlTWmhmMUt0Y2lVNyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673357921),('zx7hHlKkQNZ3MQS36rVQIiVrKxrndlMBw0CIAuSr',NULL,'162.142.125.210','Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)','YTozOntzOjY6Il90b2tlbiI7czo0MDoiaHFPTEhVenFBNnlqRXVpNGU1NEVQMFpVTnNXUDF6NlVsQWNUU0FQVSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1673357920),('ZZHRhYrqTxVdsmZDwmMUgKTNWvMDJEDyNcFXnqbt',NULL,'205.210.31.38','Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com','YTozOntzOjY6Il90b2tlbiI7czo0MDoiNWVVeU1IdTh6NWlZWUNOaFVON1Z4M0g0QkdqeXgyeUk1NzRla29zWiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzY6Imh0dHBzOi8vYm9va2luZ2FwcC5kZXYtdGVjaGxveWNlLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1674017024); /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_type` -- DROP TABLE IF EXISTS `user_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user_type` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_by` int(10) unsigned DEFAULT NULL, `updated_by` int(10) unsigned DEFAULT NULL, `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `user_type_uuid_unique` (`uuid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_type` -- LOCK TABLES `user_type` WRITE; /*!40000 ALTER TABLE `user_type` DISABLE KEYS */; INSERT INTO `user_type` VALUES (1,'6f4a55d7-a79f-405d-8ef2-cca5eb4ce8f4','Admin',1,1,'seeder_class','2020-10-26 15:35:21','2020-10-26 15:35:21'),(2,'d78d70e6-9d38-4183-92a7-b7be8004078a','client',1,1,'seeder_class','2020-10-26 15:35:21','2020-10-26 15:35:21'); /*!40000 ALTER TABLE `user_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `users` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `is_active` tinyint(1) DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `first_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `two_factor_secret` text COLLATE utf8mb4_unicode_ci, `two_factor_recovery_codes` text COLLATE utf8mb4_unicode_ci, `user_type_id` int(10) unsigned NOT NULL, `created_by` int(10) unsigned DEFAULT NULL, `updated_by` int(10) unsigned DEFAULT NULL, `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `permissions` json DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `users_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,1,'Super Admin','super','admin','super-admin@dreamamerica.com',NULL,'$2y$10$GZq0TUYkzAOKHoFLMQF/bOzYkWpU88M/zi1ZjUpF90UuAJPmRWK0S',NULL,NULL,0,1,1,NULL,NULL,'2021-01-20 08:48:28','2021-03-18 02:07:25',NULL,NULL),(2,1,'Admin','admin','admin','admin@dreamamerica.com',NULL,'$2y$10$ETsp/LDCxL7TL2kzMRZVruotEqR3IvtKi9x/6aeIBaRkGLc83Pcli',NULL,NULL,0,1,1,NULL,NULL,'2021-01-20 08:48:28','2021-03-18 02:07:25',NULL,NULL),(3,1,'User','user','user','user@dreamamerica.com',NULL,'$2y$10$bk6eKuLDWo6ERyw62Wi3k.DsAFL88E9sf7GBHYVxZsmDGU4Y48nCq',NULL,NULL,0,1,1,NULL,NULL,'2021-01-20 08:48:28','2021-01-21 08:23:59',NULL,NULL),(4,1,'Techloyce Admin','admin','admin','admin@techloyce.com',NULL,'$2y$10$1cZ5NvWZFUUet.eKR4ASwuieZz3i09EBABbRzmkZbbMkgn/PshfCa',NULL,NULL,0,1,1,NULL,NULL,'2021-01-20 08:48:28','2021-01-21 08:23:59',NULL,NULL),(5,1,'Client','client','client','user@techloyce.com',NULL,'$2y$10$qehARBA52HRyepGoXL5b2eupaGzfrNqh7wY1rRBl.dzRYsEwjqgxq',NULL,NULL,0,1,1,NULL,NULL,'2021-01-20 08:48:28','2021-01-21 08:23:59',NULL,NULL),(8,1,'Daniel','Daniel','','daniel@dreamamerica.com',NULL,'$2y$10$mr6fxDrdm9qlZCCmxGqhXuXO/bw.B4F3v0T0RsZ4C13MCGdUX9CEO',NULL,NULL,0,1,1,NULL,'LLbuwYDVtBarwrsQpmbtbM3KyVjUxv1gzN4ru8cOsFZbFjkMz8rUcj2DS6Gu','2021-01-26 07:55:16','2021-03-18 02:07:25',NULL,NULL),(9,1,'Chris','Chris','','chris@dreamamerica.com',NULL,'$2y$10$3yYIpRkpmXnqOYBX5NYZRuLCNhOwYfCYfoW6PKm68MsGR5hOdr8kO',NULL,NULL,0,1,1,NULL,NULL,'2021-03-15 01:44:31','2021-03-18 02:07:25',NULL,NULL),(10,1,'Kemp','Kemp','','kemp@dreamamerica.com',NULL,'$2y$10$2aFKTEgdh1vkhBf2Xwliu.aZW.2qSUCOkpj4AfBQRHUy2NydGa0xW',NULL,NULL,0,1,1,NULL,NULL,'2021-03-15 01:44:31','2021-03-18 02:07:25',NULL,NULL); /*!40000 ALTER TABLE `users` 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-01-12 12:22:03