-- MySQL dump 10.13  Distrib 8.0.30, for Linux (x86_64)
--
-- Host: localhost    Database: jad-app-dev
-- ------------------------------------------------------
-- Server version	8.0.30

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

--
-- Table structure for table `bundles`
--

DROP TABLE IF EXISTS `bundles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bundles` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(80) DEFAULT NULL,
  `description` varchar(254) DEFAULT NULL,
  `feature_type` varchar(80) DEFAULT NULL,
  `count` int DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `bundle_product_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bundles`
--

LOCK TABLES `bundles` WRITE;
/*!40000 ALTER TABLE `bundles` DISABLE KEYS */;
INSERT INTO `bundles` VALUES (1,'Get Magnifiers',NULL,'magnifiers',2,1,'2021-07-14 15:53:33','2021-07-14 15:53:33','com.jad.magnifiers'),(2,'Get Double Likes',NULL,'double_likes',2,1,'2021-07-14 15:53:49','2021-07-14 15:53:49','com.jad.doublelikes'),(3,'Get Re Reviews',NULL,'re-reviews',2,1,'2021-07-14 15:53:56','2021-07-14 15:53:56','com.jad.reviews'),(4,'Get Messages Bundles',NULL,'messages',1,1,'2021-07-14 15:54:01','2021-07-14 15:54:01','com.jad.messages'),(5,'Get Double Like Notification',NULL,'double_like_notifications',1,1,'2021-07-14 15:54:08','2021-07-14 15:54:08',NULL);
/*!40000 ALTER TABLE `bundles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `date_schedules`
--

DROP TABLE IF EXISTS `date_schedules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `date_schedules` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `day` varchar(50) DEFAULT NULL,
  `time_from` varchar(50) DEFAULT NULL,
  `time_to` varchar(50) DEFAULT NULL,
  `duration` varchar(50) DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=381 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `date_schedules`
--

LOCK TABLES `date_schedules` WRITE;
/*!40000 ALTER TABLE `date_schedules` DISABLE KEYS */;
INSERT INTO `date_schedules` VALUES (201,31,'Tuesday','14:00','03:30 PM','1 hour 30 mins',1,'2022-06-28 19:54:14','2022-06-28 19:54:14'),(202,31,'Wednesday','15:00','03:30 PM','30 mins',1,'2022-06-28 19:54:20','2022-06-28 19:54:20'),(203,31,'Wednesday','16:00','05:30 PM','1 hour 30 mins',1,'2022-06-28 19:54:25','2022-06-28 19:54:25'),(204,31,'Thursday','15:00','05:00 PM','2 hours',1,'2022-06-28 19:54:29','2022-06-28 19:54:29'),(205,31,'Friday','19:00','09:00 PM','2 hours',1,'2022-06-28 19:55:30','2022-06-28 19:55:30'),(206,32,'Wednesday','13:00','02:00 PM','1 hour',1,'2022-06-29 17:06:39','2022-06-29 17:06:39'),(207,33,'Thursday','00:00','12:30 AM','30 mins',0,'2022-06-30 12:28:50','2022-08-19 09:58:32'),(208,33,'Thursday','02:00','03:30 AM','1 hour 30 mins',0,'2022-06-30 12:28:54','2022-08-19 09:59:18'),(209,33,'Thursday','08:00','10:00 AM','2 hours',1,'2022-06-30 12:28:56','2022-06-30 12:28:56'),(210,34,'Thursday','00:00','12:30 AM','30 mins',1,'2022-06-30 12:31:04','2022-06-30 12:31:04'),(211,34,'Thursday','06:00','07:30 AM','1 hour 30 mins',1,'2022-06-30 12:31:06','2022-06-30 12:31:06'),(212,34,'Thursday','09:00','11:00 AM','2 hours',1,'2022-06-30 12:31:09','2022-06-30 12:31:09'),(213,35,'Thursday','00:00','12:30 AM','30 mins',1,'2022-06-30 14:24:14','2022-06-30 14:24:14'),(214,35,'Thursday','04:00','05:30 AM','1 hour 30 mins',1,'2022-06-30 14:24:16','2022-06-30 14:24:16'),(215,35,'Thursday','08:00','10:00 AM','2 hours',1,'2022-06-30 14:24:18','2022-06-30 14:24:18'),(216,36,'Thursday','00:00','12:30 AM','30 mins',1,'2022-06-30 14:27:06','2022-06-30 14:27:06'),(217,36,'Thursday','04:00','05:30 AM','1 hour 30 mins',1,'2022-06-30 14:27:08','2022-06-30 14:27:08'),(218,36,'Thursday','08:00','09:30 AM','1 hour 30 mins',1,'2022-06-30 14:27:11','2022-06-30 14:27:11'),(228,37,'Friday','00:30','02:30 AM','2 hours',1,'2022-07-01 19:28:43','2022-07-01 19:28:43'),(229,37,'Sunday','00:30','02:30 AM','2 hours',1,'2022-07-01 19:30:39','2022-07-01 19:30:39'),(230,37,'Friday','00:35','01:35 AM','1 hour',1,'2022-07-01 19:31:17','2022-07-01 19:31:17'),(231,37,'Thursday','02:00','04:00 AM','2 hours',1,'2022-07-01 20:46:36','2022-07-01 20:46:36'),(232,37,'Sunday','01:47','02:47 AM','1 hour',1,'2022-07-01 20:48:02','2022-07-01 20:48:02'),(233,37,'Sunday','01:48','03:48 AM','2 hours',1,'2022-07-01 20:48:23','2022-07-01 20:48:23'),(234,37,'Sunday','01:49','03:49 AM','2 hours',1,'2022-07-01 20:49:22','2022-07-01 20:49:22'),(235,38,'Sunday','12:59','01:29 PM','30 mins',1,'2022-07-04 07:59:18','2022-07-04 07:59:18'),(236,38,'Saturday','13:59','03:59 PM','2 hours',1,'2022-07-04 07:59:44','2022-07-04 07:59:44'),(237,38,'Saturday','13:59','02:59 PM','1 hour',1,'2022-07-04 07:59:47','2022-07-04 07:59:47'),(238,38,'Wednesday','13:59','03:59 PM','2 hours',1,'2022-07-04 07:59:56','2022-07-04 07:59:56'),(239,38,'Friday','13:59','03:59 PM','2 hours',1,'2022-07-04 08:00:04','2022-07-04 08:00:04'),(240,38,'Sunday','12:59','02:59 PM','2 hours',1,'2022-07-04 08:00:19','2022-07-04 08:00:19'),(241,39,'Sunday','13:12','01:42 PM','30 mins',1,'2022-07-04 08:12:41','2022-07-04 08:12:41'),(242,39,'Sunday','14:14','03:44 PM','1 hour 30 mins',1,'2022-07-04 08:12:54','2022-07-04 08:12:54'),(243,39,'Saturday','14:14','03:44 PM','1 hour 30 mins',1,'2022-07-04 08:14:05','2022-07-04 08:14:05'),(244,39,'Sunday','03:16','05:16 AM','2 hours',1,'2022-07-04 08:16:03','2022-07-04 08:16:03'),(245,39,'Sunday','14:14','02:44 PM','30 mins',1,'2022-07-04 08:16:19','2022-07-04 08:16:19'),(246,39,'Sunday','13:12','02:12 PM','1 hour',1,'2022-07-04 08:21:34','2022-07-04 08:21:34'),(247,39,'Saturday','22:22','12:22 AM','2 hours',1,'2022-07-04 08:23:22','2022-07-04 08:23:22'),(248,39,'Saturday','10:22','10:52 AM','30 mins',1,'2022-07-04 08:23:35','2022-07-04 08:23:35'),(249,39,'Saturday','10:22','11:22 AM','1 hour',1,'2022-07-04 08:23:41','2022-07-04 08:23:41'),(250,39,'Saturday','10:22','12:22 PM','2 hours',1,'2022-07-04 08:24:01','2022-07-04 08:24:01'),(251,39,'Saturday','10:22','11:52 AM','1 hour 30 mins',1,'2022-07-04 08:24:12','2022-07-04 08:24:12'),(252,39,'Saturday','22:22','11:22 PM','1 hour',1,'2022-07-04 08:24:30','2022-07-04 08:24:30'),(253,39,'Saturday','22:22','10:52 PM','30 mins',1,'2022-07-04 08:24:38','2022-07-04 08:24:38'),(254,39,'Saturday','23:22','01:22 AM','2 hours',1,'2022-07-04 08:24:59','2022-07-04 08:24:59'),(255,40,'Sunday','13:29','01:59 PM','30 mins',1,'2022-07-04 08:30:18','2022-07-04 08:30:18'),(256,41,'Sunday','13:33','02:33 PM','1 hour',1,'2022-07-04 08:33:09','2022-07-04 08:33:09'),(257,42,'Sunday','13:42','02:12 PM','30 mins',1,'2022-07-04 08:43:01','2022-07-04 08:43:01'),(258,42,'Sunday','13:44','03:14 PM','1 hour 30 mins',1,'2022-07-04 08:45:05','2022-07-04 08:45:05'),(259,43,'Saturday','14:58','03:28 PM','30 mins',1,'2022-07-04 08:57:50','2022-07-04 08:57:50'),(260,43,'Saturday','14:58','04:28 PM','1 hour 30 mins',1,'2022-07-04 08:57:54','2022-07-04 08:57:54'),(261,44,'Sunday','14:01','02:31 PM','30 mins',1,'2022-07-04 09:01:41','2022-07-04 09:01:41'),(262,45,'Sunday','18:20','07:20 PM','1 hour',1,'2022-07-04 13:20:27','2022-07-04 13:20:27'),(263,45,'Sunday','18:21','07:51 PM','1 hour 30 mins',1,'2022-07-04 13:21:14','2022-07-04 13:21:14'),(264,46,'Sunday','18:39','07:09 PM','30 mins',1,'2022-07-04 13:39:59','2022-07-04 13:39:59'),(265,47,'Sunday','18:59','07:59 PM','1 hour',1,'2022-07-04 13:59:30','2022-07-04 13:59:30'),(266,48,'Sunday','19:03','08:03 PM','1 hour',1,'2022-07-04 14:03:47','2022-07-04 14:03:47'),(267,32,'Monday','12:00 PM','01:00 PM','1 hour',1,'2022-07-08 17:56:05','2022-07-08 17:56:05'),(268,32,'Monday','11:00 PM','12:00 AM','1 hour',1,'2022-07-08 17:56:22','2022-07-08 17:56:22'),(269,32,'Monday','7:00 PM','07:30 PM','30 mins',1,'2022-07-08 17:56:31','2022-07-08 17:56:31'),(270,32,'Monday','7:00 PM','09:00 PM','2 hours',1,'2022-07-08 17:56:36','2022-07-08 17:56:36'),(271,32,'Monday','7:00 PM','08:30 PM','1 hour 30 mins',1,'2022-07-08 17:56:38','2022-07-08 17:56:38'),(272,32,'Monday','12:01 PM','01:31 PM','1 hour 30 mins',1,'2022-07-08 17:56:53','2022-07-08 17:56:53'),(273,49,'Monday','13:03','02:33 PM','1 hour 30 mins',1,'2022-07-08 18:03:49','2022-07-08 18:03:49'),(274,49,'Wednesday','13:03','02:33 PM','1 hour 30 mins',1,'2022-07-08 18:04:00','2022-07-08 18:04:00'),(275,50,'Sunday','17:07','07:07 PM','2 hours',1,'2022-07-27 07:12:47','2022-07-27 07:12:47'),(276,61,'Sunday','16:09','06:09 PM','2 hours',1,'2022-07-29 11:10:01','2022-07-29 11:10:01'),(278,67,'Sunday','20:39','09:39 PM','1 hour',1,'2022-08-02 11:39:55','2022-08-02 11:39:55'),(279,69,'Sunday','01:27','03:27 AM','2 hours',1,'2022-08-03 06:27:17','2022-08-03 06:27:17'),(280,70,'Sunday','11:33','01:33 PM','2 hours',1,'2022-08-03 06:34:04','2022-08-03 06:34:04'),(281,71,'Sunday','11:47','01:47 PM','2 hours',1,'2022-08-03 06:48:02','2022-08-03 06:48:02'),(282,72,'Sunday','11:53','01:53 PM','2 hours',1,'2022-08-03 06:53:35','2022-08-03 06:53:35'),(283,73,'Sunday','12:17','02:17 PM','2 hours',1,'2022-08-03 07:17:59','2022-08-03 07:17:59'),(284,37,'Monday','16:52','05:52 PM','1 hour',1,'2022-08-05 11:52:47','2022-08-05 11:52:47'),(285,37,'Monday','18:52','08:52 PM','2 hours',1,'2022-08-05 11:52:56','2022-08-05 11:52:56'),(286,37,'Monday','08:10','10:10 AM','2 hours',1,'2022-08-09 05:10:57','2022-08-09 05:10:57'),(287,74,'Sunday','00:20','12:50 AM','30 mins',1,'2022-08-09 05:23:27','2022-08-09 05:23:27'),(288,74,'Sunday','04:21','05:21 AM','1 hour',1,'2022-08-09 05:24:03','2022-08-09 05:24:03'),(289,74,'Sunday','09:21','10:21 AM','1 hour',1,'2022-08-09 05:24:16','2022-08-09 05:24:16'),(290,74,'Sunday','01:21','03:21 AM','2 hours',1,'2022-08-09 05:24:32','2022-08-09 05:24:32'),(291,75,'Sunday','05:30','07:30 AM','2 hours',1,'2022-08-09 05:31:36','2022-08-09 05:31:36'),(292,75,'Monday','05:30','07:30 AM','2 hours',1,'2022-08-09 05:32:07','2022-08-09 05:32:07'),(293,75,'Sunday','07:30','09:00 AM','1 hour 30 mins',1,'2022-08-09 05:32:16','2022-08-09 05:32:16'),(294,33,'Sunday','13:08','02:38 PM','1 hour 30 mins',0,'2022-08-18 08:08:47','2022-08-19 05:17:17'),(295,33,'Sunday','13:11','03:11 PM','2 hours',0,'2022-08-18 08:11:17','2022-08-19 05:19:18'),(296,33,'Friday','13:20','02:50 PM','1 hour 30 mins',0,'2022-08-18 08:20:57','2022-08-19 10:05:47'),(297,33,'Friday','13:20','01:50 PM','30 mins',0,'2022-08-18 08:21:00','2022-08-19 10:05:49'),(298,33,'Sunday','13:30','02:00 PM','30 mins',0,'2022-08-18 08:30:35','2022-08-19 05:20:49'),(299,33,'Monday','13:30','02:00 PM','30 mins',0,'2022-08-18 08:30:37','2022-08-22 11:33:50'),(300,33,'Tuesday','13:30','02:00 PM','30 mins',1,'2022-08-18 08:30:39','2022-08-18 08:30:39'),(301,33,'Wednesday','13:30','02:00 PM','30 mins',1,'2022-08-18 08:30:41','2022-08-18 08:30:41'),(302,33,'Thursday','13:30','02:00 PM','30 mins',1,'2022-08-18 08:30:43','2022-08-18 08:30:43'),(303,33,'Friday','13:30','02:00 PM','30 mins',0,'2022-08-18 08:30:45','2022-08-19 10:05:51'),(304,33,'Sunday','17:30','06:00 PM','30 mins',0,'2022-08-18 08:33:20','2022-08-19 09:57:45'),(305,33,'Monday','17:30','06:00 PM','30 mins',1,'2022-08-18 08:33:22','2022-08-18 08:33:22'),(306,33,'Tuesday','17:30','06:00 PM','30 mins',1,'2022-08-18 08:33:24','2022-08-18 08:33:24'),(307,33,'Wednesday','17:30','06:00 PM','30 mins',1,'2022-08-18 08:33:26','2022-08-18 08:33:26'),(308,33,'Thursday','17:30','06:00 PM','30 mins',1,'2022-08-18 08:33:28','2022-08-18 08:33:28'),(309,33,'Friday','17:30','06:00 PM','30 mins',0,'2022-08-18 08:33:30','2022-08-19 10:05:54'),(310,33,'Tuesday','14:37','04:37 PM','2 hours',1,'2022-08-18 09:38:10','2022-08-18 09:38:10'),(311,76,'Sunday','14:51','04:21 PM','1 hour 30 mins',1,'2022-08-18 09:51:14','2022-08-18 09:51:14'),(312,76,'Sunday','14:51','04:51 PM','2 hours',1,'2022-08-18 09:51:17','2022-08-18 09:51:17'),(313,76,'Monday','15:51','04:21 PM','30 mins',1,'2022-08-18 09:51:25','2022-08-18 09:51:25'),(314,76,'Tuesday','15:51','04:21 PM','30 mins',1,'2022-08-18 09:51:27','2022-08-18 09:51:27'),(315,76,'Wednesday','15:51','04:21 PM','30 mins',1,'2022-08-18 09:51:28','2022-08-18 09:51:28'),(316,76,'Thursday','15:51','04:21 PM','30 mins',1,'2022-08-18 09:51:31','2022-08-18 09:51:31'),(317,76,'Friday','15:51','04:21 PM','30 mins',1,'2022-08-18 09:51:33','2022-08-18 09:51:33'),(318,76,'Sunday','15:51','04:21 PM','30 mins',1,'2022-08-18 09:51:39','2022-08-18 09:51:39'),(319,76,'Friday','14:52','03:22 PM','30 mins',1,'2022-08-18 09:52:35','2022-08-18 09:52:35'),(320,76,'Friday','14:52','03:52 PM','1 hour',1,'2022-08-18 09:52:38','2022-08-18 09:52:38'),(321,33,'Sunday','10:21','11:21 AM','1 hour',0,'2022-08-19 05:21:52','2022-08-19 05:27:21'),(322,33,'Sunday','10:21','12:21 PM','2 hours',0,'2022-08-19 05:21:55','2022-08-19 05:26:48'),(323,33,'Sunday','14:59','04:29 PM','1 hour 30 mins',0,'2022-08-19 09:59:54','2022-08-19 13:07:24'),(324,33,'Sunday','15:02','04:32 PM','1 hour 30 mins',0,'2022-08-19 10:03:33','2022-08-19 13:06:28'),(325,33,'Friday','15:07','03:37 PM','30 mins',1,'2022-08-19 10:06:04','2022-08-19 10:06:04'),(326,34,'Friday','15:09','03:39 PM','30 mins',1,'2022-08-19 10:09:22','2022-08-19 10:09:22'),(327,34,'Sunday','15:02','03:32 PM','30 mins',0,'2022-08-19 10:10:58','2022-08-29 08:44:03'),(328,34,'Sunday','14:07','02:37 PM','30 mins',1,'2022-08-19 10:11:37','2022-08-19 10:11:37'),(329,34,'Sunday','13:12','01:42 PM','30 mins',1,'2022-08-19 10:12:13','2022-08-19 10:12:13'),(330,33,'Friday','13:12','01:42 PM','30 mins',1,'2022-08-19 10:13:03','2022-08-19 10:13:03'),(331,33,'Sunday','18:07','07:07 PM','1 hour',0,'2022-08-19 13:07:29','2022-08-19 13:07:32'),(332,33,'Sunday','18:07','07:07 PM','1 hour',0,'2022-08-19 13:07:34','2022-08-19 13:07:37'),(333,33,'Sunday','18:07','07:07 PM','1 hour',0,'2022-08-19 13:07:41','2022-08-19 13:07:45'),(334,33,'Sunday','12:06','01:06 PM','1 hour',0,'2022-08-22 07:07:15','2022-08-22 07:07:44'),(335,33,'Sunday','12:06','01:36 PM','1 hour 30 mins',0,'2022-08-22 07:07:18','2022-08-29 08:44:05'),(336,33,'Sunday','12:06','02:06 PM','2 hours',0,'2022-08-22 07:07:27','2022-08-29 12:19:12'),(337,33,'Monday','12:14','12:44 PM','30 mins',1,'2022-08-22 07:15:05','2022-08-22 07:15:05'),(338,33,'Monday','22:14','10:44 PM','30 mins',1,'2022-08-22 07:15:11','2022-08-22 07:15:11'),(339,33,'Monday','10:14','10:44 AM','30 mins',1,'2022-08-22 07:15:13','2022-08-22 07:15:13'),(340,34,'Monday','23:15','11:45 PM','30 mins',1,'2022-08-22 07:15:27','2022-08-22 07:15:27'),(341,34,'Monday','09:15','09:45 AM','30 mins',1,'2022-08-22 07:15:31','2022-08-22 07:15:31'),(342,34,'Sunday','12:21','01:51 PM','1 hour 30 mins',0,'2022-08-22 07:21:23','2022-08-22 08:16:22'),(343,34,'Sunday','12:21','01:21 PM','1 hour',1,'2022-08-22 07:21:30','2022-08-22 07:21:30'),(344,34,'Sunday','12:21','02:21 PM','2 hours',1,'2022-08-22 07:21:38','2022-08-22 07:21:38'),(345,33,'Monday','11:37','12:37 PM','1 hour',1,'2022-08-22 07:35:47','2022-08-22 07:35:47'),(346,33,'Monday','14:35','03:35 PM','1 hour',1,'2022-08-22 09:34:09','2022-08-22 09:34:09'),(347,33,'Monday','13:35','02:35 PM','1 hour',1,'2022-08-22 09:34:22','2022-08-22 09:34:22'),(348,33,'Monday','09:33','10:03 AM','30 mins',1,'2022-08-22 11:33:45','2022-08-22 11:33:45'),(349,33,'Monday','15:33','04:33 PM','1 hour',1,'2022-08-22 11:34:07','2022-08-22 11:34:07'),(350,33,'Monday','16:33','05:33 PM','1 hour',1,'2022-08-22 11:34:11','2022-08-22 11:34:11'),(351,33,'Monday','13:33','02:03 PM','30 mins',1,'2022-08-22 11:34:22','2022-08-22 11:34:22'),(352,34,'Sunday','16:37','05:37 PM','1 hour',1,'2022-08-22 11:37:58','2022-08-22 11:37:58'),(353,34,'Sunday','15:37','04:07 PM','30 mins',1,'2022-08-22 11:38:03','2022-08-22 11:38:03'),(354,34,'Monday','15:37','04:07 PM','30 mins',1,'2022-08-22 11:38:06','2022-08-22 11:38:06'),(355,34,'Monday','16:37','05:07 PM','30 mins',1,'2022-08-22 11:38:09','2022-08-22 11:38:09'),(356,33,'Monday','15:49','04:49 PM','1 hour',1,'2022-08-22 11:47:31','2022-08-22 11:47:31'),(357,34,'Tuesday','10:17','11:17 AM','1 hour',1,'2022-08-23 04:18:14','2022-08-23 04:18:14'),(358,34,'Tuesday','02:20','04:20 AM','2 hours',1,'2022-08-23 04:18:22','2022-08-23 04:18:22'),(359,34,'Tuesday','07:20','08:20 AM','1 hour',1,'2022-08-23 04:18:35','2022-08-23 04:18:35'),(360,79,'Sunday','23:37','01:07 AM','1 hour 30 mins',1,'2022-08-25 11:29:16','2022-08-25 11:29:16'),(361,79,'Sunday','23:44','12:44 AM','1 hour',1,'2022-08-25 11:29:26','2022-08-25 11:29:26'),(362,33,'Sunday','12:07','12:37 PM','30 mins',0,'2022-08-26 07:08:36','2022-08-29 13:02:53'),(363,33,'Sunday','23:07','11:37 PM','30 mins',1,'2022-08-26 07:08:40','2022-08-26 07:08:40'),(364,33,'Sunday','23:07','12:07 AM','1 hour',0,'2022-08-26 07:08:44','2022-08-29 13:02:56'),(365,34,'Sunday','23:07','11:37 PM','30 mins',1,'2022-08-26 07:08:54','2022-08-26 07:08:54'),(366,34,'Sunday','12:07','01:07 PM','1 hour',1,'2022-08-26 07:09:05','2022-08-26 07:09:05'),(367,34,'Sunday','12:07','12:37 PM','30 mins',1,'2022-08-26 07:09:07','2022-08-26 07:09:07'),(368,80,'Sunday','19:15','09:15 PM','2 hours',1,'2022-08-26 09:10:31','2022-08-26 09:10:31'),(369,80,'Sunday','14:15','04:15 PM','2 hours',1,'2022-08-26 09:10:34','2022-08-26 09:10:34'),(370,80,'Sunday','14:10','03:10 PM','1 hour',1,'2022-08-26 09:10:37','2022-08-26 09:10:37'),(371,33,'Sunday','18:06','06:36 PM','30 mins',1,'2022-08-30 13:06:35','2022-08-30 13:06:35'),(372,81,'Sunday','18:11','07:11 PM','1 hour',1,'2022-08-30 13:11:08','2022-08-30 13:11:08'),(373,81,'Sunday','19:11','08:11 PM','1 hour',1,'2022-08-30 13:11:12','2022-08-30 13:11:12'),(374,81,'Sunday','18:15','07:45 PM','1 hour 30 mins',1,'2022-08-30 13:15:04','2022-08-30 13:15:04'),(375,33,'Sunday','18:16','07:46 PM','1 hour 30 mins',1,'2022-08-30 13:16:12','2022-08-30 13:16:12'),(376,82,'Sunday','09:29','10:29 AM','1 hour',1,'2022-08-31 04:29:45','2022-08-31 04:29:45'),(377,82,'Sunday','09:29','09:59 AM','30 mins',1,'2022-08-31 04:29:52','2022-08-31 04:29:52'),(378,83,'Sunday','09:52','11:22 AM','1 hour 30 mins',1,'2022-08-31 04:52:40','2022-08-31 04:52:40'),(379,84,'Sunday','10:25','10:55 AM','30 mins',1,'2022-09-01 05:26:09','2022-09-01 05:26:09'),(380,84,'Sunday','00:25','01:25 AM','1 hour',1,'2022-09-01 05:26:12','2022-09-01 05:26:12');
/*!40000 ALTER TABLE `date_schedules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dates`
--

DROP TABLE IF EXISTS `dates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dates` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `opponent_id` int unsigned DEFAULT NULL,
  `channel_id` varchar(50) DEFAULT NULL,
  `date` date DEFAULT NULL,
  `time` time DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dates`
--

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

--
-- Table structure for table `in_app_purchases`
--

DROP TABLE IF EXISTS `in_app_purchases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `in_app_purchases` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `purchase_id` varchar(255) DEFAULT NULL,
  `transaction_date` datetime DEFAULT NULL,
  `product_id` varchar(255) DEFAULT NULL,
  `duration` varchar(255) DEFAULT NULL,
  `is_subscription_package` tinyint(1) DEFAULT '0',
  `subcription_expiry_date` datetime DEFAULT NULL,
  `is_bundle` tinyint(1) DEFAULT '0',
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `in_app_purchases`
--

LOCK TABLES `in_app_purchases` WRITE;
/*!40000 ALTER TABLE `in_app_purchases` DISABLE KEYS */;
INSERT INTO `in_app_purchases` VALUES (41,50,'GPA.3322-4256-0095-81149','2022-07-27 07:14:06','com.jad.standard.monthly','monthly',1,'2022-08-26 07:14:06',0,1,'2022-07-27 07:14:12','2022-07-27 07:14:12'),(42,75,'GPA.3308-7887-9128-48894','2022-08-16 04:48:48','com.jad.gold.yearly','yearly',1,'2023-08-16 04:48:48',0,1,'2022-08-16 04:48:50','2022-08-16 04:48:50'),(43,73,'GPA.3308-7887-9128-48894','2022-08-16 04:48:48','com.jad.gold.yearly','yearly',1,'2023-08-16 04:48:48',0,1,'2022-08-16 04:48:53','2022-08-16 04:48:53'),(44,37,'GPA.3360-8989-4358-87393','2022-08-16 11:59:37','com.jad.gold.yearly','yearly',1,'2023-08-16 11:59:37',0,1,'2022-08-16 12:00:15','2022-08-16 12:00:15'),(45,61,'GPA.3347-7909-1768-31515','2022-08-17 06:04:22','com.jad.gold.yearly','yearly',1,'2023-08-17 06:04:21',0,1,'2022-08-17 06:04:27','2022-08-17 06:04:27'),(46,61,'GPA.3347-7909-1768-31515','2022-08-17 06:04:22','com.jad.gold.yearly','yearly',1,'2023-08-17 06:04:21',0,1,'2022-08-17 06:04:27','2022-08-17 06:04:27'),(47,33,'GPA.3336-8013-6771-77790','2022-08-29 09:29:55','com.jad.gold.monthly.2','monthly',1,'2022-09-28 09:29:54',0,1,'2022-08-29 09:29:59','2022-08-29 09:29:59');
/*!40000 ALTER TABLE `in_app_purchases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `interests_and_hobbies`
--

DROP TABLE IF EXISTS `interests_and_hobbies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `interests_and_hobbies` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `interests_and_hobbies`
--

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

--
-- Table structure for table `match_prefernces`
--

DROP TABLE IF EXISTS `match_prefernces`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `match_prefernces` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `age_from` tinyint(1) DEFAULT NULL,
  `age_to` tinyint(1) DEFAULT NULL,
  `gender_prefernces` varchar(50) DEFAULT NULL,
  `radius_in_miles_from` tinyint(1) DEFAULT NULL,
  `radius_in_miles_to` tinyint(1) DEFAULT NULL,
  `location` tinyint(1) DEFAULT '0',
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `match_prefernces`
--

LOCK TABLES `match_prefernces` WRITE;
/*!40000 ALTER TABLE `match_prefernces` DISABLE KEYS */;
INSERT INTO `match_prefernces` VALUES (23,31,18,80,'male',0,100,1,1,'2022-06-28 19:55:50','2022-06-29 17:13:10'),(24,32,18,80,'female',0,100,1,1,'2022-06-29 17:07:43','2022-07-08 18:01:38'),(25,33,18,60,'male',0,6,1,1,'2022-06-30 12:29:04','2022-08-31 11:15:20'),(26,34,18,60,'male',0,6,1,1,'2022-06-30 12:31:18','2022-08-29 08:42:59'),(27,35,18,80,'male',0,100,1,1,'2022-06-30 14:24:26','2022-06-30 14:36:33'),(28,36,18,80,'male',0,100,1,1,'2022-06-30 14:27:19','2022-06-30 14:36:33'),(29,37,18,60,'male',0,6,1,1,'2022-06-30 17:43:28','2022-08-09 05:10:08'),(30,38,18,80,'male',0,100,1,1,'2022-07-04 08:01:20','2022-07-04 09:03:36'),(31,39,18,60,'male',0,6,1,1,'2022-07-04 08:14:13','2022-07-04 08:51:49'),(32,40,18,80,'male',0,100,1,1,'2022-07-04 08:30:27','2022-07-04 08:55:06'),(33,41,18,80,'male',0,100,1,1,'2022-07-04 08:33:22','2022-07-04 08:33:22'),(34,42,18,80,'male',0,100,1,1,'2022-07-04 08:43:06','2022-07-04 08:44:41'),(35,43,18,80,'male',0,100,1,1,'2022-07-04 08:58:04','2022-07-04 08:58:09'),(36,45,18,60,'male',0,6,1,1,'2022-07-04 13:20:31','2022-07-04 13:20:31'),(37,46,18,60,'male',0,6,1,1,'2022-07-04 13:40:03','2022-07-04 13:40:03'),(38,47,18,60,'male',0,6,1,1,'2022-07-04 13:59:40','2022-07-04 13:59:40'),(39,48,18,60,'male',0,6,1,1,'2022-07-04 14:03:54','2022-07-04 14:03:54'),(40,49,18,80,'male',0,100,1,1,'2022-07-08 18:04:11','2022-07-08 18:04:11'),(41,50,18,26,'female',0,59,1,1,'2022-07-27 07:13:16','2022-07-27 07:13:16'),(42,61,18,60,'male',0,100,1,1,'2022-07-29 11:10:10','2022-07-29 11:18:13'),(44,67,18,60,'male',0,6,1,1,'2022-08-02 11:40:00','2022-08-02 11:42:03'),(45,69,18,60,'female',0,76,1,1,'2022-08-03 06:27:33','2022-08-03 06:27:33'),(46,70,18,60,'female',0,6,1,1,'2022-08-03 06:34:18','2022-08-03 06:34:18'),(47,71,18,60,'female',0,100,1,1,'2022-08-03 06:48:12','2022-08-03 06:48:12'),(48,72,18,80,'female',0,67,1,1,'2022-08-03 06:53:49','2022-08-03 06:53:49'),(49,73,18,80,'female',0,100,1,1,'2022-08-03 07:18:07','2022-08-16 08:45:33'),(50,75,18,60,'female',0,100,1,1,'2022-08-09 05:32:36','2022-08-09 05:32:36'),(51,76,18,78,'male',0,6,1,1,'2022-08-18 09:51:51','2022-08-18 09:51:51'),(52,79,18,60,'male',0,6,1,1,'2022-08-25 11:29:37','2022-08-25 11:50:06'),(53,80,18,60,'male',0,6,1,1,'2022-08-26 09:10:54','2022-08-26 09:10:54'),(54,81,18,60,'male',0,6,1,1,'2022-08-30 13:11:22','2022-08-30 13:11:22'),(55,82,18,60,'male',0,6,1,1,'2022-08-31 04:30:01','2022-08-31 09:33:46'),(56,83,18,60,'male',0,6,1,1,'2022-08-31 04:52:50','2022-08-31 04:52:50'),(57,84,18,80,'female',0,100,1,1,'2022-09-01 05:26:37','2022-09-01 05:26:37');
/*!40000 ALTER TABLE `match_prefernces` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notification_settings`
--

DROP TABLE IF EXISTS `notification_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notification_settings` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `profile_like` tinyint(1) DEFAULT '1',
  `match_created` tinyint(1) DEFAULT '1',
  `message_received` tinyint(1) DEFAULT '1',
  `date_schuduled` tinyint(1) DEFAULT '1',
  `asked_for_date` tinyint(1) DEFAULT '1',
  `date_is_cancelled` tinyint(1) DEFAULT '1',
  `date_confirmation` tinyint(1) DEFAULT '1',
  `date_updated` tinyint(1) DEFAULT '1',
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notification_settings`
--

LOCK TABLES `notification_settings` WRITE;
/*!40000 ALTER TABLE `notification_settings` DISABLE KEYS */;
INSERT INTO `notification_settings` VALUES (31,31,1,1,1,1,1,1,1,1,1,'2022-06-28 19:50:28','2022-06-28 19:50:28'),(32,32,1,1,1,1,1,1,1,1,1,'2022-06-29 17:04:11','2022-06-29 17:04:11'),(33,33,1,1,1,1,1,1,1,1,1,'2022-06-30 12:27:53','2022-08-31 05:07:39'),(34,34,1,1,0,0,1,1,1,1,1,'2022-06-30 12:30:13','2022-08-31 04:49:46'),(35,35,1,1,1,1,1,1,1,1,1,'2022-06-30 14:23:17','2022-06-30 14:23:17'),(36,36,1,1,1,1,1,1,1,1,1,'2022-06-30 14:26:23','2022-06-30 14:26:23'),(37,37,1,1,1,1,1,1,1,1,1,'2022-06-30 17:39:53','2022-06-30 17:39:53'),(38,38,1,1,1,1,1,1,1,1,1,'2022-07-04 07:54:51','2022-07-04 07:54:51'),(39,39,1,1,1,1,1,1,1,1,1,'2022-07-04 08:10:48','2022-07-04 08:10:48'),(40,40,1,1,1,1,1,1,1,1,1,'2022-07-04 08:27:11','2022-07-04 08:27:11'),(41,41,1,1,1,1,1,1,1,1,1,'2022-07-04 08:32:06','2022-07-04 08:32:06'),(42,42,1,1,1,1,1,1,1,1,1,'2022-07-04 08:42:16','2022-07-04 08:42:16'),(43,43,1,1,1,1,1,1,1,1,1,'2022-07-04 08:56:09','2022-07-04 08:56:09'),(44,44,1,1,1,1,1,1,1,1,1,'2022-07-04 09:00:27','2022-07-04 09:00:27'),(45,45,1,1,1,1,1,1,1,1,1,'2022-07-04 13:18:59','2022-07-04 13:18:59'),(46,46,1,1,1,1,1,1,1,1,1,'2022-07-04 13:39:05','2022-07-04 13:39:05'),(47,47,1,1,1,1,1,1,1,1,1,'2022-07-04 13:58:33','2022-07-04 13:58:33'),(48,48,1,1,1,1,1,1,1,1,1,'2022-07-04 14:02:52','2022-07-04 14:02:52'),(49,49,1,1,1,1,1,1,1,1,1,'2022-07-08 18:02:12','2022-07-08 18:02:12'),(50,50,1,1,1,1,1,1,1,1,1,'2022-07-27 07:06:53','2022-07-27 07:06:53'),(51,56,1,1,1,1,1,1,1,1,1,'2022-07-28 06:10:27','2022-07-28 06:10:27'),(52,57,1,1,1,1,1,1,1,1,1,'2022-07-28 06:14:48','2022-07-28 06:14:48'),(53,69,1,1,1,1,1,1,1,1,1,'2022-08-03 06:24:19','2022-08-03 06:24:19'),(54,70,1,1,1,1,1,1,1,1,1,'2022-08-03 06:32:09','2022-08-03 06:32:09'),(55,71,1,1,1,1,1,1,1,1,1,'2022-08-03 06:39:08','2022-08-03 06:39:08'),(56,72,1,1,1,1,1,1,1,1,1,'2022-08-03 06:52:29','2022-08-03 06:52:29'),(57,73,1,1,1,1,1,1,1,1,1,'2022-08-03 07:15:57','2022-08-03 07:15:57'),(58,74,1,1,1,1,1,1,1,1,1,'2022-08-09 05:17:41','2022-08-09 05:17:41'),(59,75,1,1,1,1,1,1,1,1,1,'2022-08-09 05:28:54','2022-08-09 05:28:54'),(60,76,1,1,1,1,1,1,1,1,1,'2022-08-18 09:46:36','2022-08-18 09:46:36'),(61,77,1,1,1,1,1,1,1,1,1,'2022-08-22 09:05:58','2022-08-22 09:05:58'),(62,78,1,1,1,1,1,1,1,1,1,'2022-08-25 09:35:37','2022-08-25 09:35:37'),(63,79,1,1,1,1,1,1,1,1,1,'2022-08-25 11:22:06','2022-08-25 11:22:06'),(64,80,1,1,1,1,1,1,1,1,1,'2022-08-26 09:07:56','2022-08-26 09:07:56'),(65,81,1,1,1,1,1,1,1,1,1,'2022-08-30 13:08:47','2022-08-30 13:08:47');
/*!40000 ALTER TABLE `notification_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `notifications`
--

DROP TABLE IF EXISTS `notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notifications` (
  `id` int NOT NULL AUTO_INCREMENT,
  `date_id` int unsigned DEFAULT NULL,
  `sender_id` int unsigned DEFAULT NULL,
  `receiver_id` int unsigned DEFAULT NULL,
  `action` varchar(50) DEFAULT NULL,
  `system_generated` varchar(50) DEFAULT 'true',
  `is_read` tinyint(1) DEFAULT '0',
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `video_request_id` int unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=453 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `notifications`
--

LOCK TABLES `notifications` WRITE;
/*!40000 ALTER TABLE `notifications` DISABLE KEYS */;
INSERT INTO `notifications` VALUES (327,NULL,31,32,'match-created','true',1,1,'2022-06-29 17:13:12','2022-07-08 18:02:10',NULL),(328,NULL,31,32,'asked-for-date','true',1,1,'2022-06-29 17:14:39','2022-07-08 18:02:10',NULL),(329,NULL,32,31,'asked-for-date','true',0,1,'2022-06-29 17:17:12','2022-06-29 17:17:12',NULL),(330,NULL,31,32,'asked-for-date','true',1,1,'2022-06-29 17:18:53','2022-07-08 18:02:10',NULL),(331,NULL,31,32,'asked-for-date','true',1,1,'2022-06-29 17:21:08','2022-07-08 18:02:10',NULL),(332,NULL,32,31,'asked-for-date','true',0,1,'2022-06-29 17:25:19','2022-06-29 17:25:19',NULL),(333,NULL,33,34,'match-created','true',1,1,'2022-06-30 12:31:55','2022-08-29 09:28:56',NULL),(334,NULL,33,34,'asked-for-date','true',1,1,'2022-06-30 12:32:03','2022-08-29 09:28:56',NULL),(335,0,34,33,'date-scheduled','true',1,1,'2022-06-30 12:33:56','2022-08-29 12:24:47',NULL),(336,NULL,33,34,'asked-for-date','true',1,1,'2022-06-30 12:34:20','2022-08-29 09:28:56',NULL),(337,0,34,33,'date-scheduled','true',1,1,'2022-06-30 12:34:30','2022-08-29 12:24:47',NULL),(338,NULL,34,33,'asked-for-date','true',1,1,'2022-06-30 12:34:35','2022-08-29 12:24:47',NULL),(339,NULL,33,34,'asked-for-date','true',1,1,'2022-06-30 13:02:21','2022-08-29 09:28:56',NULL),(340,0,33,34,'date-scheduled','true',1,1,'2022-06-30 13:02:52','2022-08-29 09:28:56',NULL),(341,NULL,33,34,'asked-for-date','true',1,1,'2022-06-30 13:03:21','2022-08-29 09:28:56',NULL),(342,0,34,33,'date-scheduled','true',1,1,'2022-06-30 13:03:32','2022-08-29 12:24:47',NULL),(343,NULL,33,34,'asked-for-date','true',1,1,'2022-06-30 13:04:43','2022-08-29 09:28:56',NULL),(344,NULL,33,34,'asked-for-date','true',1,1,'2022-06-30 13:04:59','2022-08-29 09:28:56',NULL),(345,NULL,35,36,'match-created','true',0,1,'2022-06-30 14:29:04','2022-06-30 14:29:04',NULL),(346,NULL,35,36,'asked-for-date','true',0,1,'2022-06-30 14:33:13','2022-06-30 14:33:13',NULL),(347,NULL,36,35,'asked-for-date','true',0,1,'2022-06-30 14:34:48','2022-06-30 14:34:48',NULL),(348,NULL,36,35,'asked-for-date','true',0,1,'2022-06-30 14:34:54','2022-06-30 14:34:54',NULL),(349,0,35,36,'date-scheduled','true',0,1,'2022-06-30 14:35:07','2022-06-30 14:35:07',NULL),(350,NULL,36,35,'asked-for-date','true',0,1,'2022-06-30 14:35:19','2022-06-30 14:35:19',NULL),(351,0,35,36,'date-scheduled','true',0,1,'2022-06-30 14:35:26','2022-06-30 14:35:26',NULL),(352,NULL,39,41,'match-created','true',0,1,'2022-07-04 08:35:09','2022-07-04 08:35:09',NULL),(353,NULL,39,38,'match-created','true',0,1,'2022-07-04 08:35:15','2022-07-04 08:35:15',NULL),(354,NULL,39,41,'asked-for-date','true',0,1,'2022-07-04 08:35:35','2022-07-04 08:35:35',NULL),(355,NULL,41,39,'asked-for-date','true',0,1,'2022-07-04 08:35:46','2022-07-04 08:35:46',NULL),(356,0,39,41,'date-scheduled','true',0,1,'2022-07-04 08:37:00','2022-07-04 08:37:00',NULL),(357,NULL,41,39,'asked-for-date','true',0,1,'2022-07-04 08:37:06','2022-07-04 08:37:06',NULL),(358,0,39,41,'date-scheduled','true',0,1,'2022-07-04 08:37:20','2022-07-04 08:37:20',NULL),(359,NULL,39,41,'asked-for-date','true',0,1,'2022-07-04 08:37:49','2022-07-04 08:37:49',NULL),(360,NULL,39,41,'asked-for-date','true',0,1,'2022-07-04 08:38:02','2022-07-04 08:38:02',NULL),(361,0,41,39,'date-scheduled','true',0,1,'2022-07-04 08:38:50','2022-07-04 08:38:50',NULL),(362,NULL,38,41,'match-created','true',0,1,'2022-07-04 08:47:49','2022-07-04 08:47:49',NULL),(363,NULL,40,41,'match-created','true',0,1,'2022-07-04 08:52:26','2022-07-04 08:52:26',NULL),(364,NULL,40,39,'match-created','true',0,1,'2022-07-04 08:53:07','2022-07-04 08:53:07',NULL),(365,NULL,32,49,'match-created','true',0,1,'2022-07-08 18:05:15','2022-07-08 18:05:15',NULL),(366,NULL,49,32,'asked-for-date','true',0,1,'2022-07-08 18:09:35','2022-07-08 18:09:35',NULL),(367,NULL,49,32,'asked-for-date','true',0,1,'2022-07-08 18:12:12','2022-07-08 18:12:12',NULL),(368,NULL,49,32,'asked-for-date','true',0,1,'2022-07-08 18:12:53','2022-07-08 18:12:53',NULL),(369,0,49,32,'date-scheduled','true',0,1,'2022-07-08 18:14:01','2022-07-08 18:14:01',NULL),(370,0,32,49,'date-scheduled','true',0,1,'2022-07-08 18:14:01','2022-07-08 18:14:01',NULL),(371,NULL,37,37,'profile-verified','true',1,1,'2022-07-27 10:41:59','2022-08-05 11:59:06',NULL),(372,NULL,37,40,'match-created','true',0,1,'2022-07-28 09:59:54','2022-07-28 09:59:54',NULL),(373,NULL,37,40,'asked-for-date','true',0,1,'2022-07-28 10:00:11','2022-07-28 10:00:11',NULL),(374,NULL,37,38,'match-created','true',0,1,'2022-07-28 10:00:53','2022-07-28 10:00:53',NULL),(375,NULL,37,38,'asked-for-date','true',0,1,'2022-07-28 10:01:20','2022-07-28 10:01:20',NULL),(376,NULL,33,37,'match-created','true',1,1,'2022-07-28 11:09:18','2022-08-05 11:59:06',NULL),(377,NULL,33,37,'asked-for-date','true',1,1,'2022-07-28 11:09:46','2022-08-05 11:59:06',NULL),(378,NULL,37,33,'asked-for-date','true',1,1,'2022-07-28 11:09:59','2022-08-29 12:24:47',NULL),(379,0,33,37,'date-scheduled','true',1,1,'2022-07-28 11:10:54','2022-08-05 11:59:06',NULL),(380,NULL,33,33,'profile-verified','true',1,1,'2022-07-28 11:15:02','2022-08-29 12:24:47',NULL),(381,NULL,33,45,'match-created','true',0,1,'2022-07-28 11:15:03','2022-07-28 11:15:03',NULL),(382,NULL,33,33,'profile-verified','true',1,1,'2022-07-28 11:15:12','2022-08-29 12:24:47',NULL),(383,NULL,37,33,'asked-for-date','true',1,1,'2022-08-02 12:01:15','2022-08-29 12:24:47',NULL),(384,NULL,73,69,'profile-magnified','true',0,1,'2022-08-16 08:43:29','2022-08-16 08:43:29',NULL),(385,NULL,73,75,'profile-double-like','true',0,1,'2022-08-16 08:44:50','2022-08-16 08:44:50',NULL),(386,NULL,73,43,'profile-magnified','true',0,1,'2022-08-16 08:44:59','2022-08-16 08:44:59',NULL),(387,NULL,73,50,'profile-double-like','true',0,1,'2022-08-16 08:45:08','2022-08-16 08:45:08',NULL),(388,NULL,37,75,'profile-magnified','true',0,1,'2022-08-17 05:21:58','2022-08-17 05:21:58',NULL),(389,NULL,33,34,'asked-for-date','true',1,1,'2022-08-18 07:59:54','2022-08-29 09:28:56',NULL),(390,0,34,33,'date-scheduled','true',1,1,'2022-08-18 08:28:28','2022-08-29 12:24:47',NULL),(391,NULL,34,33,'asked-for-date','true',1,1,'2022-08-18 08:29:59','2022-08-29 12:24:47',NULL),(392,0,33,34,'date-scheduled','true',1,1,'2022-08-18 08:31:04','2022-08-29 09:28:56',NULL),(393,NULL,34,33,'asked-for-date','true',1,1,'2022-08-18 08:32:35','2022-08-29 12:24:47',NULL),(394,0,33,34,'date-scheduled','true',1,1,'2022-08-18 08:33:48','2022-08-29 09:28:56',NULL),(395,NULL,33,34,'asked-for-date','true',1,1,'2022-08-18 09:39:42','2022-08-29 09:28:56',NULL),(396,0,34,33,'date-scheduled','true',1,1,'2022-08-18 09:40:00','2022-08-29 12:24:47',NULL),(397,NULL,37,33,'asked-for-date','true',1,1,'2022-08-18 10:42:59','2022-08-29 12:24:47',NULL),(398,NULL,33,42,'match-created','true',0,1,'2022-08-19 09:48:59','2022-08-19 09:48:59',NULL),(399,NULL,33,34,'asked-for-date','true',1,1,'2022-08-19 09:51:05','2022-08-29 09:28:56',NULL),(400,0,34,33,'date-scheduled','true',1,1,'2022-08-19 09:51:34','2022-08-29 12:24:47',NULL),(401,NULL,33,34,'asked-for-date','true',1,1,'2022-08-19 09:52:57','2022-08-29 09:28:56',NULL),(402,0,34,33,'date-scheduled','true',1,1,'2022-08-19 09:53:11','2022-08-29 12:24:47',NULL),(403,NULL,33,34,'asked-for-date','true',1,1,'2022-08-19 10:06:27','2022-08-29 09:28:56',NULL),(404,0,34,33,'date-scheduled','true',1,1,'2022-08-19 10:10:06','2022-08-29 12:24:47',NULL),(405,NULL,34,33,'asked-for-date','true',1,1,'2022-08-19 10:11:12','2022-08-29 12:24:47',NULL),(406,0,33,34,'date-scheduled','true',1,1,'2022-08-19 10:11:23','2022-08-29 09:28:56',NULL),(407,NULL,34,33,'asked-for-date','true',1,1,'2022-08-19 10:11:52','2022-08-29 12:24:47',NULL),(408,0,33,34,'date-scheduled','true',1,1,'2022-08-19 10:12:00','2022-08-29 09:28:56',NULL),(409,NULL,34,33,'asked-for-date','true',1,1,'2022-08-19 10:12:22','2022-08-29 12:24:47',NULL),(410,0,33,34,'date-scheduled','true',1,1,'2022-08-19 10:12:48','2022-08-29 09:28:56',NULL),(411,NULL,34,33,'asked-for-date','true',1,1,'2022-08-19 10:13:13','2022-08-29 12:24:47',NULL),(412,0,33,34,'date-scheduled','true',1,1,'2022-08-19 10:13:25','2022-08-29 09:28:56',NULL),(413,NULL,33,34,'asked-for-date','true',1,1,'2022-08-22 07:13:37','2022-08-29 09:28:56',NULL),(414,0,34,33,'date-scheduled','true',1,1,'2022-08-22 07:13:58','2022-08-29 12:24:47',NULL),(415,NULL,34,33,'asked-for-date','true',1,1,'2022-08-22 07:14:11','2022-08-29 12:24:47',NULL),(416,0,33,34,'date-scheduled','true',1,1,'2022-08-22 07:14:29','2022-08-29 09:28:56',NULL),(417,NULL,33,34,'asked-for-date','true',1,1,'2022-08-22 07:15:46','2022-08-29 09:28:56',NULL),(418,0,34,33,'date-scheduled','true',1,1,'2022-08-22 07:15:59','2022-08-29 12:24:47',NULL),(419,NULL,34,33,'asked-for-date','true',1,1,'2022-08-22 07:16:50','2022-08-29 12:24:47',NULL),(420,0,33,34,'date-scheduled','true',1,1,'2022-08-22 07:17:05','2022-08-29 09:28:56',NULL),(421,NULL,34,33,'asked-for-date','true',1,1,'2022-08-22 07:19:27','2022-08-29 12:24:47',NULL),(422,0,33,34,'date-scheduled','true',1,1,'2022-08-22 07:19:36','2022-08-29 09:28:56',NULL),(423,NULL,34,33,'asked-for-date','true',1,1,'2022-08-22 07:35:22','2022-08-29 12:24:47',NULL),(424,NULL,34,33,'asked-for-date','true',1,1,'2022-08-22 07:35:59','2022-08-29 12:24:47',NULL),(425,0,33,34,'date-scheduled','true',1,1,'2022-08-22 07:36:10','2022-08-29 09:28:56',NULL),(426,NULL,33,34,'asked-for-date','true',1,1,'2022-08-22 09:00:48','2022-08-29 09:28:56',NULL),(427,0,34,33,'date-scheduled','true',1,1,'2022-08-22 09:01:47','2022-08-29 12:24:47',NULL),(428,NULL,33,34,'asked-for-date','true',1,1,'2022-08-22 09:01:58','2022-08-29 09:28:56',NULL),(429,NULL,34,33,'asked-for-date','true',1,1,'2022-08-22 09:02:05','2022-08-29 12:24:47',NULL),(430,0,33,37,'date-scheduled','true',0,1,'2022-08-22 09:23:04','2022-08-22 09:23:04',NULL),(431,0,33,34,'date-scheduled','true',1,1,'2022-08-22 09:34:52','2022-08-29 09:28:56',NULL),(432,NULL,34,33,'asked-for-date','true',1,1,'2022-08-22 09:42:42','2022-08-29 12:24:47',NULL),(433,0,33,34,'date-scheduled','true',1,1,'2022-08-22 10:52:18','2022-08-29 09:28:56',NULL),(434,NULL,34,33,'asked-for-date','true',1,1,'2022-08-22 11:38:58','2022-08-29 12:24:47',NULL),(435,0,33,34,'date-scheduled','true',1,1,'2022-08-22 11:48:11','2022-08-29 09:28:56',NULL),(436,NULL,33,34,'asked-for-date','true',1,1,'2022-08-23 03:56:09','2022-08-29 09:28:56',NULL),(437,0,34,33,'date-scheduled','true',1,1,'2022-08-23 04:55:31','2022-08-29 12:24:47',NULL),(438,NULL,33,34,'asked-for-date','true',1,1,'2022-08-23 12:57:35','2022-08-29 09:28:56',NULL),(439,NULL,34,33,'asked-for-date','true',1,1,'2022-08-26 07:09:21','2022-08-29 12:24:47',NULL),(440,0,33,34,'date-scheduled','true',1,1,'2022-08-26 07:09:52','2022-08-29 09:28:56',NULL),(441,NULL,33,34,'asked-for-date','true',1,1,'2022-08-29 08:44:33','2022-08-29 09:28:56',NULL),(442,NULL,33,34,'asked-for-date','true',1,1,'2022-08-29 08:44:44','2022-08-29 09:28:56',NULL),(443,0,34,33,'date-scheduled','true',1,1,'2022-08-29 08:45:03','2022-08-29 12:24:47',NULL),(444,NULL,33,72,'profile-magnified','true',0,1,'2022-08-29 11:59:57','2022-08-29 11:59:57',NULL),(445,NULL,33,72,'profile-double-like','true',0,1,'2022-08-29 11:59:59','2022-08-29 11:59:59',NULL),(446,NULL,34,45,'match-created','true',0,1,'2022-08-29 12:17:20','2022-08-29 12:17:20',NULL),(447,NULL,34,41,'match-created','true',0,1,'2022-08-29 12:17:22','2022-08-29 12:17:22',NULL),(448,NULL,33,36,'match-created','true',0,1,'2022-08-29 13:03:13','2022-08-29 13:03:13',NULL),(449,NULL,33,34,'asked-for-date','true',0,1,'2022-08-29 13:04:21','2022-08-29 13:04:21',NULL),(450,NULL,33,35,'match-created','true',0,1,'2022-08-30 13:06:26','2022-08-30 13:06:26',NULL),(451,NULL,33,38,'match-created','true',0,1,'2022-08-30 13:07:29','2022-08-30 13:07:29',NULL),(452,NULL,33,38,'match-created','true',0,1,'2022-08-30 13:07:29','2022-08-30 13:07:29',NULL);
/*!40000 ALTER TABLE `notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `subscription_packages`
--

DROP TABLE IF EXISTS `subscription_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `subscription_packages` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(80) DEFAULT NULL,
  `duration` varchar(80) DEFAULT NULL,
  `description` varchar(254) DEFAULT NULL,
  `magnifiers_count` int DEFAULT NULL,
  `re_reviews_count` int DEFAULT NULL,
  `double_likes_count` int DEFAULT NULL,
  `custom_location` tinyint(1) DEFAULT NULL,
  `message_add_on_count` int DEFAULT NULL,
  `messages_per_add_on_count` int DEFAULT NULL,
  `show_liked_list` tinyint(1) DEFAULT NULL,
  `show_profile_liked` tinyint(1) DEFAULT NULL,
  `alert_on_double_like` tinyint(1) DEFAULT NULL,
  `remove_video_ads` tinyint(1) DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `subscription_package_product_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `subscription_packages`
--

LOCK TABLES `subscription_packages` WRITE;
/*!40000 ALTER TABLE `subscription_packages` DISABLE KEYS */;
INSERT INTO `subscription_packages` VALUES (1,'JAD Gold','monthly',NULL,5,5,5,1,1,50,1,1,1,1,1,'2021-07-14 15:36:40','2021-07-14 15:37:35','com.jad.gold.monthly.2'),(2,'JAD Gold','yearly',NULL,7,7,7,1,2,50,1,1,1,1,1,'2021-07-14 15:38:26','2021-07-14 15:38:26','com.jad.gold.yearly'),(3,'JAD Premium','monthly',NULL,10,10,10,1,3,50,0,1,1,1,1,'2021-07-14 15:39:51','2021-07-14 15:39:51','com.jad.premium.monthly'),(4,'JAD Premium','yearly',NULL,12,12,12,1,4,50,0,1,1,1,1,'2021-07-14 15:39:59','2021-07-14 15:39:59','com.jad.premium.yearly'),(5,'JAD Standard','monthly',NULL,14,14,14,1,5,50,0,0,0,0,1,'2021-07-14 15:41:00','2021-07-14 15:41:00','com.jad.standard.monthly'),(6,'JAD Standard','yearly',NULL,16,16,16,1,6,50,0,0,0,0,1,'2021-07-14 15:41:07','2021-07-14 15:41:07','com.jad.standard.yearly');
/*!40000 ALTER TABLE `subscription_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tokens`
--

DROP TABLE IF EXISTS `tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tokens` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `token` varchar(255) NOT NULL,
  `type` varchar(80) NOT NULL,
  `is_revoked` tinyint(1) DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tokens`
--

LOCK TABLES `tokens` WRITE;
/*!40000 ALTER TABLE `tokens` DISABLE KEYS */;
INSERT INTO `tokens` VALUES (1,14,'$2a$10$PdMLlDBO8K3gxsLdKtqZQOXvu7Ba6EHc5QJZIHkyG5Aj7yTkm.HgK','forgot_password',0,'2022-03-28 12:48:30','2022-03-28 12:48:30');
/*!40000 ALTER TABLE `tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_bundle_management`
--

DROP TABLE IF EXISTS `user_bundle_management`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_bundle_management` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `feature_type` varchar(80) DEFAULT NULL,
  `count` int DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_bundle_management`
--

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

--
-- Table structure for table `user_interests`
--

DROP TABLE IF EXISTS `user_interests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_interests` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `interest_id` int unsigned DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=185 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_interests`
--

LOCK TABLES `user_interests` WRITE;
/*!40000 ALTER TABLE `user_interests` DISABLE KEYS */;
INSERT INTO `user_interests` VALUES (75,31,15,1,'2022-06-28 19:52:11','2022-06-28 19:52:11'),(76,31,5,1,'2022-06-28 19:52:11','2022-06-28 19:52:11'),(77,31,4,1,'2022-06-28 19:52:11','2022-06-28 19:52:11'),(78,31,1,1,'2022-06-28 19:52:11','2022-06-28 19:52:11'),(79,31,10,1,'2022-06-28 19:52:11','2022-06-28 19:52:11'),(80,31,13,1,'2022-06-28 19:52:11','2022-06-28 19:52:11'),(81,32,11,1,'2022-06-29 17:04:43','2022-06-29 17:04:43'),(82,33,1,1,'2022-06-30 12:28:17','2022-08-29 09:04:04'),(83,34,1,1,'2022-06-30 12:30:30','2022-06-30 12:30:30'),(84,35,1,1,'2022-06-30 14:23:37','2022-06-30 14:23:37'),(85,36,1,1,'2022-06-30 14:26:42','2022-06-30 14:26:42'),(86,37,1,1,'2022-06-30 17:41:03','2022-07-01 17:05:15'),(87,37,2,1,'2022-06-30 17:41:03','2022-07-01 17:05:15'),(88,37,5,1,'2022-06-30 17:41:03','2022-07-01 17:05:15'),(89,38,1,1,'2022-07-04 07:55:33','2022-07-04 08:06:37'),(90,39,1,1,'2022-07-04 08:11:08','2022-07-04 08:22:43'),(91,40,1,1,'2022-07-04 08:27:24','2022-07-04 08:28:23'),(92,41,1,1,'2022-07-04 08:32:26','2022-07-04 08:32:26'),(93,42,1,1,'2022-07-04 08:42:34','2022-07-04 08:42:34'),(94,43,1,1,'2022-07-04 08:56:25','2022-07-04 08:56:25'),(95,44,1,1,'2022-07-04 09:00:47','2022-07-04 09:00:47'),(96,45,1,1,'2022-07-04 13:19:24','2022-07-04 13:19:24'),(97,46,1,1,'2022-07-04 13:39:21','2022-07-04 13:39:21'),(98,47,1,1,'2022-07-04 13:58:49','2022-07-04 13:58:49'),(99,48,1,1,'2022-07-04 14:03:11','2022-07-04 14:03:11'),(100,49,7,1,'2022-07-08 18:02:38','2022-07-08 18:02:38'),(101,50,1,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(102,50,6,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(103,50,2,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(104,50,20,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(105,50,18,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(106,50,19,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(107,50,15,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(108,50,17,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(109,50,10,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(110,50,11,1,'2022-07-27 07:08:06','2022-07-27 07:08:06'),(111,61,1,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(112,61,2,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(113,61,3,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(114,61,4,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(115,61,8,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(116,61,12,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(117,61,16,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(118,61,19,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(119,61,18,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(120,61,15,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(121,61,11,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(122,61,7,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(123,61,6,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(124,61,5,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(125,61,9,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(126,61,10,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(127,61,14,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(128,61,13,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(129,61,17,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(130,61,20,1,'2022-07-29 08:01:02','2022-07-29 08:01:02'),(131,64,1,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(132,64,5,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(133,64,9,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(134,64,13,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(135,64,17,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(136,64,2,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(137,64,6,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(138,64,10,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(139,64,14,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(140,64,18,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(141,64,19,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(142,64,15,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(143,64,11,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(144,64,7,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(145,64,3,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(146,64,4,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(147,64,12,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(148,64,16,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(149,64,20,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(150,64,8,1,'2022-07-29 11:50:19','2022-07-29 11:50:19'),(151,67,1,1,'2022-08-02 11:39:07','2022-08-02 11:39:07'),(152,69,1,1,'2022-08-03 06:24:58','2022-08-03 06:24:58'),(153,70,1,1,'2022-08-03 06:32:48','2022-08-03 06:32:48'),(154,71,1,1,'2022-08-03 06:39:26','2022-08-03 06:39:26'),(155,72,1,1,'2022-08-03 06:52:59','2022-08-03 06:52:59'),(156,73,1,1,'2022-08-03 07:16:29','2022-08-03 07:16:29'),(157,74,1,1,'2022-08-09 05:18:01','2022-08-09 05:19:53'),(158,75,1,1,'2022-08-09 05:29:16','2022-08-09 05:30:20'),(159,76,1,1,'2022-08-18 09:47:12','2022-08-18 09:47:12'),(160,79,1,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(161,79,2,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(162,79,3,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(163,79,4,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(164,79,5,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(165,79,6,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(166,79,7,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(167,79,8,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(168,79,9,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(169,79,10,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(170,79,11,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(171,79,12,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(172,79,13,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(173,79,14,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(174,79,15,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(175,79,16,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(176,79,19,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(177,79,18,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(178,79,17,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(179,79,20,1,'2022-08-25 11:27:35','2022-08-25 11:27:35'),(180,80,1,1,'2022-08-26 09:08:24','2022-08-26 09:08:24'),(181,81,1,1,'2022-08-30 13:09:08','2022-08-30 13:10:30'),(182,82,1,1,'2022-08-31 04:28:32','2022-08-31 04:28:32'),(183,83,1,1,'2022-08-31 04:51:24','2022-08-31 04:51:24'),(184,84,1,1,'2022-09-01 05:25:01','2022-09-01 05:25:01');
/*!40000 ALTER TABLE `user_interests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_reactions`
--

DROP TABLE IF EXISTS `user_reactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_reactions` (
  `id` int NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `opponent_id` int unsigned DEFAULT NULL,
  `like` tinyint(1) DEFAULT '0',
  `reaction_type` varchar(80) NOT NULL,
  `is_matched` tinyint(1) DEFAULT '0',
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=217 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_reactions`
--

LOCK TABLES `user_reactions` WRITE;
/*!40000 ALTER TABLE `user_reactions` DISABLE KEYS */;
INSERT INTO `user_reactions` VALUES (81,32,31,1,'like',1,1,'2022-06-29 17:11:50','2022-06-29 17:13:12'),(82,31,32,1,'like',1,1,'2022-06-29 17:13:12','2022-06-29 17:13:12'),(83,34,33,1,'like',1,1,'2022-06-30 12:31:22','2022-06-30 12:31:55'),(84,33,34,1,'like',1,1,'2022-06-30 12:31:55','2022-06-30 12:31:55'),(85,35,34,1,'like',0,1,'2022-06-30 14:24:30','2022-06-30 14:24:30'),(86,35,33,1,'like',1,1,'2022-06-30 14:24:32','2022-08-30 13:06:26'),(87,36,34,1,'like',0,1,'2022-06-30 14:27:22','2022-06-30 14:27:22'),(88,36,33,1,'like',1,1,'2022-06-30 14:27:24','2022-08-29 13:03:13'),(89,36,35,1,'like',1,1,'2022-06-30 14:27:26','2022-06-30 14:29:04'),(90,35,36,1,'like',1,1,'2022-06-30 14:29:04','2022-06-30 14:29:04'),(91,38,34,1,'like',0,1,'2022-07-04 08:01:24','2022-07-04 08:01:24'),(92,39,37,0,'dismiss',0,1,'2022-07-04 08:14:38','2022-07-04 08:14:38'),(93,39,34,0,'dismiss',0,1,'2022-07-04 08:15:03','2022-07-04 08:15:03'),(94,39,36,0,'dismiss',0,1,'2022-07-04 08:20:38','2022-07-04 08:20:38'),(95,39,33,0,'dismiss',0,1,'2022-07-04 08:20:44','2022-07-04 08:20:44'),(96,41,34,1,'like',1,1,'2022-07-04 08:33:45','2022-08-29 12:17:22'),(97,41,37,1,'like',0,1,'2022-07-04 08:33:48','2022-07-04 08:33:48'),(98,41,33,1,'like',0,1,'2022-07-04 08:33:51','2022-07-04 08:33:51'),(99,41,36,1,'like',0,1,'2022-07-04 08:33:53','2022-07-04 08:33:53'),(100,41,40,1,'like',1,1,'2022-07-04 08:33:57','2022-07-04 08:52:26'),(101,41,35,1,'like',0,1,'2022-07-04 08:34:00','2022-07-04 08:34:00'),(102,41,39,1,'like',1,1,'2022-07-04 08:34:02','2022-07-04 08:35:09'),(103,41,38,1,'like',1,1,'2022-07-04 08:34:05','2022-07-04 08:47:49'),(104,38,36,1,'like',0,1,'2022-07-04 08:34:15','2022-07-04 08:34:15'),(105,38,33,1,'like',1,1,'2022-07-04 08:34:17','2022-08-30 13:07:29'),(106,38,35,1,'like',0,1,'2022-07-04 08:34:19','2022-07-04 08:34:19'),(107,38,39,1,'like',1,1,'2022-07-04 08:34:21','2022-07-04 08:35:15'),(108,38,37,1,'like',1,1,'2022-07-04 08:34:23','2022-07-28 10:00:53'),(109,39,41,1,'like',1,1,'2022-07-04 08:35:09','2022-07-04 08:35:09'),(110,39,40,1,'like',1,1,'2022-07-04 08:35:11','2022-07-04 08:53:07'),(111,39,35,1,'like',0,1,'2022-07-04 08:35:13','2022-07-04 08:35:13'),(112,39,38,1,'like',1,1,'2022-07-04 08:35:15','2022-07-04 08:35:15'),(113,42,37,1,'like',0,1,'2022-07-04 08:43:36','2022-07-04 08:43:36'),(114,42,34,1,'like',0,1,'2022-07-04 08:43:38','2022-07-04 08:43:38'),(115,42,41,1,'like',0,1,'2022-07-04 08:43:40','2022-07-04 08:43:40'),(116,42,36,1,'like',0,1,'2022-07-04 08:43:42','2022-07-04 08:43:42'),(117,42,33,1,'like',1,1,'2022-07-04 08:43:44','2022-08-19 09:48:59'),(118,42,40,1,'like',0,1,'2022-07-04 08:43:46','2022-07-04 08:43:46'),(119,42,35,1,'like',0,1,'2022-07-04 08:43:48','2022-07-04 08:43:48'),(120,42,39,1,'like',0,1,'2022-07-04 08:43:50','2022-07-04 08:43:50'),(121,42,38,1,'like',0,1,'2022-07-04 08:43:52','2022-07-04 08:43:52'),(122,38,41,1,'like',1,1,'2022-07-04 08:47:49','2022-07-04 08:47:49'),(123,38,40,0,'dismiss',0,1,'2022-07-04 08:47:57','2022-07-04 08:47:57'),(124,40,41,1,'like',1,1,'2022-07-04 08:52:26','2022-07-04 08:52:26'),(125,40,34,1,'like',0,1,'2022-07-04 08:52:56','2022-07-04 08:52:56'),(126,40,36,1,'like',0,1,'2022-07-04 08:52:58','2022-07-04 08:52:58'),(127,40,33,1,'like',0,1,'2022-07-04 08:53:01','2022-07-04 08:53:01'),(128,40,37,1,'like',1,1,'2022-07-04 08:53:03','2022-07-28 09:59:54'),(129,40,35,1,'like',0,1,'2022-07-04 08:53:05','2022-07-04 08:53:05'),(130,40,39,1,'like',1,1,'2022-07-04 08:53:07','2022-07-04 08:53:07'),(131,40,38,1,'like',0,1,'2022-07-04 08:53:14','2022-07-04 08:53:14'),(132,40,40,1,'like',0,1,'2022-07-04 08:53:36','2022-07-04 08:53:36'),(133,38,44,1,'like',0,1,'2022-07-04 09:03:20','2022-07-04 09:03:20'),(134,38,43,1,'like',0,1,'2022-07-04 09:03:23','2022-07-04 09:03:23'),(135,45,44,1,'like',0,1,'2022-07-04 13:20:58','2022-07-04 13:20:58'),(136,45,34,1,'like',1,1,'2022-07-04 13:21:00','2022-08-29 12:17:20'),(137,45,36,1,'like',0,1,'2022-07-04 13:21:04','2022-07-04 13:21:04'),(138,45,33,1,'like',1,1,'2022-07-04 13:21:06','2022-07-28 11:15:03'),(139,45,41,0,'dismiss',0,1,'2022-07-04 13:21:19','2022-07-04 13:21:19'),(140,46,43,0,'dismiss',0,1,'2022-07-04 13:40:29','2022-07-04 13:40:29'),(141,47,44,0,'dismiss',0,1,'2022-07-04 13:59:46','2022-07-04 13:59:46'),(142,49,32,1,'like',1,1,'2022-07-08 18:04:37','2022-07-08 18:05:15'),(143,32,49,1,'like',1,1,'2022-07-08 18:05:15','2022-07-08 18:05:15'),(144,37,47,1,'like',0,1,'2022-07-27 10:39:06','2022-07-27 10:39:06'),(145,37,48,1,'like',0,1,'2022-07-27 10:39:27','2022-07-27 10:39:27'),(146,37,45,0,'dismiss',0,1,'2022-07-27 10:39:59','2022-07-27 10:39:59'),(147,37,44,0,'dismiss',0,1,'2022-07-27 10:40:01','2022-07-27 10:40:01'),(148,37,34,0,'dismiss',0,1,'2022-07-27 10:40:04','2022-07-27 10:40:04'),(149,37,50,0,'dismiss',0,1,'2022-07-27 10:40:07','2022-07-27 10:40:07'),(150,37,36,0,'dismiss',0,1,'2022-07-27 10:40:13','2022-07-27 10:40:13'),(151,37,46,0,'dismiss',0,1,'2022-07-27 10:40:20','2022-07-27 10:40:20'),(152,37,43,0,'dismiss',0,1,'2022-07-27 10:40:22','2022-07-27 10:40:22'),(153,37,41,0,'dismiss',0,1,'2022-07-27 10:40:24','2022-07-27 10:40:24'),(154,37,33,1,'like',1,1,'2022-07-27 10:41:56','2022-07-28 11:09:18'),(155,37,40,1,'like',1,1,'2022-07-28 09:59:54','2022-07-28 09:59:54'),(156,37,35,0,'dismiss',0,1,'2022-07-28 10:00:44','2022-07-28 10:00:44'),(157,37,39,0,'dismiss',0,1,'2022-07-28 10:00:47','2022-07-28 10:00:47'),(158,37,38,1,'like',1,1,'2022-07-28 10:00:53','2022-07-28 10:00:53'),(159,33,43,1,'like',0,1,'2022-07-28 11:05:30','2022-08-29 09:30:14'),(160,33,50,1,'like',0,1,'2022-07-28 11:06:24','2022-07-28 11:06:24'),(161,33,37,1,'like',1,1,'2022-07-28 11:09:18','2022-07-28 11:09:18'),(162,33,47,1,'like',0,1,'2022-07-28 11:13:18','2022-08-29 11:59:43'),(163,33,48,1,'like',0,1,'2022-07-28 11:15:00','2022-07-28 11:15:00'),(164,33,45,1,'dismiss',1,1,'2022-07-28 11:15:03','2022-07-28 11:15:04'),(165,61,42,1,'like',0,1,'2022-07-29 11:10:36','2022-07-29 11:10:36'),(166,64,50,0,'dismiss',0,1,'2022-07-29 11:51:33','2022-07-29 11:51:33'),(167,37,64,0,'dismiss',0,1,'2022-08-01 05:45:10','2022-08-01 05:45:10'),(168,37,61,0,'dismiss',0,1,'2022-08-01 05:45:11','2022-08-01 05:45:11'),(169,61,64,0,'dismiss',0,1,'2022-08-01 07:04:57','2022-08-01 07:04:57'),(170,61,50,1,'like',0,1,'2022-08-01 07:05:14','2022-08-01 07:05:32'),(171,61,43,1,'like',0,1,'2022-08-01 09:26:45','2022-08-01 09:26:45'),(172,64,37,0,'dismiss',0,1,'2022-08-02 11:50:52','2022-08-02 11:50:52'),(173,34,37,1,'like',0,1,'2022-08-02 12:11:02','2022-08-02 12:11:02'),(174,34,50,1,'like',0,1,'2022-08-02 12:11:04','2022-08-02 12:11:05'),(175,61,36,1,'like',0,1,'2022-08-02 12:12:13','2022-08-02 12:12:13'),(176,72,69,0,'dismiss',0,1,'2022-08-03 07:08:22','2022-08-03 07:08:22'),(177,37,37,1,'like',0,1,'2022-08-05 12:02:28','2022-08-05 12:02:28'),(178,73,72,0,'dismiss',0,1,'2022-08-16 04:46:45','2022-08-16 04:46:45'),(179,73,42,0,'dismiss',0,1,'2022-08-16 04:46:53','2022-08-16 04:46:53'),(180,73,67,0,'dismiss',0,1,'2022-08-16 04:46:59','2022-08-16 04:46:59'),(181,73,69,1,'magnified',0,1,'2022-08-16 08:43:29','2022-08-16 08:43:29'),(182,73,75,1,'double_like',0,1,'2022-08-16 08:44:50','2022-08-16 08:44:50'),(183,73,43,1,'magnified',0,1,'2022-08-16 08:44:59','2022-08-16 08:44:59'),(184,73,50,1,'double_like',0,1,'2022-08-16 08:45:08','2022-08-16 08:45:08'),(185,37,75,1,'magnified',0,1,'2022-08-17 05:21:58','2022-08-17 05:21:58'),(186,61,75,1,'like',0,1,'2022-08-17 06:03:58','2022-08-17 06:03:58'),(187,61,37,0,'dismiss',0,1,'2022-08-17 06:04:03','2022-08-17 06:04:03'),(188,34,43,1,'like',0,1,'2022-08-18 08:44:35','2022-08-18 08:44:35'),(189,76,43,1,'like',0,1,'2022-08-18 09:51:57','2022-08-18 09:51:57'),(190,61,76,0,'dismiss',0,1,'2022-08-18 10:07:09','2022-08-18 10:07:09'),(191,33,42,1,'like',1,1,'2022-08-19 09:48:59','2022-08-19 09:48:59'),(192,33,72,1,'like',0,1,'2022-08-19 09:52:26','2022-08-29 12:00:04'),(193,34,76,1,'like',0,1,'2022-08-19 10:09:44','2022-08-19 10:09:44'),(194,37,76,0,'dismiss',0,1,'2022-08-22 05:41:07','2022-08-22 05:41:07'),(195,33,76,0,'dismiss',0,1,'2022-08-22 08:58:26','2022-08-22 08:58:26'),(196,34,80,1,'like',0,1,'2022-08-29 08:47:15','2022-08-29 08:47:15'),(197,33,80,1,'like',0,1,'2022-08-29 09:18:30','2022-08-29 09:18:30'),(198,33,75,1,'like',0,1,'2022-08-29 11:00:00','2022-08-29 11:00:00'),(199,34,75,0,'dismiss',0,1,'2022-08-29 12:02:51','2022-08-29 12:02:51'),(200,34,47,1,'like',0,1,'2022-08-29 12:17:15','2022-08-29 12:17:15'),(201,34,46,1,'like',0,1,'2022-08-29 12:17:16','2022-08-29 12:17:16'),(202,34,48,1,'like',0,1,'2022-08-29 12:17:18','2022-08-29 12:17:18'),(203,34,45,1,'like',1,1,'2022-08-29 12:17:20','2022-08-29 12:17:20'),(204,34,41,1,'like',1,1,'2022-08-29 12:17:22','2022-08-29 12:17:22'),(205,34,44,0,'dismiss',0,1,'2022-08-29 12:17:24','2022-08-29 12:17:24'),(206,34,61,1,'like',0,1,'2022-08-29 12:17:26','2022-08-29 12:17:26'),(207,33,46,0,'dismiss',0,1,'2022-08-29 12:19:03','2022-08-29 12:19:03'),(208,33,41,0,'dismiss',0,1,'2022-08-29 12:21:07','2022-08-29 12:21:07'),(209,33,44,0,'dismiss',0,1,'2022-08-29 12:24:45','2022-08-29 12:24:45'),(210,33,61,0,'dismiss',0,1,'2022-08-29 13:02:46','2022-08-29 13:02:46'),(211,33,36,1,'like',1,1,'2022-08-29 13:03:13','2022-08-29 13:03:13'),(212,33,40,0,'dismiss',0,1,'2022-08-29 13:05:50','2022-08-29 13:05:50'),(213,33,35,1,'like',1,1,'2022-08-30 13:06:26','2022-08-30 13:06:26'),(214,33,38,1,'like',1,1,'2022-08-30 13:07:29','2022-08-30 13:07:29'),(215,81,44,1,'like',0,1,'2022-08-30 13:11:28','2022-08-30 13:11:28'),(216,81,34,1,'like',0,1,'2022-08-30 13:12:01','2022-08-30 13:12:01');
/*!40000 ALTER TABLE `user_reactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_resource_management`
--

DROP TABLE IF EXISTS `user_resource_management`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_resource_management` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `remaining_magnifiers_count` int DEFAULT '0',
  `remaining_re_reviews_count` int DEFAULT '0',
  `remaining_double_likes_count` int DEFAULT '0',
  `remaining_message_count` int DEFAULT '0',
  `custom_location` tinyint(1) DEFAULT '0',
  `show_liked_list` tinyint(1) DEFAULT '0',
  `show_profile_liked` tinyint(1) DEFAULT '0',
  `alert_on_double_like` tinyint(1) DEFAULT '0',
  `remove_video_ads` tinyint(1) DEFAULT '0',
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_resource_management`
--

LOCK TABLES `user_resource_management` WRITE;
/*!40000 ALTER TABLE `user_resource_management` DISABLE KEYS */;
INSERT INTO `user_resource_management` VALUES (13,50,14,14,14,250,1,0,0,0,0,1,'2022-07-27 07:14:12','2022-07-27 07:14:12'),(14,75,7,7,7,100,1,1,1,1,1,1,'2022-08-16 04:48:50','2022-08-16 04:48:50'),(15,73,5,6,5,100,1,1,1,1,1,1,'2022-08-16 04:48:53','2022-08-16 08:45:09'),(16,37,6,7,7,100,1,1,1,1,1,1,'2022-08-16 12:00:21','2022-08-17 05:21:58'),(17,61,7,5,7,100,1,1,1,1,1,1,'2022-08-17 06:04:27','2022-08-17 06:05:38'),(18,61,7,5,7,100,1,1,1,1,1,1,'2022-08-17 06:04:27','2022-08-17 06:05:38'),(19,33,4,0,5,50,1,1,1,1,1,1,'2022-08-29 09:29:59','2022-08-29 11:59:58');
/*!40000 ALTER TABLE `user_resource_management` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users`
--

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` int NOT NULL AUTO_INCREMENT,
  `email` varchar(255) DEFAULT NULL,
  `mobile_no` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `date_of_birth` date DEFAULT NULL,
  `gender` varchar(50) DEFAULT NULL,
  `height` varchar(50) DEFAULT NULL,
  `ethnicity` varchar(50) DEFAULT NULL,
  `date_reason` varchar(50) DEFAULT NULL,
  `interests_and_hobbies` text,
  `date_preferences` text,
  `body_type` varchar(50) DEFAULT NULL,
  `religious_belief` varchar(50) DEFAULT NULL,
  `high_school` varchar(50) DEFAULT NULL,
  `undergraduate_degree` varchar(50) DEFAULT NULL,
  `graduate_school` varchar(50) DEFAULT NULL,
  `job_title` varchar(50) DEFAULT NULL,
  `employer_industry` varchar(50) DEFAULT NULL,
  `smoke` enum('false','true') DEFAULT 'false',
  `smoke_type` varchar(50) DEFAULT NULL,
  `drink` enum('false','true') DEFAULT 'false',
  `smoke_marijuana` enum('false','true') DEFAULT 'false',
  `smoke_marijuana_type` varchar(50) DEFAULT NULL,
  `have_children` enum('false','true') DEFAULT 'false',
  `total_children` varchar(50) DEFAULT NULL,
  `want_children` enum('false','true') DEFAULT 'false',
  `children_wanted` varchar(50) DEFAULT NULL,
  `political_view` varchar(50) DEFAULT NULL,
  `images` text,
  `basic_information` text,
  `aboutme` text,
  `address` varchar(500) DEFAULT NULL,
  `lat` float(10,6) DEFAULT NULL,
  `lng` float(10,6) DEFAULT NULL,
  `device` varchar(50) DEFAULT NULL,
  `device_type` varchar(50) DEFAULT NULL,
  `device_token` varchar(254) DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `drink_type` varchar(50) DEFAULT NULL,
  `other_drugs` enum('false','true') DEFAULT 'false',
  `education_status` varchar(50) DEFAULT NULL,
  `profile_setup_step` varchar(50) DEFAULT '1',
  `first_name` varchar(50) DEFAULT NULL,
  `last_name` varchar(50) DEFAULT NULL,
  `name` varchar(50) DEFAULT NULL,
  `undergraduate_degree_name` varchar(50) DEFAULT NULL,
  `high_school_name` varchar(50) DEFAULT NULL,
  `graduate_school_name` varchar(50) DEFAULT NULL,
  `is_verified` tinyint(1) DEFAULT '0',
  `platform_id` varchar(255) DEFAULT NULL,
  `platform_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL,
  `is_notification_profile_like` tinyint(1) unsigned zerofill NOT NULL,
  `is_notification_match_create` tinyint(1) unsigned zerofill NOT NULL,
  `is_notification_chat_message` tinyint(1) unsigned zerofill NOT NULL,
  `is_notification_date_schdule` tinyint(1) unsigned zerofill NOT NULL,
  `is_notification_date_ask` tinyint(1) unsigned zerofill NOT NULL,
  `is_notification_date_cancel` tinyint(1) unsigned zerofill NOT NULL,
  `is_notification_date_confirm_24befor` tinyint(1) unsigned zerofill NOT NULL,
  `is_notification_date_update` tinyint(1) unsigned zerofill NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_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 (31,'julia@g.com','1234569999','$2a$10$dStoc.BfqcooKTP/yG08IegDejI89Jy2w1OFNCpC86.UQ8n7I3lSe','1996-10-29','Female','5\' 7 (170 cm)','Hispanic/Latino','Dating / Open to a Relationship','[{\"id\":15,\"name\":\"Learning\"},{\"id\":5,\"name\":\"Hiking\"},{\"id\":4,\"name\":\"Clubbing\"},{\"id\":1,\"name\":\"Sports\"},{\"id\":10,\"name\":\"Travel\"},{\"id\":13,\"name\":\"Politics\"}]','[\"Drinks\",\"Dinner\",\"Coffee\",\"Lunch\",\"Walk\",\"Breakfast\"]','Average','Catholic','Yes, Graduated','Yes, Graduated','No','Engineer','Engineering ','false',NULL,'true','false',NULL,'true','1','true','3 or more','Republican','[\"1656446107162.jpeg\",\"1656446107167.jpeg\",\"1656446107172.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":\"hawaii\"},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Milwaukee, US',43.038853,-87.909760,NULL,'IOS','dBTPa1mn_kwBqZdxUAfVyW:APA91bHyC0IXiuLNxvT27mO8mtXPWcXSW5MSNj3mzxTYKfzbmDxFn2Rscu0VzRHDiUuK8Aly1QuEemAvZM5n1b4NM5uEIL2DKQbqVVVwxPllwbmaW554PozZOjWCJZIjOiMHe95aU7KM',1,'2022-06-28 19:50:28','2022-06-30 14:07:47','Occasionally','false',NULL,'6','Julia','Lee','Julia','NYU','Cambridge ',NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(32,'madramoncarbo1996@hotmail.com','8144601723','$2a$10$y3VvIAh5gU1LuMOkUqVhPOf6I57OCNeIYuGDWU2Pw725zX9L.V7N2','1996-06-25','Male','6\' 1 (185 cm)','Hispanic/Latino','Dating / Open to a Relationship','[{\"id\":11,\"name\":\"Movies\"}]',NULL,'Athletic/Muscular','Hindu','Yes, Graduated','Yes, Still attending',NULL,'engineer',NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1656522432429.jpeg\",\"1656522444116.jpeg\",\"1656522444458.jpeg\",\"1656522455616.jpeg\",\"1656522456881.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,43.038322,-87.912750,NULL,'IOS','cJ9ZP-UvJ0wQssJhcWDdxg:APA91bGdC7MDgUo1Ozkvm_RtrCDho-9GdlboVDYTsFj0I6YeLxfjTZ1YmPbWszbOEvNnPrldSEPpWp8uEsOX7SutJSorrsvGwRhFVJFhRlRR6lrit4fXTzYh89t5hoatWpyqx1M_2Bbh',1,'2022-06-29 17:04:11','2022-07-08 18:05:17',NULL,'false',NULL,'5','Matt','Ramon','Matt','Engineer',NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(33,'xxx@yopmail.com','1234567890','$2a$10$9h.wLVNa783DHfMolFDRKuon12anIBicY6pBfpgAokbr6pTwGsY5.','1985-07-23','Male','4\' 0 (121 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'test','test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656592179815.jpeg\",\"1656592179804.jpeg\",\"1656592180093.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":\"dtdtdgns\"},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829536,67.041634,NULL,'IOS','f8OvsmGNNEkKl3NTJ35MgW:APA91bGJ60eyDBSxtliljp60Dblx7sPVnCLmN-o2HHNriL6IFZXlNKNOBc2bEtKJIkk6UXNLtwor6eMrxh4xYtFEHt7rS0MI-NC_hPFw_VteWPj-wB2xlQB42hSc6Fa9x3MGXt3UsmQC',1,'2022-06-30 12:27:53','2022-08-31 11:15:26',NULL,'false',NULL,'5','xxx','test','xxx',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(34,'yyy@yopmail.com','1235668995','$2a$10$0Gzew0htHYuEMPfBwdFskueMiK/SwlfIwAEVJzCL0PLEYqOR7BjQS','1990-07-27','Male','3\' 5 (103 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'test','test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656592318534.jpeg\",\"1656592318542.jpeg\",\"1656592318539.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829487,67.041359,NULL,'Android','creXQkWpQUWG9uZK0fClVb:APA91bE-1r3tj3diKh6wfEmNde3mMfQQU4oC_HapusLmHRGZCZMgH88psqQnhEpboU7hg57O-yZG1jfqiDegacW8sZI89I-LHaAWOIfTeSyHfXl8mhg8HZ9gwefmMAK-d_mg3I2fANVR',1,'2022-06-30 12:30:13','2022-08-31 04:49:22',NULL,'false',NULL,'6','yyy','tester','yyy',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(35,'ggg@yopmail.com','1234567892','$2a$10$RFXSKZS396dl/IJZ10bkZ..eV4TUMwO3hPhH4y6hEbHEWDWINsCi.','1979-08-27','Male','3\' 1 (93 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'test','test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656599108150.jpeg\",\"1656599108148.jpeg\",\"1656599108443.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829351,67.041336,NULL,'IOS','dGlIdBhF2k7wueNjn3yLaA:APA91bH32pxFU5FcWNPO3YIIEyJN0ZiLfKOWWD0RdBBKFdrCgFkX0az5H_UqXaosn7K9KqUshs6ZmvV1NuSBufEfKiBNLVvMhfN30xbRTjtbLRJyxMb1INCR0FilxDQ12GOXSDwlKDx2',1,'2022-06-30 14:23:17','2022-06-30 14:36:39',NULL,'false',NULL,'6','tester','test','tester',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(36,'hhh@yopmail.com','1234567855','$2a$10$Q/r8e4Cmtr4QB96QjBIHoOdYpCHNNLkjpOOGKPxn020.5teJjegN.','1998-07-25','Male','4\' 4 (132 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'test','test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656599281209.jpeg\",\"1656599281211.jpeg\",\"1656599281520.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829470,67.041313,NULL,'IOS','fu-TvYkry032nCcqvlf0Gi:APA91bHknQ6nNUhlpGmd3blVSRq0rT5me1BaSVupx7-1-5A7R0TnpSfH6yCXMbpVPYKibl12046c9c5K5MGSg8VKGWZ7lW4uL5BC0CRAnvYh3iQpRJpdlYRtTLspcm4aW9C1zTzkdTfS',1,'2022-06-30 14:26:23','2022-06-30 14:36:39',NULL,'false',NULL,'6','tester','test','tester',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(37,'alex@yopmail.com','1234567899','$2a$10$iVm1w9MVO5uSUFcwEMXTN.NZkSQ/l2ReR8j8w07Oq7Tp.NY82.rm6','1984-02-23','Male','5\' 6 (168 cm)','South Asian','Serious Relationship','[{\"id\":1,\"name\":\"Sports\"},{\"id\":2,\"name\":\"Party\"},{\"id\":5,\"name\":\"Hiking\"},{\"id\":5,\"name\":\"Hiking\"}]','[\"Drinks\",\"Coffee\",\"Walk\",\"Breakfast\",\"Lunch\",\"Dinner\"]','A Few Extra Pounds','Spiritual','Yes, Graduated',NULL,'Yes, Graduated','Team Lead','Mobile Apps','false',NULL,'false','true','Occasionally','true','I have more than 2 children','true','I want more than 2 children','Republican','[\"1656611028024.jpeg\",\"1656611028048.jpeg\",\"1656611028117.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":\"alex@yopmail.com\"},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":\"alex@yopmail.com\"},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829664,67.041748,NULL,'Android','creXQkWpQUWG9uZK0fClVb:APA91bE-1r3tj3diKh6wfEmNde3mMfQQU4oC_HapusLmHRGZCZMgH88psqQnhEpboU7hg57O-yZG1jfqiDegacW8sZI89I-LHaAWOIfTeSyHfXl8mhg8HZ9gwefmMAK-d_mg3I2fANVR',1,'2022-06-30 17:39:53','2022-09-16 05:45:37',NULL,'false',NULL,'6','Alex','Parker','Alex',NULL,'abc',NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(38,'abc@yopmail.com','1234567845','$2a$10$XLRKxOuR5Y4wk/YJerMuVOw1BAjdNQcSW9X0y9vJEHP0j3KNMoTBK','1990-08-29','Male','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]','[\"Breakfast\",\"Drinks\",\"Coffee\",\"Lunch\",\"Walk\",\"Dinner\"]','Slender','Buddhist','Yes, Still attending','Yes, Still attending','Yes, Still attending','test','test','true','Regularly','true','true','Regularly','true','I have more than 2 children','true','I want more than 2 children','Conservative','[\"1656921543805.jpeg\",\"1656921543830.jpeg\",\"1656921546139.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829338,67.041183,NULL,'IOS','cMvgZ4SaUEsOtB6dF-m_om:APA91bELjL-Pibnpkqrhtjc-9496RPsN9S46sMRwkqton1PW8Sxg4H-DLCgfb7tfSrXnfqFxxDIdCKvuOWfiGJ-UJy_gu8THPVO1iQx3Zdfo1DA1JrFEkoVDOyLr0TkR6iSy97hmr-d_',1,'2022-07-04 07:54:50','2022-07-04 09:03:42','Regularly','true',NULL,'6','abc','abc','abc',NULL,'test',NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(39,'def@yopmail.com','1234568585','$2a$10$v29fR/ZAjem5mIblHhmXJOaF4tlSpcF8m9PG1ubjkOFgzFl9B8LYW','1976-08-25','Male','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Average','Buddhist','Yes, Still attending',NULL,NULL,'test','Test','true','Regularly','true','true','Regularly','false','2','false','3 or more','Republican','[\"1656922397222.jpeg\",\"1656922397235.jpeg\",\"1656922397237.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829231,67.041351,NULL,'Android','dM3Pg-guRBqWbijqKgGEg4:APA91bHm-V2iXac06YvDkZngdyJkOeDb1fZ0wK4s9qydur6Bey70GWW1SHm0FyEwmve0LbG6AHnrl0-z7NVVKVLqvIM03YTAx6L6dKxsLglS4dhgOPz8OHNI9PGlnrJgRRAR3c8RLDn_',1,'2022-07-04 08:10:48','2022-07-04 08:51:55','Prefer Not To Say','true',NULL,'5','Def','Def','Def',NULL,'Test',NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(40,'ghi@yopmail.com','1234567898','$2a$10$82FUmJjZcPtZn08.EfZgCejwAu.YsvTWexNCOcUNcM/YjfTU5wTve','1976-08-25','Male','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','Yes, Graduated','No',NULL,'Test','Test','true','Regularly','false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656923339365.jpeg\",\"1656923347225.jpeg\",\"1656923425879.jpeg\",\"1656923425874.jpeg\",\"1656923427340.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,24.829363,67.041344,NULL,'Android','dM3Pg-guRBqWbijqKgGEg4:APA91bHm-V2iXac06YvDkZngdyJkOeDb1fZ0wK4s9qydur6Bey70GWW1SHm0FyEwmve0LbG6AHnrl0-z7NVVKVLqvIM03YTAx6L6dKxsLglS4dhgOPz8OHNI9PGlnrJgRRAR3c8RLDn_',1,'2022-07-04 08:27:11','2022-07-27 10:41:59',NULL,'false',NULL,'6','Ghi','Ghi','Ghi',NULL,'Trst',NULL,1,NULL,NULL,1,1,1,1,1,1,1,1),(41,'iu@yopmail.com','1234568759','$2a$10$tjT70xfYBg84WSE.WBc.huOLzbBqhAFFW1rmt91zcHqqFDF5PvFBK','1978-08-26','Male','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','Yes, Still attending',NULL,NULL,'test','Test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656923643096.jpeg\",\"1656923643089.jpeg\",\"1656923643101.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829411,67.041412,NULL,'Android','dM3Pg-guRBqWbijqKgGEg4:APA91bHm-V2iXac06YvDkZngdyJkOeDb1fZ0wK4s9qydur6Bey70GWW1SHm0FyEwmve0LbG6AHnrl0-z7NVVKVLqvIM03YTAx6L6dKxsLglS4dhgOPz8OHNI9PGlnrJgRRAR3c8RLDn_',1,'2022-07-04 08:32:06','2022-07-04 08:33:28',NULL,'false',NULL,'6','Fghh','Vgy','Fghh',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(42,'jjj@yopmail.com','1234567895','$2a$10$zr3bkbNSvLXd2aK0Ix88v.3zQd7uYMTV7rfTLNwERD9GmXDZwt50q','1974-08-26','Female','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'fg','Ty','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656924235276.jpeg\",\"1656924235278.jpeg\",\"1656924235577.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829578,67.041573,NULL,'Android','fkFgc8NDST-MwphyjH1H__:APA91bF0DD9P1j_eNIPym8-W9dkHNe8GSwKjjWTGK5fH8NEXUrzR3LhP85IS89wNt1hi--Trg5dkPuoKjSAMYOIAWkrwAB76tLXY8M5aZdYDR_-Seaz5c_kIYKvu6v0kaRSRQdSdTXet',1,'2022-07-04 08:42:16','2022-07-04 08:45:05',NULL,'false',NULL,'5','Uuu','Uuu','Uuu',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(43,'cc@yopmail.com','1234568558','$2a$10$VL6LQ7d0cMstFcjad0q2a.BGHjDY0mr96UN2d5VZAwuxen5Qq4P6u','2001-08-25','Male','3\' 1 (93 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','Yes, Still attending',NULL,NULL,'test','Test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656925074775.jpeg\",\"1656925074777.jpeg\",\"1656925074779.jpeg\"]',NULL,NULL,'Karachi, PK',24.829601,67.041626,NULL,'Android','dM3Pg-guRBqWbijqKgGEg4:APA91bHm-V2iXac06YvDkZngdyJkOeDb1fZ0wK4s9qydur6Bey70GWW1SHm0FyEwmve0LbG6AHnrl0-z7NVVKVLqvIM03YTAx6L6dKxsLglS4dhgOPz8OHNI9PGlnrJgRRAR3c8RLDn_',1,'2022-07-04 08:56:09','2022-07-04 08:58:15',NULL,'false',NULL,'5','Dtxt','Cyctc','Dtxt',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(44,'tt@yopmaul.com','1234567545','$2a$10$c5ocMcb2.NuuGYqA73AUu.ETb2nY8I7AOKpHaPnuK4p8CNmhwKl36','1986-09-26','Male','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'Test','Test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656925353606.jpeg\",\"1656925353609.jpeg\",\"1656925356078.jpeg\"]',NULL,NULL,'Karachi, PK',24.829489,67.041359,NULL,'IOS','cMvgZ4SaUEsOtB6dF-m_om:APA91bELjL-Pibnpkqrhtjc-9496RPsN9S46sMRwkqton1PW8Sxg4H-DLCgfb7tfSrXnfqFxxDIdCKvuOWfiGJ-UJy_gu8THPVO1iQx3Zdfo1DA1JrFEkoVDOyLr0TkR6iSy97hmr-d_',1,'2022-07-04 09:00:27','2022-07-28 11:15:12',NULL,'false',NULL,'5','dhhd','hdhd','dhhd',NULL,NULL,NULL,1,NULL,NULL,1,1,1,1,1,1,1,1),(45,'y@yopmail.com','1234568566','$2a$10$g9qI/ehMuocIijcMLnKjQ.CyOp3HddNsTqeesXkcjlqgoeoihW4dK','1989-07-29','Male','3\' 3 (98 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'test','test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656940855702.jpeg\",\"1656940855725.jpeg\",\"1656940855823.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829594,67.041359,NULL,'IOS','curIJbDJ90FQtC9XuXKzeG:APA91bGqQeb4tOGBU11i6sg1jGdOOERn5IZYzzm9WHF7pLW-XRWWlPRQD7PUOyiPkWlmdPXRxqSkXzSXcHyDuJ7EeyJHXpXj8A9CjqxkaIg3tMt64_O9OqIDpIYOiF6PVUTYJyEDe9mn',1,'2022-07-04 13:18:59','2022-07-28 11:15:02',NULL,'false',NULL,'5','ch','fg','ch',NULL,NULL,NULL,1,NULL,NULL,1,1,1,1,1,1,1,1),(46,'x@yopmail.com','5685608688','$2a$10$uvGoCjxHekwYt8PU7T5O1ObJfivxKTWqykX9jg8yiblltYY8p7m.q','1967-09-25','Male','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'test','Test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1656942045624.jpeg\",\"1656942045621.jpeg\",\"1656942047732.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829432,67.041428,NULL,'Android','eOy0Uf3FRluKgNI9eqHUyd:APA91bFi8CV-gw0v0xMaHlCMReTSCUHrd4fyVCRVWV4CwYn6M9xHVuQEgv0TpGpX5ArCAPYMVprRkcKfI5-zVWh11BJTY4o1vRiKzWFmHN3ysQ1RAksQ9mJ3-AkuQ0pvFGH8fbdHooGV',1,'2022-07-04 13:39:05','2022-07-04 13:40:09',NULL,'false',NULL,'6','Chcj','Uggux','Chcj',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(47,'u@yopmail.com','2688568655','$2a$10$IMP70rfqfnPSbuUu/aJZN.B2PthSilQK.U6V6QgeXhZlqIh9EW93S','1993-08-27','Male','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'test','test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656943216400.jpeg\",\"1656943216427.jpeg\",\"1656943216419.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829607,67.041428,NULL,'IOS','curIJbDJ90FQtC9XuXKzeG:APA91bGqQeb4tOGBU11i6sg1jGdOOERn5IZYzzm9WHF7pLW-XRWWlPRQD7PUOyiPkWlmdPXRxqSkXzSXcHyDuJ7EeyJHXpXj8A9CjqxkaIg3tMt64_O9OqIDpIYOiF6PVUTYJyEDe9mn',1,'2022-07-04 13:58:33','2022-07-04 13:59:46',NULL,'false',NULL,'6','fufu','chc','fufu',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(48,'v@yopmail.com','1236855855','$2a$10$a2wXQjQrAX/tT3umAqwpWuuvoVp7HOuXnLb4s8/nIK6tsEvEoVHSy','1990-09-30','Male','3\' 0 (91 cm)','American Indian','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'test','test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1656943476852.jpeg\",\"1656943477499.jpeg\",\"1656943479917.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829594,67.041367,NULL,'IOS','cqoGMkSjekcqjqvWLpHiRu:APA91bEfWtLrx5NK8X41fCO2EuQc96ua9lbTKcBeUnc4FZK895hjmrAM37fyh1vPa5qGeKee8jcr7qWgE7H9OmEWurj_PwWxUbm4Urur2ZB8seZRZJMqSf1fje2suLT36LMq0rYh34q7',1,'2022-07-04 14:02:52','2022-08-02 03:15:25',NULL,'false',NULL,'6','dh','vb','dh',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(49,'j@g.com','1234567896','$2a$10$jePLMCCJ1euwvqCFv2xbMuHwNUpm9qI0BnrZOhqXFruPHnNzSTJ8m','1995-06-26','Female','5\' 2 (157 cm)','Middle Eastern','Serious Relationship','[{\"id\":7,\"name\":\"Studies\"}]',NULL,'Athletic/Muscular','Christian','Yes, Still attending',NULL,NULL,'na',NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1657303475837.jpeg\",\"1657303475874.jpeg\",\"1657303475898.jpeg\"]',NULL,NULL,'Milwaukee, US',43.038567,-87.910767,NULL,'IOS','d28mXZptHUC-gp3jEsrnsG:APA91bEXbWIdOF2ynT5g9kuCtZAR5Ix7JVVvE-GSK2wmZ9lQbvG_4UfTUFuWuxLH4nknUn_2TWsXgEVkFdLfQycr-HmQUY0TmH3ludRbuwi3H8kIBK8Hw_4dBnRy7vPG6sUNVfkmRMHg',1,'2022-07-08 18:02:12','2022-08-02 15:44:48',NULL,'false',NULL,'5','julia','j','julia',NULL,'hi',NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(50,'alvis@mailinator.com','2012665909','$2a$10$bA1ny/VYDAC2BdU6k.SO2O9HIFkGIIrelZ5ZNRwmuclYGSbqZJm3u','1995-05-23','Male','4\' 2 (127 cm)','Middle Eastern','Serious Relationship','[{\"id\":1,\"name\":\"Sports\"},{\"id\":6,\"name\":\"Music\"},{\"id\":2,\"name\":\"Party\"},{\"id\":20,\"name\":\"Singing\"},{\"id\":18,\"name\":\"Dancing\"},{\"id\":19,\"name\":\"Play\"},{\"id\":15,\"name\":\"Learning\"},{\"id\":17,\"name\":\"Photography\"},{\"id\":10,\"name\":\"Travel\"},{\"id\":11,\"name\":\"Movies\"}]',NULL,'Average','Christian','Yes, Graduated','Yes, Graduated','Yes, Graduated','Software Engineer','Software','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1658905966697.jpeg\",\"1658905985836.jpeg\",\"1658905986101.jpeg\"]',NULL,NULL,'Karachi, PK',24.829615,67.041595,NULL,'Android','dsL39oq_TuKfEN0Ssio6Cl:APA91bGhoWL2RBLcUBjMLtweTHLuXhHwRPYizEoTmP5USGj-hLOC0dqPZDvCO-IXoeWp5S7t1IaIJXZ1HDC-Ojiv8Dy5O3qf6kZTi8mCy3mZF0oImV2hWzRBkrbc2P3YQop9nygd4_Py',1,'2022-07-27 07:06:53','2022-07-27 07:13:22',NULL,'false',NULL,'5','Alvis','John','Alvis',NULL,'Oxford','Oxford',0,NULL,NULL,1,1,1,1,1,1,1,1),(51,'potters@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-27 07:12:45','2022-07-27 07:12:45',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'55df5882dsf11','facebook',1,1,1,1,1,1,1,1),(52,'potter@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 05:37:33','2022-07-28 05:37:33',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'5df5882dsf11','facebook',1,1,1,1,1,1,1,1),(53,'potters@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 05:41:37','2022-07-28 05:41:37',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'5df5882dsf154','facebook',1,1,1,1,1,1,1,1),(54,'potters@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 05:43:03','2022-07-28 05:43:03',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'55df5882dsf19','facebook',1,1,1,1,1,1,1,1),(55,'potters@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 06:06:45','2022-07-28 06:06:45',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'55df5882dsf15619','facebook',1,1,1,1,1,1,1,1),(56,'potters2@yopmail.com','03000000001','$2a$10$TYki/sEjUYyGVDEXuQtwY.qII3mmMqn04Ksqg5jsNHaV9UcWdEh2a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 06:10:27','2022-07-28 06:10:27',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(57,'potters88@yopmail.com','03000000003','$2a$10$e530TL2SVtJBEnNAqVc0teCi2jAH92OKAra5tT0jT13o20hIHpqju',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 06:14:48','2022-07-28 06:14:48',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(58,'potters@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 06:22:57','2022-07-28 06:22:57',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'55df5882dsf156190','facebook',1,1,1,1,1,1,1,1),(59,'potters22@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 06:24:10','2022-07-28 06:24:10',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'55df5882dsf15619077777','facebook',1,1,1,1,1,1,1,1),(60,'potters223@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 07:28:50','2022-07-28 07:28:50',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'55df5882dsf156190777773','facebook',1,1,1,1,1,1,1,1),(61,'tester2019001@gmail.com',NULL,NULL,'1986-06-26','Male','5\' 2 (157 cm)','Middle Eastern','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"},{\"id\":2,\"name\":\"Party\"},{\"id\":3,\"name\":\"Swimming\"},{\"id\":4,\"name\":\"Clubbing\"},{\"id\":8,\"name\":\"Science\"},{\"id\":12,\"name\":\"Art\"},{\"id\":16,\"name\":\"Pet\"},{\"id\":19,\"name\":\"Play\"},{\"id\":18,\"name\":\"Dancing\"},{\"id\":15,\"name\":\"Learning\"},{\"id\":11,\"name\":\"Movies\"},{\"id\":7,\"name\":\"Studies\"},{\"id\":6,\"name\":\"Music\"},{\"id\":5,\"name\":\"Hiking\"},{\"id\":9,\"name\":\"Hanging Out\"},{\"id\":10,\"name\":\"Travel\"},{\"id\":14,\"name\":\"Cooking\"},{\"id\":13,\"name\":\"Politics\"},{\"id\":17,\"name\":\"Photography\"},{\"id\":20,\"name\":\"Singing\"}]',NULL,'Average','Christian','Yes, Graduated','Yes, Graduated','Yes, Graduated','Engineer','Software House','false',NULL,'true','false',NULL,'false',NULL,'false',NULL,'Conservative','[\"1659093046786.jpeg\",\"1659093047039.jpeg\",\"1659093047059.jpeg\",\"1659093047169.jpeg\",\"1659093047744.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,24.829615,67.041321,NULL,'Android','fOafqrW4STuv5LHZbWD-Sw:APA91bEYH71xxlvXPfpQfMfobYA4w4ChmbrL4Dr-RBGwU-MMHFEkWFmjxCvmc-yEL3lKOY6341nV8AS6zUlV1-3x4sOe02A8iRxHnpsuSDfr6itKqFSe4ea9eOLyUSF6cTs-vvIUzJWh',1,'2022-07-28 07:59:52','2022-08-22 06:27:29','Occasionally','false',NULL,'6','Jack','Turner','Jack',NULL,'Xd','Ok',0,'102998899681570649958','google',1,1,1,1,1,1,1,1),(62,'potters223@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-28 09:43:17','2022-07-28 09:43:17',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'55df5882dsf156190777773','google',1,1,1,1,1,1,1,1),(63,'potters2234@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-07-29 04:13:03','2022-07-29 04:13:03',NULL,'false',NULL,'1','John','Sena','John',NULL,NULL,NULL,0,'55df5882dsf15619077777309','google',1,1,1,1,1,1,1,1),(65,'tester2019001@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-08-01 04:13:06','2022-08-01 04:13:06',NULL,'false',NULL,'1','Jack','Turner','Jack',NULL,NULL,NULL,0,'102998899681570649958','GMAIL',1,1,1,1,1,1,1,1),(66,'herry22@yopmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-08-01 05:05:46','2022-08-01 05:05:46',NULL,'false',NULL,'1','herry','herry','herry',NULL,NULL,NULL,0,'55df5882dsf55','facebook',1,1,1,1,1,1,1,1),(67,'developer@retrocube.com',NULL,NULL,'1981-08-27','Female','3\' 4 (100 cm)','American Indian','Something Casual','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Jewish','Yes, Still attending',NULL,NULL,'bb','hh','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1659440445787.jpeg\",\"1659440446110.jpeg\",\"1659440447199.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,24.829659,67.041306,NULL,'IOS','dTmajeiRDEdLgYvSL4rudi:APA91bFGwov9KMnCJTCxfx4lHPrbi_e3BOzf31mlLOhvfX7R_8bw5P0j59pgnMv6aJmBBe0n858ZeD-zKLLyFL0JLShpAgVI-7BQ349Ft6Jo78ozNvlhxEQcvWJnb6J7tYiSSz1eg_BR',1,'2022-08-02 11:36:44','2022-08-03 07:43:56',NULL,'false',NULL,'6','Retro','Cube','Retro',NULL,NULL,NULL,0,'001046.d2e22c1f9a9c467983297d877ab320c1.0712','apple',1,1,1,1,1,1,1,1),(68,'tester202999565654@gmail.com',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-08-02 11:57:35','2022-08-02 11:57:35',NULL,'false',NULL,'1','Tom','Hunter','Tom',NULL,NULL,NULL,0,'72085766568535076','FACEBOOK',1,1,1,1,1,1,1,1),(69,'natalie@yopmail.com','3021546840','$2a$10$ama1vkAOJqN4Nbb6K/XeeuqPgHTE3PhSwS.2XWsUZ81bMz4b5P8Bq','1961-03-24','Female','5\' 2 (157 cm)','Middle Eastern','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Christian','Yes, Graduated',NULL,NULL,'Acp',NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1659508068000.jpeg\",\"1659508070645.jpeg\",\"1659508071348.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":\"shapatat\"},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,24.829634,67.041710,NULL,'Android','fpX-9ETARi2yDQFzb70SEF:APA91bEGo5kEH7mgh_tK5FgJFUwDp1_DbYVSwjETWuE3_6PYBwP1uPVy8yaCFWdKJfWKKEsEuYkYmj0N8IhOBFfzf1BZIUFwUvDidhHyU6ApaUF6j6QQycMb6pEIgppmYbXqBN0P_EGF',1,'2022-08-03 06:24:19','2022-08-03 06:29:48',NULL,'false',NULL,'6','Yo','Natalie','Yo',NULL,'Shiw',NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(70,'natalie1@yopmail.com','1245636986','$2a$10$Bw7fjoB5OXB1ugoFKXQNA.g16CnrnlTXABFX52nKpQjB3qfGDnExG','1937-05-28','Female','6\' 4 (193 cm)','Middle Eastern','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Christian','Yes, Still attending',NULL,NULL,'Shy',NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1659508484791.jpeg\",\"1659508488985.jpeg\",\"1659508491160.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":\"ggg\"},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829603,67.041702,NULL,'Android','fpX-9ETARi2yDQFzb70SEF:APA91bEGo5kEH7mgh_tK5FgJFUwDp1_DbYVSwjETWuE3_6PYBwP1uPVy8yaCFWdKJfWKKEsEuYkYmj0N8IhOBFfzf1BZIUFwUvDidhHyU6ApaUF6j6QQycMb6pEIgppmYbXqBN0P_EGF',1,'2022-08-03 06:32:09','2022-08-03 06:34:25',NULL,'false',NULL,'6','Natalie','Rio','Natalie',NULL,'Old',NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(71,'nalie@yopmail.com','3214568875','$2a$10$P3Z8qvpiWRL2WQOShdjxQOjyiBMscNN1h9mIBkPVjR1vTIH6NuaQ.','1937-05-28','Female','7\' 10 (238 cm)','Middle Eastern','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Christian','No',NULL,NULL,'Ok',NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1659509320479.jpeg\",\"1659509321038.jpeg\",\"1659509328371.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,24.829630,67.041702,NULL,'Android','fpX-9ETARi2yDQFzb70SEF:APA91bEGo5kEH7mgh_tK5FgJFUwDp1_DbYVSwjETWuE3_6PYBwP1uPVy8yaCFWdKJfWKKEsEuYkYmj0N8IhOBFfzf1BZIUFwUvDidhHyU6ApaUF6j6QQycMb6pEIgppmYbXqBN0P_EGF',1,'2022-08-03 06:39:08','2022-08-03 06:51:14',NULL,'false',NULL,'6','NatLie','Zee','NatLie',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(72,'g@yopmail.com','1234567891','$2a$10$C/9rKPdP9.PQbUWNaRAvJ.FmHK3nf4lTEf2M.lm0U1MHU0.r2lktG','1964-03-22','Female','5\' 7 (170 cm)','Middle Eastern','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Christian','No',NULL,NULL,'Mk',NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1659509664901.jpeg\",\"1659509667053.jpeg\",\"1659509667072.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":\"ez\"},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829630,67.041702,NULL,'Android','fpX-9ETARi2yDQFzb70SEF:APA91bEGo5kEH7mgh_tK5FgJFUwDp1_DbYVSwjETWuE3_6PYBwP1uPVy8yaCFWdKJfWKKEsEuYkYmj0N8IhOBFfzf1BZIUFwUvDidhHyU6ApaUF6j6QQycMb6pEIgppmYbXqBN0P_EGF',1,'2022-08-03 06:52:29','2022-08-03 07:14:19',NULL,'false',NULL,'6','Gup','Pop','Gup',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(73,'sheezuka@yopmail.com','1234567233','$2a$10$Mf.bQ1IJPgjR62WAIzAPEe1D4/cljgOyxES9L9V6L/VTjzI5Bz8w6','1977-09-22','Female','7\' 8 (233 cm)','Middle Eastern','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Christian','No',NULL,NULL,'Lk',NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1659511107903.jpeg\",\"1659511113766.jpeg\",\"1659511127294.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829636,67.041718,NULL,'Android','fpX-9ETARi2yDQFzb70SEF:APA91bEGo5kEH7mgh_tK5FgJFUwDp1_DbYVSwjETWuE3_6PYBwP1uPVy8yaCFWdKJfWKKEsEuYkYmj0N8IhOBFfzf1BZIUFwUvDidhHyU6ApaUF6j6QQycMb6pEIgppmYbXqBN0P_EGF',1,'2022-08-03 07:15:57','2022-08-16 09:57:14',NULL,'false',NULL,'6','Sheezu','Ka','Sheezu',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(74,'teezee@yopmail.com','1234567369','$2a$10$2VK8PYcizv6.n6AeqxPm5uMj/aMBkbM3SnBlVdCJhr828KYBjjLeq','1937-07-20','Female','5\' 1 (155 cm)','Middle Eastern','Serious Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Christian','No',NULL,NULL,'dhj','ugc','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1660022382417.jpeg\",\"1660022382426.jpeg\",\"1660022395729.jpeg\",\"1660022395727.jpeg\",\"1660022395735.jpeg\",\"1660022396026.jpeg\"]',NULL,NULL,'Karachi, PK',24.829634,67.041710,NULL,'Android','ePFccRCtScyRA8_BvDuwlz:APA91bGYraS25IAGFzrfAkEdU1er9fzAGPjXcbf4tIqAlctryXZ34zPebEPapKva_VLCRk_pkO4XeCHpNyBu6z1UqlI5IqdHA_J0FNEo0pTX5o7rs0X9eslM0GGgzM-3Gw9LW8cjH0o7',1,'2022-08-09 05:17:41','2022-08-09 05:25:54',NULL,'false',NULL,'5','Tee','Zee','Tee',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(75,'andy@yopmail.com','1234567894','$2a$10$Aa4iAQSgKz6TKl89q916bejAHPurkjfP7/xre1kVVWM8ZuG7KKVca','1987-06-06','Male','6\' 3 (191 cm)','Middle Eastern','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Christian','No',NULL,NULL,'aka','na','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1660023061578.jpeg\",\"1660023061638.jpeg\",\"1660023061659.jpeg\",\"1660029511678.jpeg\",\"1660029513366.jpeg\",\"1660029513402.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829622,67.041695,NULL,'Android','ePFccRCtScyRA8_BvDuwlz:APA91bGYraS25IAGFzrfAkEdU1er9fzAGPjXcbf4tIqAlctryXZ34zPebEPapKva_VLCRk_pkO4XeCHpNyBu6z1UqlI5IqdHA_J0FNEo0pTX5o7rs0X9eslM0GGgzM-3Gw9LW8cjH0o7',1,'2022-08-09 05:28:54','2022-08-18 04:40:07',NULL,'false',NULL,'6','Andy','Alex','Andy',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(76,'kkk@yopmail.com','1235885768','$2a$10$6F5p9vYJsVSFPRRACAus0eso/rD1S3X4ws2RwNuGetd2o49roO0Ey','1973-08-24','Male','3\' 0 (91 cm)','American Indian','Something Casual','[{\"id\":1,\"name\":\"Sports\"}]','[\"Coffee\",\"Dinner\",\"Drinks\",\"Lunch\",\"Walk\",\"Breakfast\"]','Slender','Buddhist','No',NULL,NULL,'chhc','dycyyc','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1660816317719.jpeg\",\"1660816317736.jpeg\",\"1660816317808.jpeg\",\"1660816317816.jpeg\",\"1660816317860.jpeg\",\"1660816317256.jpeg\",\"1660816317896.jpeg\",\"1660816317935.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":\"test\"},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829536,67.041641,NULL,'Android','cl4U7HP6R8adyHf0NdylPD:APA91bHP_tF9X4sEU2SNEQUdRNWRmyI4CZzG38Wu2wlXl2HDbpgsVkkkqQnt8GTPhwoGL66qjVO8uj7VW87DIqvM4UP5yGV_JsHXiLw2KcTlOQ2BU-kNrNDp9a1sPTjTzVgnJfz2XpCu',1,'2022-08-18 09:46:36','2022-08-18 09:52:38',NULL,'false',NULL,'5','hchfu','fuyfy','hchfu',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(77,'D@xgd.com','1238868568','$2a$10$Z9rpdxZZU.jSwHIdL16CE.eULXh0Vq4gR8A8/gmKNeh/I1TuPbSK2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Android','token',1,'2022-08-22 09:05:58','2022-08-22 09:05:58',NULL,'false',NULL,'1','ttd','do dt','ttd',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(78,'bigmatchjohn@yopmail.com','030055000001','$2a$10$Ifo3Ujf1xGR63Zj9j.e1nu1dawU280w2PGo2qxo.15xq4/iR2eIoS',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,NULL,NULL,NULL,NULL,37.401726,-122.114647,'iphone','android','token',1,'2022-08-25 09:35:37','2022-09-22 10:38:26',NULL,'false',NULL,'1','John','Cena','John',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(79,'john@yopmail.com','2314569871','$2a$10$r8OY/XDJObS1wdz6FDwitewjsab3dBdxkID9kBwNCKvMPaGJAV6f6','1954-08-23','Male','5\' 9 (175 cm)','Middle Eastern','Something Casual','[{\"id\":1,\"name\":\"Sports\"},{\"id\":2,\"name\":\"Party\"},{\"id\":3,\"name\":\"Swimming\"},{\"id\":4,\"name\":\"Clubbing\"},{\"id\":5,\"name\":\"Hiking\"},{\"id\":6,\"name\":\"Music\"},{\"id\":7,\"name\":\"Studies\"},{\"id\":8,\"name\":\"Science\"},{\"id\":9,\"name\":\"Hanging Out\"},{\"id\":10,\"name\":\"Travel\"},{\"id\":11,\"name\":\"Movies\"},{\"id\":12,\"name\":\"Art\"},{\"id\":13,\"name\":\"Politics\"},{\"id\":14,\"name\":\"Cooking\"},{\"id\":15,\"name\":\"Learning\"},{\"id\":16,\"name\":\"Pet\"},{\"id\":19,\"name\":\"Play\"},{\"id\":18,\"name\":\"Dancing\"},{\"id\":17,\"name\":\"Photography\"},{\"id\":20,\"name\":\"Singing\"}]',NULL,'Curvy','Christian','No',NULL,NULL,'crew','fttt Ct Geospatial','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1661426989996.jpeg\",\"1661426990290.jpeg\",\"1661427003035.jpeg\",\"1661427003390.jpeg\",\"1661427003590.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,24.829556,67.041687,NULL,'Android','fqXDohhnTees89j-XO7DLg:APA91bGTuYZnZJvSnmKNegbTkzQnnGoy6lcwxlXk4k7YZ0jI44evhb1O4kDvZYKU6ycc1KH24n4yh-ueHLZzoGp6BE6U6fjE0ve6arY1mH6SgO_Ct_r2OkLGOai4XI697GOBXRbWDTqj',1,'2022-08-25 11:22:06','2022-09-15 08:30:17',NULL,'false',NULL,'6','John','Doe','John',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(80,'andy1@yopmail.com','1234127896','$2a$10$Y6sfkimFynWSfQWYcaLO0.x6OEGhGae/o1jSK5Y9GYValJwLJOHo.','1964-07-13','Male','7\' 9 (236 cm)','Middle Eastern','Serious Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Christian','No',NULL,NULL,'Uaua','Iqiq','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Independent','[\"1661505078441.jpeg\",\"1661505078481.jpeg\",\"1661505078516.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":\"sjsushs\"},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,24.829575,67.041687,NULL,'Android','cnuL0CVfQbucvrj-VcH0x8:APA91bGpfQvl_ZEOPSRLeolZMhIRURwAOybU7jAcdhxg-mlJpXXxzjJsUDp3YjNdPPVRNpPVkfAYkEAhmnflxKqfvPqhl43pXKavFkB_snAJGQnAroZJgOPPC0hgAyLHNSU1pJJy6I70',1,'2022-08-26 09:07:56','2022-08-26 09:18:25',NULL,'false',NULL,'6','Andy','Doe','Andy',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(81,'gfs@yopmail.com','1248454848','$2a$10$TgGyKgEHkZKXgvFbzby3Z.nrCqNxn8MMaYtysAlgDrzJfsLaUXBOe','1986-08-26','Male','3\' 0 (91 cm)','American Indian','Something Casual','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Slender','Buddhist','No',NULL,NULL,'Test','Test','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1661865065737.jpeg\",\"1661865065732.jpeg\",\"1661865065740.jpeg\",\"1661865066013.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":null},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,NULL,24.829462,67.041298,NULL,'IOS','f3iTdcxeHEKfvUSG8BNF3v:APA91bFiVleB4h1dSGdvsmFjPBUuyeFdIFpaWr7t5QA0NBzTEspZ_FmHYgSwgqAevEz1jUvrS4KSZ32u__lD24CIV6wvZcz0FLD7hVdOO_oB_rsskFXFsiSLRCNd4V1fN6kmcv-0NI86',1,'2022-08-30 13:08:47','2022-08-30 13:15:04',NULL,'false',NULL,'5','test','test','test',NULL,NULL,NULL,0,NULL,NULL,1,1,1,1,1,1,1,1),(82,'noman12.retrocube@gmail.com',NULL,NULL,'1992-03-21','Male','6\' 9 (206 cm)','Middle Eastern','Something Casual','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Muslim','No',NULL,NULL,'alarm','Athletic','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,'Republican','[\"1661920210635.jpeg\",\"1661920230754.jpeg\",\"1661920231037.jpeg\",\"1661920230429.jpeg\",\"1661920231328.jpeg\",\"1661920231344.jpeg\",\"1661920231582.jpeg\",\"1661920231613.jpeg\",\"1661920231723.jpeg\",\"1661920232302.jpeg\"]',NULL,NULL,'Karachi, PK',24.829538,67.041695,NULL,'Android','fjIJf4oJQJ2G5YNfeZ5_XP:APA91bG5CyAj6Jri4HxYlFlRUriXvPNb3dfxLQDfhy80uMuDqOJz6b-SBTR4SIWYSyzYjBP1Uza3RA7U9U-esA-Sgdf0jrR-SJdQwQFMbqROPXjfvxx10e-NCTxbtcgJiVISfwqVDO94',1,'2022-08-31 04:28:03','2022-08-31 09:33:52',NULL,'false',NULL,'5','noman','tester','noman',NULL,NULL,NULL,0,'102284253001657380707','google',1,1,1,1,1,1,1,1),(83,'tester2019001@gmail.com',NULL,NULL,'1969-07-07','Female','6\' 10 (208 cm)','Middle Eastern','Serious Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Muslim','No',NULL,NULL,'Gail','Sevilla','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1661921613979.jpeg\",\"1661921613988.jpeg\",\"1661921613974.jpeg\"]',NULL,NULL,NULL,24.829536,67.041702,NULL,'Android','creXQkWpQUWG9uZK0fClVb:APA91bE-1r3tj3diKh6wfEmNde3mMfQQU4oC_HapusLmHRGZCZMgH88psqQnhEpboU7hg57O-yZG1jfqiDegacW8sZI89I-LHaAWOIfTeSyHfXl8mhg8HZ9gwefmMAK-d_mg3I2fANVR',1,'2022-08-31 04:50:52','2022-08-31 04:52:56',NULL,'false',NULL,'5','Tom','Hunter','Tom',NULL,NULL,NULL,0,'720857665685350','facebook',1,1,1,1,1,1,1,1),(84,'developer@retrocube.com',NULL,NULL,'1996-10-29','Male','6\' 4 (193 cm)','Middle Eastern','Dating / Open to a Relationship','[{\"id\":1,\"name\":\"Sports\"}]',NULL,'Curvy','Muslim','No',NULL,NULL,'xfhvgy','hvhb  hh','false',NULL,'false','false',NULL,'false',NULL,'false',NULL,NULL,'[\"1662010007972.jpeg\",\"1662010008298.jpeg\",\"1662010010466.jpeg\"]','[{\"question\":\"What is your favorite restaurant?\",\"answer\":\"bsbsbz\"},{\"question\":\"What is your dream vacation?\",\"answer\":null},{\"question\":\"What are your favorite musicians & songs?\",\"answer\":null},{\"question\":\"What is the last concert you attended?\",\"answer\":null},{\"question\":\"What are your favorite hobbies?\",\"answer\":null},{\"question\":\"What does your typical weekend look like?\",\"answer\":null},{\"question\":\"What is an ideal Sunday morning?\",\"answer\":null},{\"question\":\"Describe yourself in three words\",\"answer\":null},{\"question\":\"What is something you could not live without?\",\"answer\":null},{\"question\":\"What do you like to do in your free time?\",\"answer\":null},{\"question\":\"Are you more of an indoor or outdoor person?\",\"answer\":null},{\"question\":\"Who is the most fascinating person you have ever met?\",\"answer\":null},{\"question\":\"What was the last book you really enjoyed?\",\"answer\":null},{\"question\":\"What are some movies you really enjoyed?\",\"answer\":null},{\"question\":\"What amazing adventures have you been on?\",\"answer\":null},{\"question\":\"What\'s your favorite alcoholic and non-alcoholic drink?\",\"answer\":null},{\"question\":\"Where have you traveled?\",\"answer\":null},{\"question\":\"What else do you want your potential matches to know about you?\",\"answer\":null}]',NULL,'Karachi, PK',24.829590,67.041267,NULL,'IOS','eFShHDW2qEA3u2HfwQZX66:APA91bH9CNu2Rv_uOGz4iL4FWNyMlQXrsn23WhifCuwzBciZRjKwDmhfrTL6WZWwBgIMtfMtw1yCOS8xk0d94H0N3thwCdgxU_qedmv2oRLdvXtjYKoL06oBa5xIpat-1r6XYYBqi6j9',1,'2022-09-01 05:24:31','2022-09-01 05:26:45',NULL,'false',NULL,'6','Retro','Cube','Retro',NULL,NULL,NULL,0,'001046.7cdd899b8f1140f586b4f5bb8470cd66.0524','apple',1,1,1,1,1,1,1,1);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `verify_users`
--

DROP TABLE IF EXISTS `verify_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `verify_users` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int unsigned DEFAULT NULL,
  `opponent_id` int unsigned DEFAULT NULL,
  `status` varchar(80) DEFAULT NULL,
  `is_active` tinyint(1) DEFAULT '1',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `verify_users`
--

LOCK TABLES `verify_users` WRITE;
/*!40000 ALTER TABLE `verify_users` DISABLE KEYS */;
INSERT INTO `verify_users` VALUES (6,37,40,'unverified',1,'2022-07-27 10:41:59','2022-08-05 11:58:01'),(7,33,45,'verified',1,'2022-07-28 11:15:02','2022-07-28 11:15:02'),(8,33,44,'verified',1,'2022-07-28 11:15:12','2022-07-28 11:15:21');
/*!40000 ALTER TABLE `verify_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 2022-09-22 10:56:58
