-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Aug 23, 2023 at 09:11 AM
-- Server version: 10.4.28-MariaDB
-- PHP Version: 8.0.28

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `mahavir`
--

-- --------------------------------------------------------

--
-- Table structure for table `addons`
--

CREATE TABLE `addons` (
  `id` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `unique_identifier` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `activated` int(1) NOT NULL DEFAULT 1,
  `image` varchar(1000) DEFAULT NULL,
  `purchase_code` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf32 COLLATE=utf32_unicode_ci;

--
-- Dumping data for table `addons`
--

INSERT INTO `addons` (`id`, `name`, `unique_identifier`, `version`, `activated`, `image`, `purchase_code`, `created_at`, `updated_at`) VALUES
(1, 'OTP', 'otp_system', '1.3', 0, 'otp_system.png', '05a9b519-4b5d-40f4-be9a-24b1ab6498d7', '2023-04-18 09:59:57', '2023-05-18 18:50:35');

-- --------------------------------------------------------

--
-- Table structure for table `addresses`
--

CREATE TABLE `addresses` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(50) DEFAULT NULL,
  `city_id` bigint(20) DEFAULT NULL,
  `state_id` bigint(20) DEFAULT NULL,
  `country_id` bigint(20) DEFAULT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `addresses`
--

INSERT INTO `addresses` (`id`, `user_id`, `type`, `city_id`, `state_id`, `country_id`, `postal_code`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 3, 'present', 783, 12, 101, '300015', '2023-05-11 18:01:15', '2023-05-11 18:01:15', NULL),
(2, 3, 'permanent', 783, 12, 101, '380015', '2023-05-15 17:06:42', '2023-05-15 17:06:42', NULL),
(3, 7, 'present', 783, 12, 101, '380007', '2023-05-16 11:31:35', '2023-05-16 11:31:35', NULL),
(4, 2, 'present', 3294, 33, 101, '307026', '2023-05-16 12:37:20', '2023-05-16 12:37:20', NULL),
(5, 18, 'present', 783, 12, 101, '380015', '2023-05-23 14:18:27', '2023-05-23 14:18:27', NULL),
(6, 19, 'present', 783, 12, 101, '380015', '2023-05-25 10:35:48', '2023-05-25 10:35:48', NULL),
(7, 12, 'present', 1068, 12, 101, '123456', '2023-05-25 11:14:00', '2023-05-25 11:14:00', NULL),
(8, 28, 'present', 888, 12, 101, '382007', '2023-05-26 12:13:10', '2023-05-26 12:13:10', NULL),
(9, 28, 'permanent', 888, 12, 101, '382007', '2023-05-26 12:28:29', '2023-05-26 12:28:46', NULL),
(10, 29, 'present', 783, 12, 101, '380054', '2023-05-26 12:36:35', '2023-05-26 12:36:35', NULL),
(11, 29, 'permanent', 783, 12, 101, '380054', '2023-05-26 12:43:39', '2023-05-26 12:43:39', NULL),
(12, 39, 'present', 1033, 12, 101, '364240', '2023-05-26 12:53:29', '2023-05-26 12:53:29', NULL),
(13, 39, 'permanent', 1033, 12, 101, '364240', '2023-05-26 12:59:33', '2023-05-26 12:59:33', NULL),
(14, 19, 'permanent', 783, 12, 101, '380015', '2023-05-29 13:23:34', '2023-05-29 13:23:34', NULL),
(15, 47, 'present', 783, 12, 101, '380007', '2023-05-29 15:24:24', '2023-05-29 15:24:24', NULL),
(16, 79, 'present', 905, 12, 101, '361008', '2023-06-04 19:30:35', '2023-06-04 19:30:35', NULL),
(17, 116, 'present', 783, 12, 101, '380007', '2023-06-07 17:54:17', '2023-06-07 17:54:17', NULL),
(18, 116, 'permanent', 783, 12, 101, '380007', '2023-06-07 18:51:36', '2023-06-07 18:51:36', NULL),
(19, 122, 'present', 783, 12, 101, '380013', '2023-06-07 22:39:37', '2023-06-07 22:39:37', NULL),
(20, 122, 'permanent', 783, 12, 101, '380013', '2023-06-07 22:46:53', '2023-06-07 22:46:53', NULL),
(21, 134, 'present', 783, 12, 101, '380059', '2023-06-08 08:35:16', '2023-06-08 08:35:16', NULL),
(22, 136, 'present', 783, 12, 101, '380007', '2023-06-08 08:36:44', '2023-06-08 08:36:44', NULL),
(23, 134, 'permanent', 783, 12, 101, '380059', '2023-06-08 08:40:15', '2023-06-08 08:40:15', NULL),
(24, 146, 'present', 1041, 12, 101, '395001', '2023-06-08 08:50:47', '2023-06-08 08:50:47', NULL),
(25, 152, 'present', 783, 12, 101, '380061', '2023-06-08 08:54:35', '2023-06-08 08:54:35', NULL),
(26, 146, 'permanent', 1041, 12, 101, '395001', '2023-06-08 09:03:08', '2023-06-08 09:03:08', NULL),
(27, 158, 'present', 1075, 12, 101, '396105', '2023-06-08 09:12:21', '2023-06-08 09:12:21', NULL),
(28, 167, 'present', 10519, 671, 38, 'L4L3Y2', '2023-06-08 09:52:38', '2023-06-08 09:52:38', NULL),
(29, 167, 'permanent', 821, 12, 101, '364003', '2023-06-08 10:02:14', '2023-06-08 10:02:14', NULL),
(30, 172, 'present', 783, 12, 101, '382481', '2023-06-08 10:03:32', '2023-06-08 10:03:32', NULL),
(31, 174, 'present', 783, 12, 101, '380006', '2023-06-08 10:10:13', '2023-06-08 10:10:13', NULL),
(32, 172, 'permanent', 783, 12, 101, '382481', '2023-06-08 10:17:20', '2023-06-08 10:17:20', NULL),
(33, 190, 'present', 783, 12, 101, '380009', '2023-06-08 10:50:54', '2023-06-08 10:50:54', NULL),
(34, 178, 'present', 977, 12, 101, '387001', '2023-06-08 10:52:30', '2023-06-08 10:52:30', NULL),
(35, 186, 'present', 18499, 1355, 82, '71229', '2023-06-08 11:00:14', '2023-06-08 11:00:14', NULL),
(36, 192, 'present', 900, 12, 101, '383430', '2023-06-08 11:11:42', '2023-06-08 11:11:42', NULL),
(37, 192, 'permanent', 900, 12, 101, '383430', '2023-06-08 11:32:44', '2023-06-08 11:32:44', NULL),
(38, 211, 'present', 783, 12, 101, '380007', '2023-06-08 12:35:44', '2023-06-08 12:35:44', NULL),
(39, 209, 'present', 783, 12, 101, '380027', '2023-06-08 12:36:12', '2023-06-08 12:36:12', NULL),
(40, 212, 'present', 783, 12, 101, '380005', '2023-06-08 12:45:18', '2023-06-08 12:45:18', NULL),
(41, 212, 'permanent', 783, 12, 101, '380005', '2023-06-08 12:59:12', '2023-06-08 12:59:12', NULL),
(42, 166, 'present', 2707, 22, 101, '400059', '2023-06-08 13:11:04', '2023-06-08 13:11:04', NULL),
(43, 166, 'permanent', 818, 12, 101, '360510', '2023-06-08 13:31:10', '2023-06-08 13:31:10', NULL),
(44, 222, 'present', 2707, 22, 101, '400097', '2023-06-08 14:33:39', '2023-06-08 14:33:39', NULL),
(45, 225, 'present', 783, 12, 101, '380004', '2023-06-08 14:39:08', '2023-06-08 14:39:08', NULL),
(46, 227, 'present', 2707, 22, 101, '401101', '2023-06-08 17:12:40', '2023-06-08 17:12:40', NULL),
(47, 234, 'present', 1060, 12, 101, '360490', '2023-06-08 19:29:22', '2023-06-08 19:29:22', NULL),
(48, 73, 'permanent', 783, 12, 101, '380005', '2023-06-08 22:31:10', '2023-06-08 22:31:10', NULL),
(49, 73, 'present', 783, 12, 101, '380005', '2023-06-08 22:32:38', '2023-06-08 22:32:38', NULL),
(50, 258, 'present', 1041, 12, 101, '395009', '2023-06-08 23:36:31', '2023-06-08 23:36:31', NULL),
(51, 260, 'present', 706, 10, 101, '110051', '2023-06-09 00:00:28', '2023-06-09 00:00:28', NULL),
(52, 162, 'present', 2571, 22, 101, '421201', '2023-06-09 11:29:28', '2023-06-09 11:29:28', NULL),
(53, 75, 'present', 887, 12, 101, '370201', '2023-06-09 14:12:48', '2023-06-09 14:18:39', NULL),
(54, 75, 'permanent', 783, 12, 101, '380007', '2023-06-09 14:18:20', '2023-06-09 14:18:20', NULL),
(55, 275, 'present', 783, 12, 101, '380015', '2023-06-09 16:29:41', '2023-06-09 16:29:41', NULL),
(56, 287, 'present', 2652, 22, 101, '416001', '2023-06-09 21:36:37', '2023-06-09 21:36:37', NULL),
(57, 292, 'present', 2707, 22, 101, '400092', '2023-06-10 06:56:13', '2023-06-10 06:56:13', NULL),
(58, 295, 'present', 783, 12, 101, '380013', '2023-06-10 11:15:59', '2023-06-10 11:15:59', NULL),
(59, 296, 'present', 2707, 22, 101, '400080', '2023-06-10 11:55:42', '2023-06-10 11:55:42', NULL),
(60, 298, 'present', 1042, 12, 101, '363001', '2023-06-10 12:32:08', '2023-06-10 12:32:08', NULL),
(61, 298, 'permanent', 1042, 12, 101, '363001', '2023-06-10 13:01:12', '2023-06-10 13:01:12', NULL),
(62, 300, 'present', 783, 12, 101, '380052', '2023-06-10 14:30:34', '2023-06-10 14:30:34', NULL),
(63, 300, 'permanent', 783, 12, 101, '380052', '2023-06-10 15:44:58', '2023-06-10 15:44:58', NULL),
(64, 303, 'present', 783, 12, 101, '380007', '2023-06-10 17:13:02', '2023-06-10 17:13:02', NULL),
(65, 303, 'permanent', 783, 12, 101, '380007', '2023-06-10 17:30:54', '2023-06-10 17:30:54', NULL),
(66, 306, 'present', 783, 12, 101, '380015', '2023-06-10 19:40:46', '2023-06-10 19:40:46', NULL),
(67, 306, 'permanent', 783, 12, 101, '380015', '2023-06-10 19:46:55', '2023-06-10 19:46:55', NULL),
(68, 313, 'present', 706, 10, 101, '23422', '2023-06-11 09:31:01', '2023-06-11 09:31:01', NULL),
(69, 316, 'present', 783, 12, 101, '380061', '2023-06-11 12:43:42', '2023-06-11 12:43:42', NULL),
(70, 317, 'present', 2707, 22, 101, '410209', '2023-06-11 14:07:08', '2023-06-11 14:07:08', NULL),
(71, 320, 'present', 783, 12, 101, '380061', '2023-06-11 15:18:10', '2023-06-11 15:18:10', NULL),
(72, 322, 'present', 783, 12, 101, '380058', '2023-06-11 17:15:56', '2023-06-11 17:15:56', NULL),
(73, 322, 'permanent', 783, 12, 101, '380058', '2023-06-11 17:29:47', '2023-06-11 17:29:47', NULL),
(74, 188, 'present', 2763, 22, 101, '411014', '2023-06-11 17:30:45', '2023-06-11 17:30:45', NULL),
(75, 188, 'permanent', 2763, 22, 101, '411014', '2023-06-11 17:45:00', '2023-06-11 17:45:00', NULL),
(76, 175, 'present', 1068, 12, 101, '390024', '2023-06-11 20:10:26', '2023-06-11 20:10:26', NULL),
(77, 175, 'permanent', 1068, 12, 101, '390024', '2023-06-11 20:25:08', '2023-06-11 20:25:08', NULL),
(78, 310, 'present', 783, 12, 101, '380058', '2023-06-11 23:25:22', '2023-06-11 23:25:22', NULL),
(79, 310, 'permanent', 2707, 22, 101, '400067', '2023-06-12 00:23:10', '2023-06-12 00:23:10', NULL),
(80, 329, 'present', 46117, 3963, 231, '16046', '2023-06-12 02:22:02', '2023-06-12 02:22:02', NULL),
(81, 342, 'present', 783, 12, 101, '380007', '2023-06-12 10:56:32', '2023-06-12 10:56:32', NULL),
(82, 285, 'present', 783, 12, 101, '380015', '2023-06-12 11:01:56', '2023-06-12 11:01:56', NULL),
(83, 350, 'present', 783, 12, 101, '380007', '2023-06-12 11:11:27', '2023-06-12 11:11:27', NULL),
(84, 350, 'permanent', 783, 12, 101, '380007', '2023-06-12 11:16:28', '2023-06-12 11:16:28', NULL),
(85, 356, 'present', 1068, 12, 101, '390011', '2023-06-12 11:18:08', '2023-06-12 11:18:08', NULL),
(86, 346, 'present', 1068, 12, 101, '390019', '2023-06-12 11:24:24', '2023-06-12 11:24:24', NULL),
(87, 356, 'permanent', 1068, 12, 101, '390011', '2023-06-12 11:27:59', '2023-06-12 11:27:59', NULL),
(88, 311, 'present', 44173, 3934, 231, '60612', '2023-06-12 11:37:21', '2023-06-12 11:37:21', NULL),
(89, 365, 'present', 783, 12, 101, '382470', '2023-06-12 12:06:43', '2023-06-12 12:06:43', NULL),
(90, 311, 'permanent', 2763, 22, 101, '411007', '2023-06-12 12:09:49', '2023-06-12 12:09:49', NULL),
(91, 376, 'present', 783, 12, 101, '380007', '2023-06-12 12:35:11', '2023-06-12 12:35:11', NULL),
(92, 213, 'present', 2836, 22, 101, '421202', '2023-06-12 12:37:06', '2023-06-12 12:37:06', NULL),
(93, 354, 'present', 783, 12, 101, '-', '2023-06-12 12:49:29', '2023-06-12 13:14:32', NULL),
(94, 213, 'permanent', 2836, 22, 101, '421202', '2023-06-12 12:52:40', '2023-06-12 12:52:40', NULL),
(95, 354, 'permanent', 1072, 12, 101, '396185', '2023-06-12 13:09:47', '2023-06-12 13:09:47', NULL),
(96, 305, 'present', 783, 12, 101, '380013', '2023-06-12 14:08:01', '2023-06-12 14:08:01', NULL),
(97, 389, 'present', 783, 12, 101, '380013', '2023-06-12 15:08:17', '2023-06-12 15:08:17', NULL),
(98, 389, 'permanent', 783, 12, 101, '380013', '2023-06-12 15:15:13', '2023-06-12 15:15:13', NULL),
(99, 390, 'present', 44127, 3934, 231, '60107', '2023-06-12 15:20:25', '2023-06-12 15:20:25', NULL),
(100, 391, 'present', 1011, 12, 101, '360001', '2023-06-12 15:31:22', '2023-06-12 15:31:22', NULL),
(101, 390, 'permanent', 44360, 3934, 231, '60107', '2023-06-12 15:35:59', '2023-06-12 15:35:59', NULL),
(102, 391, 'permanent', 1011, 12, 101, '360001', '2023-06-12 15:41:56', '2023-06-12 15:41:56', NULL),
(103, 275, 'permanent', 783, 12, 101, '380015', '2023-06-12 15:53:32', '2023-06-12 15:53:32', NULL),
(104, 393, 'present', 1041, 12, 101, '395005', '2023-06-12 15:57:34', '2023-06-12 15:57:34', NULL),
(105, 393, 'permanent', 1041, 12, 101, '395005', '2023-06-12 16:12:50', '2023-06-12 16:12:50', NULL),
(106, 194, 'present', 1068, 12, 101, '390022', '2023-06-12 16:39:34', '2023-06-12 16:39:34', NULL),
(107, 194, 'permanent', 1068, 12, 101, '390022', '2023-06-12 16:45:52', '2023-06-12 16:45:52', NULL),
(108, 396, 'present', 783, 12, 101, '382330', '2023-06-12 16:48:03', '2023-06-12 16:48:03', NULL),
(109, 396, 'permanent', 783, 12, 101, '382330', '2023-06-12 16:51:49', '2023-06-12 16:51:49', NULL),
(110, 401, 'present', 1042, 12, 101, '363001', '2023-06-12 16:55:39', '2023-06-12 16:55:39', NULL),
(111, 403, 'present', 783, 12, 101, '380007', '2023-06-12 17:08:42', '2023-06-12 17:08:42', NULL),
(112, 405, 'present', 783, 12, 101, '380007', '2023-06-12 17:56:35', '2023-06-12 17:56:35', NULL),
(113, 407, 'present', 783, 12, 101, '380007', '2023-06-12 18:27:27', '2023-06-12 18:27:27', NULL),
(114, 411, 'present', 783, 12, 101, '380 013', '2023-06-12 19:15:23', '2023-06-12 19:15:23', NULL),
(115, 411, 'permanent', 783, 12, 101, '380 013', '2023-06-12 19:24:37', '2023-06-12 19:24:37', NULL),
(116, 418, 'present', 783, 12, 101, '380051', '2023-06-12 20:00:54', '2023-06-12 20:00:54', NULL),
(117, 418, 'permanent', 783, 12, 101, '380051', '2023-06-12 20:14:39', '2023-06-12 20:14:39', NULL),
(118, 169, 'present', 965, 12, 101, '370465', '2023-06-12 20:29:10', '2023-06-12 20:29:10', NULL),
(119, 431, 'present', 783, 12, 101, '382330', '2023-06-12 20:49:02', '2023-06-12 20:49:02', NULL),
(120, 438, 'present', 986, 12, 101, '396445', '2023-06-12 21:18:53', '2023-06-12 21:18:53', NULL),
(121, 439, 'present', 783, 12, 101, '380052', '2023-06-12 21:28:16', '2023-06-12 21:28:16', NULL),
(122, 450, 'present', 888, 12, 101, '382006', '2023-06-12 22:45:22', '2023-06-12 22:45:22', NULL),
(123, 455, 'present', 1068, 12, 101, '390019', '2023-06-12 23:23:31', '2023-06-12 23:23:31', NULL),
(124, 463, 'present', 783, 12, 101, '380013', '2023-06-13 04:55:03', '2023-06-13 04:55:03', NULL),
(125, 466, 'present', 783, 12, 101, '380007', '2023-06-13 09:33:52', '2023-06-13 09:33:52', NULL),
(126, 466, 'permanent', 783, 12, 101, '380007', '2023-06-13 09:41:34', '2023-06-13 09:41:34', NULL),
(127, 464, 'present', 783, 12, 101, '380063', '2023-06-13 10:18:50', '2023-06-13 10:18:50', NULL),
(128, 471, 'present', 1011, 12, 101, '360001', '2023-06-13 11:23:50', '2023-06-13 11:23:50', NULL),
(129, 474, 'present', 783, 12, 101, '380013', '2023-06-13 11:49:03', '2023-06-13 11:49:03', NULL),
(130, 478, 'present', 1068, 12, 101, '390001', '2023-06-13 13:52:32', '2023-06-13 13:52:32', NULL),
(131, 482, 'present', 783, 12, 101, '380013', '2023-06-13 14:18:13', '2023-06-13 14:18:13', NULL),
(132, 487, 'present', 783, 12, 101, '380013', '2023-06-13 18:40:24', '2023-06-13 18:40:24', NULL),
(133, 487, 'permanent', 783, 12, 101, '380013', '2023-06-13 19:06:03', '2023-06-13 19:06:03', NULL),
(134, 488, 'permanent', 783, 12, 101, '390007', '2023-06-13 19:51:40', '2023-06-13 19:51:40', NULL),
(135, 491, 'present', 43070, 3924, 231, '90230', '2023-06-13 21:06:45', '2023-06-13 21:06:45', NULL),
(136, 482, 'permanent', 783, 12, 101, '380013', '2023-06-13 21:51:39', '2023-06-13 21:51:39', NULL),
(137, 498, 'present', 783, 12, 101, '380018', '2023-06-13 23:40:50', '2023-06-13 23:40:50', NULL),
(138, 498, 'permanent', 783, 12, 101, '380018', '2023-06-13 23:54:32', '2023-06-13 23:54:32', NULL),
(139, 500, 'present', 2707, 22, 101, '400092', '2023-06-14 01:24:20', '2023-06-14 01:24:20', NULL),
(140, 514, 'present', 783, 12, 101, '380013', '2023-06-14 15:21:20', '2023-06-14 15:21:20', NULL),
(141, 514, 'permanent', 783, 12, 101, '380063', '2023-06-14 15:37:14', '2023-06-14 15:37:14', NULL),
(142, 517, 'present', 891, 12, 101, '389001', '2023-06-14 17:30:05', '2023-06-14 17:30:05', NULL),
(143, 518, 'present', 783, 12, 101, '380013', '2023-06-14 20:06:09', '2023-06-14 20:06:09', NULL),
(144, 527, 'present', 1041, 12, 101, '395009', '2023-06-14 23:53:29', '2023-06-14 23:53:29', NULL),
(145, 527, 'permanent', 1041, 12, 101, '395009', '2023-06-15 00:13:19', '2023-06-15 00:13:19', NULL),
(146, 533, 'present', 783, 12, 101, '380013', '2023-06-15 09:48:03', '2023-06-15 09:48:03', NULL),
(147, 368, 'present', 1041, 12, 101, '394107', '2023-06-15 09:48:31', '2023-06-15 09:48:31', NULL),
(148, 544, 'present', 783, 12, 101, '380015', '2023-06-15 10:35:48', '2023-06-15 10:35:48', NULL),
(149, 551, 'present', 783, 12, 101, '380008', '2023-06-15 10:53:59', '2023-06-15 10:53:59', NULL),
(150, 542, 'present', 783, 12, 101, '380052', '2023-06-15 11:12:00', '2023-06-15 11:12:00', NULL),
(151, 554, 'present', 18712, 1356, 82, '85049', '2023-06-15 11:24:34', '2023-06-15 11:24:34', NULL),
(152, 550, 'present', 783, 12, 101, '380007', '2023-06-15 11:34:39', '2023-06-15 11:34:39', NULL),
(153, 557, 'present', 783, 12, 101, '380007', '2023-06-15 11:46:53', '2023-06-15 11:46:53', NULL),
(154, 557, 'permanent', 783, 12, 101, '380007', '2023-06-15 11:51:08', '2023-06-15 11:51:08', NULL),
(155, 550, 'permanent', 783, 12, 101, '380007', '2023-06-15 11:53:09', '2023-06-15 11:53:09', NULL),
(156, 558, 'permanent', 783, 12, 101, '380052', '2023-06-15 12:25:55', '2023-06-15 12:25:55', NULL),
(157, 558, 'present', 783, 12, 101, '380052', '2023-06-15 12:27:42', '2023-06-15 12:27:42', NULL),
(158, 560, 'present', 783, 12, 101, '38007', '2023-06-15 12:35:41', '2023-06-15 12:35:41', NULL),
(159, 562, 'present', 783, 12, 101, '382470', '2023-06-15 13:08:52', '2023-06-15 13:08:52', NULL),
(160, 564, 'present', 783, 12, 101, '380015', '2023-06-15 13:18:53', '2023-06-15 13:18:53', NULL),
(161, 566, 'present', 2707, 22, 101, '401101', '2023-06-15 13:36:23', '2023-06-15 13:36:23', NULL),
(162, 568, 'present', 783, 12, 101, '380015', '2023-06-15 14:32:19', '2023-06-15 14:32:19', NULL),
(163, 568, 'permanent', 783, 12, 101, '380015', '2023-06-15 14:52:00', '2023-06-15 14:52:00', NULL),
(164, 566, 'permanent', 2707, 22, 101, '401101', '2023-06-15 15:57:12', '2023-06-15 15:57:12', NULL),
(165, 573, 'present', 1005, 12, 101, '388450', '2023-06-15 18:31:59', '2023-06-15 18:31:59', NULL),
(166, 571, 'present', 783, 12, 101, '380006', '2023-06-15 18:47:07', '2023-06-15 18:47:07', NULL),
(167, 571, 'permanent', 783, 12, 101, '380006', '2023-06-15 18:48:40', '2023-06-15 18:48:40', NULL),
(168, 574, 'present', 783, 12, 101, '380013', '2023-06-15 19:38:22', '2023-06-15 19:38:22', NULL),
(169, 576, 'present', 783, 12, 101, '380013', '2023-06-15 19:48:50', '2023-06-15 19:48:50', NULL),
(170, 575, 'present', 1558, 17, 101, '560048', '2023-06-15 19:54:09', '2023-06-15 19:54:09', NULL),
(171, 575, 'permanent', 783, 12, 101, '382220', '2023-06-15 20:04:59', '2023-06-15 20:04:59', NULL),
(172, 580, 'present', 1068, 12, 101, '390025', '2023-06-15 21:27:36', '2023-06-15 21:28:35', NULL),
(173, 581, 'present', 783, 12, 101, '380015', '2023-06-15 21:35:05', '2023-06-15 21:35:05', NULL),
(174, 579, 'present', 783, 12, 101, '382345', '2023-06-15 21:39:26', '2023-06-15 21:40:09', NULL),
(175, 581, 'permanent', 783, 12, 101, '380015', '2023-06-15 21:40:37', '2023-06-15 21:40:37', NULL),
(176, 582, 'present', 2707, 22, 101, '400097', '2023-06-15 21:47:56', '2023-06-15 21:47:56', NULL),
(177, 580, 'permanent', 1068, 12, 101, '390025', '2023-06-15 22:13:50', '2023-06-15 22:13:50', NULL),
(178, 586, 'present', 10519, 671, 38, 'L1K 1X4', '2023-06-16 01:41:54', '2023-06-16 01:41:54', NULL),
(179, 586, 'permanent', 2707, 22, 101, '400080', '2023-06-16 02:07:49', '2023-06-16 02:07:49', NULL),
(180, 588, 'present', 1041, 12, 101, '395001', '2023-06-16 08:57:12', '2023-06-16 08:57:12', NULL),
(181, 590, 'present', 1068, 12, 101, '390020', '2023-06-16 09:13:42', '2023-06-16 09:13:42', NULL),
(182, 594, 'present', 46774, 3975, 231, '98007', '2023-06-16 11:24:38', '2023-06-16 11:24:38', NULL),
(183, 518, 'permanent', 783, 12, 101, '380013', '2023-06-16 11:47:23', '2023-06-16 11:47:23', NULL),
(184, 596, 'present', 783, 12, 101, '380027', '2023-06-16 14:21:22', '2023-06-16 14:21:22', NULL),
(185, 542, 'permanent', 783, 12, 101, '380052', '2023-06-16 15:58:20', '2023-06-16 15:58:20', NULL),
(186, 597, 'present', 783, 12, 101, '380007', '2023-06-16 16:27:08', '2023-06-16 16:27:08', NULL),
(187, 602, 'present', 783, 12, 101, '380007', '2023-06-16 21:13:35', '2023-06-16 21:13:35', NULL),
(188, 603, 'present', 891, 12, 101, '389001', '2023-06-16 22:06:59', '2023-06-16 22:06:59', NULL),
(189, 603, 'permanent', 891, 12, 101, '389001', '2023-06-16 22:17:41', '2023-06-16 22:17:41', NULL),
(190, 609, 'present', 783, 12, 101, '38007', '2023-06-17 10:36:49', '2023-06-17 10:36:49', NULL),
(191, 609, 'permanent', 783, 12, 101, '380007', '2023-06-17 10:47:28', '2023-06-17 10:47:28', NULL),
(192, 611, 'present', 2707, 22, 101, '400097', '2023-06-17 11:14:04', '2023-06-17 11:14:04', NULL),
(193, 546, 'present', 41391, 3798, 229, '000000', '2023-06-17 20:03:08', '2023-06-17 20:03:08', NULL),
(194, 623, 'present', 46875, 3975, 231, '98104', '2023-06-18 06:23:43', '2023-06-18 06:23:43', NULL),
(195, 623, 'permanent', 1011, 12, 101, '360007', '2023-06-18 06:32:17', '2023-06-18 06:32:17', NULL),
(196, 624, 'present', 783, 12, 101, '380007', '2023-06-18 09:38:50', '2023-06-18 09:38:50', NULL),
(197, 624, 'permanent', 783, 12, 101, '380007', '2023-06-18 09:59:40', '2023-06-18 09:59:40', NULL),
(198, 625, 'present', 783, 12, 101, '380007', '2023-06-18 11:18:13', '2023-06-18 11:18:13', NULL),
(199, 627, 'present', 783, 12, 101, '380007', '2023-06-18 14:36:18', '2023-06-18 14:36:18', NULL),
(200, 627, 'permanent', 783, 12, 101, '38007', '2023-06-18 14:54:49', '2023-06-18 14:54:49', NULL),
(201, 629, 'present', 888, 12, 101, '382421', '2023-06-18 17:12:42', '2023-06-18 17:12:42', NULL),
(202, 630, 'present', 783, 12, 101, '380007', '2023-06-18 17:46:09', '2023-06-18 17:46:09', NULL),
(203, 628, 'present', 2763, 22, 101, '411057', '2023-06-18 18:15:49', '2023-06-18 18:16:14', NULL),
(204, 628, 'permanent', 783, 12, 101, '380013', '2023-06-18 18:58:32', '2023-06-18 18:58:32', NULL),
(205, 633, 'present', 783, 12, 101, '380015', '2023-06-18 20:12:35', '2023-06-18 20:12:35', NULL),
(206, 635, 'present', 783, 12, 101, '380007', '2023-06-18 22:14:51', '2023-06-18 22:14:51', NULL),
(207, 492, 'present', 1041, 12, 101, '395009', '2023-06-18 22:27:51', '2023-06-18 22:27:51', NULL),
(208, 492, 'permanent', 1041, 12, 101, '395009', '2023-06-18 22:34:26', '2023-06-18 22:34:26', NULL),
(209, 650, 'present', 905, 12, 101, '361008', '2023-06-19 23:10:47', '2023-06-19 23:14:26', NULL),
(210, 660, 'present', 1042, 12, 101, '363002', '2023-06-22 11:48:20', '2023-06-22 11:48:20', NULL),
(211, 660, 'permanent', 1042, 12, 101, '363002', '2023-06-22 12:14:03', '2023-06-22 12:14:03', NULL),
(212, 79, 'permanent', 905, 12, 101, '361008', '2023-06-22 16:22:45', '2023-06-22 16:22:45', NULL),
(213, 663, 'present', 2860, 22, 101, '401202', '2023-06-23 08:38:11', '2023-06-23 08:38:11', NULL),
(214, 666, 'present', 950, 12, 101, '389230', '2023-06-23 20:18:36', '2023-06-23 20:18:36', NULL),
(215, 666, 'permanent', 950, 12, 101, '389230', '2023-06-23 20:32:09', '2023-06-23 20:32:09', NULL),
(216, 667, 'present', 1041, 12, 101, '395009', '2023-06-23 21:33:36', '2023-06-23 21:33:36', NULL),
(217, 667, 'permanent', 1041, 12, 101, '395009', '2023-06-23 21:45:10', '2023-06-23 21:45:10', NULL),
(218, 669, 'present', 819, 12, 101, '392015', '2023-06-23 23:21:11', '2023-06-23 23:21:11', NULL),
(219, 670, 'present', 783, 12, 101, '380005', '2023-06-24 11:38:44', '2023-06-24 11:38:44', NULL),
(220, 670, 'permanent', 783, 12, 101, '380005', '2023-06-24 11:46:05', '2023-06-24 11:46:05', NULL),
(221, 672, 'present', 1068, 12, 101, '390007', '2023-06-24 14:19:52', '2023-06-24 14:19:52', NULL),
(222, 672, 'permanent', 1068, 12, 101, '390007', '2023-06-24 14:46:44', '2023-06-24 14:46:44', NULL),
(223, 676, 'present', 2707, 22, 101, '400064', '2023-06-24 19:06:19', '2023-06-24 19:06:19', NULL),
(224, 682, 'present', 1068, 12, 101, '391410', '2023-06-25 17:43:56', '2023-06-25 17:43:56', NULL),
(225, 682, 'permanent', 1068, 12, 101, '391410', '2023-06-25 18:01:58', '2023-06-25 18:01:58', NULL),
(226, 600, 'present', 1011, 12, 101, '360007', '2023-06-25 20:03:35', '2023-06-25 20:03:35', NULL),
(227, 600, 'permanent', 1011, 12, 101, '360007', '2023-06-25 20:09:24', '2023-06-25 20:09:24', NULL),
(228, 684, 'present', 783, 12, 101, '380007', '2023-06-26 02:15:54', '2023-06-26 02:15:54', NULL),
(229, 685, 'present', 783, 12, 101, '380061', '2023-06-26 12:42:44', '2023-06-26 12:42:44', NULL),
(230, 685, 'permanent', 783, 12, 101, '380061', '2023-06-26 12:55:05', '2023-06-26 12:55:05', NULL),
(231, 687, 'present', 783, 12, 101, '380063', '2023-06-26 16:12:37', '2023-06-26 16:12:37', NULL),
(232, 688, 'present', 783, 12, 101, '380007', '2023-06-26 16:16:06', '2023-06-26 16:16:06', NULL),
(233, 668, 'present', 783, 12, 101, '380058', '2023-06-26 21:51:32', '2023-06-26 21:51:32', NULL),
(234, 668, 'permanent', 783, 12, 101, '380058', '2023-06-26 22:03:17', '2023-06-26 22:03:17', NULL),
(235, 691, 'present', 1558, 17, 101, '560020', '2023-06-27 08:43:40', '2023-06-27 08:43:40', NULL),
(236, 691, 'permanent', 1558, 17, 101, '560020', '2023-06-27 08:56:36', '2023-06-27 08:56:36', NULL),
(237, 692, 'present', 783, 12, 101, '382345', '2023-06-27 14:32:33', '2023-06-27 14:32:33', NULL),
(238, 693, 'present', 783, 12, 101, '380005', '2023-06-27 16:16:47', '2023-06-27 16:16:47', NULL),
(239, 693, 'permanent', 783, 12, 101, '380005', '2023-06-27 16:37:05', '2023-06-27 16:37:05', NULL),
(240, 697, 'present', 783, 12, 101, '380013', '2023-06-28 15:05:25', '2023-06-28 15:05:25', NULL),
(241, 698, 'present', 783, 12, 101, '380007', '2023-06-28 17:47:26', '2023-06-28 17:47:26', NULL),
(242, 706, 'present', 1068, 12, 101, '390023', '2023-06-30 20:00:57', '2023-06-30 20:00:57', NULL),
(243, 706, 'permanent', 1068, 12, 101, '390023', '2023-06-30 20:20:34', '2023-06-30 20:20:34', NULL),
(244, 712, 'present', 783, 12, 101, '380013', '2023-07-02 10:58:19', '2023-07-02 10:58:19', NULL),
(245, 712, 'permanent', 783, 12, 101, '380013', '2023-07-02 11:15:12', '2023-07-02 11:15:12', NULL),
(246, 576, 'permanent', 783, 12, 101, '380013', '2023-07-02 16:57:57', '2023-07-02 16:57:57', NULL),
(247, 714, 'present', 783, 12, 101, '380051', '2023-07-02 17:28:03', '2023-07-02 17:28:03', NULL),
(248, 714, 'permanent', 783, 12, 101, '380051', '2023-07-02 17:40:07', '2023-07-02 17:40:07', NULL),
(249, 477, 'present', 783, 12, 101, '380007', '2023-07-06 12:17:09', '2023-07-06 12:17:09', NULL),
(250, 723, 'present', 2707, 22, 101, '400080', '2023-07-06 16:54:32', '2023-07-06 16:54:32', NULL),
(251, 734, 'present', 1011, 12, 101, '360007', '2023-07-09 21:51:32', '2023-07-09 21:51:32', NULL),
(252, 735, 'present', 783, 12, 101, '380007', '2023-07-10 22:04:36', '2023-07-10 22:04:36', NULL),
(253, 291, 'present', 783, 12, 101, '380005', '2023-07-10 22:11:20', '2023-07-10 22:11:20', NULL),
(254, 291, 'permanent', 783, 12, 101, '380005', '2023-07-10 22:24:11', '2023-07-10 22:24:11', NULL),
(255, 743, 'present', 1068, 12, 101, '391330', '2023-07-12 12:47:47', '2023-07-12 12:47:47', NULL),
(256, 743, 'permanent', 1068, 12, 101, '391330', '2023-07-12 12:55:57', '2023-07-12 12:55:57', NULL),
(257, 748, 'present', 783, 12, 101, '380007', '2023-07-13 07:48:06', '2023-07-13 07:48:06', NULL),
(258, 749, 'present', 2860, 22, 101, '401202', '2023-07-13 19:42:13', '2023-07-13 19:42:13', NULL),
(259, 752, 'present', 2707, 22, 101, '400062', '2023-07-14 23:25:42', '2023-07-14 23:25:42', NULL),
(260, 752, 'permanent', 2707, 22, 101, '400062', '2023-07-14 23:52:49', '2023-07-14 23:52:49', NULL),
(261, 754, 'present', 1011, 12, 101, '360001', '2023-07-18 22:58:39', '2023-07-18 22:58:39', NULL),
(262, 481, 'present', 46774, 3975, 231, '98004', '2023-07-22 20:03:11', '2023-07-22 20:03:11', NULL),
(263, 594, 'permanent', 783, 12, 101, '380007', '2023-07-24 13:10:14', '2023-07-24 13:10:14', NULL),
(264, 767, 'present', 783, 12, 101, '380013', '2023-07-28 09:35:37', '2023-07-28 09:35:37', NULL),
(265, 767, 'permanent', 783, 12, 101, '380013', '2023-07-28 09:47:39', '2023-07-28 09:47:39', NULL),
(266, 774, 'present', 783, 12, 101, '380015', '2023-07-28 11:23:02', '2023-07-28 11:23:02', NULL),
(267, 773, 'present', 897, 12, 101, '384240', '2023-07-28 11:28:29', '2023-07-28 11:28:29', NULL),
(268, 765, 'present', 43182, 3924, 231, '94566', '2023-07-28 13:10:12', '2023-07-28 13:18:51', NULL),
(269, 778, 'present', 783, 12, 101, '380061', '2023-07-28 13:36:35', '2023-07-28 13:36:35', NULL),
(270, 781, 'present', 1068, 12, 101, '391740', '2023-07-28 13:46:44', '2023-07-28 13:46:44', NULL),
(271, 765, 'permanent', 783, 12, 101, '380007', '2023-07-28 13:48:31', '2023-07-28 13:48:31', NULL),
(272, 778, 'permanent', 783, 12, 101, '380061', '2023-07-28 14:03:25', '2023-07-28 14:03:25', NULL),
(273, 786, 'present', 783, 12, 101, '380007', '2023-07-28 15:48:03', '2023-07-28 15:48:03', NULL),
(274, 786, 'permanent', 783, 12, 101, '380007', '2023-07-28 15:58:42', '2023-07-28 15:58:42', NULL),
(275, 793, 'present', 783, 12, 101, '380013', '2023-07-28 20:55:21', '2023-07-28 20:55:21', NULL),
(276, 794, 'present', 783, 12, 101, '380001', '2023-07-28 21:05:48', '2023-07-28 21:05:48', NULL),
(277, 796, 'present', 783, 12, 101, '380007', '2023-07-28 21:09:38', '2023-07-28 21:09:38', NULL),
(278, 794, 'permanent', 783, 12, 101, '380001', '2023-07-28 21:22:04', '2023-07-28 21:22:04', NULL),
(279, 796, 'permanent', 783, 12, 101, '380007', '2023-07-28 21:22:53', '2023-07-28 21:22:53', NULL),
(280, 807, 'present', 888, 12, 101, '382006', '2023-07-29 14:24:42', '2023-07-29 14:24:42', NULL),
(281, 806, 'present', 783, 12, 101, '382460', '2023-07-29 14:30:25', '2023-07-29 14:30:25', NULL),
(282, 807, 'permanent', 888, 12, 101, '382006', '2023-07-29 14:32:06', '2023-07-29 14:32:06', NULL),
(283, 806, 'permanent', 783, 12, 101, '382460', '2023-07-29 14:39:50', '2023-07-29 14:39:50', NULL),
(284, 808, 'present', 783, 12, 101, '380051', '2023-07-29 20:29:11', '2023-07-29 20:29:11', NULL),
(285, 808, 'permanent', 783, 12, 101, '380051', '2023-07-29 20:50:22', '2023-07-29 20:50:22', NULL),
(286, 809, 'present', 783, 12, 101, '380051', '2023-07-29 21:13:34', '2023-07-29 21:13:34', NULL),
(287, 809, 'permanent', 783, 12, 101, '380051', '2023-07-29 21:22:46', '2023-07-29 21:22:46', NULL),
(288, 811, 'present', 1041, 12, 101, '395009', '2023-07-30 14:57:10', '2023-07-30 14:57:10', NULL),
(289, 811, 'permanent', 1041, 12, 101, '395009', '2023-07-30 15:02:52', '2023-07-30 15:02:52', NULL),
(290, 816, 'present', 783, 12, 101, '380015', '2023-08-01 21:16:22', '2023-08-01 21:16:22', NULL),
(291, 816, 'permanent', 783, 12, 101, '380015', '2023-08-01 21:30:47', '2023-08-01 21:30:47', NULL),
(292, 820, 'present', 1041, 12, 101, '394510', '2023-08-02 11:38:54', '2023-08-02 11:38:54', NULL),
(293, 820, 'permanent', 1041, 12, 101, '394510', '2023-08-02 11:50:26', '2023-08-02 11:50:26', NULL),
(294, 828, 'present', 783, 12, 101, '380015', '2023-08-02 21:56:50', '2023-08-02 21:56:50', NULL),
(295, 828, 'permanent', 783, 12, 101, '380014', '2023-08-02 22:03:57', '2023-08-02 22:03:57', NULL),
(296, 829, 'present', 783, 12, 101, '380007', '2023-08-02 22:08:41', '2023-08-02 22:08:41', NULL),
(297, 251, 'present', 783, 12, 101, '380051', '2023-08-02 22:17:35', '2023-08-02 22:17:35', NULL),
(298, 829, 'permanent', 783, 12, 101, '380007', '2023-08-02 22:19:03', '2023-08-02 22:19:03', NULL),
(299, 834, 'present', 2707, 22, 101, '400092', '2023-08-02 22:31:08', '2023-08-02 22:31:08', NULL),
(300, 251, 'permanent', 783, 12, 101, '380051', '2023-08-02 22:32:18', '2023-08-02 22:32:18', NULL),
(301, 834, 'permanent', 2707, 22, 101, '400092', '2023-08-02 22:38:31', '2023-08-02 22:38:31', NULL),
(302, 836, 'present', 783, 12, 101, '380015', '2023-08-02 22:58:12', '2023-08-02 22:58:12', NULL),
(303, 836, 'permanent', 783, 12, 101, '380015', '2023-08-02 23:10:48', '2023-08-02 23:10:48', NULL),
(304, 844, 'present', 2763, 22, 101, '411014', '2023-08-03 10:38:21', '2023-08-03 10:38:21', NULL),
(305, 847, 'present', 783, 12, 101, '380007', '2023-08-03 11:14:42', '2023-08-03 11:14:42', NULL),
(306, 848, 'present', 783, 12, 101, '382481', '2023-08-03 12:52:16', '2023-08-03 12:52:16', NULL),
(307, 848, 'permanent', 783, 12, 101, '382481', '2023-08-03 12:58:57', '2023-08-03 12:58:57', NULL),
(308, 240, 'present', 783, 12, 101, '380007', '2023-08-03 21:17:23', '2023-08-03 21:17:23', NULL),
(309, 850, 'present', 783, 12, 101, '380007', '2023-08-03 21:40:18', '2023-08-03 21:40:18', NULL),
(310, 851, 'present', 783, 12, 101, '380013', '2023-08-03 21:43:11', '2023-08-03 21:43:11', NULL),
(311, 854, 'present', 1011, 12, 101, '360006', '2023-08-03 21:56:53', '2023-08-03 21:56:53', NULL),
(312, 853, 'present', 783, 12, 101, '380007', '2023-08-03 21:57:44', '2023-08-03 21:57:44', NULL),
(313, 857, 'present', 783, 12, 101, '380015', '2023-08-03 22:04:31', '2023-08-03 22:04:31', NULL),
(314, 416, 'present', 1041, 12, 101, '395004', '2023-08-03 22:08:10', '2023-08-03 22:08:10', NULL),
(315, 862, 'present', 783, 12, 101, '380052', '2023-08-03 22:11:21', '2023-08-03 22:11:21', NULL),
(316, 864, 'present', 1068, 12, 101, '390002', '2023-08-03 22:22:45', '2023-08-03 22:22:45', NULL),
(317, 856, 'present', 1042, 12, 101, '363001', '2023-08-03 22:23:09', '2023-08-03 22:23:09', NULL),
(318, 856, 'permanent', 1042, 12, 101, '363001', '2023-08-03 22:37:32', '2023-08-03 22:37:32', NULL),
(319, 868, 'present', 783, 12, 101, '382345', '2023-08-03 22:47:19', '2023-08-03 22:47:19', NULL),
(320, 869, 'present', 783, 12, 101, '380015', '2023-08-03 23:00:54', '2023-08-03 23:00:54', NULL),
(321, 730, 'present', 783, 12, 101, '380007', '2023-08-03 23:15:53', '2023-08-03 23:15:53', NULL),
(322, 882, 'present', 42219, 3866, 230, 'HA0 2Fl', '2023-08-04 09:50:53', '2023-08-04 09:50:53', NULL),
(323, 882, 'permanent', 1041, 12, 101, '395004', '2023-08-04 10:01:12', '2023-08-04 10:01:12', NULL),
(324, 886, 'present', 783, 12, 101, '380007', '2023-08-04 11:13:17', '2023-08-04 11:13:17', NULL),
(325, 888, 'present', 783, 12, 101, '382418', '2023-08-04 11:38:43', '2023-08-04 11:38:43', NULL),
(326, 821, 'present', 2707, 22, 101, '400091', '2023-08-04 16:20:25', '2023-08-04 16:20:25', NULL),
(327, 821, 'permanent', 934, 12, 101, '388620', '2023-08-04 16:32:36', '2023-08-04 16:32:36', NULL),
(328, 898, 'present', 1011, 12, 101, '360005', '2023-08-04 21:06:56', '2023-08-04 21:06:56', NULL),
(329, 897, 'present', 986, 12, 101, '396445', '2023-08-04 21:16:23', '2023-08-04 21:16:23', NULL),
(330, 898, 'permanent', 1011, 12, 101, '360005', '2023-08-04 21:20:03', '2023-08-04 21:20:03', NULL),
(331, 901, 'present', 783, 12, 101, '380007', '2023-08-05 10:58:44', '2023-08-05 10:58:44', NULL),
(332, 276, 'present', 783, 12, 101, '380058', '2023-08-05 13:38:05', '2023-08-05 13:38:05', NULL),
(333, 276, 'permanent', 783, 12, 101, '380058', '2023-08-05 13:45:30', '2023-08-05 13:45:30', NULL),
(334, 480, 'present', 783, 12, 101, '380007', '2023-08-05 19:10:54', '2023-08-05 19:10:54', NULL),
(335, 480, 'permanent', 783, 12, 101, '380007', '2023-08-05 19:27:24', '2023-08-05 19:27:24', NULL),
(336, 906, 'present', 918, 12, 101, '382721', '2023-08-05 22:04:59', '2023-08-05 22:04:59', NULL),
(337, 406, 'present', 783, 12, 101, '380013', '2023-08-05 22:13:45', '2023-08-05 22:13:45', NULL),
(338, 907, 'present', 783, 12, 101, '380054', '2023-08-05 22:29:29', '2023-08-05 22:29:29', NULL),
(339, 895, 'present', 5022, 38, 101, '201301', '2023-08-06 11:20:38', '2023-08-06 11:59:51', NULL),
(340, 909, 'present', 1042, 12, 101, '363001', '2023-08-06 11:29:13', '2023-08-06 11:29:13', NULL),
(341, 895, 'permanent', 1011, 12, 101, '360001', '2023-08-06 12:01:03', '2023-08-06 12:01:03', NULL),
(342, 910, 'present', 974, 12, 101, '363641', '2023-08-06 12:52:29', '2023-08-06 12:52:29', NULL),
(343, 911, 'present', 783, 12, 101, '380019', '2023-08-06 14:27:19', '2023-08-06 14:27:19', NULL),
(344, 654, 'present', 47637, 3953, 231, '08820', '2023-08-06 17:56:35', '2023-08-06 17:56:35', NULL),
(345, 654, 'permanent', 783, 12, 101, '380015', '2023-08-06 18:07:35', '2023-08-06 18:07:35', NULL),
(346, 914, 'present', 783, 12, 101, '380007', '2023-08-06 19:53:11', '2023-08-06 19:53:11', NULL),
(347, 161, 'present', 783, 12, 101, '380007', '2023-08-06 21:16:59', '2023-08-06 21:16:59', NULL),
(348, 915, 'present', 1041, 12, 101, '395007', '2023-08-06 21:25:29', '2023-08-06 21:25:29', NULL),
(349, 920, 'present', 825, 12, 101, '396321', '2023-08-06 21:49:47', '2023-08-06 21:49:47', NULL),
(350, 920, 'permanent', 825, 12, 101, '396321', '2023-08-06 21:57:58', '2023-08-06 21:57:58', NULL),
(351, 921, 'present', 827, 12, 101, '396321', '2023-08-06 22:15:58', '2023-08-06 22:15:58', NULL),
(352, 923, 'present', 783, 12, 101, '380015', '2023-08-06 22:18:11', '2023-08-06 22:18:11', NULL),
(353, 921, 'permanent', 827, 12, 101, '396321', '2023-08-06 22:44:05', '2023-08-06 22:44:05', NULL),
(354, 929, 'present', 18508, 1355, 82, '68167', '2023-08-07 00:22:54', '2023-08-07 00:22:54', NULL),
(355, 933, 'present', 1892, 19, 101, '682016', '2023-08-07 11:31:05', '2023-08-07 11:31:05', NULL),
(356, 936, 'present', 783, 12, 101, '380015', '2023-08-07 13:42:16', '2023-08-07 13:42:16', NULL),
(357, 940, 'present', 2763, 22, 101, '411057', '2023-08-07 18:33:20', '2023-08-07 18:33:20', NULL),
(358, 940, 'permanent', 819, 12, 101, '392015', '2023-08-07 18:53:40', '2023-08-07 18:53:40', NULL),
(359, 293, 'present', 10093, 663, 101, '380007', '2023-08-07 20:43:20', '2023-08-07 20:43:20', NULL),
(360, 957, 'present', 10533, 671, 38, 'N2L 3T4', '2023-08-07 21:18:38', '2023-08-07 21:18:38', NULL),
(361, 432, 'present', 1068, 12, 101, '390023', '2023-08-07 21:20:45', '2023-08-07 21:20:45', NULL),
(362, 956, 'present', 44915, 3943, 231, '02478', '2023-08-07 21:28:10', '2023-08-07 21:28:10', NULL),
(363, 957, 'permanent', 1068, 12, 101, '391250', '2023-08-07 21:31:26', '2023-08-07 21:31:26', NULL),
(364, 961, 'present', 783, 12, 101, '380007', '2023-08-07 21:33:36', '2023-08-07 21:33:36', NULL),
(365, 964, 'present', 783, 12, 101, '380005', '2023-08-07 21:41:26', '2023-08-07 21:41:26', NULL),
(366, 432, 'permanent', 1068, 12, 101, '390023', '2023-08-07 21:42:50', '2023-08-07 21:42:50', NULL),
(367, 857, 'permanent', 783, 12, 101, '380015', '2023-08-07 21:55:05', '2023-08-07 21:55:05', NULL),
(368, 964, 'permanent', 783, 12, 101, '380005', '2023-08-07 21:58:39', '2023-08-07 21:58:39', NULL),
(369, 965, 'present', 783, 12, 101, '382330', '2023-08-07 22:18:53', '2023-08-07 22:18:53', NULL),
(370, 965, 'permanent', 783, 12, 101, '382330', '2023-08-07 22:53:22', '2023-08-07 22:53:22', NULL),
(371, 974, 'present', 783, 12, 101, '380007', '2023-08-08 07:19:51', '2023-08-08 07:19:51', NULL),
(372, 974, 'permanent', 783, 12, 101, '380007', '2023-08-08 07:28:46', '2023-08-08 07:28:46', NULL),
(373, 981, 'present', 912, 12, 101, '362001', '2023-08-08 11:53:47', '2023-08-08 11:53:47', NULL),
(374, 983, 'present', 783, 12, 101, '380007', '2023-08-08 13:01:22', '2023-08-08 13:01:22', NULL),
(375, 983, 'permanent', 2707, 22, 101, '401107', '2023-08-08 13:04:26', '2023-08-08 13:04:48', NULL),
(376, 982, 'present', 2707, 22, 101, '421203', '2023-08-08 13:19:17', '2023-08-08 13:19:17', NULL),
(377, 987, 'present', 783, 12, 101, '380005', '2023-08-08 15:12:58', '2023-08-08 15:12:58', NULL),
(378, 987, 'permanent', 783, 12, 101, '380005', '2023-08-08 15:27:05', '2023-08-08 15:27:05', NULL),
(379, 912, 'present', 783, 12, 101, '380007', '2023-08-08 15:34:55', '2023-08-08 15:34:55', NULL),
(380, 982, 'permanent', 2707, 22, 101, '421203', '2023-08-08 17:06:09', '2023-08-08 17:06:09', NULL),
(381, 994, 'present', 1003, 12, 101, '384265', '2023-08-08 18:03:48', '2023-08-08 18:03:48', NULL),
(382, 999, 'present', 779, 12, 101, '380013', '2023-08-08 21:36:26', '2023-08-08 21:36:26', NULL),
(383, 1000, 'present', 821, 12, 101, '364270', '2023-08-08 22:12:12', '2023-08-08 22:12:12', NULL),
(384, 1000, 'permanent', 821, 12, 101, '364270', '2023-08-08 22:26:25', '2023-08-08 22:26:25', NULL),
(385, 1003, 'present', 783, 12, 101, '380008', '2023-08-09 00:53:43', '2023-08-09 00:53:43', NULL),
(386, 1003, 'permanent', 783, 12, 101, '380008', '2023-08-09 01:07:17', '2023-08-09 01:07:17', NULL),
(387, 1004, 'present', 783, 12, 101, '380013', '2023-08-09 01:35:40', '2023-08-09 01:35:40', NULL),
(388, 1004, 'permanent', 783, 12, 101, '380013', '2023-08-09 01:45:14', '2023-08-09 01:45:14', NULL),
(389, 996, 'present', 783, 12, 101, '380015', '2023-08-09 02:51:01', '2023-08-09 02:51:01', NULL),
(390, 1007, 'present', 1068, 12, 101, '390019', '2023-08-09 10:20:00', '2023-08-09 10:20:00', NULL),
(391, 1009, 'present', 783, 12, 101, '380052', '2023-08-09 12:52:54', '2023-08-09 12:52:54', NULL),
(392, 1011, 'present', 1011, 12, 101, '360005', '2023-08-09 14:34:57', '2023-08-09 14:34:57', NULL),
(393, 1011, 'permanent', 1011, 12, 101, '360005', '2023-08-09 15:01:51', '2023-08-09 15:01:51', NULL),
(394, 1012, 'present', 1041, 12, 101, '395007', '2023-08-09 16:15:49', '2023-08-09 16:15:49', NULL),
(395, 1012, 'permanent', 1041, 12, 101, '395007', '2023-08-09 16:44:24', '2023-08-09 16:44:24', NULL),
(396, 1022, 'present', 1011, 12, 101, '360001', '2023-08-10 20:05:54', '2023-08-10 20:05:54', NULL),
(397, 1022, 'permanent', 1011, 12, 101, '360001', '2023-08-10 20:30:34', '2023-08-10 20:30:34', NULL),
(398, 1023, 'present', 783, 12, 101, '380015', '2023-08-10 20:44:31', '2023-08-10 20:44:31', NULL),
(399, 1023, 'permanent', 783, 12, 101, '380015', '2023-08-10 20:51:16', '2023-08-10 20:51:16', NULL),
(400, 995, 'present', 783, 12, 101, '380007', '2023-08-10 22:12:28', '2023-08-10 22:12:28', NULL),
(401, 995, 'permanent', 783, 12, 101, '380007', '2023-08-10 22:21:30', '2023-08-10 22:21:30', NULL),
(402, 1026, 'present', 783, 12, 101, '380013', '2023-08-10 22:43:45', '2023-08-10 22:43:45', NULL),
(403, 1026, 'permanent', 783, 12, 101, '380013', '2023-08-10 23:24:37', '2023-08-10 23:24:37', NULL),
(404, 1027, 'present', 46875, 3975, 231, '98105', '2023-08-10 23:27:07', '2023-08-10 23:27:07', NULL),
(405, 1027, 'permanent', 783, 12, 101, '380015', '2023-08-10 23:54:49', '2023-08-10 23:54:49', NULL),
(406, 1029, 'present', 779, 12, 101, '387001', '2023-08-11 08:39:23', '2023-08-11 08:39:23', NULL),
(407, 1032, 'present', 783, 12, 101, '382481', '2023-08-11 08:50:29', '2023-08-11 08:50:29', NULL),
(408, 1032, 'permanent', 783, 12, 101, '382481', '2023-08-11 09:11:23', '2023-08-11 09:11:23', NULL),
(409, 1035, 'present', 783, 12, 101, '380013', '2023-08-11 09:50:08', '2023-08-11 09:50:08', NULL),
(410, 1035, 'permanent', 783, 12, 101, '380013', '2023-08-11 10:04:26', '2023-08-11 10:04:26', NULL),
(411, 897, 'permanent', 986, 12, 101, '396445', '2023-08-11 10:43:07', '2023-08-11 10:43:07', NULL),
(412, 1038, 'present', 2763, 22, 101, '411028', '2023-08-11 10:52:56', '2023-08-11 10:52:56', NULL),
(413, 287, 'permanent', 2652, 22, 101, '416001', '2023-08-11 13:00:08', '2023-08-11 13:00:08', NULL),
(414, 1047, 'present', 1, 12, 101, '380006', '2023-08-11 14:47:49', '2023-08-11 14:47:49', NULL),
(415, 1048, 'present', 783, 12, 101, '380051', '2023-08-11 15:17:11', '2023-08-11 15:17:11', NULL),
(416, 1050, 'present', 783, 12, 101, '380007', '2023-08-11 16:03:03', '2023-08-11 16:03:03', NULL),
(417, 1052, 'present', 783, 12, 101, '380051', '2023-08-11 16:28:26', '2023-08-11 16:28:26', NULL),
(418, 1052, 'permanent', 783, 12, 101, '380051', '2023-08-11 16:33:56', '2023-08-11 16:33:56', NULL),
(419, 1053, 'present', 6771, 273, 13, '3163', '2023-08-11 16:42:06', '2023-08-11 16:42:06', NULL),
(420, 1058, 'present', 2707, 22, 101, '400097', '2023-08-11 18:33:28', '2023-08-11 18:33:28', NULL),
(421, 1058, 'permanent', 2707, 22, 101, '400097', '2023-08-11 18:46:15', '2023-08-11 18:46:15', NULL),
(422, 1055, 'present', 2707, 22, 101, '400092', '2023-08-11 19:02:19', '2023-08-11 19:02:19', NULL),
(423, 915, 'permanent', 1041, 12, 101, '395007', '2023-08-11 20:17:40', '2023-08-11 20:17:40', NULL),
(424, 1062, 'present', 783, 12, 101, '380007', '2023-08-11 23:05:13', '2023-08-11 23:05:13', NULL),
(425, 1063, 'present', 10400, 671, 38, 'N6H 0H1', '2023-08-12 07:28:00', '2023-08-12 07:28:00', NULL),
(426, 1071, 'present', 2707, 22, 101, '401101', '2023-08-12 12:43:25', '2023-08-12 12:43:25', NULL),
(427, 1071, 'permanent', 2696, 22, 101, '401101', '2023-08-12 12:55:12', '2023-08-12 12:55:12', NULL),
(428, 972, 'present', 1011, 12, 101, '360005', '2023-08-12 13:03:55', '2023-08-12 13:03:55', NULL),
(429, 1074, 'present', 2864, 22, 101, '401303', '2023-08-12 13:04:57', '2023-08-12 13:04:57', NULL),
(430, 1079, 'present', 783, 12, 101, '380007', '2023-08-12 13:08:20', '2023-08-12 13:08:20', NULL),
(431, 1077, 'present', 783, 12, 101, '380013', '2023-08-12 13:10:06', '2023-08-12 13:10:06', NULL),
(432, 1072, 'present', 783, 12, 101, '380061', '2023-08-12 13:10:30', '2023-08-12 13:10:30', NULL),
(433, 1072, 'permanent', 783, 12, 101, '380061', '2023-08-12 13:18:34', '2023-08-12 13:18:34', NULL),
(434, 1084, 'present', 783, 12, 101, '380007', '2023-08-12 13:31:24', '2023-08-12 13:31:24', NULL),
(435, 1085, 'present', 783, 12, 101, '380058', '2023-08-12 13:44:36', '2023-08-12 13:44:36', NULL),
(436, 1087, 'present', 783, 12, 101, '380009', '2023-08-12 13:47:46', '2023-08-12 13:47:46', NULL),
(437, 1089, 'present', 783, 12, 101, '380007', '2023-08-12 14:39:35', '2023-08-12 14:39:35', NULL),
(438, 1096, 'present', 10519, 671, 38, 'M1H 1X5', '2023-08-12 16:57:50', '2023-08-12 16:57:50', NULL),
(439, 1099, 'present', 783, 12, 101, '380054', '2023-08-12 17:18:56', '2023-08-12 17:18:56', NULL),
(440, 1105, 'present', 1007, 12, 101, '360575', '2023-08-12 19:20:20', '2023-08-12 19:20:20', NULL),
(441, 1105, 'permanent', 1007, 12, 101, '360575', '2023-08-12 19:47:53', '2023-08-12 19:47:53', NULL),
(442, 1110, 'present', 2652, 22, 101, '416008', '2023-08-12 21:31:08', '2023-08-12 21:31:08', NULL),
(443, 1110, 'permanent', 2652, 22, 101, '416008', '2023-08-12 21:39:10', '2023-08-12 21:39:10', NULL),
(444, 467, 'present', 783, 12, 101, '380013', '2023-08-12 21:47:40', '2023-08-12 21:47:40', NULL),
(445, 467, 'permanent', 783, 12, 101, '380013', '2023-08-12 22:02:48', '2023-08-12 22:02:48', NULL),
(446, 938, 'present', 783, 12, 101, '380005', '2023-08-13 07:22:01', '2023-08-13 07:22:01', NULL),
(447, 1064, 'present', 1068, 12, 101, '390018', '2023-08-13 08:21:37', '2023-08-13 08:21:37', NULL),
(448, 1096, 'permanent', 783, 12, 101, '380013', '2023-08-13 09:17:39', '2023-08-13 09:17:39', NULL),
(449, 1120, 'present', 2707, 22, 101, '400064', '2023-08-13 11:04:14', '2023-08-13 11:04:14', NULL),
(450, 1120, 'permanent', 783, 12, 101, '380007', '2023-08-13 11:22:18', '2023-08-13 11:22:18', NULL),
(451, 165, 'present', 977, 12, 101, '387001', '2023-08-13 11:55:31', '2023-08-13 11:55:31', NULL),
(452, 165, 'permanent', 977, 12, 101, '387001', '2023-08-13 12:20:05', '2023-08-13 12:20:05', NULL),
(453, 1123, 'present', 783, 12, 101, '382330', '2023-08-13 14:15:23', '2023-08-13 14:15:23', NULL),
(454, 933, 'permanent', 1892, 19, 101, '682016', '2023-08-13 14:28:08', '2023-08-13 14:28:08', NULL),
(455, 1124, 'present', 783, 12, 101, '380007', '2023-08-13 16:19:31', '2023-08-13 16:19:31', NULL),
(456, 1124, 'permanent', 783, 12, 101, '380007', '2023-08-13 16:41:52', '2023-08-13 16:41:52', NULL),
(457, 297, 'present', 1041, 12, 101, '395009', '2023-08-13 19:11:33', '2023-08-13 19:11:33', NULL),
(458, 1078, 'present', 856, 12, 101, '389151', '2023-08-13 20:09:36', '2023-08-13 20:09:36', NULL),
(459, 1078, 'permanent', 856, 12, 101, '389151', '2023-08-13 20:20:58', '2023-08-13 20:20:58', NULL),
(460, 1131, 'present', 2707, 22, 101, '401107', '2023-08-13 20:52:45', '2023-08-13 20:52:45', NULL),
(461, 1132, 'present', 888, 12, 101, '382305', '2023-08-13 21:31:37', '2023-08-13 21:31:37', NULL),
(462, 1133, 'present', 2707, 22, 101, '401101', '2023-08-13 21:43:53', '2023-08-13 21:43:53', NULL),
(463, 1134, 'present', 10419, 671, 38, 'L4X2A1', '2023-08-13 22:10:08', '2023-08-13 22:10:08', NULL),
(464, 1135, 'present', 45099, 3945, 231, '48188', '2023-08-13 22:42:12', '2023-08-13 22:42:12', NULL),
(465, 877, 'present', 783, 12, 101, '390053', '2023-08-13 22:51:36', '2023-08-13 22:51:36', NULL),
(466, 1135, 'permanent', 45099, 3945, 231, '48188', '2023-08-13 23:06:05', '2023-08-13 23:06:05', NULL),
(467, 1134, 'permanent', 1068, 12, 101, '390018', '2023-08-14 00:55:08', '2023-08-14 00:55:08', NULL),
(468, 1137, 'present', 1068, 12, 101, '390024', '2023-08-14 02:52:12', '2023-08-14 02:52:12', NULL),
(469, 1137, 'permanent', 1068, 12, 101, '390024', '2023-08-14 02:57:17', '2023-08-14 02:57:17', NULL),
(470, 833, 'present', 783, 12, 101, '380007', '2023-08-14 11:47:36', '2023-08-14 11:47:36', NULL),
(471, 1140, 'present', 18465, 1355, 82, '76199', '2023-08-14 12:06:39', '2023-08-14 12:06:39', NULL),
(472, 288, 'present', 783, 12, 101, '382345', '2023-08-14 12:26:40', '2023-08-14 12:26:40', NULL),
(473, 1140, 'permanent', 783, 12, 101, '380008', '2023-08-14 12:43:54', '2023-08-14 12:43:54', NULL),
(474, 1156, 'present', 783, 12, 101, '380005', '2023-08-14 16:16:19', '2023-08-14 16:16:19', NULL),
(475, 1156, 'permanent', 783, 12, 101, '380005', '2023-08-14 16:29:08', '2023-08-14 16:29:08', NULL),
(476, 1162, 'present', 783, 12, 101, '380063', '2023-08-14 17:21:59', '2023-08-14 17:21:59', NULL),
(477, 1163, 'present', 783, 12, 101, '380007', '2023-08-14 17:29:08', '2023-08-14 17:29:08', NULL),
(478, 1164, 'present', 783, 12, 101, '380007', '2023-08-14 18:46:32', '2023-08-14 18:46:32', NULL),
(479, 1164, 'permanent', 783, 12, 101, '380007', '2023-08-14 18:52:56', '2023-08-14 18:52:56', NULL),
(480, 1168, 'present', 707, 10, 101, '110064', '2023-08-14 23:23:59', '2023-08-14 23:23:59', NULL),
(481, 1168, 'permanent', 783, 12, 101, '380061', '2023-08-15 00:16:04', '2023-08-15 00:16:04', NULL),
(482, 340, 'present', 934, 12, 101, '388620', '2023-08-15 10:44:41', '2023-08-15 10:44:41', NULL),
(483, 340, 'permanent', 934, 12, 101, '388620', '2023-08-15 10:49:21', '2023-08-15 10:49:21', NULL),
(484, 497, 'present', 783, 12, 101, '380013', '2023-08-15 12:09:41', '2023-08-15 12:09:41', NULL),
(485, 675, 'present', 783, 12, 101, '380007', '2023-08-15 12:17:17', '2023-08-15 12:17:17', NULL),
(486, 675, 'permanent', 783, 12, 101, '380007', '2023-08-15 12:27:44', '2023-08-15 12:27:44', NULL),
(487, 497, 'permanent', 783, 12, 101, '380013', '2023-08-15 12:30:07', '2023-08-15 12:30:07', NULL),
(488, 1178, 'present', 783, 12, 101, '380054', '2023-08-15 13:47:02', '2023-08-15 13:47:02', NULL),
(489, 1178, 'permanent', 905, 12, 101, '381001', '2023-08-15 14:04:17', '2023-08-15 14:04:17', NULL),
(490, 1180, 'present', 783, 12, 101, '380007', '2023-08-15 17:06:10', '2023-08-15 17:06:10', NULL),
(491, 1182, 'present', 783, 12, 101, '380013', '2023-08-15 17:17:46', '2023-08-15 17:17:46', NULL),
(492, 1186, 'present', 783, 12, 101, '380015', '2023-08-15 18:11:07', '2023-08-15 18:11:07', NULL),
(493, 1186, 'permanent', 783, 12, 101, '380063', '2023-08-15 18:20:11', '2023-08-15 18:20:11', NULL),
(494, 1181, 'present', 783, 12, 101, '380015', '2023-08-15 18:55:00', '2023-08-15 18:55:00', NULL),
(495, 1171, 'permanent', 783, 12, 101, '380007', '2023-08-15 20:59:18', '2023-08-15 21:00:32', NULL),
(496, 1171, 'present', 783, 12, 101, '380007', '2023-08-15 21:00:06', '2023-08-15 21:00:06', NULL),
(497, 1190, 'present', 783, 12, 101, '380007', '2023-08-15 21:51:29', '2023-08-15 21:51:29', NULL),
(498, 1162, 'permanent', 783, 12, 101, '380063', '2023-08-15 22:20:26', '2023-08-15 22:20:26', NULL),
(499, 1175, 'present', 950, 12, 101, '389230', '2023-08-16 12:35:57', '2023-08-16 12:35:57', NULL),
(500, 1175, 'permanent', 950, 12, 101, '389230', '2023-08-16 13:01:02', '2023-08-16 13:01:02', NULL),
(501, 371, 'present', 783, 12, 101, '380015', '2023-08-16 13:49:38', '2023-08-16 13:49:38', NULL),
(502, 371, 'permanent', 783, 12, 101, '380015', '2023-08-16 14:00:13', '2023-08-16 14:00:13', NULL),
(503, 1194, 'present', 6571, 265, 13, 'Vic3196', '2023-08-16 16:41:56', '2023-08-16 16:41:56', NULL),
(504, 317, 'permanent', 2707, 22, 101, '401209', '2023-08-16 19:26:14', '2023-08-16 19:26:14', NULL),
(505, 1197, 'present', 783, 12, 101, '382481', '2023-08-16 21:13:30', '2023-08-16 21:13:30', NULL),
(506, 1197, 'permanent', 783, 12, 101, '382481', '2023-08-16 21:26:43', '2023-08-16 21:26:43', NULL),
(507, 953, 'present', 783, 12, 101, '380058', '2023-08-16 21:33:53', '2023-08-16 21:33:53', NULL),
(508, 1203, 'present', 783, 12, 101, '380007', '2023-08-16 21:37:16', '2023-08-16 21:37:16', NULL);
INSERT INTO `addresses` (`id`, `user_id`, `type`, `city_id`, `state_id`, `country_id`, `postal_code`, `created_at`, `updated_at`, `deleted_at`) VALUES
(509, 1205, 'present', 783, 12, 101, '380007', '2023-08-16 21:46:37', '2023-08-16 21:46:37', NULL),
(510, 1191, 'present', 45944, 3963, 231, '18045', '2023-08-16 21:49:53', '2023-08-16 21:49:53', NULL),
(511, 1205, 'permanent', 783, 12, 101, '380007', '2023-08-16 22:07:44', '2023-08-16 22:07:44', NULL),
(512, 1208, 'present', 783, 12, 101, '380015', '2023-08-16 22:08:18', '2023-08-16 22:08:18', NULL),
(513, 1208, 'permanent', 783, 12, 101, '380015', '2023-08-16 22:13:19', '2023-08-16 22:13:19', NULL),
(514, 1212, 'present', 783, 12, 101, '380061', '2023-08-16 22:23:19', '2023-08-16 22:23:19', NULL),
(515, 1153, 'present', 969, 12, 101, '384002', '2023-08-16 22:44:46', '2023-08-16 22:44:46', NULL),
(516, 935, 'present', 791, 12, 101, '388001', '2023-08-16 22:56:53', '2023-08-16 22:56:53', NULL),
(517, 202, 'present', 783, 12, 101, '380005', '2023-08-16 22:57:49', '2023-08-16 22:57:49', NULL),
(518, 1191, 'permanent', 45944, 3963, 231, '18045', '2023-08-16 22:58:12', '2023-08-16 22:58:12', NULL),
(519, 1153, 'permanent', 969, 12, 101, '384002', '2023-08-16 23:02:01', '2023-08-16 23:02:01', NULL),
(520, 1215, 'present', 783, 12, 101, '380058', '2023-08-16 23:08:03', '2023-08-16 23:08:03', NULL),
(521, 1223, 'present', 783, 12, 101, '380007', '2023-08-17 07:01:53', '2023-08-17 07:01:53', NULL),
(522, 1227, 'present', 783, 12, 101, '380007', '2023-08-17 12:56:51', '2023-08-17 12:56:51', NULL),
(523, 1224, 'present', 977, 12, 101, '387001', '2023-08-17 13:22:41', '2023-08-17 13:22:41', NULL),
(524, 1224, 'permanent', 977, 12, 101, '387001', '2023-08-17 13:59:46', '2023-08-17 13:59:46', NULL),
(525, 1229, 'present', 891, 12, 101, '389001', '2023-08-17 15:06:21', '2023-08-17 15:06:21', NULL),
(526, 1229, 'permanent', 891, 12, 101, '389001', '2023-08-17 15:10:51', '2023-08-17 15:10:51', NULL),
(527, 1228, 'present', 18622, 1355, 82, '70197', '2023-08-17 15:29:00', '2023-08-17 15:29:00', NULL),
(528, 1230, 'present', 783, 12, 101, '380007', '2023-08-17 17:05:38', '2023-08-17 17:05:38', NULL),
(529, 1230, 'permanent', 783, 12, 101, '380007', '2023-08-17 17:16:05', '2023-08-17 17:16:05', NULL),
(530, 1234, 'present', 46113, 3963, 231, '19144', '2023-08-17 18:04:12', '2023-08-17 18:04:12', NULL),
(531, 256, 'present', 986, 12, 101, '396445', '2023-08-17 20:54:36', '2023-08-17 20:54:36', NULL),
(532, 1235, 'present', 1068, 12, 101, '390020', '2023-08-17 20:59:09', '2023-08-17 20:59:09', NULL),
(533, 1235, 'permanent', 1068, 12, 101, '390020', '2023-08-17 21:06:47', '2023-08-17 21:06:47', NULL),
(534, 1254, 'present', 783, 12, 101, '380015', '2023-08-18 16:15:53', '2023-08-18 16:15:53', NULL),
(535, 1069, 'present', 783, 12, 101, '380061', '2023-08-18 16:20:55', '2023-08-18 16:20:55', NULL),
(536, 1254, 'permanent', 783, 12, 101, '380015', '2023-08-18 16:23:31', '2023-08-18 16:23:31', NULL),
(537, 1069, 'permanent', 783, 12, 101, '380061', '2023-08-18 16:28:27', '2023-08-18 16:28:27', NULL),
(538, 1187, 'present', 779, 12, 101, '380009', '2023-08-18 19:31:10', '2023-08-18 19:31:10', NULL),
(539, 1241, 'present', 783, 12, 101, '380015', '2023-08-19 11:18:15', '2023-08-19 11:18:15', NULL),
(540, 1241, 'permanent', 783, 12, 101, '380015', '2023-08-19 11:29:28', '2023-08-19 11:29:28', NULL),
(541, 844, 'permanent', 783, 12, 101, '380061', '2023-08-19 11:30:18', '2023-08-19 11:30:18', NULL),
(542, 954, 'present', 1068, 12, 101, '391410', '2023-08-19 12:41:15', '2023-08-19 12:41:15', NULL),
(543, 954, 'permanent', 1068, 12, 101, '391410', '2023-08-19 12:51:28', '2023-08-19 12:51:28', NULL),
(544, 813, 'present', 42696, 3921, 231, '85225', '2023-08-19 16:23:13', '2023-08-19 18:22:39', NULL),
(545, 813, 'permanent', 2707, 22, 101, '400080', '2023-08-19 17:40:39', '2023-08-19 17:40:39', NULL),
(546, 704, 'present', 783, 12, 101, '380019', '2023-08-19 20:29:01', '2023-08-19 20:29:01', NULL),
(547, 704, 'permanent', 783, 12, 101, '380019', '2023-08-19 20:54:58', '2023-08-19 20:54:58', NULL),
(548, 74, 'present', 46334, 3970, 231, '75248', '2023-08-19 22:14:56', '2023-08-19 22:14:56', NULL),
(549, 135, 'present', 783, 12, 101, '382330', '2023-08-20 10:50:36', '2023-08-20 10:50:36', NULL),
(550, 135, 'permanent', 783, 12, 101, '382330', '2023-08-20 11:12:51', '2023-08-20 11:12:51', NULL),
(551, 997, 'present', 783, 12, 101, '380013', '2023-08-20 23:13:41', '2023-08-20 23:13:41', NULL),
(552, 997, 'permanent', 783, 12, 101, '380013', '2023-08-20 23:25:06', '2023-08-20 23:25:06', NULL),
(553, 1181, 'permanent', 783, 12, 101, '380015', '2023-08-21 22:56:47', '2023-08-21 22:56:47', NULL),
(554, 1142, 'present', 783, 12, 101, '380004', '2023-08-22 14:40:40', '2023-08-22 14:40:40', NULL),
(555, 1142, 'permanent', 783, 12, 101, '380004', '2023-08-22 14:42:17', '2023-08-22 14:42:17', NULL),
(556, 1180, 'permanent', 783, 12, 101, '380007', '2023-08-22 14:47:56', '2023-08-22 14:47:56', NULL),
(557, 1265, 'present', 783, 12, 101, '380015', '2023-08-22 15:11:44', '2023-08-22 15:11:44', NULL),
(558, 1265, 'permanent', 783, 12, 101, '380015', '2023-08-22 15:12:01', '2023-08-22 15:12:01', NULL),
(559, 1189, 'present', 783, 12, 101, '380015', '2023-08-22 15:37:11', '2023-08-22 15:37:11', NULL),
(560, 27, 'present', 891, 12, 101, '389001', '2023-08-22 16:25:16', '2023-08-22 16:25:16', NULL),
(561, 48, 'present', 783, 12, 101, '380009', '2023-08-22 16:38:32', '2023-08-22 16:38:32', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `astrologies`
--

CREATE TABLE `astrologies` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `sun_sign` varchar(255) DEFAULT NULL,
  `moon_sign` varchar(255) DEFAULT NULL,
  `time_of_birth` varchar(10) DEFAULT NULL,
  `city_of_birth` varchar(20) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `astrologies`
--

INSERT INTO `astrologies` (`id`, `user_id`, `sun_sign`, `moon_sign`, `time_of_birth`, `city_of_birth`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 3, 'xyz', 'xyz', '10.20', 'pune', '2023-05-15 17:05:57', '2023-05-15 17:05:57', NULL),
(2, 28, 'N/A', 'N/A', '2.50 pm', 'Gandhinagar', '2023-05-26 12:21:20', '2023-05-26 12:27:31', NULL),
(3, 29, 'Afternoon', 'N/A', '15.05', 'Ahmedabad', '2023-05-26 12:43:00', '2023-05-26 12:43:00', NULL),
(4, 39, 'N/A', 'N/A', '00', 'Sihor', '2023-05-26 12:57:34', '2023-05-26 12:57:34', NULL),
(5, 122, 'No', 'No', '12:14 am', 'Patan, Gujarat', '2023-06-07 22:46:23', '2023-06-07 22:46:23', NULL),
(6, 146, 'Not sure', 'Not sure', '5:15 AM', 'Surat', '2023-06-08 09:02:26', '2023-06-08 09:02:26', NULL),
(7, 167, 'Capricorn', 'Scorpio', '04:30 am', 'Bhavnagar, Gujarat', '2023-06-08 10:01:37', '2023-06-08 10:01:37', NULL),
(8, 172, 'Krithika', 'Tauras', '4:32 AM', 'Ahmedabad', '2023-06-08 10:16:42', '2023-06-08 10:16:42', NULL),
(9, 192, '6:04:46 AM', '10:22:39 PM', '5:35 PM', 'Dungarpur Rajasthan', '2023-06-08 12:13:33', '2023-06-08 12:13:33', NULL),
(10, 227, 'Vrushabh', 'Don\'t know', '7.05am', 'Mumbai', '2023-06-08 17:53:45', '2023-06-08 17:53:45', NULL),
(11, 296, 'Virgo and Libra', 'Dhanu', '7:12 am', 'Vasai Road', '2023-06-10 12:06:39', '2023-06-10 12:06:39', NULL),
(12, 298, 'DON\'T KNOW', 'DON\'T KNOW', '6.30 PM', 'SURENDRANAGAR', '2023-06-10 13:00:31', '2023-06-10 13:00:31', NULL),
(13, 322, '-', '-', '23 : 36', 'Ahmedabad', '2023-06-11 17:22:43', '2023-06-11 17:22:43', NULL),
(14, 188, 'Leo', 'Not Known', '17:45', 'Ahmedabad', '2023-06-11 17:49:16', '2023-06-11 17:49:16', NULL),
(15, 175, 'Scorpio', 'Scorpio', '1:30 PM', 'Vadodara', '2023-06-11 20:24:39', '2023-06-11 20:24:39', NULL),
(16, 310, 'Libra Indian', 'Pisces', '11.50am', 'Mumbai', '2023-06-12 00:20:23', '2023-06-12 00:20:23', NULL),
(17, 346, 'NA', 'NA', '09:50 A.M.', 'Dabhoi', '2023-06-12 11:29:35', '2023-06-12 11:29:35', NULL),
(18, 354, 'Pisces', 'Pisces', '5:45 p.m.', 'Udvada', '2023-06-12 13:08:57', '2023-06-12 13:08:57', NULL),
(19, 389, '-', '-', '02:28 PM', 'Ahmedabad', '2023-06-12 15:17:00', '2023-06-12 15:17:00', NULL),
(20, 275, 'Dont Know', 'Mithun', '6.10 AM', 'Ahmedabad', '2023-06-12 15:35:50', '2023-06-12 15:35:50', NULL),
(21, 391, 'Dont know', 'Dont know', '10: 55 AM', 'Dubai', '2023-06-12 15:41:21', '2023-06-12 15:41:21', NULL),
(22, 194, '-', '-', '5:15 pm', 'VADODARA', '2023-06-12 16:44:41', '2023-06-12 16:44:41', NULL),
(23, 405, 'Pisces', 'No', '18 03 1988', 'Amlner Jalgaon', '2023-06-12 18:06:36', '2023-06-12 18:06:36', NULL),
(24, 311, '-', '-', '7.10 PM', 'Bareja ,Gujrat', '2023-06-12 20:11:08', '2023-06-12 20:11:08', NULL),
(25, 487, 'Ariesh', 'Leo', '5.16 A.M', 'Ahmedabad', '2023-06-13 19:05:40', '2023-06-13 19:05:40', NULL),
(26, 482, 'Don\'t know', 'Don\'t know', '09:35 AM', 'Ahmedabad', '2023-06-13 21:50:57', '2023-06-13 21:50:57', NULL),
(27, 514, 'Taurus', 'Don’t know', '4.48 AM', 'Ahmedabad', '2023-06-14 15:36:06', '2023-06-14 15:36:06', NULL),
(28, 533, 'Leo', 'Leo', '09:07 AM', 'Ahmedabad', '2023-06-15 10:00:45', '2023-06-15 10:00:45', NULL),
(29, 558, 'Aquarius', 'Sagittarius', '4:11 pm', 'Ahmedabad', '2023-06-15 12:42:16', '2023-06-15 12:42:16', NULL),
(30, 566, 'Aries', 'Don\'t Know', '06:00 PM', 'Palanpur', '2023-06-15 15:56:21', '2023-06-15 15:56:21', NULL),
(31, 571, 'Don\'t know', 'Don\'t know', '10.20AM', 'Ahmedabad', '2023-06-15 18:45:51', '2023-06-15 18:45:51', NULL),
(32, 586, 'Libra', 'Cancer', '4:58pm', 'Mumbai', '2023-06-16 02:07:22', '2023-06-16 02:07:22', NULL),
(33, 590, 'Pisces', 'Libra', '13:11', 'Vadodara', '2023-06-16 09:30:15', '2023-06-16 09:30:15', NULL),
(34, 518, 'libra', 'dont know', '14.32', 'himmatnagar gujarat', '2023-06-16 11:48:05', '2023-06-16 11:48:05', NULL),
(35, 603, '0', '0', '09:30', 'Lunawada', '2023-06-16 22:23:01', '2023-06-16 22:23:01', NULL),
(36, 625, '.', '.', '21:30', 'Ahmedabad', '2023-06-18 11:31:04', '2023-06-18 11:31:04', NULL),
(37, 627, '-', 'Aquarius', '11.25 AM', 'Amreli', '2023-06-18 14:53:46', '2023-06-18 14:53:46', NULL),
(38, 628, 'Gemini', 'Mercury', '13.30 pm', 'Ahmedabad', '2023-06-18 18:57:20', '2023-06-18 18:57:20', NULL),
(39, 660, 'Aries', 'Aries', '9:44 a.m', 'Dharmaj - Gujarat', '2023-06-22 12:00:29', '2023-06-22 12:00:29', NULL),
(40, 79, 'DHANU', 'NA', '11:15 PM', 'JAMNAGAR', '2023-06-22 16:21:13', '2023-06-22 16:21:13', NULL),
(41, 667, 'Aries', 'Don\'t know', '10:46AM', 'Ranip, Ahmedabad', '2023-06-23 21:44:20', '2023-06-23 21:44:41', NULL),
(42, 672, 'scorpio', 'Makar rashi', '10.30 pm', 'Bhavnagar', '2023-06-24 14:46:14', '2023-06-24 14:46:14', NULL),
(43, 682, 'Capricorn', 'Aries', '13:45', 'Vadodara', '2023-06-25 18:01:11', '2023-06-25 18:01:11', NULL),
(44, 668, 'A', 'A', '07HH:50MM', 'Surat', '2023-06-26 22:20:08', '2023-06-26 22:20:08', NULL),
(45, 691, 'Scorpio', 'Scorpio', '10:00AM', 'Bangalore', '2023-06-27 08:56:10', '2023-06-27 08:56:10', NULL),
(46, 706, 'Gemini', '-', '4.30 am', 'Surat', '2023-06-30 20:19:56', '2023-06-30 20:19:56', NULL),
(47, 752, 'Aeries', NULL, '5.52 am', 'Mumbai', '2023-07-14 23:51:57', '2023-07-14 23:51:57', NULL),
(48, 594, 'NA', 'NA', '22:55', 'Ahmedabad', '2023-07-24 13:09:27', '2023-07-24 13:09:27', NULL),
(49, 767, 'Don\'t know', 'Don\'t know', '8:29 AM', 'Ahmedabad', '2023-07-28 09:47:08', '2023-07-28 09:47:08', NULL),
(50, 765, 'Virgo', 'Scorpius', '21h 35m', 'Ahmedabad', '2023-07-28 14:20:20', '2023-07-28 14:20:20', NULL),
(51, 807, 'NA', 'NA', '2.45 PM', 'Ahmedabad', '2023-07-29 14:31:34', '2023-07-29 14:31:34', NULL),
(52, 808, 'NA', 'NA', 'NA', 'Ahmedabad', '2023-07-29 20:49:17', '2023-07-29 20:49:48', NULL),
(53, 809, 'NA', 'NA', 'NA', 'Ahmedabad', '2023-07-29 21:22:05', '2023-07-29 21:22:05', NULL),
(54, 820, 'Taurus', 'Virgo', '15:08', 'Ahmedabad', '2023-08-02 11:49:46', '2023-08-02 11:49:46', NULL),
(55, 829, '-', '-', '9:05 AM', 'Kapadwanj', '2023-08-02 22:18:27', '2023-08-02 22:18:27', NULL),
(56, 251, '-', '-', '23:15', 'Ahmedabad', '2023-08-02 22:29:48', '2023-08-02 22:30:22', NULL),
(57, 834, 'Aquarius', 'Mesh', '4:02 PM', 'Mumbai', '2023-08-02 22:37:55', '2023-08-02 22:37:55', NULL),
(58, 848, 'Taurus', 'Leo', '15:24', 'Ahmedabad', '2023-08-03 12:59:35', '2023-08-03 12:59:35', NULL),
(59, 856, 'Yes', 'No', '8 35', 'Ahmedabad', '2023-08-03 22:49:30', '2023-08-03 22:49:30', NULL),
(60, 821, 'LIBRA', 'SCORPIO', '4.15', 'KHAMBHAT', '2023-08-04 16:33:42', '2023-08-04 16:34:24', NULL),
(61, 480, '-', '-', '08:05 AM', 'Ahmedabad', '2023-08-05 19:26:57', '2023-08-05 19:26:57', NULL),
(62, 895, 'Libra', 'Libra', '2:15 P.M', 'Rajkot', '2023-08-06 11:35:41', '2023-08-06 11:35:41', NULL),
(63, 910, 'No', 'Moon sign', '12\'5', 'Morbi', '2023-08-06 13:09:42', '2023-08-06 13:09:42', NULL),
(64, 654, 'Dhanu Rashi', 'Dont Know', '10.56 AM', 'Dahegam, GJ, India', '2023-08-06 18:12:20', '2023-08-06 18:12:20', NULL),
(65, 923, 'Scorpio', 'Cancer', '14:25', 'Vadodara', '2023-08-06 22:22:59', '2023-08-06 22:22:59', NULL),
(66, 580, 'Aquarius', 'Pieces', '07:45', 'DABHOI', '2023-08-07 15:39:46', '2023-08-07 15:39:46', NULL),
(67, 940, 'Not known', 'Not known', '19.36', 'Vadodara', '2023-08-07 18:53:00', '2023-08-07 18:53:00', NULL),
(68, 857, 'Gemini', 'Pisces', '08.05', 'Ahmedabad', '2023-08-07 21:44:03', '2023-08-07 21:44:03', NULL),
(69, 964, 'NA', 'NA', '19/09/1995', 'Ahmedabad', '2023-08-07 21:57:56', '2023-08-07 21:57:56', NULL),
(70, 965, '.', '.', '9:25am', 'Talod', '2023-08-07 22:52:30', '2023-08-07 22:52:30', NULL),
(71, 1000, 'No', 'No', '2:05 PM', 'Bhavnagar', '2023-08-08 22:28:26', '2023-08-08 22:28:26', NULL),
(72, 1011, 'Virgo', 'Libra', '2:55 am', 'Rajkot', '2023-08-09 15:00:59', '2023-08-09 15:00:59', NULL),
(73, 1012, 'don\'t know', 'don\'t know', '08:32 am', 'surat, gujarat', '2023-08-09 16:43:53', '2023-08-09 16:43:53', NULL),
(74, 995, '--', '--', '02.40 PM', 'NAIDAD', '2023-08-10 22:21:05', '2023-08-10 22:21:05', NULL),
(75, 1026, 'No', 'No', '9:16 pm', 'Ahmedabad', '2023-08-10 23:21:00', '2023-08-10 23:21:00', NULL),
(76, 1032, '0', '0', '7.05', 'Ahmedabad', '2023-08-11 09:09:49', '2023-08-11 09:09:49', NULL),
(77, 1035, 'Kumbh Rasi', 'Kumbh Rasi', '16.40', 'Ahmedabad', '2023-08-11 10:03:24', '2023-08-11 10:03:24', NULL),
(78, 1038, 'Libra', 'Capricorn', '06:15 AM', 'Jamnagar, Gujarat', '2023-08-11 11:16:03', '2023-08-11 11:16:03', NULL),
(79, 1055, 'Libra', 'Libra', '10.00', 'Bhavnagar', '2023-08-11 19:17:00', '2023-08-11 19:17:00', NULL),
(80, 1074, '-', '-', '12.20 PM', 'MUMBAI', '2023-08-12 13:13:46', '2023-08-12 13:13:46', NULL),
(81, 635, 'Sagittarius', 'Leo', '12:30 PM', 'Botad', '2023-08-12 14:31:20', '2023-08-12 14:31:20', NULL),
(82, 1105, 'Sagittarius', 'Capricorn', '16:30', 'Porbandar', '2023-08-12 19:51:52', '2023-08-12 19:51:52', NULL),
(83, 1120, 'Cancer', 'Taurus', '05:02 AM', 'Ahmedabad', '2023-08-13 11:21:30', '2023-08-13 11:21:30', NULL),
(84, 165, 'Leo', 'Gemini', '7:25 PM', 'Nadiad', '2023-08-13 12:19:30', '2023-08-13 12:19:30', NULL),
(85, 933, 'Pieces', 'Dont Know', '7:50 AM', 'KOCHI', '2023-08-13 14:27:44', '2023-08-13 14:27:44', NULL),
(86, 1134, '-', '-', '23:20', 'Vadodara, Gujarat', '2023-08-14 00:54:32', '2023-08-14 00:54:32', NULL),
(87, 1137, 'Virgo', 'Cancer', '05:44', 'Ahmadabad', '2023-08-14 02:56:27', '2023-08-14 02:56:27', NULL),
(88, 1140, 'Scorpio', 'Virgo', '10:35 am', 'Ahmedabad', '2023-08-14 12:43:28', '2023-08-14 12:43:28', NULL),
(89, 675, 'No', 'No', 'No', 'Ahmedabad', '2023-08-15 12:27:08', '2023-08-15 12:27:08', NULL),
(90, 1186, 'Yes', 'No', '9:45', 'Ahmedabad', '2023-08-15 18:19:36', '2023-08-15 18:19:36', NULL),
(91, 1171, 'Virgo', 'Kanya', '8.55 A.M.', 'Ahmedabad', '2023-08-15 20:58:27', '2023-08-15 20:58:27', NULL),
(92, 1162, 'Taraus', 'Taraus', '7:25 AM', 'Ahmedabad', '2023-08-15 22:20:02', '2023-08-15 22:20:02', NULL),
(93, 371, 'Dhan', 'Mul', '2:30', 'Ahmedabad', '2023-08-16 13:59:18', '2023-08-16 13:59:18', NULL),
(94, 317, 'Aquarius', 'Aquarius', '10.42pm', 'Ahmedabad', '2023-08-16 19:24:54', '2023-08-16 19:24:54', NULL),
(95, 1197, 'Not known', 'Not known', '07.15 PM', 'Surendranagar', '2023-08-16 21:28:10', '2023-08-16 21:28:10', NULL),
(96, 1208, 'NA', 'NA', '10:31 PM', 'Ahmedabad', '2023-08-16 22:18:02', '2023-08-16 22:18:02', NULL),
(97, 1153, 'Fine', 'Fine', '9.27', 'Ahmedabad', '2023-08-16 23:03:35', '2023-08-16 23:03:35', NULL),
(98, 1230, '-', '-', '09:50 AM', 'Ahmedabad', '2023-08-17 17:15:41', '2023-08-17 17:15:41', NULL),
(99, 1254, 'Sagittarius', 'Kumbh', '8:08 AM', 'Ahmedabad', '2023-08-18 16:28:03', '2023-08-18 16:28:03', NULL),
(100, 1187, 'Aries', 'Libra', '3:00 A.M', 'Idar, Gujarat', '2023-08-18 19:34:28', '2023-08-18 19:34:28', NULL),
(101, 1241, 'Gemini', 'Kark', '9:41 AM', 'Ahmedabad', '2023-08-19 11:28:38', '2023-08-19 11:28:38', NULL),
(102, 844, 'NA', 'NA', '08:11 PM', 'Ahmedabad', '2023-08-19 11:58:49', '2023-08-19 12:20:37', NULL),
(103, 813, 'Pisces', 'Gemini (Mithun)', '18:02:00', 'VADODRA,GUJARAT', '2023-08-19 17:38:31', '2023-08-19 17:39:16', NULL),
(104, 704, 'Don\'t know', 'Don\'t know', '8.45 AM', 'Ahmedabad', '2023-08-19 20:53:58', '2023-08-19 20:53:58', NULL),
(105, 135, 'Sun Sign', 'Moon Sign', '10.24 P.M', 'Ahmedabad', '2023-08-20 11:11:46', '2023-08-20 11:11:46', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `attitudes`
--

CREATE TABLE `attitudes` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `affection` varchar(255) DEFAULT NULL,
  `humor` varchar(255) DEFAULT NULL,
  `political_views` text DEFAULT NULL,
  `religious_service` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `attitudes`
--

INSERT INTO `attitudes` (`id`, `user_id`, `affection`, `humor`, `political_views`, `religious_service`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 3, 'xyz', 'xyz', 'xyz', 'xyz', '2023-05-15 17:03:13', '2023-05-15 17:03:13', NULL),
(2, 192, 'Attractive', 'Good', 'None', 'Available', '2023-06-08 11:21:13', '2023-06-08 11:21:13', NULL),
(3, 227, NULL, NULL, 'Not interested', 'Yes', '2023-06-08 17:19:49', '2023-06-08 17:19:49', NULL),
(4, 317, 'Yes', 'Yes', 'Not much interested', 'Yes', '2023-06-11 14:43:32', '2023-06-11 14:43:32', NULL),
(5, 175, 'Yes', 'Yes', 'Yes', 'Yes', '2023-06-11 20:20:31', '2023-06-11 20:20:31', NULL),
(6, 354, '-', '-', '-', '-', '2023-06-12 13:04:13', '2023-06-12 13:04:13', NULL),
(7, 390, 'Emotional', 'Fun loving', 'No', 'Always', '2023-06-12 15:32:20', '2023-06-12 15:32:20', NULL),
(8, 311, '-', '-', '-', '-', '2023-06-12 20:04:02', '2023-06-12 20:04:02', NULL),
(9, 586, 'Affection', 'Good sense of Humour', 'None', 'Minimal', '2023-06-16 01:52:31', '2023-06-16 01:52:31', NULL),
(10, 590, 'Affectionate', 'Humorous', 'Neutral', 'Religious', '2023-06-16 09:23:14', '2023-06-16 09:23:14', NULL),
(11, 518, 'affectiona nd caring', 'yes humurous', 'not interested', 'yes religious', '2023-06-16 11:43:25', '2023-06-16 11:43:25', NULL),
(12, 609, NULL, 'Jovial', 'Non political', 'Humanity', '2023-06-17 10:41:30', '2023-06-17 10:41:30', NULL),
(13, 628, 'Quite affectionate with family members and relatives.', 'Humorous in nature as general.', 'General', 'Service to Humans is service to God for me.', '2023-06-18 18:50:15', '2023-06-18 18:50:15', NULL),
(14, 672, 'Calm , Focused, Carrier ambitious', NULL, 'support development and non radical views', NULL, '2023-06-24 14:42:52', '2023-06-24 14:42:52', NULL),
(15, 693, 'Affection', 'Humor', 'BJP', NULL, '2023-06-27 16:30:35', '2023-06-27 16:30:35', NULL),
(16, 697, 'Affectionate', 'Sense of Humor', 'Progress & Development', 'Spiritual', '2023-06-28 15:17:13', '2023-06-28 15:17:13', NULL),
(17, 706, NULL, 'Logical humor and sarcasm', 'N/A', 'N/A', '2023-06-30 20:16:39', '2023-06-30 20:16:39', NULL),
(18, 152, 'Caring', 'Good Sense Of Humor', 'No', 'Not Yet', '2023-07-28 12:59:55', '2023-07-28 12:59:55', NULL),
(19, 778, NULL, NULL, NULL, NULL, '2023-07-28 13:56:40', '2023-07-28 13:56:40', NULL),
(20, 794, 'Family', 'Natural', 'Not interested', 'No', '2023-07-28 21:25:30', '2023-07-28 21:25:30', NULL),
(21, 808, 'NA', 'NA', 'NA', 'NA', '2023-07-29 20:45:39', '2023-07-29 20:45:39', NULL),
(22, 809, 'NA', 'NA', 'NA', 'NA', '2023-07-29 21:19:31', '2023-07-29 21:19:31', NULL),
(23, 820, 'Pretty Affectionate', 'Good sense of humour', 'Left Winged', 'Religious', '2023-08-02 11:46:24', '2023-08-02 11:46:24', NULL),
(24, 895, 'Affectionate', 'Humorous', 'Highly interested in politics', 'Not much.', '2023-08-06 11:31:33', '2023-08-06 11:31:33', NULL),
(25, 926, 'I have decent human level affection towards people.', 'I am quit humours.. but no funny person says they are funny.', 'No interest in politics', 'Jain', '2023-08-06 23:11:32', '2023-08-06 23:11:32', NULL),
(26, 940, 'Affectionate', 'Likes light humor', 'No views', 'Jainism', '2023-08-07 18:47:45', '2023-08-07 18:47:45', NULL),
(27, 432, 'Attracting people to me', 'Good with timings', 'Not that much Interested', 'Like and doing', '2023-08-07 21:36:47', '2023-08-07 21:36:47', NULL),
(28, 964, 'Yes', 'Good', 'Bhajap', 'Active with yuva unstoppable in ahmedabad', '2023-08-07 21:53:29', '2023-08-07 21:53:29', NULL),
(29, 1026, 'Kindness', 'Yes', NULL, 'Helpfull', '2023-08-10 23:10:13', '2023-08-10 23:10:13', NULL),
(30, 1035, NULL, NULL, 'No', NULL, '2023-08-11 09:57:54', '2023-08-11 09:57:54', NULL),
(31, 467, NULL, NULL, 'Neutral', 'Working as Volunteer and Active member of our Youth Group at Naranpura Sangh', '2023-08-12 21:58:00', '2023-08-12 21:58:00', NULL),
(32, 1120, 'No', 'Yes', 'No', 'Yes', '2023-08-13 11:13:45', '2023-08-13 11:13:45', NULL),
(33, 165, NULL, NULL, NULL, 'Jain', '2023-08-13 12:10:37', '2023-08-13 12:10:37', NULL),
(34, 1133, NULL, NULL, NULL, NULL, '2023-08-13 21:50:52', '2023-08-13 21:50:52', NULL),
(35, 1140, 'Love animals', 'Risk taker & explorer', 'Not Interested much', 'Not interested much- Believe in Karma & good deeds', '2023-08-14 12:36:50', '2023-08-14 12:36:50', NULL),
(36, 675, 'Normal', 'yes', 'yes', 'yes', '2023-08-15 12:24:02', '2023-08-15 12:24:02', NULL),
(37, 1178, 'NA', 'Humorious', 'NA', 'Religihious', '2023-08-15 14:00:46', '2023-08-15 14:00:46', NULL),
(38, 953, NULL, 'Humour', 'Hinduism', 'Tirth raksha', '2023-08-16 21:37:23', '2023-08-16 21:37:23', NULL),
(39, 1191, NULL, NULL, NULL, NULL, '2023-08-16 22:32:13', '2023-08-16 22:32:13', NULL),
(40, 1153, NULL, NULL, NULL, NULL, '2023-08-16 22:53:58', '2023-08-16 22:53:58', NULL),
(41, 704, NULL, NULL, NULL, 'Sadhu sadhvji veyavchch', '2023-08-19 20:45:59', '2023-08-19 20:45:59', NULL),
(42, 135, 'Caring', NULL, 'Good', 'Jivdaya', '2023-08-20 11:07:19', '2023-08-20 11:07:19', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `short_description` text DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `banner` int(11) DEFAULT NULL,
  `meta_title` varchar(255) DEFAULT NULL,
  `meta_img` int(11) DEFAULT NULL,
  `meta_description` text DEFAULT NULL,
  `meta_keywords` text DEFAULT NULL,
  `status` int(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `blog_categories`
--

CREATE TABLE `blog_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blog_categories`
--

INSERT INTO `blog_categories` (`id`, `category_name`, `slug`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Event', 'Event', '2023-05-31 17:25:44', '2023-05-31 17:25:44', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `careers`
--

CREATE TABLE `careers` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `designation` varchar(255) DEFAULT NULL,
  `company` varchar(255) DEFAULT NULL,
  `start` int(11) DEFAULT NULL,
  `end` int(11) DEFAULT NULL,
  `present` tinyint(1) DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `careers`
--

INSERT INTO `careers` (`id`, `user_id`, `designation`, `company`, `start`, `end`, `present`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 3, 'xyz', 'xyz', 2021, 2026, 0, '2023-05-15 16:59:16', '2023-05-15 16:59:16', NULL),
(2, 7, 'Executive', 'Uni Soft', 222222, 222222, 0, '2023-05-16 11:36:45', '2023-05-16 11:36:45', NULL),
(3, 2, 'yh', 'h', 2023, 2024, 0, '2023-05-16 12:38:46', '2023-05-25 11:58:24', NULL),
(4, 18, 'QA', 'Universal Software', 2019, 2023, 1, '2023-05-23 14:20:08', '2023-05-23 14:20:16', NULL),
(5, 2, 'ghf', 'fg', 2012, NULL, 0, '2023-05-25 11:46:10', '2023-05-25 11:46:10', NULL),
(6, 79, 'Accountant', 'Jay Jalaram Extrusions', 2021, 2023, 1, '2023-06-04 19:34:11', '2023-06-04 19:34:22', NULL),
(7, 116, 'Assistant Manager', 'L&T Energy Hydrocarbon Engineering', 2021, NULL, 0, '2023-06-07 17:58:47', '2023-06-07 17:58:47', NULL),
(8, 134, 'Senior Software Engineer', 'Concentrix', 2022, NULL, 0, '2023-06-08 08:52:13', '2023-06-08 08:52:13', NULL),
(9, 146, 'Software Engineer', 'Google', 2020, NULL, 0, '2023-06-08 08:54:42', '2023-06-08 08:54:42', NULL),
(10, 158, 'Business', 'Chamunda mattress', 2021, NULL, 0, '2023-06-08 09:14:10', '2023-06-08 09:14:10', NULL),
(11, 158, 'Business', 'Chamunda mattress', 2021, NULL, 0, '2023-06-08 09:14:11', '2023-06-08 09:14:29', '2023-06-08 09:14:29'),
(12, 167, 'Analyst Controls Engineer', 'Dematic Ltd.', 2021, NULL, 0, '2023-06-08 09:55:48', '2023-06-08 09:55:48', NULL),
(13, 172, 'Team Leader - Accounting and Finance', 'Tata Consultancy Services Ltd', 2013, NULL, 0, '2023-06-08 10:07:08', '2023-06-08 10:07:08', NULL),
(14, 174, 'Application Developer', 'IBM', 2019, NULL, 0, '2023-06-08 10:11:46', '2023-06-08 10:11:46', NULL),
(15, 186, 'System Engineer Robotics and Software', 'Emm! Solutions GmbH', 2022, NULL, 0, '2023-06-08 11:39:20', '2023-06-08 11:39:20', NULL),
(16, 192, 'Own General Merchant Business', 'Business', 2006, 2008, 0, '2023-06-08 11:47:52', '2023-06-08 11:47:52', NULL),
(17, 212, 'Sr. Software Developer', 'Eclinicalworks', 2020, NULL, 0, '2023-06-08 12:50:03', '2023-06-08 12:50:03', NULL),
(18, 166, 'Senior Formulation Scientist', 'Encube Ethicals Private Limited, Mumbai', 2022, NULL, 0, '2023-06-08 13:15:10', '2023-06-08 13:15:10', NULL),
(19, 166, 'Formulation Scientist', 'Zydus Cadila', 2017, 2022, 0, '2023-06-08 13:16:14', '2023-06-08 13:16:14', NULL),
(20, 222, 'Manager', 'Morgan Stanley', 2021, NULL, 1, '2023-06-08 14:37:21', '2023-06-08 14:38:10', NULL),
(21, 222, 'Credit Analyst', 'Crisil', 2014, 2021, 0, '2023-06-08 14:38:00', '2023-06-08 14:38:00', NULL),
(22, 225, 'Software Engineer', 'Pinelabs Pvt Ltd', 2022, NULL, 0, '2023-06-08 14:44:50', '2023-06-08 14:44:50', NULL),
(23, 227, 'Owner', 'Vir gems', 2010, NULL, 0, '2023-06-08 17:14:35', '2023-06-08 17:14:35', NULL),
(24, 234, 'Relationship Manager', 'Hdfc Bank', 2010, 2025, 0, '2023-06-08 20:29:34', '2023-06-08 20:29:34', NULL),
(25, 75, 'SDE', 'Decentro', 2021, NULL, 0, '2023-06-09 14:14:06', '2023-06-09 14:14:06', NULL),
(26, 260, 'Senior Associate Accounts', 'Wipro ltd', 2017, NULL, 0, '2023-06-09 19:08:28', '2023-06-09 19:08:28', NULL),
(27, 292, 'Software developer', 'Tech mahindra', 2022, 2023, 0, '2023-06-10 06:59:40', '2023-06-10 06:59:40', NULL),
(28, 296, 'Intern', 'Bharti Airtel', 2017, 2017, 0, '2023-06-10 11:58:16', '2023-06-10 11:58:28', '2023-06-10 11:58:28'),
(29, 296, 'Graduate Engineer', 'FIAT Chrysler Automobiles', 2015, 2016, 0, '2023-06-10 12:20:31', '2023-06-10 12:20:31', NULL),
(30, 296, 'Intern', 'Bharti Airtel', 2017, 2017, 0, '2023-06-10 12:20:58', '2023-06-10 12:20:58', NULL),
(31, 296, 'Rating analyst', 'CRISIL', 2018, 2019, 0, '2023-06-10 12:31:19', '2023-06-10 12:31:19', NULL),
(32, 296, 'Senior rating analyst', 'CRISIL', 2019, 2021, 0, '2023-06-10 12:31:46', '2023-06-10 12:31:46', NULL),
(33, 296, 'Analyst', 'MUFG Bank - The Bank of Tokyo', 2022, 2023, 0, '2023-06-10 12:32:21', '2023-06-10 12:32:21', NULL),
(34, 296, 'Assistant Vice President', 'MUFG', 2023, 2023, 0, '2023-06-10 12:33:10', '2023-06-10 12:33:10', NULL),
(35, 298, 'Director', 'H. Vora Financial Services', 2012, NULL, 0, '2023-06-10 12:37:08', '2023-06-10 12:37:08', NULL),
(36, 300, 'CS (Company Secretary)', 'Gokul Agro Resources Limited', 2023, NULL, 0, '2023-06-10 14:37:09', '2023-06-10 14:38:37', NULL),
(37, 300, 'Practicing Company Secretary and Full Time Consultant', 'Ratnkar Securities Pvt Ltd', 2021, 2023, 0, '2023-06-10 14:40:09', '2023-06-10 14:40:09', NULL),
(38, 300, 'Practicing Company Secretary', 'Ronil Shah', 2020, 2023, 0, '2023-06-10 14:42:58', '2023-06-10 14:42:58', NULL),
(39, 316, 'Business Development Manager', 'Tech Receptives Solutions Pvt Ltd', 2021, NULL, 0, '2023-06-11 12:47:26', '2023-06-11 12:47:26', NULL),
(40, 316, 'Co founder', 'NGConn Smart Solutions Pvt Ltd', 2016, NULL, 0, '2023-06-11 12:48:02', '2023-06-11 12:48:02', NULL),
(41, 316, 'Founder', 'NGTrades Investment Solutions', 2022, NULL, 0, '2023-06-11 12:48:35', '2023-06-11 12:48:35', NULL),
(42, 316, 'Founder', 'NGTrades Investment Solutions', 2022, NULL, 0, '2023-06-11 12:48:37', '2023-06-11 12:48:37', NULL),
(43, 317, 'Assistant Manager', 'Clear Tax', 2020, 2023, 1, '2023-06-11 14:09:07', '2023-06-11 14:09:20', NULL),
(44, 322, 'Software Developer', 'Virtusa', 2022, 0, 1, '2023-06-11 17:28:51', '2023-06-11 17:29:57', NULL),
(45, 188, 'Techonology Analyst', 'Infosys', 2009, 2014, 0, '2023-06-11 17:38:38', '2023-06-11 17:38:38', NULL),
(46, 188, 'Assosciate', 'Cognizant Technology Solutions', 20014, 2018, 0, '2023-06-11 17:39:09', '2023-06-11 17:39:09', NULL),
(47, 188, 'Assistant Vice President', 'Credit Suisse Services, AG', 2018, 2023, 0, '2023-06-11 17:39:46', '2023-06-11 17:39:46', NULL),
(48, 175, 'Systems Analyst', 'Altera Digital Health', 2019, NULL, 1, '2023-06-11 20:12:47', '2023-06-11 20:45:07', NULL),
(49, 310, 'Proprietor', 'JRD INCORPORATED', 2014, NULL, 0, '2023-06-11 23:26:43', '2023-06-11 23:26:43', NULL),
(50, 285, 'Partner', 'Hitesh V Shah & Co', 2015, NULL, 1, '2023-06-12 11:03:07', '2023-08-08 09:43:51', NULL),
(51, 356, 'Owner', 'Parasmani Group of Companies', 2018, NULL, 1, '2023-06-12 11:20:47', '2023-06-12 11:20:54', NULL),
(52, 346, 'Dept. Branch manager', 'ICICI Bank', 2021, 2023, 0, '2023-06-12 11:26:06', '2023-06-12 11:26:06', NULL),
(53, 311, 'Software Development Engineer III', 'Expedia', 2021, NULL, 0, '2023-06-12 11:49:03', '2023-06-12 11:49:03', NULL),
(54, 365, 'SENIOR ACCOUNTANT', 'S T KABIR SCHOOL', 2017, NULL, 0, '2023-06-12 12:11:01', '2023-06-12 12:11:01', NULL),
(55, 376, 'Project Leader', 'ORACLE', 2017, NULL, 1, '2023-06-12 12:37:23', '2023-06-12 12:37:31', NULL),
(56, 213, 'Sr. Supply Chain Officer.', 'Reliance Industries Ltd.', 2015, 0, 0, '2023-06-12 12:46:40', '2023-06-12 12:46:40', NULL),
(57, 354, 'Advocate', 'High court', 2019, NULL, 0, '2023-06-12 12:58:37', '2023-06-12 12:58:37', NULL),
(58, 305, 'Software Engineer II', 'Honeywell', 2022, NULL, 0, '2023-06-12 14:09:45', '2023-06-12 14:10:03', NULL),
(59, 389, 'Sr. Design Engineer', 'Hi Tech Digital Solutions (MNC), Ahmedabad (WFH)', 2022, NULL, 0, '2023-06-12 15:11:17', '2023-06-12 15:11:17', NULL),
(60, 390, 'Businesses', 'ABS Perfume Inc', 2019, 2023, 0, '2023-06-12 15:24:30', '2023-06-12 15:24:30', NULL),
(61, 391, 'Sr Executive QA', 'Endoc Life care Pvt Ltd', 2018, NULL, 0, '2023-06-12 15:34:40', '2023-06-12 15:34:40', NULL),
(62, 393, 'Accountant', 'Rakesh doshi & co.', 2019, NULL, 1, '2023-06-12 15:59:25', '2023-06-12 15:59:39', NULL),
(63, 393, 'Owner', 'Stylehubstore', 2021, NULL, 1, '2023-06-12 15:59:58', '2023-06-12 16:00:24', NULL),
(64, 401, 'OWNER', 'SMC GLOBAL SEC LTD (FRANCHISEE)', 2007, NULL, 1, '2023-06-12 16:58:04', '2023-06-12 16:58:20', NULL),
(65, 407, 'SELF EMPLOYED', 'DARSHAN R SHAH & ASSOCIATES', 2018, NULL, 1, '2023-06-12 18:31:19', '2023-06-12 18:31:35', NULL),
(66, 411, 'SALES CO-ORDINATER', 'NEPTUNE HOUSE', 2021, NULL, 0, '2023-06-12 19:20:02', '2023-06-12 19:20:02', NULL),
(67, 418, 'Assistant Manager', 'Rare Asset Reconstruction Limited', 2021, NULL, 0, '2023-06-12 20:05:49', '2023-06-12 20:05:49', NULL),
(68, 438, 'Senior Accounts Manager', 'Desai Agrifoods Private Limited (Innoterra Group)', 2020, NULL, 0, '2023-06-12 21:22:16', '2023-06-12 21:22:16', NULL),
(69, 463, 'Customer Success Manager', 'Milestone Internet INC', 2023, 2023, 0, '2023-06-13 04:56:02', '2023-06-13 04:56:02', NULL),
(70, 466, 'Manager IT Infra', 'FTA HSRP SOLUTIONS PVT. LTD.', 2012, 2023, 1, '2023-06-13 09:36:40', '2023-06-13 09:36:52', NULL),
(71, 464, 'Accounts Officer', 'Trine Projects India Private Limited', 2019, NULL, 0, '2023-06-13 10:25:48', '2023-06-13 10:25:48', NULL),
(72, 474, 'Sr. Sales engineer', 'Clean Air engineers', 2023, NULL, 0, '2023-06-13 11:52:44', '2023-06-13 11:52:44', NULL),
(73, 478, 'Accountant', 'Doshi Accounting Services Pvt Ltd', 2019, NULL, 0, '2023-06-13 14:00:20', '2023-06-13 14:00:20', NULL),
(74, 482, 'Asst. Manager Licencing', 'Phonographic Performance Limited', 2014, NULL, 0, '2023-06-13 14:19:57', '2023-06-13 14:19:57', NULL),
(75, 487, 'Finance & tax Manger', 'Samriddhi Contech Pvt Ltd', 2017, NULL, 1, '2023-06-13 18:44:09', '2023-06-13 18:44:17', NULL),
(76, 487, 'Proprietor', 'Meet A Shah & Associates', 2021, NULL, 1, '2023-06-13 18:44:54', '2023-06-13 18:45:02', NULL),
(77, 488, 'Software Engineer', 'Dosepack India LLP (Meditab Group)', 2019, 2021, 0, '2023-06-13 19:46:44', '2023-06-13 19:46:44', NULL),
(78, 488, 'Senior Software Engineer', 'Tech Holding Pvt. Ltd.', 2021, NULL, 1, '2023-06-13 19:47:22', '2023-06-13 19:47:27', NULL),
(79, 491, 'Software Engineer', 'GoGuardian', 2017, NULL, 1, '2023-06-13 21:04:28', '2023-06-13 21:04:41', NULL),
(80, 498, 'MANAGER', 'ICICI SECURITY LTD. (Group of ICICI Bank LTD)', 2021, 2023, 0, '2023-06-13 23:44:34', '2023-06-13 23:44:34', NULL),
(81, 514, 'Owner', 'Vardhaman Metals', 2018, NULL, 0, '2023-06-14 15:23:10', '2023-06-14 15:23:10', NULL),
(82, 527, 'Self employee', 'Nemi Enterprise', 2022, NULL, 0, '2023-06-14 23:57:45', '2023-06-14 23:57:45', NULL),
(83, 368, 'Branch Operation manager', 'Bajaj finance ltd', 2015, NULL, 0, '2023-06-15 09:49:37', '2023-06-15 09:49:37', NULL),
(84, 533, 'Software Engineer', 'Eclinicalworks', 2021, 2023, 0, '2023-06-15 10:08:27', '2023-06-15 10:08:27', NULL),
(85, 533, 'Sr. Java developer', 'ITMCS', 2017, 2021, 0, '2023-06-15 10:09:17', '2023-06-15 10:09:17', NULL),
(86, 550, 'Architect & interior Designer', 'sushobhanam', 2013, NULL, 1, '2023-06-15 11:46:02', '2023-06-15 11:46:17', NULL),
(87, 557, 'Finance Manager', 'Navdeep Investment', 2021, NULL, 1, '2023-06-15 11:47:38', '2023-06-15 11:49:54', NULL),
(88, 557, 'Finance executive', 'Medusind solutions', 2020, 2021, 0, '2023-06-15 11:49:12', '2023-06-15 11:50:03', NULL),
(89, 557, 'Tax specialist', 'Vodafone idea', 2020, 2020, 0, '2023-06-15 11:49:41', '2023-06-15 11:50:04', NULL),
(90, 558, 'AI solution Architect', 'IBM Ahmedabad', 2011, 2023, 0, '2023-06-15 12:31:57', '2023-06-15 12:31:57', NULL),
(91, 560, 'Have worked with Ahmedabad based firm', 'AGPCLLP', 2018, 2023, 0, '2023-06-15 12:39:14', '2023-06-15 12:39:14', NULL),
(92, 560, 'Have worked with Ahmedabad based firm', 'AGPCLLP', 2018, 2023, 0, '2023-06-15 12:39:18', '2023-06-15 12:39:18', NULL),
(93, 560, 'Have worked with Ahmedabad based firm', 'AGPCLLP', 2018, 2023, 0, '2023-06-15 12:39:25', '2023-06-15 12:39:25', NULL),
(94, 560, 'Have worked with Ahmedabad based firm', 'AGPCLLP', 2018, 2023, 0, '2023-06-15 12:39:44', '2023-06-15 12:39:44', NULL),
(95, 562, 'Management Consultant', 'MNC', 2021, 2024, 0, '2023-06-15 13:12:10', '2023-06-15 13:12:10', NULL),
(96, 564, 'SOFTWARE Engineer', 'VMukti Solutions Pvt Ltd', 2014, NULL, 1, '2023-06-15 13:20:12', '2023-06-15 13:20:23', NULL),
(97, 571, 'Product owner', 'Capgemini', 2019, 2023, 0, '2023-06-15 18:34:41', '2023-06-15 18:34:41', NULL),
(98, 468, 'Chief accountant', 'R wood LLP,UAE', 2015, NULL, 0, '2023-06-15 19:06:14', '2023-06-15 19:06:14', NULL),
(99, 575, 'Engineer', 'Mercedes Benz Research and Development', 2021, NULL, 0, '2023-06-15 19:55:36', '2023-06-15 19:55:36', NULL),
(100, 581, 'Design engineer', 'Karnavati engineering cadila gro8', 2016, 2019, 0, '2023-06-15 21:49:53', '2023-06-15 21:51:57', NULL),
(101, 581, 'Design engineer', 'Pakona engineers pvt Ltd', 2019, 2021, 0, '2023-06-15 21:50:57', '2023-06-15 21:52:34', NULL),
(102, 581, 'Design engineer', 'L&T Technology services Ltd', 2021, 2022, 0, '2023-06-15 21:53:50', '2023-06-15 21:53:50', NULL),
(103, 580, 'ASSISTANT ENGINEER', 'Gujarat Alkalies and Chemicals Limited', 2019, 2023, 0, '2023-06-15 21:53:51', '2023-06-15 22:19:56', NULL),
(104, 581, 'Design engineer', 'Johnson screen Ltd', 2022, NULL, 1, '2023-06-15 21:54:52', '2023-06-15 21:55:10', NULL),
(105, 580, 'EXECUTIVE ENGINEER', 'ONGC PETRO ADDITIONS LIMITED', 2023, NULL, 1, '2023-06-15 21:58:26', '2023-06-15 21:58:41', NULL),
(106, 586, 'Procurement Manager', 'SinaLite', 2017, 2023, 0, '2023-06-16 01:46:43', '2023-06-16 01:46:43', NULL),
(107, 588, 'Planning engineer', 'Milestone corp', 2013, 2023, 0, '2023-06-16 09:01:03', '2023-06-16 09:01:03', NULL),
(108, 590, 'Piano teacher', 'Mehli Mehta Music Foundation', 2023, NULL, 0, '2023-06-16 09:18:43', '2023-06-16 09:18:43', NULL),
(109, 590, 'Piano teacher', 'Self employed', 2020, NULL, 0, '2023-06-16 09:19:18', '2023-06-16 09:19:18', NULL),
(110, 518, 'self employed', 'Navkar trading co.', 2002, NULL, 0, '2023-06-16 11:37:46', '2023-06-16 11:37:46', NULL),
(111, 603, 'Proprietor', 'Kemi A Shah  & Associates', 2023, NULL, 1, '2023-06-16 22:10:14', '2023-06-16 22:10:49', NULL),
(112, 602, 'Full stack developer', 'Iolite softwares', 2021, NULL, 0, '2023-06-16 22:26:25', '2023-06-16 22:26:25', NULL),
(113, 609, 'Sr Engineer', 'Zealous', 2014, 2023, 0, '2023-06-17 10:36:12', '2023-06-17 10:36:12', NULL),
(114, 623, 'Senior Software Engineer', 'Capital Group', 2021, NULL, 1, '2023-06-18 06:25:56', '2023-06-18 06:37:33', NULL),
(115, 623, 'Software Engineer', 'Amazon', 2019, 2021, 0, '2023-06-18 06:26:31', '2023-06-18 06:26:31', NULL),
(116, 623, 'Software Engineer', 'Morgan Stanley', 2017, 2019, 0, '2023-06-18 06:27:02', '2023-06-18 06:27:02', NULL),
(117, 624, 'Senior Software Developer', 'TechnoBrains Business Solutions', 2023, NULL, 0, '2023-06-18 09:42:17', '2023-06-18 09:42:17', NULL),
(118, 625, 'Director', 'NAVKAR WATER SOLUTION PVT LTD', 2014, NULL, 0, '2023-06-18 11:25:52', '2023-06-18 11:25:52', NULL),
(119, 627, 'Product Lead', '4C Consulting', 2022, 202, 0, '2023-06-18 14:38:15', '2023-06-18 14:38:51', '2023-06-18 14:38:51'),
(120, 627, 'Product Lead', '4C Consulting', 2022, NULL, 1, '2023-06-18 14:38:18', '2023-06-18 14:39:08', NULL),
(121, 629, 'Software Developer', 'Tatvasoft', 2019, 2023, 1, '2023-06-18 17:14:23', '2023-06-18 17:14:30', NULL),
(122, 628, 'Credit Analyst', 'CRISIL, Pune', 2022, NULL, 0, '2023-06-18 18:26:18', '2023-06-18 18:26:18', NULL),
(123, 633, 'Product Design Engineer', 'Inventindia Innovation Pvt. Ltd.', 2018, NULL, 1, '2023-06-18 20:14:00', '2023-06-18 20:14:10', NULL),
(124, 633, 'Freelancer- Additive mfg. and Product designing', 'VISION3D', 2018, NULL, 1, '2023-06-18 22:33:32', '2023-06-18 22:33:42', NULL),
(125, 650, 'Sr Software Engineer', 'US based comoany', 2021, NULL, 1, '2023-06-19 23:18:51', '2023-06-19 23:35:59', NULL),
(126, 650, 'Sr Software Engineer', 'US based', 2021, NULL, 0, '2023-06-19 23:30:24', '2023-06-19 23:35:05', '2023-06-19 23:35:05'),
(127, 660, 'Optometrist', 'Vision Optical Institue', 2016, 2016, 0, '2023-06-22 11:51:50', '2023-06-22 11:53:11', '2023-06-22 11:53:11'),
(128, 660, 'Wholesale Opticians', 'Tej Optical', 2010, NULL, 1, '2023-06-22 11:52:56', '2023-06-22 11:54:51', NULL),
(129, 660, 'Optometrist', 'Vision Optical Institue', 2016, 2016, 0, '2023-06-22 11:54:25', '2023-06-22 11:54:41', '2023-06-22 11:54:41'),
(130, 663, 'Video Creator', 'MJAY Photography', 2022, NULL, 0, '2023-06-23 08:44:09', '2023-06-23 08:44:09', NULL),
(131, 667, 'Software Developer', 'Publicis Sapient', 2021, NULL, 0, '2023-06-23 21:35:40', '2023-06-23 21:35:54', '2023-06-23 21:35:54'),
(132, 667, 'Software Developer', 'Publicis Sapient', 2021, NULL, 0, '2023-06-23 21:35:41', '2023-06-23 21:35:41', NULL),
(133, 670, 'Proprietor', 'Bhavik M. Shah & Co.', 2013, 2023, 0, '2023-06-24 11:41:36', '2023-06-24 11:41:56', '2023-06-24 11:41:56'),
(134, 672, 'SR Software Engineer - USA H1B VISA in process (company sponsered)', 'IBM', 2022, NULL, 1, '2023-06-24 14:32:18', '2023-06-24 14:33:30', NULL),
(135, 672, 'Software Engineer', 'Deloitte USI', 2021, 2022, 0, '2023-06-24 14:34:21', '2023-06-24 14:34:21', NULL),
(136, 672, 'Software Engineer', 'TCS - Mumbai', 2019, 2021, 0, '2023-06-24 14:35:04', '2023-06-24 14:35:04', NULL),
(137, 676, 'Risk Associate', 'Morgan Stanley', 2021, NULL, 1, '2023-06-24 19:21:56', '2023-06-24 19:40:10', NULL),
(138, 676, 'Risk Analyst', 'JP Morgan Chase', 2019, 2021, 1, '2023-06-24 19:36:48', '2023-06-24 19:39:14', NULL),
(139, 682, 'Manager', 'Sun pharmaceuticals industries Ltd', 2016, 2023, 0, '2023-06-25 17:47:34', '2023-06-25 17:47:34', NULL),
(140, 685, 'Software engineer', 'Tatvasoft', 2019, NULL, 0, '2023-06-26 12:44:39', '2023-06-26 12:44:39', NULL),
(141, 688, 'HADE OF ACCOUNTANT', 'FETAWALA & COMPANY (WORKING WITH 3 FIRMS SIMULTANEOUSLY)', 2019, NULL, 0, '2023-06-26 16:19:53', '2023-06-26 16:19:53', NULL),
(142, 447, 'Senior software engineer', 'Arcesium (D.E.SHAW group) India', 2020, NULL, 0, '2023-06-26 16:22:59', '2023-06-26 16:22:59', NULL),
(143, 668, 'Manager', 'Shree Ambaji Textiles', 2021, NULL, 0, '2023-06-26 21:54:57', '2023-06-26 21:54:57', NULL),
(144, 691, 'Software Designer VI - Expert', 'Hewlett Packard Enterprises', 2017, NULL, 1, '2023-06-27 08:47:13', '2023-06-27 08:47:21', NULL),
(145, 692, 'PROPRIETOR', 'DHAVAL M SHAH AND ASSOCIATES CHARTERED ACCOUNTANT', 2002, 2023, 1, '2023-06-27 14:36:02', '2023-06-27 14:36:17', NULL),
(146, 693, 'Senior Manager', 'Axis Bank Ltd.', 2017, NULL, 0, '2023-06-27 16:20:31', '2023-06-27 16:20:31', NULL),
(147, 693, 'Senior Manager', 'Axis Bank Ltd.', 2017, NULL, 0, '2023-06-27 16:20:33', '2023-06-27 16:20:33', NULL),
(148, 697, 'Architect & Urban Planner', 'Gujarat Town Planning Consultancy', 2017, NULL, 1, '2023-06-28 15:10:53', '2023-06-28 15:11:05', NULL),
(149, 698, 'Accountant', 'Gujarat Pickers Industries Limited', 2019, NULL, 0, '2023-06-28 22:54:16', '2023-06-28 22:54:16', NULL),
(150, 706, 'Electrical Engineer', 'Worley India Pvt Ltd', 2022, NULL, 0, '2023-06-30 20:03:33', '2023-06-30 20:03:33', NULL),
(151, 712, 'Senior Software Engineer', 'DEV IT', 2015, 2023, 1, '2023-07-02 11:04:00', '2023-07-02 11:14:01', NULL),
(152, 576, 'Senior Software Engineer (SDE-II)', 'Bank of America', 2021, NULL, 1, '2023-07-02 16:49:09', '2023-07-02 16:50:07', NULL),
(153, 576, 'Technical Consultant', 'Morgan Stanley', 2019, 2021, 0, '2023-07-02 16:49:44', '2023-07-02 16:49:44', NULL),
(154, 576, 'Senior Software Engineer', 'Agile Infoways', 2015, 2019, 0, '2023-07-02 16:50:33', '2023-07-02 16:50:33', NULL),
(155, 714, 'Software Developer Engineer 1', 'Software Co.', 2023, NULL, 1, '2023-07-02 17:32:50', '2023-07-02 17:33:39', NULL),
(156, 714, 'Software Developer', 'Terminal Trend', 2020, 2023, 0, '2023-07-02 17:33:24', '2023-07-02 17:33:24', NULL),
(157, 715, 'Junior Test Analyst', 'Civica , Vadodara', 2022, NULL, 1, '2023-07-02 22:52:16', '2023-08-12 22:52:54', NULL),
(158, 477, 'finance manager', 'private', 2015, NULL, 0, '2023-07-06 12:19:31', '2023-07-06 12:19:31', NULL),
(159, 743, 'Cosultant Radiologist', 'SRL', 2022, NULL, 0, '2023-07-12 12:51:52', '2023-07-12 12:51:52', NULL),
(160, 749, 'Business Owner', 'Ikshvaku Solutions', 2017, 2023, 0, '2023-07-13 19:44:00', '2023-07-13 19:44:00', NULL),
(161, 752, 'Assistant Vice President', 'JP Morgan Chase', 2017, NULL, 0, '2023-07-14 23:43:36', '2023-07-14 23:43:36', NULL),
(162, 481, 'Sr Software Development Engineer', 'Amazon.com', 2016, NULL, 0, '2023-07-22 20:07:17', '2023-07-22 20:07:17', NULL),
(163, 594, 'Business Intelligence Engineer', 'Amazon', 2022, NULL, 1, '2023-07-24 13:03:33', '2023-07-24 13:03:51', NULL),
(164, 594, 'Data & Analytics Consultant', 'Slalom', 2021, 2022, 0, '2023-07-24 13:04:22', '2023-07-24 13:12:42', NULL),
(165, 767, 'Llb', 'J g institution of law', 2018, 2021, 0, '2023-07-28 09:37:10', '2023-07-28 09:37:25', '2023-07-28 09:37:25'),
(166, 767, 'Managing director', 'Maushaa advisory OPC pvt ltd', 2016, NULL, 0, '2023-07-28 09:39:58', '2023-07-28 09:40:12', NULL),
(167, 767, 'Advocate GUJARAT HIGH COURT', 'Maunish m. Shah & associates', 2021, NULL, 0, '2023-07-28 09:40:49', '2023-07-28 09:40:49', NULL),
(168, 767, 'Income tax practitioner', 'Maunish m shah & associates', 2016, NULL, 0, '2023-07-28 09:41:25', '2023-07-28 09:41:25', NULL),
(169, 767, 'Gst practitioner', 'Fincorp consultancy', 2016, NULL, 0, '2023-07-28 09:42:03', '2023-07-28 09:42:03', NULL),
(170, 773, 'Manager', 'Swiggy', 2023, NULL, 0, '2023-07-28 11:31:35', '2023-07-28 11:31:35', NULL),
(171, 152, 'Senior Quality and Security Analyst', 'Private Firm IT', 2015, 2023, 0, '2023-07-28 12:44:13', '2023-07-28 12:44:13', NULL),
(172, 765, 'Software engineer (MTS)', 'Oracle USA Inc.', 2023, NULL, 0, '2023-07-28 13:25:13', '2023-07-28 13:25:13', NULL),
(173, 794, 'Specialists executive level 2', 'Medusind Global Service PVT LTD', 2014, NULL, 0, '2023-07-28 21:12:17', '2023-07-28 21:12:17', NULL),
(174, 807, 'QA Lead', 'Cygnet Infotech Pvt Ltd', 2019, NULL, 1, '2023-07-29 14:27:09', '2023-07-29 14:27:33', NULL),
(175, 806, 'Account Executive', 'Private Limited', 2017, 2023, 0, '2023-07-29 14:33:15', '2023-07-29 14:33:15', NULL),
(176, 808, 'Project Executive', 'Job', 2020, NULL, 1, '2023-07-29 20:32:51', '2023-07-29 20:33:02', NULL),
(177, 809, 'Research Associate', 'ISRO - Project', 2016, NULL, 1, '2023-07-29 21:16:24', '2023-07-29 21:16:36', NULL),
(178, 811, 'Marketing Insights Manager', 'TeamViewer', 2021, NULL, 0, '2023-07-30 14:58:21', '2023-07-30 14:58:21', NULL),
(179, 816, 'RESEARCH ASSOCIATE', 'INTAS PHARMACEUTICALS LTD', 2016, NULL, 1, '2023-08-01 21:27:24', '2023-08-01 21:27:38', NULL),
(180, 820, 'Family business', 'CHINTAMANI INDUSTRIES', 2020, NULL, 0, '2023-08-02 11:39:59', '2023-08-02 11:39:59', NULL),
(181, 826, 'Advocate', 'GUJARAT HIGH COURT', 2023, NULL, 0, '2023-08-02 21:44:19', '2023-08-02 21:44:19', NULL),
(182, 828, 'Additional Assistant Engineer', 'Sardar Sarovar Narmada Nigam Ltd (Govt of Gujarat)', 2018, NULL, 0, '2023-08-02 21:58:53', '2023-08-02 21:58:53', NULL),
(183, 829, 'Freelancer', 'Freelancer', 2014, 2023, 1, '2023-08-02 22:12:11', '2023-08-02 22:12:27', NULL),
(184, 251, 'Sr. Executive', 'Zydus Lifescience Ltd.', 2021, NULL, 0, '2023-08-02 22:21:50', '2023-08-02 22:21:50', NULL),
(185, 844, 'Business Analyst', 'Citi Bank', 2023, NULL, 1, '2023-08-03 10:40:24', '2023-08-03 10:40:36', NULL),
(186, 844, 'Analytics Consultant', 'Wells Fargo', 2021, 2023, 1, '2023-08-03 10:41:08', '2023-08-03 10:41:23', NULL),
(187, 847, 'Manager', 'Ark furniture pvt ltd', 2019, NULL, 0, '2023-08-03 11:17:23', '2023-08-03 11:17:23', NULL),
(188, 847, 'Manager', 'Ark furniture pvt ltd', 2019, NULL, 0, '2023-08-03 11:17:25', '2023-08-03 11:17:25', NULL),
(189, 864, 'Senior Software developer', 'Tata Consultancy Services (TCS)', 2020, NULL, 0, '2023-08-03 22:27:29', '2023-08-03 22:27:29', NULL),
(190, 869, 'Senior Accountant', 'Pacific group of companies', 2022, NULL, 0, '2023-08-03 23:03:39', '2023-08-03 23:03:39', NULL),
(191, 882, 'Developer', 'Spencer Ogden', 2022, NULL, 0, '2023-08-04 09:53:17', '2023-08-04 09:53:17', NULL),
(192, 888, 'Deposiotry Operations', 'INDIA', 2008, 2023, 0, '2023-08-04 11:49:26', '2023-08-04 11:49:26', NULL),
(193, 821, 'ASSISTANT ACCOUNTANT', 'PRIME CIVIL INFRASTRUCTURES PVT LTD', 2014, 2023, 0, '2023-08-04 16:27:15', '2023-08-04 16:27:15', NULL),
(194, 898, 'Partner', 'Professional Management Consultancy', 2018, NULL, 1, '2023-08-04 21:40:49', '2023-08-04 21:45:19', NULL),
(195, 898, 'Partner', 'Om Classes', 2015, NULL, 1, '2023-08-04 21:42:15', '2023-08-04 21:45:15', NULL),
(196, 898, 'Departmental Head (Bank Audit)', 'HTA & ASSOCIATES', 2018, NULL, 1, '2023-08-04 21:43:36', '2023-08-04 21:45:12', NULL),
(197, 480, 'Senior executive security', 'InterGlobe Aviation LTD ( Indigo Airlines)', 2018, NULL, 0, '2023-08-05 19:12:48', '2023-08-05 19:12:48', NULL),
(198, 907, 'Practicing Chartered Accountant', 'Devansh Shah & Associates', 2019, NULL, 0, '2023-08-05 22:30:45', '2023-08-05 22:30:45', NULL),
(199, 895, 'Senior Validation Engineer', 'Qualcomm Inc', 2021, NULL, 1, '2023-08-06 11:21:59', '2023-08-06 12:00:05', NULL),
(200, 895, 'Senior validation Engineer', 'NXP semiconductors', 2017, 2021, 1, '2023-08-06 11:22:49', '2023-08-06 12:00:19', NULL),
(201, 910, 'Marketing', 'Nice ceramic Pvt.ltd.', 2004, NULL, 0, '2023-08-06 12:59:45', '2023-08-06 12:59:45', NULL),
(202, 654, 'Sr Software Engineer', 'Applab Systems', 2019, NULL, 1, '2023-08-06 17:58:49', '2023-08-06 17:59:06', NULL),
(203, 914, 'Senior Sales Manager', 'IDFC FIRST BANK', 2019, NULL, 0, '2023-08-06 19:55:17', '2023-08-06 19:55:17', NULL),
(204, 161, 'Credit Manager', 'Zen Exim Pvt ltd', 2018, NULL, 0, '2023-08-06 21:21:31', '2023-08-06 21:21:31', NULL),
(205, 923, 'Lead Engineer', 'Apexon Technology', 2022, NULL, 0, '2023-08-06 22:20:01', '2023-08-06 22:20:01', NULL),
(206, 929, 'Software Developer', 'Beontra GmbH', 2022, NULL, 1, '2023-08-07 00:24:06', '2023-08-07 00:24:18', NULL),
(207, 933, 'SELF EMPLOYED', 'JAY BHAVANI INFOCOMM', 2021, NULL, 0, '2023-08-07 11:32:13', '2023-08-07 11:32:13', NULL),
(208, 940, 'Software Engineer', 'Cybage Software', 2018, 2021, 0, '2023-08-07 18:35:54', '2023-08-07 18:35:54', NULL),
(209, 940, 'Software Engineer', 'Qualys Techserv', 2021, NULL, 0, '2023-08-07 18:36:52', '2023-08-07 18:36:52', NULL),
(210, 957, 'Cashier Assistant', 'Costco Wholesale', 2023, NULL, 0, '2023-08-07 21:21:41', '2023-08-07 21:21:41', NULL),
(211, 432, 'Sr. Executive', 'Schephler india Ltd', 2022, NULL, 0, '2023-08-07 21:24:55', '2023-08-07 21:24:55', NULL),
(212, 432, 'Sr. Executive', 'Schephler india Ltd', 2022, NULL, 0, '2023-08-07 21:25:00', '2023-08-07 21:25:00', NULL),
(213, 857, 'Account manager', 'VRTraders', 2019, NULL, 0, '2023-08-07 21:32:39', '2023-08-07 21:32:39', NULL),
(214, 857, 'Account manager', 'VRTraders', 2019, NULL, 0, '2023-08-07 21:32:41', '2023-08-07 21:32:41', NULL),
(215, 964, 'Assistant Manager International Sales', 'Jflexy Packaging', 2022, 2023, 0, '2023-08-07 21:46:18', '2023-08-07 21:46:18', NULL),
(216, 965, 'Asst. Manager', 'Maruti Suzuki India Ltd Rohtak, Haryana', 2022, NULL, 0, '2023-08-07 22:22:14', '2023-08-07 22:22:14', NULL),
(217, 974, 'Full Stack Developer', 'Techuz Infoweb', 2019, 2023, 1, '2023-08-08 07:21:58', '2023-08-08 07:32:11', NULL),
(218, 981, 'ADVOCATE TAX CONSULTANT', 'BADANI CONSULTANCY (OWN BUSINESS)', 2021, NULL, 1, '2023-08-08 12:02:06', '2023-08-08 12:02:22', NULL),
(219, 987, 'Doctor & Doing Post graduation MD', 'Study', 2022, NULL, 0, '2023-08-08 15:16:32', '2023-08-08 15:16:52', NULL),
(220, 982, 'Senior MIS', 'Private Firm', 2020, NULL, 0, '2023-08-08 17:00:49', '2023-08-08 17:00:49', NULL),
(221, 1003, 'Payment Specialist', 'Can not tell.', 2023, NULL, 0, '2023-08-09 01:00:24', '2023-08-09 01:00:24', NULL),
(222, 1004, 'Software Engineer', 'EPAM System', 2022, NULL, 1, '2023-08-09 01:47:41', '2023-08-09 01:48:15', NULL),
(223, 1004, 'Freelancer Senior Software Engineer', 'Upwork', 2020, NULL, 1, '2023-08-09 01:51:28', '2023-08-09 01:51:54', NULL),
(224, 996, 'Manager', 'Banking industry', 2016, NULL, 0, '2023-08-09 02:33:00', '2023-08-09 02:33:00', NULL),
(225, 996, 'Manager', 'Banking industry', 2016, NULL, 0, '2023-08-09 02:33:02', '2023-08-09 02:51:34', '2023-08-09 02:51:34'),
(226, 1011, 'Kitchen ware manufacturing', 'Parth metals', 2023, NULL, 0, '2023-08-09 14:49:12', '2023-08-09 14:49:12', NULL),
(227, 1012, 'interior designer', 'self employ', 2014, NULL, 0, '2023-08-09 16:19:04', '2023-08-09 16:19:42', NULL),
(228, 915, 'Grader', 'S.vinod Kumar diamonds', 2017, NULL, 0, '2023-08-10 19:48:38', '2023-08-10 19:48:38', NULL),
(229, 1022, 'Software Eng.', 'Growexx', 2022, NULL, 0, '2023-08-10 20:16:40', '2023-08-10 20:18:08', NULL),
(230, 1022, 'Software Eng.', 'Tatva Soft', 2020, 2022, 0, '2023-08-10 20:19:09', '2023-08-10 20:19:09', NULL),
(231, 1023, 'Own business', 'Zeel agency', 2015, NULL, 1, '2023-08-10 20:42:41', '2023-08-10 20:43:50', NULL),
(232, 995, 'GST HEAD', 'RAJUL SHAH & CO', 2018, NULL, 0, '2023-08-10 22:13:50', '2023-08-10 22:13:50', NULL),
(233, 1026, 'C.G. Road', 'Disha Enterprise Pvt Ltd', 2022, 2023, 0, '2023-08-10 22:48:17', '2023-08-10 22:48:17', NULL),
(234, 1029, 'Senior Software Engineer', 'Mobio Solutions', 2019, 2023, 0, '2023-08-11 08:43:27', '2023-08-11 08:43:27', NULL),
(235, 1032, 'CHARTERED ACCOUNTANT', 'Dharmesh A. SHAH and Company', 2023, NULL, 0, '2023-08-11 08:54:04', '2023-08-11 08:54:04', NULL),
(236, 897, 'Owner', 'Favourite selection Showroom', 2004, NULL, 0, '2023-08-11 10:20:18', '2023-08-11 10:20:18', NULL),
(237, 1038, 'Software Developer', 'Amdocs, Pune', 2017, NULL, 1, '2023-08-11 10:55:17', '2023-08-11 11:20:07', NULL),
(238, 287, 'BUSINESS OWNER', 'SHUBHAM TRADING COMPANY', 2013, NULL, 0, '2023-08-11 12:58:26', '2023-08-11 12:58:26', NULL),
(239, 1050, 'Data Scientist/AI research Engineer', 'Hewlett Packard Enterprise', 2022, NULL, 1, '2023-08-11 16:06:18', '2023-08-11 16:06:34', NULL),
(240, 1050, 'Senior Software Engineer', 'TIAA', 2021, 2022, 0, '2023-08-11 16:07:16', '2023-08-11 16:07:16', NULL),
(241, 1062, 'Tech Lead', 'Softura', 2023, NULL, 0, '2023-08-11 23:10:48', '2023-08-11 23:10:48', NULL),
(242, 1063, 'Automotive Technician', 'Canadian Tire', 2021, 2, 0, '2023-08-12 07:32:27', '2023-08-12 07:32:27', NULL),
(243, 1064, 'Materials & Sourcing Engineer', 'LM Wind Power', 2021, NULL, 1, '2023-08-12 07:35:24', '2023-08-13 08:21:59', NULL),
(244, 1071, 'SENIOR ACCOUNTANT', 'PARUL DIAMOND & SANJAY BROTHER', 2018, NULL, 1, '2023-08-12 12:50:37', '2023-08-12 12:50:45', NULL),
(245, 1077, 'Content Writer', 'IT company', 2018, NULL, 0, '2023-08-12 13:16:49', '2023-08-12 13:16:49', NULL),
(246, 1072, 'Cloud Specialist', 'Accenture', 2018, NULL, 1, '2023-08-12 13:27:18', '2023-08-12 13:27:31', NULL),
(247, 1085, 'Sr. technical analyst', 'Softweb solutions', 2023, NULL, 0, '2023-08-12 13:42:25', '2023-08-12 13:42:25', NULL),
(248, 1087, 'Sale Exicutive', 'Shafalya Ifra LLP', 2022, 2023, 0, '2023-08-12 13:49:21', '2023-08-12 13:49:21', NULL),
(249, 1089, 'Assistant Manager', 'BDO India', 2022, NULL, 0, '2023-08-12 14:40:58', '2023-08-12 14:40:58', NULL),
(250, 1079, 'District Treasury Officer Class I Anand', 'Government of Gujarat', 2022, NULL, 0, '2023-08-12 14:43:03', '2023-08-12 14:43:49', NULL),
(251, 1096, 'Personal Banker', 'TD Bank (Toronto Dominic)', 2022, NULL, 0, '2023-08-12 17:01:01', '2023-08-12 17:01:01', NULL),
(252, 972, 'Administrative Assistant', 'LIC OF INDIA', 2020, NULL, 0, '2023-08-12 17:09:18', '2023-08-12 17:09:18', NULL),
(253, 1099, 'ACCOUNTANT', 'SUNDARAM ROADLINES (GOVT. TRANSPORT CONTRACTOR)', 2019, NULL, 1, '2023-08-12 17:24:39', '2023-08-12 17:24:57', NULL),
(254, 1110, 'Partner', 'NY and Associates LLP', 2021, NULL, 0, '2023-08-12 21:32:55', '2023-08-12 21:32:55', NULL),
(255, 467, 'Software Engineer', 'Optum', 2022, 2023, 0, '2023-08-12 21:48:51', '2023-08-12 21:50:06', NULL),
(256, 467, 'Project Engineer', 'Wipro', 2020, 2022, 0, '2023-08-12 21:49:24', '2023-08-12 21:49:24', NULL),
(257, 467, 'Software Engineer', 'Eclinical Works', 2023, NULL, 1, '2023-08-12 21:49:55', '2023-08-12 21:50:08', NULL),
(258, 1120, 'Deputy Manager - HR', 'Kalpataru Projects International Limited', 2007, NULL, 0, '2023-08-13 11:06:32', '2023-08-13 11:06:32', NULL),
(259, 240, 'Lead Financial Data Analyst', 'S&P Global Market Intelligence', 2018, NULL, 1, '2023-08-13 12:04:56', '2023-08-13 12:05:22', NULL),
(260, 1123, 'Senior risk manager', 'Aditya Birla finance Ltd', 2023, NULL, 0, '2023-08-13 14:17:00', '2023-08-13 14:17:00', NULL),
(261, 1124, 'Supplies of stationary and cutlery products', 'Jay jinendra enterprise', 1994, 2023, 0, '2023-08-13 16:21:32', '2023-08-13 16:21:32', NULL),
(262, 1125, 'Software Engineer', 'MNC Ahmedabad', 2020, 2023, 0, '2023-08-13 17:15:39', '2023-08-13 17:15:39', NULL),
(263, 1126, 'Assistant Manager (Legal)', 'Torrent Pharmaceuticals Limited', 2022, 2023, 1, '2023-08-13 17:38:57', '2023-08-13 17:39:07', NULL),
(264, 1133, 'Senior Associate', 'Ssnc Globeop', 2022, NULL, 0, '2023-08-13 21:48:47', '2023-08-13 21:48:47', NULL),
(265, 877, 'Senior Research Scientist', 'ThinQ Pharma CRO, Ahmedabad', 2023, NULL, 0, '2023-08-13 22:59:15', '2023-08-13 22:59:15', NULL),
(266, 833, 'Product Manager', 'Cadila Pharmaceuticals', 2023, NULL, 0, '2023-08-14 11:50:00', '2023-08-14 11:50:00', NULL),
(267, 1140, 'Sales Engineer', 'Zed Plus Enterprise', 2012, 2014, 0, '2023-08-14 12:22:53', '2023-08-14 12:22:53', NULL),
(268, 1140, 'Estimation & Proposal', 'Doshion Veolia', 2014, 2015, 0, '2023-08-14 12:23:19', '2023-08-14 12:23:19', NULL),
(269, 1140, 'Business Development Executive', 'IRM Offshore & Marine', 2015, 2016, 0, '2023-08-14 12:23:55', '2023-08-14 12:23:55', NULL),
(270, 1140, 'Sales Engineer', 'Aqseptence Group - India', 2016, 2022, 0, '2023-08-14 12:24:37', '2023-08-14 12:24:49', NULL),
(271, 1140, 'Sales Engineer', 'Aqseptence Group- Germany', 2023, NULL, 1, '2023-08-14 12:25:16', '2023-08-14 12:25:23', NULL),
(272, 1156, 'ASST. MANAGER', 'VOLTAMP TRANSFORMERS LIMITED', 2015, NULL, 1, '2023-08-14 16:18:27', '2023-08-14 16:18:38', NULL),
(273, 1164, 'Software Engineer', 'Sruta Technologies', 2019, NULL, 1, '2023-08-14 18:49:21', '2023-08-14 18:49:29', NULL),
(274, 406, 'Account department', 'Disha enterprise', 2022, NULL, 0, '2023-08-14 20:40:13', '2023-08-14 20:40:13', NULL),
(275, 851, 'PROJECT MANAGER', 'HIREN PATEL ARCHITECTS', 2018, NULL, 0, '2023-08-14 20:52:47', '2023-08-14 20:52:47', NULL),
(276, 1168, 'Cyber Forensic Expert', 'Crime Branch, Delhi Police', 2021, NULL, 1, '2023-08-14 23:34:32', '2023-08-14 23:34:50', NULL),
(277, 675, 'Sr account executive', 'Analytix solution', 2021, NULL, 0, '2023-08-15 12:20:26', '2023-08-15 12:20:26', NULL),
(278, 497, 'Account & Admin Manager', 'Finance Company', 2018, 2023, 0, '2023-08-15 12:20:59', '2023-08-15 12:20:59', NULL),
(279, 1178, 'Account executive', 'Private company', 2016, NULL, 1, '2023-08-15 13:49:41', '2023-08-15 13:49:52', NULL),
(280, 1186, 'Bisness', 'Doshi enterprise', 2000, 0, 0, '2023-08-15 18:12:53', '2023-08-15 18:12:53', NULL),
(281, 371, 'Software engineer', 'It company', 2023, NULL, 0, '2023-08-16 13:47:51', '2023-08-16 13:47:51', NULL),
(282, 371, 'Software engineer', 'It company', 2023, NULL, 0, '2023-08-16 13:47:53', '2023-08-16 13:47:53', NULL),
(283, 371, 'Software engineer', 'It company', 2023, NULL, 0, '2023-08-16 13:47:54', '2023-08-16 13:47:54', NULL),
(284, 371, 'Software engineer', 'It company', 2023, NULL, 0, '2023-08-16 13:47:56', '2023-08-16 13:47:56', NULL),
(285, 371, 'Software engineer', 'It company', 2023, NULL, 0, '2023-08-16 13:47:57', '2023-08-16 13:47:57', NULL),
(286, 1203, 'Sr. Software engineer', 'Infostretch', 2021, NULL, 0, '2023-08-16 21:39:14', '2023-08-16 21:39:14', NULL),
(287, 1191, 'scientist', 'large company', 2006, NULL, 0, '2023-08-16 21:54:19', '2023-08-16 21:54:19', NULL),
(288, 1205, 'Paralegal Associate', 'Balchandbhai K. Patel Associates and Advocates', 2022, NULL, 0, '2023-08-16 21:57:27', '2023-08-16 21:57:27', NULL),
(289, 1230, 'Senior Software Engineer', 'IndiaNIC Pvt. Ltd.', 4, NULL, 1, '2023-08-17 17:07:33', '2023-08-17 17:12:02', NULL),
(290, 1235, 'Partner', 'Saurashtra Stores MG Road', 2016, NULL, 0, '2023-08-17 21:00:12', '2023-08-17 21:00:12', NULL),
(291, 1234, 'Designer/Architect', 'Millan Architects', 2023, NULL, 1, '2023-08-18 08:49:36', '2023-08-18 08:50:16', NULL),
(292, 1254, 'Sr. Digital Marketing Executive', 'The Grey Metaphor', 2017, NULL, 0, '2023-08-18 16:20:30', '2023-08-18 16:20:30', NULL),
(293, 1069, 'Senior software engineer', 'Tatvasoft', 2019, NULL, 0, '2023-08-18 16:22:19', '2023-08-18 16:22:19', NULL),
(294, 1187, 'Executive', 'Intas pharmaceutical', 2020, NULL, 0, '2023-08-18 19:32:26', '2023-08-18 19:32:26', NULL),
(295, 1241, 'Assistant Manager', 'BeFree', 2020, NULL, 0, '2023-08-19 11:20:48', '2023-08-19 11:20:48', NULL),
(296, 954, 'STRUCTURE ENGINEER', 'ASHOK SHAH & ASSOCIATES', 2022, NULL, 1, '2023-08-19 12:43:22', '2023-08-19 12:43:32', NULL),
(297, 954, 'CIVIL ENGINEER', 'DARSHANAM GROUP', 2018, 2019, 0, '2023-08-19 12:44:47', '2023-08-19 12:44:47', NULL),
(298, 954, 'STRUCTURE ENGINEER', 'DARSHANAM GROUP', 2021, 2022, 0, '2023-08-19 12:45:09', '2023-08-19 12:45:09', NULL),
(299, 954, 'DIRECTOR IN OWN FIRM', 'DEVSHILPI ARCHITECTURE,STRUCTURE AND INTERIOR', 2022, NULL, 1, '2023-08-19 12:46:05', '2023-08-19 12:46:31', NULL),
(300, 813, 'Embedded Systems  Engineer', 'CAPGEMINI , BANGALORE , INDIA', 2021, 2022, 0, '2023-08-19 17:00:59', '2023-08-19 17:10:02', NULL),
(301, 813, 'Embedded Systems  Engineer', 'MERZ, ARIZONA , USA', 2022, 2023, 0, '2023-08-19 17:04:43', '2023-08-19 17:09:39', NULL),
(302, 704, 'Doctor', 'Sanjeevani Clinic.', 2023, NULL, 0, '2023-08-19 20:37:17', '2023-08-19 20:37:17', NULL),
(303, 74, 'Sr. Software Engineer', 'Tenable', 2022, NULL, 1, '2023-08-19 22:43:53', '2023-08-19 22:44:02', NULL),
(304, 135, 'Assistant Manager', 'The Kalupur Com.Co.Op Bank Ltd', 2015, NULL, 0, '2023-08-20 10:56:54', '2023-08-20 10:56:54', NULL),
(305, 997, 'Credit Manager', 'ICICI BANK LTD', 2021, NULL, 0, '2023-08-20 23:26:54', '2023-08-20 23:26:54', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `castes`
--

CREATE TABLE `castes` (
  `id` bigint(20) NOT NULL,
  `name` varchar(255) NOT NULL,
  `religion_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `castes`
--

INSERT INTO `castes` (`id`, `name`, `religion_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Shvetambar', 1, '2023-05-16 17:24:22', '2023-05-16 17:24:22', NULL),
(2, 'Digambar', 1, '2023-05-16 17:24:35', '2023-05-16 17:24:35', NULL),
(3, 'Sthanakwasi', 1, '2023-05-16 17:24:58', '2023-05-16 17:31:06', '2023-05-16 17:31:06'),
(4, 'Terapanthi', 1, '2023-05-16 17:25:15', '2023-05-16 17:31:02', '2023-05-16 17:31:02'),
(5, 'Other', 1, '2023-05-16 17:25:22', '2023-05-16 17:30:58', '2023-05-16 17:30:58');

-- --------------------------------------------------------

--
-- Table structure for table `chats`
--

CREATE TABLE `chats` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `chat_thread_id` bigint(20) UNSIGNED NOT NULL,
  `sender_user_id` bigint(20) UNSIGNED NOT NULL,
  `message` text DEFAULT NULL,
  `attachment` varchar(191) DEFAULT NULL,
  `seen` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `chat_threads`
--

CREATE TABLE `chat_threads` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `thread_code` char(50) NOT NULL,
  `sender_user_id` bigint(20) UNSIGNED NOT NULL,
  `receiver_user_id` bigint(20) UNSIGNED NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `interview` int(1) NOT NULL DEFAULT 1,
  `blocked_by_user` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `cities`
--

CREATE TABLE `cities` (
  `id` bigint(20) NOT NULL,
  `name` varchar(255) NOT NULL,
  `state_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `cities`
--

INSERT INTO `cities` (`id`, `name`, `state_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Bombuflat', 1, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(2, 'Garacharma', 1, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(3, 'Port Blair', 1, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(4, 'Rangat', 1, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(5, 'Addanki', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(6, 'Adivivaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(7, 'Adoni', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(8, 'Aganampudi', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(9, 'Ajjaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(10, 'Akividu', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(11, 'Akkarampalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(12, 'Akkayapalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(13, 'Akkireddipalem', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(14, 'Alampur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(15, 'Amalapuram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(16, 'Amudalavalasa', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(17, 'Amur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(18, 'Anakapalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(19, 'Anantapur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(20, 'Andole', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(21, 'Atmakur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(22, 'Attili', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(23, 'Avanigadda', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(24, 'Badepalli', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(25, 'Badvel', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(26, 'Balapur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(27, 'Bandarulanka', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(28, 'Banganapalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(29, 'Bapatla', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(30, 'Bapulapadu', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(31, 'Belampalli', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(32, 'Bestavaripeta', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(33, 'Betamcherla', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(34, 'Bhattiprolu', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(35, 'Bhimavaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(36, 'Bhimunipatnam', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(37, 'Bobbili', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(38, 'Bombuflat', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(39, 'Bommuru', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(40, 'Bugganipalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(41, 'Challapalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(42, 'Chandur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(43, 'Chatakonda', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(44, 'Chemmumiahpet', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(45, 'Chidiga', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(46, 'Chilakaluripet', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(47, 'Chimakurthy', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(48, 'Chinagadila', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(49, 'Chinagantyada', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(50, 'Chinnachawk', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(51, 'Chintalavalasa', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(52, 'Chipurupalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(53, 'Chirala', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(54, 'Chittoor', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(55, 'Chodavaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(56, 'Choutuppal', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(57, 'Chunchupalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(58, 'Cuddapah', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(59, 'Cumbum', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(60, 'Darnakal', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(61, 'Dasnapur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(62, 'Dauleshwaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(63, 'Dharmavaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(64, 'Dhone', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(65, 'Dommara Nandyal', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(66, 'Dowlaiswaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(67, 'East Godavari Dist.', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(68, 'Eddumailaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(69, 'Edulapuram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(70, 'Ekambara kuppam', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(71, 'Eluru', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(72, 'Enikapadu', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(73, 'Fakirtakya', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(74, 'Farrukhnagar', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(75, 'Gaddiannaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(76, 'Gajapathinagaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(77, 'Gajularega', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(78, 'Gajuvaka', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(79, 'Gannavaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(80, 'Garacharma', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(81, 'Garimellapadu', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(82, 'Giddalur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(83, 'Godavarikhani', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(84, 'Gopalapatnam', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(85, 'Gopalur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(86, 'Gorrekunta', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(87, 'Gudivada', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(88, 'Gudur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(89, 'Guntakal', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(90, 'Guntur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(91, 'Guti', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(92, 'Hindupur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(93, 'Hukumpeta', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(94, 'Ichchapuram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(95, 'Isnapur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(96, 'Jaggayyapeta', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(97, 'Jallaram Kamanpur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(98, 'Jammalamadugu', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(99, 'Jangampalli', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(100, 'Jarjapupeta', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(101, 'Kadiri', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(102, 'Kaikalur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(103, 'Kakinada', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(104, 'Kallur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(105, 'Kalyandurg', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(106, 'Kamalapuram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(107, 'Kamareddi', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(108, 'Kanapaka', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(109, 'Kanigiri', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(110, 'Kanithi', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(111, 'Kankipadu', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(112, 'Kantabamsuguda', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(113, 'Kanuru', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(114, 'Karnul', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(115, 'Katheru', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(116, 'Kavali', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(117, 'Kazipet', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(118, 'Khanapuram Haveli', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(119, 'Kodar', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(120, 'Kollapur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(121, 'Kondapalem', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(122, 'Kondapalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(123, 'Kondukur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(124, 'Kosgi', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(125, 'Kothavalasa', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(126, 'Kottapalli', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(127, 'Kovur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(128, 'Kovurpalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(129, 'Kovvur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(130, 'Krishna', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(131, 'Kuppam', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(132, 'Kurmannapalem', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(133, 'Kurnool', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(134, 'Lakshettipet', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(135, 'Lalbahadur Nagar', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(136, 'Machavaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(137, 'Macherla', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(138, 'Machilipatnam', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(139, 'Madanapalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(140, 'Madaram', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(141, 'Madhuravada', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(142, 'Madikonda', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(143, 'Madugule', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(144, 'Mahabubnagar', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(145, 'Mahbubabad', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(146, 'Malkajgiri', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(147, 'Mamilapalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(148, 'Mancheral', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(149, 'Mandapeta', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(150, 'Mandasa', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(151, 'Mangalagiri', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(152, 'Manthani', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(153, 'Markapur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(154, 'Marturu', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(155, 'Metpalli', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(156, 'Mindi', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(157, 'Mirpet', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(158, 'Moragudi', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(159, 'Mothugudam', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(160, 'Nagari', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(161, 'Nagireddipalle', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(162, 'Nandigama', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(163, 'Nandikotkur', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(164, 'Nandyal', 2, '2021-04-06 10:30:04', '2021-04-06 10:30:04', NULL),
(1